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

History store isn't visible to wt dump

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.4.0-rc7, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 3
    • Storage - Ra 2020-06-01

      When we moved WT_CURSTD_IGNORE_TOMBSTONE from being a session flag to a cursor flag, we broke wt dump. wt dump uses a dump cursor which delegates calls to the cursor API to a "child" cursor. We need to set the flag on the child cursor for this to work.

      We also modified the check in __wt_txn_read such that we will read the on-disk value's stop time pair even with WT_CURSTD_IGNORE_TOMBSTONE enabled if it is globally visible. This isn't useful for wt dump so we need an exception here.

            Assignee:
            alex.cameron@mongodb.com Alex Cameron (Inactive)
            Reporter:
            alex.cameron@mongodb.com Alex Cameron (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: