Closed Bug 822275 Opened 12 years ago Closed 12 years ago

processing request for missed crashes

Categories

(Socorro :: Data request, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lars, Assigned: scabral)

Details

Attachments

(1 file)

A perfect storm on Beethoven's Birthday caused the socorro monitor to fail to send 160K crashes to the processors.  We need to have those crashes processed and then the aggregate reports backfilled.

To get Socorro to process these crashes, insert the attached list of crash_ids into the priority_jobs table in Postgres.  The monitor will send them on to the processors.
Changed each line to INSERT INTO priorityjobs VALUES('uid');

Running it with:

[postgres@tp-socorro01-master01 ~]$ psql  breakpad -f /tmp/missing_crash_ids.txt 

And even as soon as inserts started, the processers started working. Will check the count(*) of that table and when it's down to 0 I'll re-run the backfill.
backfill complete, memcached restarted. Let me know if there's more to do.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: