Skip to content

Commit aed6379

Browse files
authored
DOCSP-39211 reverse update (#320)
* DOCSP-39211 reverse update * Fixes per Ajay
1 parent 31598f6 commit aed6379

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/reference/api/reverse.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ For example:
2727
the destination cluster. The source cluster will not accept new
2828
writes.
2929

30-
In this scenario, you can use the ``reverse`` endpoint to sync writes
31-
from ``cluster1`` to ``cluster0``.
30+
In this scenario, you can use the ``reverse`` endpoint to sync
31+
writes from ``cluster1`` to ``cluster0``, including any writes
32+
that occurred on ``cluster1`` after ``mongosync`` reached
33+
``canWrite=true``. To check the ``canWrite`` status during
34+
sync, use the :ref:`/progress <c2c-api-progress>` endpoint.
3235

3336
Requirements
3437
------------
@@ -44,7 +47,7 @@ To use the ``reverse`` endpoint:
4447
You cannot update these options after the sync starts.
4548
- ``mongosync`` must be in the ``COMMITTED`` state.
4649
- The destination cluster oplog must not roll over between
47-
``mongosync`` reaching the ``COMMITTED`` state and receiving
50+
``mongosync`` reaching ``canWrite=true`` and receiving
4851
the ``/reverse`` request.
4952
- :ref:`index-type-unique` require proper formatting. Collections with indexes
5053
initially created on MongoDB 4.2 may not have the proper formatting.

0 commit comments

Comments
 (0)