Skip to content

Commit cfab898

Browse files
committed
DOCSP-48515: Source/destination balancing (mongodb#678)
* commit * feedback * feedbaclk * feedback * feedback * link * contractions and ref (cherry picked from commit c1b61ee)
1 parent 6ffca13 commit cfab898

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/reference/mongosync/mongosync-behavior.txt

+11
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,17 @@ destination cluster.
113113
Chunk Distribution
114114
''''''''''''''''''
115115

116+
.. important::
117+
118+
Even if the source cluster is balanced, ``mongosync`` doesn't
119+
ensure balance of the destination cluster. Because ``mongosync``
120+
doesn't 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 and
124+
:ref:`sharded cluster limitations <c2c-sharded-limitations>`
125+
for information on sharded cluster limitations in ``mongosync``.
126+
116127
``mongosync`` does not preserve chunk distribution from the source to
117128
the destination, even with multiple ``mongosync`` instances. It is not
118129
possible to reproduce a particular pre-split of chunks from a source

0 commit comments

Comments
 (0)