Skip to content

Commit 39d7cba

Browse files
committed
3.0 configuration: update replication tutorials (review fixes 1)
1 parent 2667ead commit 39d7cba

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

doc/how-to/replication/repl_bootstrap.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ To check that a replica (``instance002``) gets all updates from the master, foll
232232
- {1: 21}
233233
...
234234
235+
.. NOTE::
236+
237+
Note that a ``vclock`` value might include the 0-th component that is related to local space operations and might differ for different instances in a replica set.
238+
235239

236240

237241
.. _replication-add_instances:
@@ -290,6 +294,8 @@ Starting an instance
290294
Reloading configuration
291295
~~~~~~~~~~~~~~~~~~~~~~~
292296

297+
After adding ``instance003`` to the configuration and starting it, configurations on all instances should be reloaded to allow ``instance001`` and ``instance002`` to get data from the new instance in case it becomes a master:
298+
293299
1. Connect to ``instance003`` using ``tt connect``:
294300

295301
.. code-block:: console
@@ -598,7 +604,9 @@ Removing an instance from the configuration
598604
Removing an instance from the '_cluster' space
599605
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
600606

601-
1. Select all the tuples in the :ref:`box.space._cluster <box_space-cluster>` system space:
607+
To remove an instance from the replica set permanently, it should be removed from the :ref:`box.space._cluster <box_space-cluster>` system space:
608+
609+
1. Select all the tuples in the ``box.space._cluster`` system space:
602610

603611
.. code-block:: console
604612

doc/how-to/replication/repl_bootstrap_auto.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ To check that replicas (``instance001`` and ``instance003``) get all updates fro
272272
273273
.. NOTE::
274274

275-
The 0-th component of ``vclock`` isn't related to replication.
276-
275+
The 0-th component of ``vclock`` is related to local space operations and might differ for different instances in a replica set.
277276

278277

279278

doc/how-to/replication/repl_bootstrap_master_master.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ Checking a replica set status
207207
name: instance001
208208
...
209209
210+
.. NOTE::
211+
212+
Note that a ``vclock`` value might include the 0-th component that is related to local space operations and might differ for different instances in a replica set.
213+
210214

211215

212216

0 commit comments

Comments
 (0)