ExportXMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines - Server Integration
    • Fully Compatible
    • PopcornChicken - 2024-09-17
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      There are a couple of problems with the current implementation to report the "oplogEnd" timestamp.

      1. The timestamp is fetched outside the critical section where we ensure no checkpoint took place. This can result in the "oplogEnd" timestamp being reported as less than the checkpoint timestamp the backup cursor was opened against.
      2. The "oplogEnd" timestamp is not majority committed. It is the last applied optime, and can be rolled back.

      If we remove this, it would only be in the $backupCursor and not $backupCursorExtend.

            Assignee:
            Gregory Wlodarek
            Reporter:
            Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: