[Webkit-unassigned] [Bug 75024] EWS bubble-status error on attachment 120136

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 12:50:00 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=75024





--- Comment #4 from Eric Seidel <eric at webkit.org>  2012-03-28 12:50:00 PST ---
I understand the error now.  It occurs more frequently as of late now that we've added more queues to the system.

The problem is that the Attachment class wrongly caches the full status message text for each queue for their most recent status message in its "summary" object.  The summary* methods have big FIXMEs next to them about how they're bad design, but now that design is coming back to haunt us.

The error is temporary and goes away once queues start to report back with their final "PASS" or "FAIL" message.  We've always had this bug, it just has started happening way more often now that we have more queues, and thus the "Processing ... attachment" or "Validating Changelog... " or whatever long-ish in-progress messages add up to exceed the memcache limit very quickly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list