Skip to content

Commit 8338e4d

Browse files
authored
DOCSP-48515: Source/destination balancing (#678) (#714)
* commit * feedback * feedbaclk * feedback * feedback * link * contractions and ref (cherry picked from commit c1b61ee)
1 parent 4ae2e7f commit 8338e4d

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
@@ -156,6 +156,17 @@ destination cluster.
156156
Chunk Distribution
157157
''''''''''''''''''
158158

159+
.. important::
160+
161+
Even if the source cluster is balanced, ``mongosync`` doesn't
162+
ensure balance of the destination cluster. Because ``mongosync``
163+
doesn't support the execution of sharding operations during
164+
migration, you must wait until it is safe to accept writes
165+
to rebalance the destination cluster. See :ref:`sharding-balancing`
166+
for guidance on how to rebalance the cluster and
167+
:ref:`sharded cluster limitations <c2c-sharded-limitations>`
168+
for information on sharded cluster limitations in ``mongosync``.
169+
159170
``mongosync`` does not preserve chunk distribution from the source to
160171
the destination, even with multiple ``mongosync`` instances. It is not
161172
possible to reproduce a particular pre-split of chunks from a source

0 commit comments

Comments
 (0)