We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f4eeb commit d9b5013Copy full SHA for d9b5013
source/reference/cutover-process.txt
@@ -46,7 +46,8 @@ Steps
46
If ``lagTimeSeconds`` isn't close to ``0`` when the cutover
47
starts, cutover might take a long time.
48
49
- The following example returns the status of the synchronization process.
+ The following example returns the status of the
50
+ synchronization process.
51
52
Request
53
~~~~~~~
@@ -64,6 +65,8 @@ Steps
64
65
66
.. step:: Stop any write operations to the synced collections on the source.
67
68
+ - Wait for all transactions on the source cluster to either commit or
69
+ abort.
70
- If you start ``mongosync`` with ``enableUserWriteBlocking``
71
set to ``true``, ``mongosync`` blocks all write operations on
72
the entire source cluster during the commit (step 4) for you.
0 commit comments