File tree 4 files changed +16
-9
lines changed
dev_guide/internals/iproto
4 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ json "**IPROTO_BALLOT body**" as ballot {
15
15
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_BALLOT_IS_ANON]]" : "MP_BOOL" ,
16
16
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_BALLOT_IS_BOOTED]]" : "MP_BOOL" ,
17
17
"[[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 " ,
19
19
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_BALLOT_REGISTERED_REPLICA_UUIDS]]" : "MP_ARRAY"
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ General replication
192
192
193
193
* - IPROTO_REPLICASET_UUID
194
194
- 0x25 |br | MP_STR
195
- - Replicaset UUID.
195
+ - UUID of the replica set .
196
196
Prior to Tarantool version 2.11, IPROTO_REPLICASET_UUID was called IPROTO_CLUSTER_UUID.
197
197
198
198
* - IPROTO_LSN
You can’t perform that action at this time.
0 commit comments