In BF-13207, the waitWithPinnedCursorDuringGetMoreBatch fail point is used to reacquire the read lock between batches. However, the cursor used for these batches is not saved and restored while reacquiring the lock resulting in unexpected behaviour.
- is related to
-
SERVER-41311 Invariant that restore() is called on the RecordCursor prior to its usage, after save() was called
- Closed