-
Type: Improvement
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
Storage Execution
With Mobile SE drop fails (as expected) when a cursor is open. With WiredTiger this is dealt by ignoring the error returned and postponing the drop till all cursors on the collection close. Changes for SERVER-32675 introduced logic to retry these drops. Drops get queued on failure and get retried at the end of each session.
This logic needs more work in improving it's efficiency. This ticket tracks that work.
- is related to
-
SERVER-32675 Investigate database locked concurrency bug in mobile SE
- Closed