-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Query Execution 2021-02-22, Query Execution 2021-03-08, Query Execution 2021-03-22
-
140
The "prepare" phase of the IndexScanStage should take the collection lock and store a weak reference to the IndexCatalogEntry, so that subsequent open() and getNext() calls can verify they are using the same index as was used to initially open the IndexScanStage (i.e., the index was not destroyed and then re-created with the same name).
- is duplicated by
-
SERVER-54318 [SBE] Invariant in WT while opening a cursor in jstests/aggregation/bugs/server14969.js
- Closed
-
SERVER-54497 [SBE] Error is not returned as expected in jstests/core/ord.js
- Closed
- is related to
-
SERVER-50710 Lock acquired in FindCmd run() method is not yielded by SBE
- Closed
- related to
-
SERVER-51629 Support lock-free reads in SBE
- Closed