From f11974bcf44f8bda6cdf3b02494f8e4dfee18754 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Mon, 13 Jan 2025 16:46:18 -0500 Subject: [PATCH 1/2] initial commit --- 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..3d2e858b9 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 ``canWrite``, see +:ref:`c2c-canWrite-committed`. Please `contact `__ support to investigate verification issues. From 011006bff814fc5c70e53d95be3157e798fa4029 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Mon, 13 Jan 2025 16:57:08 -0500 Subject: [PATCH 2/2] little fix --- source/reference/verification/embedded.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/verification/embedded.txt b/source/reference/verification/embedded.txt index 3d2e858b9..9e7e877da 100644 --- a/source/reference/verification/embedded.txt +++ b/source/reference/verification/embedded.txt @@ -103,8 +103,8 @@ 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, the ``/progress`` -endpoint returns ``canWrite: true``. To learn more about ``canWrite``, see -:ref:`c2c-canWrite-committed`. +endpoint returns ``canWrite: true``. To learn more about the ``canWrite`` field, +see :ref:`c2c-canWrite-committed`. Please `contact `__ support to investigate verification issues.