Closed Bug 854089 Opened 11 years ago Closed 11 years ago

Get ADI pushed and backfill missing Socorro aggregation data for 2013-03-22

Categories

(Data & BI Services Team :: DB: MySQL, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kairo, Assigned: selenamarie)

Details

Aggregation data on Socorro prod for the 22nd is missing, so we need to backfill that data for any crash analysis work to be done on it.

Unfortunately, it looks like we still don't have the ADI yet, though, so that needs to be pushed by metrics first:

breakpad=> SELECT max(date) FROM raw_adu;
    max     
------------
 2013-03-21
(1 row)
Looks to me like ADI are probably there now:

breakpad=> SELECT max(date) FROM raw_adu;
    max     
------------
 2013-03-22
(1 row)
Started...

breakpad=# select backfill_matviews('2013-03-22','2013-03-22');
INFO:  backfilling reports_clean
INFO:  backfilling 06:00:00 of reports_clean starting at 2013-03-22 00:00:00+00
CONTEXT:  SQL statement "SELECT backfill_reports_clean( first_rc, last_rc )"
PL/pgSQL function backfill_matviews(date,date,boolean) line 52 at PERFORM
Severity: major → normal
Assignee: server-ops-database → sdeckelmann
Finished
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.