Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 233015c

Browse files
committed
MVK feedback
1 parent 8b21f19 commit 233015c

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

source/faq.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ following the steps in :ref:`c2c-reconfigure-mid-migration`.
2626
Can 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

3738
Performing writes to your destination cluster during synchronization results in
3839
undefined behavior. ``mongosync`` blocks writes on the destination cluster by

source/reference/mongosync/mongosync-behavior.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ snapshot of the source data. To learn more, see :ref:`c2c-behavior-consistency`.
232232
Otherwise, start a new continuous sync operation by using a new empty
233233
destination cluster.
234234

235+
.. _c2c-behavior-temporary-changes:
236+
235237
Temporary Changes to Collection Characteristics
236238
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
237239

0 commit comments

Comments
 (0)