Moz-fx-data-derived-datasets GCP First Shutdown table missing data for Jun 11, 12, 13, 27
Categories
(Data Platform and Tools :: General, defect, P1)
Tracking
(Not tracked)
People
(Reporter: gkaberere, Assigned: amiyaguchi)
Details
Attachments
(1 file)
The moz-fx-data-derived-datasets.telemetry.first_shutdown_summary_v4
in GCP is missing data for some days in June (11, 12, 13, 27).
Can replicate if you run the following query:
SELECT submission_date_s3, COUNT(*) FROM ``moz-fx-data-derived-datasets.telemetry.first_shutdown_summary_v4`` WHERE submission_date_s3 IN ("2019-06-09", "2019-06-10","2019-06-11","2019-06-12","2019-06-13","2019-06-14","2019-06-26", "2019-06-27", "2019-06-28") GROUP BY 1 ORDER BY 1
You'll see counts for the days before and after the missing days.
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
These look like they relate to real job failures from timeouts that haven't been addressed. I can take a look at rerunning the original processing job.
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
The job has been backfilled and the test query returns non-zero results now. The processing job has been modified so it won't timeout.
Updated•3 years ago
|
Description
•