Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from 6 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
10 changes: 10 additions & 0 deletions source/reference/mongosync/mongosync-behavior.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@ 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. Because ``mongosync``
does not support the execution of sharding operations during
migration, you must wait until it is safe to accept writes

Choose a reason for hiding this comment

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

can we add the link to Limitations from this comment

once that change is added I am good to approve, thank you!

to rebalance the destination cluster. See :ref:`sharding-balancing`
for guidance on how to rebalance the cluster and :ref:`c2c-sharded-limitations`
for information on sharded cluster limitations in ``mongosync``.

``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