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

Commit d9b5013

Browse files
DOCSP-45442 (#621) (#632)
* DOCSP-45442 (#621) * fixig
1 parent b2f4eeb commit d9b5013

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/reference/cutover-process.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Steps
4646
If ``lagTimeSeconds`` isn't close to ``0`` when the cutover
4747
starts, cutover might take a long time.
4848

49-
The following example returns the status of the synchronization process.
49+
The following example returns the status of the
50+
synchronization process.
5051

5152
Request
5253
~~~~~~~
@@ -64,6 +65,8 @@ Steps
6465

6566
.. step:: Stop any write operations to the synced collections on the source.
6667

68+
- Wait for all transactions on the source cluster to either commit or
69+
abort.
6770
- If you start ``mongosync`` with ``enableUserWriteBlocking``
6871
set to ``true``, ``mongosync`` blocks all write operations on
6972
the entire source cluster during the commit (step 4) for you.

0 commit comments

Comments
 (0)