File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
source/reference/mongosync Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,17 @@ destination cluster.
156
156
Chunk Distribution
157
157
''''''''''''''''''
158
158
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
+
159
170
``mongosync`` does not preserve chunk distribution from the source to
160
171
the destination, even with multiple ``mongosync`` instances. It is not
161
172
possible to reproduce a particular pre-split of chunks from a source
You can’t perform that action at this time.
0 commit comments