Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
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
Description
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.
Attachments
Issue Links
- related to
-
SERVER-57432 Prevent MODE_X and MODE_S locks from being yielded and reacquired
-
- Closed
-
- mentioned in
-
Page Loading...