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

Format timestamps identically to MongoDB

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • WT10.0.0, 4.3.3, 4.2.3
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 2
    • Storage Engines 2019-12-16
    • 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@mongodb.com Keith Bostic (Inactive)
            Reporter:
            judah.schvimer@mongodb.com Judah Schvimer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: