Currently in the two places that we detect nextNotIncreasing, we throw WCE. I'd like to have the process crash in our tests so that we could detect this situation effectively.
https://github.com/mongodb/mongo/blob/9f40ea669153868ee1df20ff8952b4f264198ce1/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp#L1093
https://github.com/mongodb/mongo/blob/9f40ea669153868ee1df20ff8952b4f264198ce1/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.cpp#L1877
- depends on
-
SERVER-40818 exhaust_cursor_currentop_integration_test should not drop getMore()'s read lock
- Closed
- is related to
-
SERVER-41311 Invariant that restore() is called on the RecordCursor prior to its usage, after save() was called
- Closed