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

Handle txn_state->is_allocating routines in __wt_verbose_dump_txn

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      From WT-4571, this change newly added is_allocating variable to txn_state which maintains the global transaction table. That change requires any thread who tries to read this global txn_state to check until is_allocating flag is set to false (i.e., until the transaction ID becomes valid). This re-checking routine is already done in __wt_txn_get_snapshot and __txn_oldest_id_scan code and this ticket is to add this kind of routine to __wt_verbose_dump_txn

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            hyeongwon.jang Hyeongwon Jang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: