Closed
Bug 854769
Opened 12 years ago
Closed 12 years ago
arecibo is causing high load over short durations
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
since we re-enabled arecibo, the load graphs on the webheads looks very "spiky".
it looks like if we generate a lot of warnings at once (eg. the bugmail.pm warning), we spawn an arecibo.pl process to send each warning. these all run at the same time, causing high load (and probably not helping arecibo's ability to process the messages either).
we should serialise the sending of warnings to arecibo -- create a lock file and require each arecibo.pl process to acquire lock on it before they can send.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified arecibo.pl
modified Bugzilla/Arecibo.pm
Committed revision 8693.
i also changed the error handler so it displays apache's default error page instead of the hard-coded one.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•