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

Change WiredTiger to format printed timestamps as 4B integer pairs

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage Engines 2019-01-14, Storage Engines 2019-01-28

      alexander.gorrod, michael.cahill, we use the __wt_timestamp_to_hex_string() function to display timestamps in WiredTiger, but now that timestamps are always 8B, what would you think of switching to PRIu64?

      PRIu64 matches what gdb outputs and the hexadecimal isn't doing anything useful for me (other than 0xffff...ffff being a pretty obvious WT_TS_MAX).

      Do either of you prefer hexadecimal output?

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: