Skip to content

Commit ac53c67

Browse files
authored
DOCSP-46058: Clarify docs for verification behavior during commit (#544) (#550)
* initial commit * little fix (cherry picked from commit 68198a7)
1 parent e345e26 commit ac53c67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/reference/verification/embedded.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ confirm that ``mongosync`` was successful in transferring
102102
documents from the source cluster to the destination.
103103

104104
If the verifier encounters errors, it fails the migration with
105-
an error. If the verifier finds no errors, ``mongosync``
106-
transitions to the ``COMMITTED`` state.
105+
an error. If the verifier finds no errors, the ``/progress``
106+
endpoint returns ``canWrite: true``. To learn more about the ``canWrite`` field,
107+
see :ref:`c2c-canWrite-committed`.
107108

108109
Please `contact <https://mongodb.com/contact>`__ support to
109110
investigate verification issues.

0 commit comments

Comments
 (0)