Skip to content

Commit 18170cc

Browse files
committed
Adds note to troubleshooting guide
Fixes language and syntax
1 parent ea27552 commit 18170cc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

doc/admin/troubleshoot.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ This issue can be fixed in two ways:
254254
- Manually: :ref:`reseed <replication-master-master-reseed-replica>` one master from another by removing write-ahead logs and snapshots.
255255
- Programmatically: set up a :ref:`conflict resolution trigger <replication-problem_solving>`.
256256

257+
.. NOTE::
258+
259+
To avoid brain split between two masters, one of the instances may be put in the :ref:`isolated mode <_configuration_reference_isolated_mode>`.
260+
257261
Then, restart replication as described in :ref:`Restarting replication <replication-master-master-resolve-conflict>`.
258262

259263

doc/reference/configuration/configuration_reference.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,13 +2856,13 @@ The isolated mode moves the instance to the read-only state, in which:
28562856
* The instance is disconnected from all the replication upstreams
28572857
* Other replicaset members exclude the isolated instance from the replication upstreams
28582858

2859-
Once the mode is enabled, After any requests that try to change persistent data will fail with the ``ER_READONLY`` error.
2859+
Once the mode is enabled, any request trying to change persistent data will fail with the ``ER_READONLY`` error.
28602860

28612861
.. NOTE::
28622862

2863-
isolated instance can't be bootstrapped (a local snapshot is required to start).
2863+
Isolated instance can't be bootstrapped (a local snapshot is required to start).
28642864

2865-
**Example**
2865+
**Example**
28662866

28672867
The example below shows how to isolate an instance:
28682868

0 commit comments

Comments
 (0)