File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2
2
write-blocking, ``mongosync `` blocks writes:
3
3
4
4
- On the destination cluster during sync.
5
- - On the source cluster while ``commit `` is running .
5
+ - On the source cluster when ``commit `` is received .
6
6
7
7
To enable write-blocking, use the :ref: `start API <c2c-api-start >`
8
8
to set ``enableUserWriteBlocking `` to ``true ``. You cannot enable
Original file line number Diff line number Diff line change @@ -41,8 +41,15 @@ characteristics that ``mongosync`` alters during the synchronization process.
41
41
replicated as non-hidden on the destination cluster.
42
42
43
43
* - :ref:`Write Blocking <c2c-dr-write-blocking>`
44
- - If ``mongosync`` disabled writes on the destination cluster,
45
- ``commit`` disables the Write Block Mode.
44
+ - If you enable write-blocking, ``mongosync`` blocks writes:
45
+
46
+ - On the destination cluster during sync.
47
+ - On the source cluster when ``commit`` is received.
48
+
49
+ .. seealso::
50
+
51
+ - :ref:`c2c-failure-recovery`
52
+ - :ref:`c2c-write-blocking`
46
53
47
54
Requirements
48
55
------------
Original file line number Diff line number Diff line change @@ -51,7 +51,10 @@ the following changes that mimic the sync finalization process of the
51
51
Use the :dbcommand:`collMod` command to hide any indexes that should
52
52
be hidden.
53
53
* - :ref:`Write Blocking <c2c-dr-write-blocking>`
54
- - ``mongosync`` can disable writes on the destination cluster.
54
+ - If you enable write-blocking, ``mongosync`` blocks writes:
55
+
56
+ - On the destination cluster during sync.
57
+ - On the source cluster when ``commit`` is received.
55
58
56
59
If synchronization was started with write blocking, disable the Write
57
60
Block Mode.
You can’t perform that action at this time.
0 commit comments