Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/reference/verification/embedded.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ confirm that ``mongosync`` was successful in transferring
documents from the source cluster to the destination.

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

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