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

Encapsulate txn_shared_list traversal using the same mechanism as the session array

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Storage Engines
    • StorEng - Defined Pipeline

      WT-11217 introduced call based array traversal for the session array. This has worked well and provides a single mechanism to walk the session array. This change removed ~6 or so unique session array walk implementations and enabled the correct ordering and statistic guarantees to be upheld without introducing a significant amount of overhead.

      We should implement the same thing for the txn_shared_list walk as it has the same issues as the session array.

      Scope:

      • Implement callback based txn_shared_list walking

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            luke.pearson@mongodb.com Luke Pearson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: