Don't wipe out timestamps after rts rolls back an update

XMLWordPrintableJSON

    • Type: Build Failure
    • Resolution: Fixed
    • Priority: Major - P3
    • WT10.0.1, 5.3.0, 5.2.0-rc2
    • Affects Version/s: None
    • Component/s: None
    • Storage Engines
    • Storage - Ra 2021-12-13
    • 1

                  upd->txnid = WT_TXN_ABORTED;
                  WT_STAT_CONN_INCR(session, txn_rts_upd_aborted);
                  upd->durable_ts = upd->start_ts = WT_TS_NONE;
      

      RTS not only marks the update as aborted but also removes the timestamp information of the update, which is unnecessary.

            Assignee:
            Chenhao Qu
            Reporter:
            Chenhao Qu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: