@@ -26,13 +26,14 @@ following the steps in :ref:`c2c-reconfigure-mid-migration`.
2626Can I perform reads or writes to my destination cluster while ``mongosync`` is syncing?
2727---------------------------------------------------------------------------------------
2828
29- ``mongosync`` combines and reorders writes from the source to destination during
30- synchronization, and temporarily modifies collection characteristics. As a
31- result, ``mongosync`` can't guarantee that the destination matches the source,
32- including a stale version of the source, at any point in time when the sync is
33- running. To safely accept traffic to the destination cluster, wait for the
34- migration to :ref:`c2c-api-commit`. To learn more, see
35- :ref:`mongosync-considerations`.
29+ ``mongosync`` :ref:`combines and reorders <c2c-behavior-consistency>` writes
30+ from the source to destination during synchronization, and
31+ :ref:`temporarily modifies <c2c-behavior-temporary-changes>` collection
32+ characteristics. As a result, ``mongosync`` can't guarantee that the destination
33+ matches the source, including a stale version of the source, at any point in
34+ time when the sync is running, even if the sync is paused. To safely accept
35+ traffic to the destination cluster, wait for the migration to
36+ :ref:`c2c-api-commit`. To learn more, see :ref:`mongosync-considerations`.
3637
3738Performing writes to your destination cluster during synchronization results in
3839undefined behavior. ``mongosync`` blocks writes on the destination cluster by
0 commit comments