Skip to content

Commit 1643a8b

Browse files
DOCSP-45442 (mongodb#621)
1 parent b2f4eeb commit 1643a8b

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
@@ -64,6 +64,17 @@ Steps
6464

6565
.. step:: Stop any write operations to the synced collections on the source.
6666

67+
<<<<<<< HEAD
68+
=======
69+
- Wait for all transactions on the source cluster to either commit or
70+
abort.
71+
- ``mongosync`` enables destination-only write-blocking by default.
72+
You can explicitly enable it by starting ``mongosync`` with
73+
``enableUserWriteBlocking`` set to ``"destinationOnly"``.
74+
``mongosync`` only blocks writes on the
75+
destination and unblocks them right before ``canWrite`` is
76+
set to ``true``.
77+
>>>>>>> 74d175d (DOCSP-45442 (#621))
6778
- If you start ``mongosync`` with ``enableUserWriteBlocking``
6879
set to ``true``, ``mongosync`` blocks all write operations on
6980
the entire source cluster during the commit (step 4) for you.

0 commit comments

Comments
 (0)