Skip to content

Commit c67bd0f

Browse files
committed
3.0 config: replication administration - add diagrams
1 parent 0635702 commit c67bd0f

8 files changed

+29
-0
lines changed
Loading
Loading
Loading
Loading
Loading

doc/how-to/replication/repl_bootstrap.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ Checking a replica set status
202202
lag: 0
203203
...
204204
205+
To see the diagrams that illustrate how the ``upstream`` and ``downstream`` connections look,
206+
refer to :ref:`Monitoring a replica set <replication-monitoring>`.
207+
205208

206209
.. _replication-master_replica_add_data:
207210

doc/how-to/replication/repl_bootstrap_auto.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ Checking a replica set status
223223
lag: 0
224224
...
225225
226+
To see the diagrams that illustrate how the ``upstream`` and ``downstream`` connections look,
227+
refer to :ref:`Monitoring a replica set <replication-monitoring>`.
226228

227229
.. _replication-automated-failover-add-data:
228230

@@ -360,6 +362,13 @@ To test how automated failover works if the current master is stopped, follow th
360362
361363
.. box_info_replication_auto_leader_disconnected_end
362364
365+
The diagram below illustrates how the ``upstream`` and ``downstream`` connections look like:
366+
367+
.. image:: box_info_replication_instance002_disconnected.png
368+
:width: 600
369+
:align: center
370+
:alt: replication status on a new master
371+
363372

364373
4. Start ``instance002`` back using ``tt start``:
365374

doc/how-to/replication/repl_bootstrap_master_master.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ Checking a replica set status
209209
name: instance001
210210
...
211211
212+
To see the diagrams that illustrate how the ``upstream`` and ``downstream`` connections look,
213+
refer to :ref:`Monitoring a replica set <replication-monitoring>`.
214+
212215
.. include:: /how-to/replication/repl_bootstrap.rst
213216
:start-after: vclock_0th_component_note_start
214217
:end-before: vclock_0th_component_note_end
@@ -366,6 +369,13 @@ To insert conflicting records to ``instance001`` and ``instance002``, follow the
366369
name: instance001
367370
...
368371
372+
The diagram below illustrates how the ``upstream`` and ``downstream`` connections look like:
373+
374+
.. image:: box_info_replication_master_master_stopped.png
375+
:width: 600
376+
:align: center
377+
:alt: replication status on a new master
378+
369379

370380
.. _replication-master-master-reseed-replica:
371381

@@ -467,6 +477,13 @@ After :ref:`reseeding a replica <replication-master-master-reseed-replica>`, you
467477
name: instance001
468478
...
469479
480+
The diagram below illustrates how the ``upstream`` and ``downstream`` connections look like:
481+
482+
.. image:: box_info_replication_master_master_follow_stopped.png
483+
:width: 600
484+
:align: center
485+
:alt: replication status after reseeding a replica
486+
470487

471488
2. In the ``config.yaml`` file, clear the ``iproto`` option for ``instance001`` by setting its value to ``{}`` to disconnect this instance from ``instance002``.
472489
Set ``database.mode`` to ``ro``:

0 commit comments

Comments
 (0)