Closed
Bug 921443
Opened 12 years ago
Closed 12 years ago
crash reports cannot be fetched and time out
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
61
People
(Reporter: philipp, Assigned: brandon)
References
Details
recently i have troubles loading fetching crash reports that were provided from users from about:crashes - they will just time out after a few minutes ("Oh Noes! This archived report could not be located.")
these are some sample urls failing:
https://crash-stats.mozilla.com/report/index/72f806e1-7bbf-47ea-aed2-dd4992130926
https://crash-stats.mozilla.com/report/index/0e7b391a-aa4b-4dbf-b189-91fa52130919
https://crash-stats.mozilla.com/report/index/3d1849ba-0800-4d50-a940-e1bc62130925
related discussion going on in the sumo contributor forum: https://support.mozilla.org/en-US/forums/contributors/709646
![]() |
Assignee | |
Comment 1•12 years ago
|
||
I think I know what's going on here.
I'm willing to bet that we're still putting priority jobs into the database, not into RabbitMQ, but with no processors using the database priority queue, the jobs simply persist. :selenamarie can you confirm the size of the priority_jobs table in Postgres?
Flags: needinfo?(sdeckelmann)
![]() |
Assignee | |
Comment 2•12 years ago
|
||
I've confirmed that this is in fact the issue. I'm grabbing this bug to fix.
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → bsavage
![]() |
Assignee | |
Updated•12 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
![]() |
Assignee | |
Updated•12 years ago
|
Severity: normal → critical
![]() |
Assignee | |
Comment 3•12 years ago
|
||
First pass at resolving this is up: https://github.com/mozilla/socorro/pull/1550
![]() |
||
Comment 4•12 years ago
|
||
Yup, 1000+ priorityjobs in the database. I'm moving them over to rabbit right now.
Flags: needinfo?(sdeckelmann)
Comment 5•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/47f128b7bc83037fb86470cc24c8ade1815399bb
Fixes Bug 921443 - Adds priority jobs for RabbitMQ and changes the Hbase middleware to use the new RabbitMQ priority jobs queue. r=erikrose
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → 61
![]() |
Assignee | |
Comment 6•12 years ago
|
||
12:54 brandonsavage: Ok, that one didn't process.
12:54 solarce: and i see one in the priority queue!!!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•