Closed
Bug 1380450
Opened 8 years ago
Closed 8 years ago
MissingPushException messages in New Relic are noise until we actually drop a job
Categories
(Tree Management :: Treeherder: Data Ingestion, enhancement)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: camd, Assigned: camd)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We should avoid reporting MissingPushExceptions when a job comes in from Pulse for which we have not yet ingested the push until max retries have been exceeded. It is expected we will hit these retries from time to time (currently about every 10 minutes or so) but after trying once or twice, they get ingested and all is well.
If the retries are exceeded, then we will actually drop a job on the floor, and that's when the exception matters. So let's keep the noise down until it's an actual problem.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → cdawson
Updated•8 years ago
|
Blocks: treeherder-nr-exceptions
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
Comment on attachment 8885954 [details] [review]
[treeherder] mozilla:missing-push-exception > mozilla:master
Hey James and Ed-- Would you both take a quick look at this? Thanks!!
Attachment #8885954 -
Flags: review?(james)
| Assignee | ||
Updated•8 years ago
|
Attachment #8885954 -
Flags: review?(emorley)
Comment 3•8 years ago
|
||
Comment on attachment 8885954 [details] [review]
[treeherder] mozilla:missing-push-exception > mozilla:master
Many thanks!
Attachment #8885954 -
Flags: review?(emorley) → review+
Updated•8 years ago
|
Attachment #8885954 -
Flags: review?(james) → review+
Comment 4•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/eb6a8f904477562e7b181ba324b655ad9786a301
Bug 1380450 - Quiet the MissingPushException till retries exceeded (#2631)
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•