-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
Storage Execution EMEA
The _createCollection() uassert mentioned in the description for SERVER-47123 was introduced in SERVER-37283.
Going by the comment above the assertion, we may be able to tell if the collection lock acquisition is requested by UUID or by namespace from the nsOrUUID argument.
For _createCollection(), we can probably convert to a combination of AutoGetDb and CollectionLock for now and defer the work on refining the assertion condition in AutoGetCollection.
Alternative, we could upgrade the lock mode (using this helper function) for system.views to MODE_X in _createCollection().
- is duplicated by
-
SERVER-56512 use AutoGetOrCreateCollection to create system.views in _createCollection()
- Closed
- is related to
-
SERVER-37283 View graph cycle on expressive lookup secondary read
- Closed
-
SERVER-47123 Remove AutoGetOrCreateDb
- Closed
-
SERVER-53256 Make a new lock helper to encapsulate DBLock and CollectionLock usage
- Closed