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 @@ -114,6 +114,17 @@ destination cluster.
114
114
Chunk Distribution
115
115
''''''''''''''''''
116
116
117
+ .. important::
118
+
119
+ Even if the source cluster is balanced, ``mongosync`` doesn't
120
+ ensure balance of the destination cluster. Because ``mongosync``
121
+ doesn't support the execution of sharding operations during
122
+ migration, you must wait until it is safe to accept writes
123
+ to rebalance the destination cluster. See :ref:`sharding-balancing`
124
+ for guidance on how to rebalance the cluster and
125
+ :ref:`sharded cluster limitations <c2c-sharded-limitations>`
126
+ for information on sharded cluster limitations in ``mongosync``.
127
+
117
128
``mongosync`` does not preserve chunk distribution from the source to
118
129
the destination, even with multiple ``mongosync`` instances. It is not
119
130
possible to reproduce a particular pre-split of chunks from a source
You can’t perform that action at this time.
0 commit comments