Speed up temporary storage initialization by removing old origin directories
Categories
(Core :: Storage: Quota Manager, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
Details
Attachments
(5 files)
Some users have a lot of free space on disk so origins are never evicted which leads to large set of directories and files after some time (years). This can be a problem on slower hardware, so we should reduce number of origin directories if the initialization takes longer than X seconds. Origins which were used in last 13 months shouldn't be removed.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
Depends on D123613
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Backed out for failures on test_unsetLastAccessTime.js
-
backout: https://hg.mozilla.org/integration/autoland/rev/1546185c8149b2e5ebb3eae1bc293de0aca41632
-
failure log: https://treeherder.mozilla.org/logviewer?job_id=350567091&repo=autoland&lineNumber=5084
[task 2021-09-04T21:08:20.666Z] 21:08:20 INFO - TEST-START | dom/quota/test/xpcshell/test_unsetLastAccessTime.js
[task 2021-09-04T21:08:20.937Z] 21:08:20 WARNING - TEST-UNEXPECTED-FAIL | dom/quota/test/xpcshell/test_unsetLastAccessTime.js | xpcshell return code: 0
[task 2021-09-04T21:08:20.937Z] 21:08:20 INFO - TEST-INFO took 270ms
[task 2021-09-04T21:08:20.937Z] 21:08:20 INFO - >>>>>>>
[task 2021-09-04T21:08:20.937Z] 21:08:20 INFO - (xpcshell/head.js) | test MAIN run_test pending (1)
[task 2021-09-04T21:08:20.938Z] 21:08:20 INFO - TEST-PASS | dom/quota/test/xpcshell/test_unsetLastAccessTime.js | undefined assertion name - There should be a testSteps function - true == true
Comment 7•4 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 8•4 years ago
|
||
| Assignee | ||
Comment 9•4 years ago
|
||
Depends on D125168
| Assignee | ||
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
Comment 12•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/af59d0fac304
https://hg.mozilla.org/mozilla-central/rev/0d3c7f057415
https://hg.mozilla.org/mozilla-central/rev/578556238bcb
Description
•