Closed Bug 1875874 Opened 2 years ago Closed 2 years ago

schema error in `telemetry.bhr_v4`, `telemetry.main_v4`, and other pings for #/environment/system/os/distro

Categories

(Data Platform and Tools :: General, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ascholtz, Assigned: benwu)

References

(Regression)

Details

(Keywords: regression, Whiteboard: [dataquality])

Attachments

(1 file)

A new schema error is happening for bhr pings for #/environment/system/os/distro: expected type: String, found: Null
Currently around 14k

I'm expanding this bug's scope, since the same schema error is now also happening for six additional legacy telemetry pings:

  • crash_v4
  • event_v4
  • first_shutdown_v4
  • main_v4
  • modules_v4
  • new_profile_v4

Hopefully this is just a case of the browser implementation/rollout lagging behind telemetry schema definitions, and these will taper off.

Summary: schema error in `telemetry.bhr_v4` for #/environment/system/os/distro → schema error in `telemetry.bhr_v4`, `telemetry.main_v4`, and other pings for #/environment/system/os/distro
See Also: → 1877339
Keywords: regression
Regressed by: 1874038
Assignee: nobody → bewu

The errors stopped when dataflow redeployed at around 2024-05-01 19:00:00 UTC

SELECT
  document_type,
  DATE_TRUNC(submission_timestamp, HOUR),
  COUNT(*),
FROM
  `moz-fx-data-shared-prod.payload_bytes_error.telemetry`
WHERE
  DATE(submission_timestamp) BETWEEN '2024-05-01' AND '2024-05-02'
  AND (
    error_message = 'org.everit.json.schema.ValidationException: #/payload/os/distro: expected type: String, found: Null'
    OR error_message = 'org.everit.json.schema.ValidationException: #/environment/system/os/distro: expected type: String, found: Null'
  )
GROUP BY document_type, 2
ORDER BY 2, document_type

Related fix in firefox is bug 1894412

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
See Also: → 1894412
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: