-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
StorEng - Refinement Pipeline
In WT-10706, an issue was found where after a txn commit the cursors were not reset (until after a sleep/sync) and it led to cache issues. There was a suggestion to call reset cursors (__wt_session_reset_cursors). That was attempted however it was discussed that __wt_session_reset_cursors looked at ncursors on the session which is only incremented for file cursors.
In order for this ticket to be successful (and allow the removal of cursor resets from the cppsuite) we would need to first deal with ncursors and then test for the impacts. This could impact rollback (and potentially MongoDB).