Ensure backup cursor is opened at time > startMigrationDonorTimestamp

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 6.0.0-rc1
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • 14
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      otherwise, the donor backup cursor opened on the recipient side may fetch and apply entries that contain index build operations before startMigrationDonorTimestamp

      Options:

      • Approach 1: After the donor persists the doc with startMigrationDonorTimestamp and majority waits (basically before sending the recipientSyncData cmd), donor can trigger a stable checkpoint. This way, we can make sure when R opens a backup cursor on D, the backup cursor checkpoint timestamp is >= startMigrationDonorTimestamp.
      • Approach 2: The Recipient can retry opening the backup cursor on D until the backup cursor checkpoint ts is >= startMigrationDonorTimestamp

            Assignee:
            Christopher Caplinger
            Reporter:
            Christopher Caplinger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: