File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 64
64
65
65
.. step:: Stop any write operations to the synced collections on the source.
66
66
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))
67
78
- If you start ``mongosync`` with ``enableUserWriteBlocking``
68
79
set to ``true``, ``mongosync`` blocks all write operations on
69
80
the entire source cluster during the commit (step 4) for you.
You can’t perform that action at this time.
0 commit comments