Closed
Bug 887180
Opened 12 years ago
Closed 12 years ago
show_bug and process_bug timings generating duplicates under mod_perl
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
8.97 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
the show_bug and process_bug timings is generating duplicates under mod_perl.
the issue appears to be to do with the $timings variable not being initialised correctly under mod_perl. i'll fix that by updating the Bugzilla::Instrument to log to syslog. this will also prepare us for logging to graphite.
Attachment #767858 -
Flags: review?(dkl)
Comment 2•12 years ago
|
||
Comment on attachment 767858 [details] [diff] [review]
patch v1
Review of attachment 767858 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. r=dkl
Attachment #767858 -
Flags: review?(dkl) → review+
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified process_bug.cgi
modified show_bug.cgi
modified Bugzilla/Instrument.pm
Committed revision 8859.
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
•