Skip to content

Commit 9317cf8

Browse files
authored
DOCSP-38839 Source Cluster Read Only Behavior (#301) (#302)
* DOCSP-38839 Source Cluster Read Only Behavior * swap order * * * more copy edits * * * * * external feedback
1 parent ea5fec3 commit 9317cf8

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

source/includes/fact-write-blocking-enable.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
write-blocking, ``mongosync`` blocks writes:
33

44
- On the destination cluster during sync.
5-
- On the source cluster while ``commit`` is running.
5+
- On the source cluster when ``commit`` is received.
66

77
To enable write-blocking, use the :ref:`start API <c2c-api-start>`
88
to set ``enableUserWriteBlocking`` to ``true``. You cannot enable

source/reference/api/commit.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,15 @@ characteristics that ``mongosync`` alters during the synchronization process.
4141
replicated as non-hidden on the destination cluster.
4242

4343
* - :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`
4653

4754
Requirements
4855
------------

source/reference/disaster-recovery.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ the following changes that mimic the sync finalization process of the
5151
Use the :dbcommand:`collMod` command to hide any indexes that should
5252
be hidden.
5353
* - :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.
5558

5659
If synchronization was started with write blocking, disable the Write
5760
Block Mode.

0 commit comments

Comments
 (0)