Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit bcd7048

Browse files
authored
DOCSP-48653: Make it clear the embedded verifier is on by default for sharded clusters (#696) (#711)
* commit * default * feedbakc * trying * remove space (cherry picked from commit bbc07b7)
1 parent 3d9e0aa commit bcd7048

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

source/reference/verification/embedded.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ Verify with Embedded Verifier
1717
:depth: 1
1818
:class: singlecol
1919

20+
.. versionadded:: 1.9
2021

2122
``mongosync`` includes an embedded verifier to perform a series
2223
of checks on the destination cluster to verify the sync of
23-
supported collections.
24+
supported collections. ``mongosync`` enables the verifier by
25+
default on replica set clusters.
26+
27+
Starting in version 1.10, ``mongosync`` enables the verifier by
28+
default on sharded clusters.
2429

2530
.. note::
2631

@@ -32,8 +37,6 @@ supported collections.
3237
cluster’s nodes can cause the embedded verifier to fail the migration, even
3338
if ``mongosync`` copied the documents correctly.
3439

35-
.. versionadded:: 1.9
36-
3740
About this Task
3841
---------------
3942

@@ -76,9 +79,6 @@ Steps
7679
:language: json
7780
:copyable: false
7881

79-
Note, the verifier is enabled by default for replica set
80-
migrations.
81-
8282
.. step:: Examine Progress
8383

8484
To examine the status of the sync, use the :ref:`/progress

source/release-notes/1.10.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Upgrades to Embedded Verifier
2727

2828
- .. include:: /includes/verify-reversible-migrations.rst
2929

30+
- ``mongosync`` enables the embedded verifier on
31+
sharded clusters by default.
32+
3033
.. _c2c-older-version-support:
3134

3235
Older Version Support

0 commit comments

Comments
 (0)