Format timestamps identically to MongoDB

XMLWordPrintableJSON

    • Type: Technical Debt
    • Resolution: Fixed
    • Priority: Trivial - P5
    • WT10.0.0, 4.3.3, 4.2.3
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines 2019-12-16
    • 2
    • v4.2

      MongoDB timestamps are formatted like Timestamp(1572103686, 64)
      WiredTiger timestamps are formatted like (1572103686,64)
      WiredTiger is missing a space between the timestamp and increment where MongoDB adds one. This makes it easy to miss relevant log lines when debugging test failures.

              Assignee:
              Keith Bostic (Inactive)
              Reporter:
              Judah Schvimer
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: