Closed
Bug 1491133
Opened 7 years ago
Closed 7 years ago
Optimize Intermittents Commenter
Categories
(Tree Management :: Treeherder, enhancement, P1)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sclements, Assigned: sclements)
Details
Attachments
(1 file)
Ed spent some profiling the Commenter and determined that a large portion of time is spent querying bugzilla individually per bug. These fetches should be batched and queries improved where possible.
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Attachment #9009223 -
Flags: review?(emorley)
Attachment #9009223 -
Flags: feedback?(cdawson)
| Assignee | ||
Updated•7 years ago
|
Attachment #9009223 -
Flags: feedback?(cdawson) → review?(cdawson)
Updated•7 years ago
|
Attachment #9009223 -
Flags: review?(cdawson) → review+
Comment 2•7 years ago
|
||
Comment on attachment 9009223 [details] [review]
Link to GitHub pull-request: https://github.com/mozilla/treeherder/pull/4031
Great work, thank you! (Small tweak needed to fix Traivs, but that's it :-))
Attachment #9009223 -
Flags: review?(emorley) → review+
Comment 3•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/149d01ac1c804b99730d22ea8cedafd556f6edae
Bug 1491133 - Optimize intermittents commenter (#4031)
Refactor get_bug_stats and alt_bug_stats and optimize queries.
Create helper to batch fetch_bug_details queries. Update test.
| Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: Intermittent Failures View → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•