Closed Bug 855678 Opened 11 years ago Closed 11 years ago

Backfill missing Socorro aggregation data for 2013-03-27

Categories

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

task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kairo, Unassigned)

Details

Aggregation data on Socorro prod for the 27th is missing again, so we need to backfill that data for any crash analysis work to be done on it.
Hrm, we don't even have ADI yet:

breakpad=> SELECT max(date) FROM raw_adu;
    max     
------------
 2013-03-26
(1 row)
I don't think we have ADU from metrics yet:

breakpad=# SELECT max(date) FROM raw_adu;
    max     
------------
 2013-03-26
(1 row)

Time: 11.910 ms
breakpad=# select backfill_adu('2013-03-27');
 backfill_adu 
--------------
 t
(1 row)

Time: 68.278 ms
breakpad=# SELECT max(date) FROM raw_adu;
    max     
------------
 2013-03-26
(1 row)

Time: 0.432 ms
breakpad=#
Looks better now:

breakpad=> SELECT max(date) FROM raw_adu;
    max     
------------
 2013-03-27
(1 row)
that means backfill is ready to run - sheeri?
Backfill in progress:

breakpad=# select backfill_matviews('2013-03-27','2013-03-27');
INFO:  backfilling reports_clean
INFO:  backfilling 06:00:00 of reports_clean starting at 2013-03-27 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
INFO:  backfilling 06:00:00 of reports_clean starting at 2013-03-27 06: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

INFO:  backfilling 06:00:00 of reports_clean starting at 2013-03-27 12: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
INFO:  backfilling 06:00:00 of reports_clean starting at 2013-03-27 18: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
INFO:  backfilling other matviews for 2013-03-27
INFO:  adu
INFO:  signatures
Backfill complete, memcached restarted on webheads.

Time: 3918235.147 ms
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.