From d7b1a4e8b5ed790caa49f95fb80c8186e5bafc3a Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Tue, 14 Jan 2025 13:20:58 -0500 Subject: [PATCH] DOCSP-46058: Clarify docs for verification behavior during commit (#544) * initial commit * little fix (cherry picked from commit 68198a72e5e66383a1c98dc51bd92f83164b15c7) --- source/reference/verification/embedded.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/reference/verification/embedded.txt b/source/reference/verification/embedded.txt index fdeb1e20e..9e7e877da 100644 --- a/source/reference/verification/embedded.txt +++ b/source/reference/verification/embedded.txt @@ -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 `__ support to investigate verification issues.