File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
doc/dev_guide/internals/iproto Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -187,12 +187,13 @@ General replication
187
187
188
188
* - :ref: `IPROTO_VCLOCK_SYNC <internals-iproto-keys-vclock >`
189
189
- 0x5a |br | MP_UINT
190
- - ID of the vclock synchronization request
190
+ - ID of the vclock synchronization request.
191
+ Since 2.11
191
192
192
193
* - IPROTO_REPLICASET_UUID
193
194
- 0x25 |br | MP_STR
194
195
- 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.
196
197
197
198
* - IPROTO_LSN
198
199
- 0x03 |br | MP_UINT
@@ -681,11 +682,11 @@ They all have the MP_MAP type:
681
682
682
683
* IPROTO_VCLOCK (0x26) is passed to a new instance :ref: `joining the replica set <box_protocol-join >`.
683
684
684
- * IPROTO_VCLOCK_SYNC (0x5a) is used by replication heartbeats.
685
+ * IPROTO_VCLOCK_SYNC (0x5a) is used by :ref: ` replication heartbeats < box_protocol-heartbeat >` .
685
686
The master sends its heartbeats, including this monotonically growing key, to a replica.
686
687
Once the replica receives a heartbeat with a non-zero IPROTO_VCLOCK_SYNC value,
687
688
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.
689
690
690
691
* IPROTO_BALLOT_VCLOCK (0x02) is sent in response to :ref: `IPROTO_VOTE <internals-iproto-replication-vote >`.
691
692
This key was introduced in :doc: `/release/2.6.1 `.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ and the replica sends a response.
66
66
Both messages' IPROTO_REQUEST_TYPE is IPROTO_OK.
67
67
IPROTO_TIMESTAMP is a float-64 MP_DOUBLE 8-byte timestamp.
68
68
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
70
70
the :ref: `IPROTO_VCLOCK_SYNC <internals-iproto-keys-vclock >` key.
71
71
72
72
Note that the master's heartbeat has no body:
You can’t perform that action at this time.
0 commit comments