Skip to content

Commit 215a654

Browse files
authored
DOCSP-48515: Source/destination balancing (#678) (#705)
* commit * feedback * feedbaclk * feedback * feedback * link * contractions and ref (cherry picked from commit c1b61ee)
1 parent 6b991a5 commit 215a654

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/reference/mongosync/mongosync-behavior.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@ destination cluster.
7777
Chunk Distribution
7878
''''''''''''''''''
7979

80+
.. important::
81+
82+
Even if the source cluster is balanced, ``mongosync`` doesn't
83+
ensure balance of the destination cluster. Because ``mongosync``
84+
doesn't support the execution of sharding operations during
85+
migration, you must wait until it is safe to accept writes
86+
to rebalance the destination cluster. See :ref:`sharding-balancing`
87+
for guidance on how to rebalance the cluster and
88+
:ref:`sharded cluster limitations <c2c-sharded-limitations>`
89+
for information on sharded cluster limitations in ``mongosync``.
90+
8091
``mongosync`` does not preserve chunk distribution from the source to
8192
the destination, even with multiple ``mongosync`` instances. It is not
8293
possible to reproduce a particular pre-split of chunks from a source

0 commit comments

Comments
 (0)