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
TarantoolBot opened this issue
Sep 28, 2022
· 0 comments
· Fixed by #3433
Assignees
Labels
2.112.11 release and the associated technical debtfeatureA new functionalityiprotoRelated to the iproto protocolreference[location] Tarantool manual, Reference part
Binary protocol receives a new key:
IPROTO_VCLOCK_SYNC = 0x5a
This key holds a MP_UINT value and is used only by replication
heartbeats. A master sends the monotonically growing vclock sync together
with some of its heartbeats, and replica replies with the greatest vclock
sync it has seen yet in its ACKs.
Requested by @sergepetrenko in tarantool/tarantool@e00f9da.
The text was updated successfully, but these errors were encountered:
2.112.11 release and the associated technical debtfeatureA new functionalityiprotoRelated to the iproto protocolreference[location] Tarantool manual, Reference part
Product: Tarantool
Since: 2.11
Root document: https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/
https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/#heartbeats
SME: @ sergepetrenko
Estimation: 2sp
Details
Binary protocol receives a new key:
IPROTO_VCLOCK_SYNC = 0x5a
This key holds a MP_UINT value and is used only by replication
heartbeats. A master sends the monotonically growing vclock sync together
with some of its heartbeats, and replica replies with the greatest vclock
sync it has seen yet in its ACKs.
Requested by @sergepetrenko in tarantool/tarantool@e00f9da.
The text was updated successfully, but these errors were encountered: