Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 753ac9c

Browse files
committed
feedback
1 parent ba56ebb commit 753ac9c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/reference/mongosync/mongosync-behavior.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,11 @@ Chunk Distribution
116116
.. important::
117117

118118
Even if the source cluster is balanced, ``mongosync`` does not
119-
ensure balance of the destination cluster. To balance the destination
120-
cluster, enable the destination cluster's balancer after your
121-
migration finishes by running the :dbcommand:`balancerStart` command.
119+
ensure balance of the destination cluster. Because ``mongosync``
120+
does not support the execution of sharding operations during
121+
migration, you must wait until it is safe to accept writes
122+
to rebalance the destination cluster. See :ref:`sharding-balancing`
123+
for guidance on how to rebalance the cluster.
122124

123125
``mongosync`` does not preserve chunk distribution from the source to
124126
the destination, even with multiple ``mongosync`` instances. It is not

0 commit comments

Comments
 (0)