Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/reference/mongosync/mongosync-behavior.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ destination cluster.
Chunk Distribution
''''''''''''''''''

.. important::

Even if the source cluster is balanced, ``mongosync`` does not
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] We can use contractions in our docs for simplicity!

Suggested change
Even if the source cluster is balanced, ``mongosync`` does not
Even if the source cluster is balanced, ``mongosync`` doesn't

Same goes for the instance below!

ensure balance of the destination cluster. To balance the destination

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since Sharding operations are not permitted during the execution of mongosync (see Limitations), you must wait until it is safe to accept writes in order to rebalance the destination cluster. See Sharded Cluster Balancer for guidance on how to rebalance the cluster.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest including the above instead of the sentence "To balance the destination [...]"

cluster, enable the destination cluster's balancer after your
migration finishes.

``mongosync`` does not preserve chunk distribution from the source to
the destination, even with multiple ``mongosync`` instances. It is not
possible to reproduce a particular pre-split of chunks from a source
Expand Down