Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-10839

Add cursor reset to commit in cppsuite

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 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). 

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            mick.graham@mongodb.com Mick Graham
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: