PikaLabs / floyd

A raft consensus implementation that is simply and understandable
GNU General Public License v3.0
321 stars 106 forks source link

support membership change according Diego phd paper #19

Open baotiao opened 7 years ago

baotiao commented 7 years ago

Diego's phd paper has suggest a simple way to support membership change, every time we can only add/remove a single node in to cluster, in this limitation, this problem become simple.

baotiao commented 7 years ago

floyd has support addserver command