-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
v6.1, v6.0
-
- skip building an '_id' index for new collections
- startup a mongod instance and create a new collection
- insert 1500 documents
- shutdown and upon starting up, we should hit the invariant
-
Execution Team 2022-10-03
-
(copied to CRM)
If we yield in startup recovery, upon building a missing _id index we can hit an invariant. This can probably be avoided by setting the index build method to foreground prior to building the index.
- related to
-
SERVER-57432 Prevent MODE_X and MODE_S locks from being yielded and reacquired
- Closed
- mentioned in
-
Page Loading...