Skip to content

Commit 585abe5

Browse files
committed
Minor fixes
1 parent 316ecfb commit 585abe5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/dev_guide/internals/iproto/keys.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,13 @@ General replication
187187

188188
* - :ref:`IPROTO_VCLOCK_SYNC <internals-iproto-keys-vclock>`
189189
- 0x5a |br| MP_UINT
190-
- ID of the vclock synchronization request
190+
- ID of the vclock synchronization request.
191+
Since 2.11
191192

192193
* - IPROTO_REPLICASET_UUID
193194
- 0x25 |br| MP_STR
194195
- Replicaset UUID.
195-
Prior to Tarantool :doc:`v. 2.11.0 </release/2.11.0>`, IPROTO_REPLICASET_UUID was called IPROTO_CLUSTER_UUID.
196+
Prior to Tarantool version 2.11, IPROTO_REPLICASET_UUID was called IPROTO_CLUSTER_UUID.
196197

197198
* - IPROTO_LSN
198199
- 0x03 |br| MP_UINT
@@ -681,11 +682,11 @@ They all have the MP_MAP type:
681682

682683
* IPROTO_VCLOCK (0x26) is passed to a new instance :ref:`joining the replica set <box_protocol-join>`.
683684

684-
* IPROTO_VCLOCK_SYNC (0x5a) is used by replication heartbeats.
685+
* IPROTO_VCLOCK_SYNC (0x5a) is used by :ref:`replication heartbeats <box_protocol-heartbeat>`.
685686
The master sends its heartbeats, including this monotonically growing key, to a replica.
686687
Once the replica receives a heartbeat with a non-zero IPROTO_VCLOCK_SYNC value,
687688
it starts responding with the same value in all its acknowledgements.
688-
This key was introduced in :doc:`/release/2.11.0`.
689+
This key was introduced in version 2.11.
689690

690691
* IPROTO_BALLOT_VCLOCK (0x02) is sent in response to :ref:`IPROTO_VOTE <internals-iproto-replication-vote>`.
691692
This key was introduced in :doc:`/release/2.6.1`.

doc/dev_guide/internals/iproto/replication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ and the replica sends a response.
6666
Both messages' IPROTO_REQUEST_TYPE is IPROTO_OK.
6767
IPROTO_TIMESTAMP is a float-64 MP_DOUBLE 8-byte timestamp.
6868

69-
Since version :doc:`2.11.0 </release/2.11.0>`, both messages have an optional field that contains
69+
Since version 2.11, both messages have an optional field that contains
7070
the :ref:`IPROTO_VCLOCK_SYNC <internals-iproto-keys-vclock>` key.
7171

7272
Note that the master's heartbeat has no body:

0 commit comments

Comments
 (0)