-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Query Execution 2021-04-19
-
166
Steps to reproduce:
- AutoGetCollectionForReadMaybeLockFree number one is created
- AutoGetCollectionForReadMaybeLockFree number two is created
- We destroy the first object
- Deep underneath this object holds GlobalLock, which thinks it is outermost, since it was created first
- GlobalLock calls abandonSnapshot(), closing transaction and reseting the cursors
- is depended on by
-
SERVER-54515 [SBE] jstests/core/sort_merge.js fails with WT invariant when run in jscore_minimum_batch_size suite
- Closed
-
SERVER-53942 Make all test cases in jstests/noPassthrough/currentop_query.js pass when SBE is enabled
- Closed
- is related to
-
SERVER-56087 Enable "jsCore_minimum_batch_size" passthrough against the SBE build variant
- Closed
- related to
-
SERVER-54066 Out-of-order destruction of multiple AutoGetCollectionForRead*LockFree helpers can result in unstashing the CollectionCatalog before all instances are done using it
- Closed
-
SERVER-57722 Test-only "sbe" command must hold an AutoGet object
- Closed