Closed Bug 1603833 Opened 5 years ago Closed 5 years ago

Intermediate Preloading is "failedToDownloadMisc" a lot.

Categories

(Core :: Security: PSM, defect, P1)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jcj, Assigned: keeler)

References

(Blocks 1 open bug, Regression)

Details

(Keywords: regression, Whiteboard: [psm-assigned])

Attachments

(1 file)

The telemetry for intermediate preloading errors [0] (which was un-landed for six months) is now showing an awful lot of "failedToObserve" errors, which sadly is something of a catch-all for both database update failures and download-from-Kinto failures.

From historical data, it wasn't like this back at the start of 2019, so I'm marking this as regressed by Bug 1559114 as just a starting point.

Mathieu, do you have any immediate ideas on what could be prompting this, or do we need to clean up the telemetry and try to dig in that way?

[0] https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2019-12-12&include_spill=0&keys=__none__!__none__!__none__&max_channel_version=nightly%252F73&measure=INTERMEDIATE_PRELOADING_ERRORS&min_channel_version=nightly%252F72&processType=*&product=Firefox&sanitize=0&sort_by_value=0&sort_keys=submissions&start_date=2019-12-02&table=0&trim=0&use_submission_date=0

Flags: needinfo?(mathieu)
Blocks: 1603834
Assignee: nobody → dkeeler
Keywords: leave-open
Priority: -- → P1
Whiteboard: [psm-assigned]

Intermediate preloading telemetry is overwhelmingly "failedToObserve", which at
the moment is a catch-all indicating that something in
updatePreloadedIntermediates failed. We need to figure out why, so this patch
re-purposes the categories "emptyAttachment", "failedToFetch", and
"unexpectedLength", which are currently not used, to indicate failures in
specific sub-operations in that function.

Pushed by dkeeler@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d66517bc41f0 re-purpose unused intermediate preloading failure telemetry categories to investigate failures r=kjacobs,leplatrem

Mathieu, do you have any immediate ideas on what could be prompting this, or do we need to clean up the telemetry and try to dig in that way?

Note that since Bug 1552446 some download errors will be reported in uptake telemetry too (SELECT * FROM telemetry.events WHERE event_category = 'uptake.remotecontent.result')

Flags: needinfo?(mathieu)

Now nearly 100% of the errors are misc. download errors: https://mzl.la/1PGPwMm

(In reply to Mathieu Leplatre [:leplatrem] from comment #4)

Note that since Bug 1552446 some download errors will be reported in uptake telemetry too (SELECT * FROM telemetry.events WHERE event_category = 'uptake.remotecontent.result')

Where would I run this code to look at that data?

Flags: needinfo?(mathieu)
Summary: Intermediate Preloading is "failedToObserve" a lot. → Intermediate Preloading is "failedToDownloadMisc" a lot.

You should be able to access the query results here: https://sql.telemetry.mozilla.org/queries/67015?p_source_67015=intermediates

In short, most are network errors, as reported by this code.

Regarding the parse errors, they are issued by Firefox 68 because of Bug 1558709

Flags: needinfo?(mathieu)

Thanks! I guess this is expected, or at least not something wrong with intermediate preloading specifically.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: