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

Support Replication Between Sharded Clusters

    • Type: Icon: Improvement Improvement
    • Resolution: Won't Do
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Replication, Sharding
    • Labels:
    • Replication

      Please support replication between sharded clusters. This would effectively first require multi-master replication behavior and support to exist.

      One Idea:
      Good idea to use an existing op-log for cross-cluster replication. Read from op-log from each shard and apply the operation on destination mongos (another datacenter).

      The problem is in the same operation will appear in destination cluster op-log and infinite loop will start as a result.

      The solution is to append to document a special marker to specify the appurtenance to the particular cluster.

        1. img1.png
          img1.png
          45 kB
        2. img2.png
          img2.png
          65 kB
        3. img3.png
          img3.png
          64 kB

            Assignee:
            backlog-server-repl [DO NOT USE] Backlog - Replication Team
            Reporter:
            vasmik Vasily
            Votes:
            5 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved: