[tarantool-patches] [PATCH v4 10/12] [RAW] swim: introduce 'quit' message

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Thu Feb 21 15:13:49 MSK 2019


Sorry, this commit was accidentally merged with indirect ping/acks.
I will fix that on the branch.

On 31/01/2019 00:28, Vladislav Shpilevoy wrote:
> 'Quit' message helps gracefully leave the cluster, notifying all
> members that this instance is not dead, but just decided to
> leave.
> 
> Part of #3234
> ---
>   src/lib/swim/swim.c       | 255 +++++++++++++++++++++++++++++++++++---
>   src/lib/swim/swim.h       |   8 ++
>   src/lib/swim/swim_io.c    |   8 +-
>   src/lib/swim/swim_io.h    |   4 +
>   src/lib/swim/swim_proto.c |  12 ++
>   src/lib/swim/swim_proto.h |  38 ++++++
>   src/lua/swim.c            |  33 ++++-
>   7 files changed, 333 insertions(+), 25 deletions(-)
> 



More information about the Tarantool-patches mailing list