Skip to content

Commit 77b803e

Browse files
author
Dave Cuthbert
authored
DOCS-15126-conflict-resolution-during-sharding (#47)
* DOCS-15126-conflict-resolution-during-sharding * Review feedback * Review feedback
1 parent 84eeebe commit 77b803e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/reference/mongosync.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,19 @@ source database is dropped at a later time. The ``<db>.system.profile``
161161
collection will not change the accuracy of user data on the
162162
destination.
163163

164+
Sharded Clusters
165+
~~~~~~~~~~~~~~~~
166+
167+
{+c2c-product-name+} supports replication between sharded clusters.
168+
Individual shards are replicated in parallel from the source cluster to
169+
the destination cluster, however a :ref:`chunk migration
170+
<sharding-chunk-migration>` or similar source update could move
171+
documents to a new source shard during replication.
172+
173+
Even if documents move between source shards during replication,
174+
{+c2c-product-name+} maintains the :term:`eventual consistency`
175+
guarantee on the destination cluster.
176+
164177
Views
165178
~~~~~
166179

0 commit comments

Comments
 (0)