Use QM_TRY* for storage initialization code
Categories
(Core :: Storage: Quota Manager, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: tt, Assigned: tt)
References
Details
Attachments
(4 files, 1 obsolete file)
From our telemetry records for 79 Release users, we have:
- UpgradeStorageFrom0_0To1_0
- 26,858 failures (5.95%)
- 424,696 successes (94.05%)
- UpgradeStorageFrom1_0To2_0
- 5,226 (1.02%)
- 508,791 (98.98%)
- UpgradeStorageFrom2_0To2_1
- 7,214 (1.32%)
- 537,714 (98.68%)
- UpgradeStorageFrom2_1To2_2
- 52,234 (5.35%)
- 923,947 (94.65%)
- UpgradeStorageFrom2_2To2_3
- 2,113 (0.18%)
- 1,151,438 (99.82%)
The goal here is to add QM_TRY*
for the related code so that we might be able to figure out failures.
Note that from TMO, it seems we don't have failures around upgrade code on Nithgly, but there are a few for Beta https://mzl.la/33q4KFT.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D90094
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D90118
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D90119
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Comment 7•5 years ago
|
||
Comment on attachment 9176228 [details]
Bug 1664770 - Replace ToResultInvoke with MOZ_TO_RESULT_INVOKE_TYPED;
Revision D90523 was moved to bug 1665565. Setting attachment 9176228 [details] to obsolete.
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/620a47766320
https://hg.mozilla.org/mozilla-central/rev/5a535579e053
https://hg.mozilla.org/mozilla-central/rev/66910ba403a6
https://hg.mozilla.org/mozilla-central/rev/db810f5d5a60
Description
•