From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 000B5469719 for ; Wed, 30 Sep 2020 14:04:57 +0300 (MSK) Date: Wed, 30 Sep 2020 14:04:56 +0300 From: Kirill Yukhin Message-ID: <20200930110456.5sxicjmktglr4vw5@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v3 00/10] Raft List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org Hello, On 30 сен 00:11, Vladislav Shpilevoy wrote: > The patchset is a first approach to implementing Raft leader election. > Synchronous replication is already implemented, and the leader election is > supposed to complement it. Although this is still far being from production > ready. Main purpose of the patch is to get Raft in 2.6.1 so as we could work on > its stabilization and testing in 2.6.x releases, not making the users wait for > 2.7. > > Branch: http://github.com/tarantool/tarantool/tree/gh-1146-raft > Issue: https://github.com/tarantool/tarantool/issues/1146 > > @ChangeLog > * Automated leader election via Raft algorithm (gh-1146). I've checked your patchset into master. -- Regards, Kirill Yukhin