Skip to content

Commit 2d3ff19

Browse files
committed
Updated byte codes for the heartbeat, fixed repl_ballot svg
1 parent d35479a commit 2d3ff19

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

doc/dev_guide/internals/iproto/images/repl_ballot.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ json "**IPROTO_BALLOT body**" as ballot {
1515
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_BALLOT_IS_ANON]]": "MP_BOOL",
1616
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_BALLOT_IS_BOOTED]]": "MP_BOOL",
1717
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_BALLOT_CAN_LEAD]]": "MP_BOOL",
18-
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_BALLOT_BOOTSTRAP_LEADER_UUID]]": "MP_UUID",
18+
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_BALLOT_BOOTSTRAP_LEADER_UUID]]": "MP_STR",
1919
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_BALLOT_REGISTERED_REPLICA_UUIDS]]": "MP_ARRAY"
2020
}
2121

Lines changed: 1 addition & 1 deletion
Loading

doc/dev_guide/internals/iproto/keys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ General replication
192192

193193
* - IPROTO_REPLICASET_UUID
194194
- 0x25 |br| MP_STR
195-
- Replicaset UUID.
195+
- UUID of the replica set.
196196
Prior to Tarantool version 2.11, IPROTO_REPLICASET_UUID was called IPROTO_CLUSTER_UUID.
197197

198198
* - IPROTO_LSN

0 commit comments

Comments
 (0)