Break down "sync_error" into more detailed uptake statuses
Categories
(Firefox :: Remote Settings Client, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: leplatrem, Assigned: leplatrem)
References
Details
Attachments
(7 files, 1 obsolete file)
21.00 KB,
image/png
|
Details | |
77.48 KB,
image/png
|
Details | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
2.73 KB,
text/plain
|
chutten
:
data-review+
|
Details |
In the current code, sync_error
is the fallback status on synchronization errors.
It could mean that the synchronization failed for a completely unknown reason, or that we don't categorize errors properly (eg. obscure IndexedDB errors). And this lack of details makes it hard to investigate and act.
Using Telemetry, we can break down sync_error
by version, or by collection, but so far none of those popped out clearly.
We should find a way to break down these sync errors properly.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D64402
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D64559
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D64560
Updated•5 years ago
|
Assignee | ||
Comment 7•5 years ago
|
||
Depends on https://github.com/Kinto/kinto.js/pull/1205
Updated•5 years ago
|
Assignee | ||
Comment 8•5 years ago
|
||
Comment 9•5 years ago
|
||
Assignee | ||
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8e68faf86cde
https://hg.mozilla.org/mozilla-central/rev/ca58b81ab8bf
https://hg.mozilla.org/mozilla-central/rev/2b2a9e7fafb0
https://hg.mozilla.org/mozilla-central/rev/c5b4e728621b
Assignee | ||
Comment 14•5 years ago
|
||
The error names are coming in: https://sql.telemetry.mozilla.org/queries/68824/
So far, very few data, but IndexedDB UnknownError
and AbortError
...
Once we have more data, I'll talk to Storage folks on Riot https://matrix.to/#/!xtNTVvhlaSRcvfrhfT:mozilla.org?via=mozilla.org
Description
•