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

Allow data replication across config versions

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.4
    • Affects Version/s: None
    • Component/s: Replication
    • None
    • Fully Compatible
    • v4.2
    • Repl 2020-01-27, Repl 2020-02-10

      Safe Reconfig requires data replication across config versions for liveness reasons.

      Currently, we do not sync from a node that has a different config version. The oplog fetcher checks if it should stop fetching from the sync source (after it has fetched the first batch).

      shouldStopFetching calls replCoord->shouldChangeSyncSource which finally calls topCoord->shouldChangeSyncSource. Here, we check for the various reasons we would want to change sync source (i.e. not being in the same config).

            Assignee:
            pavithra.vetriselvan@mongodb.com Pavithra Vetriselvan
            Reporter:
            siyuan.zhou@mongodb.com Siyuan Zhou
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: