Governor limit SOQL 101 being suppressed
System.LimitException: Too many SOQL queries: 101
Did anyone faced scenario where SOQL 101 governor limit is not being reported to user interface (UI), instead it is being logged into debug logs ? Please provide your thoughts in the comments if there exists any possible scenario.
1.User converts the lead.
2.Account, Opportunity, Contact created.
3.User is successfully redirected to newly created account page.
4.All the references are correct. Like ConvertedAccountId, convertedOpptyId etc.
When I go to the Debug logs, There SOQL 101 (System.LimitException: Too many SOQL queries: 101) is being shown. If dig more in the debug logs then I found that this exception came while Opportunity Before Update trigger.
The question is, Since all this is happening in single context, then how this governor limit is not being reported to UI, and being shown only in Debug log.
has anybody felt it before ? or is this some known issue ? or I am missing something ?
Comments
Post a Comment