This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ Can I perform reads or writes to my destination cluster while ``mongosync`` is s
27
27
---------------------------------------------------------------------------------------
28
28
29
29
``mongosync`` combines and reorders writes from the source to destination during
30
- synchronization, and temporarily modifies various collection characteristics.
31
- As a result, ``mongosync`` can't guarantee that the destination matches the
32
- source, including a stale version of the source, at any point in time when the
33
- sync is running. To safely accept traffic to the destination cluster, wait for
34
- the migration to :ref:`c2c-api-commit`. To learn more, see
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
35
:ref:`mongosync-considerations`.
36
36
37
37
Performing writes to your destination cluster during synchronization results in
You can’t perform that action at this time.
0 commit comments