Remove commit_timestamp config from set_timestamp

XMLWordPrintableJSON

    • Type: Technical Debt
    • Resolution: Fixed
    • Priority: Trivial - P5
    • WT11.0.0, 5.3.0
    • Affects Version/s: None
    • Component/s: None
    • Storage - Ra 2022-01-24
    • 3

      In src/txn/txn_timestamp.c:__wt_txn_global_set_timestamp(),
      the commit_timestamp configuration remains after all_committed has been removed, which doesn't match the comment:

          /*
           * TODO: When we remove all_committed, we need to remove this too. For now, we're temporarily
           * aliasing the global commit timestamp to the global durable timestamp.
           */
          WT_RET(__wt_config_gets_def(session, cfg, "commit_timestamp", 0, &durable_cval));
      

              Assignee:
              Fiona O'Chee (Inactive)
              Reporter:
              Keith Bostic (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: