Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-64059

Tenant migration recipient can miss updating the config.transactions table for those donor transactions that are committed at a timestamp <= startApplyingDonorOpTime.

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.3.2, 6.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v5.3
    • Server Serverless 2022-03-07, Server Serverless 2022-03-21, Server Serverless 2022-04-04
    • 35

      Tenant oplog applier takes care of updating the session entry in the config.transactions table for those donor transactions that are committed after startApplyingDonorOpTime and this pre-oplog catchup step takes care of updating the session entry in the config.transactions table for those donor transactions that are committed before startFetchingDonorOpTime. But, misses updating the config.transactions table for those donor transactions that are committed in this range [startFetchingDonorOpTime, startApplyingDonorOpTime] where startFetchingDonorOpTime <= startApplyingDonorOpTime. This can lead to duplicate transaction commits.

            Assignee:
            christopher.caplinger@mongodb.com Christopher Caplinger
            Reporter:
            suganthi.mani@mongodb.com Suganthi Mani
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: