Skip to content

Commit f2c92ba

Browse files
authored
DOCSP-44360-chunk-migration-balancers (#490)
* DOCSP-44360-chunk-migration-balancers * * * JD feedback
1 parent a0b3ce4 commit f2c92ba

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. important::
2+
3+
When the source or destination cluster is a sharded cluster, you must stop
4+
the balancer on both clusters and not run the :dbcommand:`moveChunk` or
5+
:dbcommand:`moveRange` commands for the duration of the migration. To stop
6+
the balancer, run the :dbcommand:`balancerStop` command and wait for the
7+
command to complete.

source/reference/mongosync/mongosync-behavior.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Sharded Clusters
101101
cluster to the destination cluster. However ``mongosync`` does not
102102
preserve the source cluster's sharding configuration.
103103

104+
.. include:: /includes/fact-mongosync-balancer.rst
105+
104106
Pre-Split Chunks
105107
''''''''''''''''
106108

source/topologies/multiple-mongosyncs.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ There are two ways to synchronize :ref:`sharded clusters
1818
loaded clusters, use one ``mongosync`` instance for each shard on the
1919
source cluster.
2020

21-
.. important::
22-
23-
When the source or destination cluster is a sharded cluster, stop the
24-
balancer on both clusters and don't run the :dbcommand:`moveChunk` or
25-
:dbcommand:`moveRange` commands for the entire lifetime of the
26-
migration. To stop the balancer, run the :dbcommand:`balancerStop`
27-
command and wait for the command to complete.
21+
.. include:: /includes/fact-mongosync-balancer.rst
2822

2923
.. _c2c-sharded-config-single:
3024

0 commit comments

Comments
 (0)