Closed
Bug 922625
Opened 12 years ago
Closed 12 years ago
investigate more OutdatedDataErrors on balrog
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file)
1.55 KB,
patch
|
nthomas
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
I thought we'd gotten rid of these with bug 851585, but it seems they're still occuring. Not a huge critical issue because of client side retries, but we should look into it sooner rather than later.
Assignee | ||
Comment 1•12 years ago
|
||
I realized today that we're still getting these on Sentry because we're not catching these errors anywhere, so they bubble up as ISE 500. Since these are a type of failure that the user can correct, they should return 400s instead of 500s.
Comment 2•12 years ago
|
||
Comment on attachment 816024 [details] [diff] [review]
don't let OutdatedDataErrors bubble up
lgtm
Attachment #816024 -
Flags: review?(nthomas) → review+
Comment 3•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/6e7d13f7d54baf13c3e37c5ea672e2b755191b9e
bug 922625: investigate more OutdatedDataErrors on balrog. r=nthomas
Assignee | ||
Updated•12 years ago
|
Attachment #816024 -
Flags: checked-in+
Assignee | ||
Comment 4•12 years ago
|
||
Rolled out in production in bug 926947. I marked the traceback as resolved in Sentry so it'll be easy to see if it continues to be an issue tomorrow. Anyone with access can look at https://errormill.mozilla.org/Releng/ to watch for it.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•12 years ago
|
||
Most nightlies for today have finished and we haven't seen any more instances of this. I'll keep an eye a bit longer, but this is strong confirmation of fixedness.
Status: RESOLVED → VERIFIED
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•