Closed Bug 1566941 Opened 6 years ago Closed 6 years ago

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)

defect
Points:
1

Tracking

(Not tracked)

RESOLVED FIXED

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.

Assignee: nobody → jthomas

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.

Status: NEW → ASSIGNED
Assignee: jthomas → amiyaguchi
Points: --- → 1
Priority: -- → P1

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.

Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Component: Datasets: General → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: