-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution EMEA Team 2023-07-10
In other acquire functions we check
openSnapshot && !opCtx->lockState()->inAWriteUnitOfWork()
before abandoning the snapshot. But in acquireCollectionsOrViews we only check openSnapshot. This led to hitting an invariant while working in SERVER-69461.
- is depended on by
-
SERVER-69461 The behaviour of lock acquisitions differs depending on whether OpContext or Locker is used
- Closed