Closed
Bug 854089
Opened 12 years ago
Closed 12 years ago
Get ADI pushed and backfill missing Socorro aggregation data for 2013-03-22
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
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)
![]() |
Reporter | |
Comment 1•12 years ago
|
||
Looks to me like ADI are probably there now:
breakpad=> SELECT max(date) FROM raw_adu;
max
------------
2013-03-22
(1 row)
Assignee | ||
Comment 2•12 years ago
|
||
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
Updated•12 years ago
|
Severity: major → normal
Updated•12 years ago
|
Assignee: server-ops-database → sdeckelmann
Assignee | ||
Comment 3•12 years ago
|
||
Finished
Status: NEW → RESOLVED
Closed: 12 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
•