Closed
Bug 855678
Opened 13 years ago
Closed 13 years ago
Backfill missing Socorro aggregation data for 2013-03-27
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
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.
| Reporter | ||
Comment 1•13 years ago
|
||
Hrm, we don't even have ADI yet:
breakpad=> SELECT max(date) FROM raw_adu;
max
------------
2013-03-26
(1 row)
Comment 2•13 years ago
|
||
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=#
| Reporter | ||
Comment 3•13 years ago
|
||
Looks better now:
breakpad=> SELECT max(date) FROM raw_adu;
max
------------
2013-03-27
(1 row)
Comment 4•13 years ago
|
||
that means backfill is ready to run - sheeri?
Comment 5•13 years ago
|
||
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
Comment 6•13 years ago
|
||
Backfill complete, memcached restarted on webheads.
Time: 3918235.147 ms
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•