From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [tarantool-patches] [PATCH v4 10/12] [RAW] swim: introduce 'quit' message From: Vladislav Shpilevoy Reply-To: tarantool-patches@freelists.org References: Message-ID: Date: Thu, 21 Feb 2019 15:13:49 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit To: tarantool-patches@freelists.org Cc: kostja@tarantool.org, vdavydov.dev@gmail.com List-ID: 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(-) >