Open
Bug 1541548
Opened 6 years ago
Updated 8 months ago
Stop closing IDB databases on the QuotaManager IO thread just to reopen them on the specific IDB Connection thread, increasing spurious busy errors (NS_ERROR_STORAGE_BUSY) on open
Categories
(Core :: Storage: IndexedDB, defect, P3)
Core
Storage: IndexedDB
Tracking
()
NEW
People
(Reporter: asuth, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
The IDB OpenDatabaseOp currently closes the connection[1] and then the Connection thread re-opens the connection because of a mozStorage bug 1121282 which enforces ownership constraints that should be relaxed. We should fix this as it's both inefficient/wasteful as well as generating a lot of NS_ERROR_STORAGE_BUSY errors that can be misleading.
Updated•6 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•8 months ago
|
Attachment #9383360 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•