File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,11 @@ For example:
27
27
the destination cluster. The source cluster will not accept new
28
28
writes.
29
29
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.
32
35
33
36
Requirements
34
37
------------
@@ -44,7 +47,7 @@ To use the ``reverse`` endpoint:
44
47
You cannot update these options after the sync starts.
45
48
- ``mongosync`` must be in the ``COMMITTED`` state.
46
49
- The destination cluster oplog must not roll over between
47
- ``mongosync`` reaching the ``COMMITTED`` state and receiving
50
+ ``mongosync`` reaching ``canWrite=true`` and receiving
48
51
the ``/reverse`` request.
49
52
- :ref:`index-type-unique` require proper formatting. Collections with indexes
50
53
initially created on MongoDB 4.2 may not have the proper formatting.
You can’t perform that action at this time.
0 commit comments