Comment 9 for bug 724033

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 724033] Re: BugTask:+index timeouts - distributions and milestones being late evaluation loaded - repeatedly - on bug 230350

On Wed, Apr 27, 2011 at 6:21 PM, William Grant <email address hidden> wrote:
> OOPS-1943DR70 has a 5s gap between query 61 and 62. Not sure what's
> going on there.

Some possibilities (excluding cosmic rays):
 - uninstrumented expensive code - check the code between the queries
 - thread lockout with a silly-expensive xmlrpc call
 - gc kicking in (particularly if we were slightly in swap) - check
machine graphs
 - possibly log rotate signal kicking in? - check the appserver trace.log
 - cosmic rays