[Tarantool-patches] [PATCH 0/4] Split vote

Konstantin Osipov kostja.osipov at gmail.com
Sun Jan 16 17:10:13 MSK 2022


* Vladislav Shpilevoy via Tarantool-patches <tarantool-patches at dev.tarantool.org> [22/01/15 03:52]:
> Split vote handling in Raft, its usage in storage, and a bug fix found while
> working on this in the first commit.
> 
> Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-5285-raft-split-vote
> Issue: https://github.com/tarantool/tarantool/issues/5285

While I don't mind this patch it is an unnecessary complication on
top of the spec. To prevent the deteriorating effects on liveness
from split vote one needs pre-voting, not split-vote detection.

> Vladislav Shpilevoy (4):
>   raft: fix crash on election_timeout reconfig
>   raft: track all votes, even not own
>   raft: introduce split vote detection
>   election: activate raft split vote handling

-- 
Konstantin Osipov, Moscow, Russia


More information about the Tarantool-patches mailing list