Skip to content

Commit a88023c

Browse files
authored
DOCSP-43492-blocking-link-reverse-sync (#426) (#433)
* DOCSP-43492-blocking-link-reverse-sync * changes * moved note * fixing error * switch order
1 parent e0dd475 commit a88023c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

source/reference/api/reverse.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,14 @@ To use the ``reverse`` endpoint:
4242
call to the :ref:`/start <c2c-api-start>` API endpoint must set:
4343

4444
- ``reversible`` to ``true``
45-
- ``enableUserWriteBlocking`` to ``true``
46-
47-
You cannot update these options after the sync starts.
45+
- ``enableUserWriteBlocking`` to ``true``.
46+
47+
.. note::
48+
49+
:ref:`c2c-write-blocking` is a prerequisite for running ``reverse``.
50+
51+
You cannot update these options after the sync starts.
52+
4853
- ``mongosync`` must be in the ``COMMITTED`` state.
4954
- The destination cluster oplog must not roll over between
5055
``mongosync`` reaching ``canWrite=true`` and receiving

0 commit comments

Comments
 (0)