Skip to content

Commit dade99e

Browse files
DOCSP-45442 (mongodb#621)
1 parent 72af780 commit dade99e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/reference/cutover-process.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ Steps
7575

7676
.. step:: Stop any write operations to the synced collections on the source.
7777

78+
<<<<<<< HEAD
79+
=======
80+
- Wait for all transactions on the source cluster to either commit or
81+
abort.
82+
- ``mongosync`` enables destination-only write-blocking by default.
83+
You can explicitly enable it by starting ``mongosync`` with
84+
``enableUserWriteBlocking`` set to ``"destinationOnly"``.
85+
``mongosync`` only blocks writes on the
86+
destination and unblocks them right before ``canWrite`` is
87+
set to ``true``.
88+
>>>>>>> 74d175d (DOCSP-45442 (#621))
7889
- If you start ``mongosync`` with ``enableUserWriteBlocking``
7990
set to ``true``, ``mongosync`` blocks all write operations on
8091
the entire source cluster during the commit (step 4) for you.

0 commit comments

Comments
 (0)