The query system fundamentally assumes callers aren’t using multiple PlanExecutors simultaneously. autoSplitVector and splitVector create a forward index scan and a backward index scan. When the latter yields it invalidates the cursor of the former. Since the backward scan is only used to find the last key, it can be made INTERRUPT_ONLY.
- is related to
-
SERVER-91100 Asserting that no cursor is active when resetting a WT session
- Closed
- related to
-
WT-13091 Make cursor_copy debug mode more precise
- Closed