Closed
Bug 1677697
Opened 4 years ago
Closed 4 years ago
Fix storage actors being instanced twice
Categories
(DevTools :: Storage Inspector, defect, P1)
DevTools
Storage Inspector
Tracking
(firefox85 fixed)
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: ladybenko, Assigned: ladybenko)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission)
Attachments
(1 file)
Along the instances of the new Resource Storage actors, we still have the legacy storage actors being instanced as well in this pool https://searchfox.org/mozilla-central/source/devtools/server/actors/storage.js#3407-3414. It's redundant and problematic, since part of our code base assumes we only have one actor instance per storage type.
Assignee | ||
Comment 1•4 years ago
|
||
This avoids instancing twice the different storage type actors (legacy and resources). In order to keep current server tests working, a pref to force instancing legacy actors has been introduced.
Pushed by balbeza@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2f08ec7e57c3
Fix storage actors being instanced twice r=ochameau
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•