Skip to content

Commit 2650130

Browse files
authored
DOCSP-33786 clarify number of mongosync instances (#211) (#212)
* DOCSP-33786 clarify number of mongosync instances * DOCSP-33786 clarify number of mongosync instances * DOCSP-33786 tech edit
1 parent b881d7f commit 2650130

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/multiple-mongosyncs.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Use ``mongosync`` on Sharded Clusters
1515
There are two ways to synchronize :ref:`sharded clusters
1616
<sharded-cluster>`. You can use either one ``mongosync`` or several
1717
``mongosync`` instances. For best performance with large or heavily
18-
loaded clusters, use multiple ``mongosync`` instances, one
19-
``mongosync`` for each shard in the cluster.
18+
loaded clusters, use one ``mongosync`` instance for each shard on the
19+
source cluster.
2020

2121
.. _c2c-sharded-config-single:
2222

@@ -39,6 +39,10 @@ using multiple ``mongosync`` instances.
3939
Configure Multiple ``mongosync`` Instances
4040
------------------------------------------
4141

42+
The number of ``mongosync`` instances must match the number of shards on
43+
the source cluster. For a replica set source, you can only use one
44+
``mongosync`` instance.
45+
4246
To configure multiple ``mongosync`` instances:
4347

4448
#. :ref:`Verify cluster configuration <c2c-shard-config-verify>`

0 commit comments

Comments
 (0)