You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instance's ballot (a response to IPROTO_VOTE sent on replica connect)
receives two new fields:
The uuid of the node this instance considers the bootstrap leader.
Key: IPROTO_BALLOT_BOOTSTRAP_LEADER_UUID = 0x08
Value: uuid, encoded as 36-byte string (like
"bfd2b31c-b740-43e5-bf3c-28538a74c9a6").
An array of registered replica set members uuids.
Key: IPROTO_BALLOT_REGISTERED_REPLICA_UUIDS = 0x09
Value: a MP_ARRAY of uuids, each uuid encoded as a 36-byte string
(like in an example above).
Requested by @sergepetrenko in tarantool/tarantool@fd61dc6.
The text was updated successfully, but these errors were encountered:
Product: Tarantool
Since: 2.11
Root document: https://www.tarantool.io/en/doc/latest/dev_guide/internals/iproto/replication/#box-protocol-ballots
https://www.tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication
SME: @ sergepetrenko
Details
Instance's ballot (a response to IPROTO_VOTE sent on replica connect)
receives two new fields:
Key: IPROTO_BALLOT_BOOTSTRAP_LEADER_UUID = 0x08
Value: uuid, encoded as 36-byte string (like
"bfd2b31c-b740-43e5-bf3c-28538a74c9a6").
Key: IPROTO_BALLOT_REGISTERED_REPLICA_UUIDS = 0x09
Value: a MP_ARRAY of uuids, each uuid encoded as a 36-byte string
(like in an example above).
Requested by @sergepetrenko in tarantool/tarantool@fd61dc6.
The text was updated successfully, but these errors were encountered: