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.

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 5.3.2, 6.0.0-rc0
    • None
    • None
    • None
    • Fully Compatible
    • ALL
    • v5.3
    • Server Serverless 2022-03-07, Server Serverless 2022-03-21, Server Serverless 2022-04-04
    • 35

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: