Closed
Bug 1125104
Opened 10 years ago
Closed 9 years ago
Don't retry log parsing 10 times when the exception was not during downloading
Categories
(Tree Management :: Treeherder: Data Ingestion, defect, P4)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1188132
People
(Reporter: emorley, Unassigned)
References
(Blocks 1 open bug)
Details
Currently we retry a failed parse-log task 10 times, regardless of the reason it failed.
Now in the "ftp.mozilla.org is down/under load/..." case, retrying 10 times probably makes sense.
However for exceptions like bug 1091759 and bug 1091759 retrying 10 times is pointless, since the log content isn't going to change, so the task will always fail (presuming the log download wasn't truncated... though I'm hopeful we would have got an exception during download in those cases).
Instead we probably should not retry at all (or at least should retry say only once or twice, not 10 times) so we don't unnecessarily generate extra work for the processors.
Reporter | ||
Updated•10 years ago
|
Priority: P3 → P4
Reporter | ||
Updated•10 years ago
|
Blocks: treeherder-nr-exceptions
Reporter | ||
Comment 1•9 years ago
|
||
Fixed in bug 1188132.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•