In search of a simple consensus algorithm
rystsov.info
In search of a simple consensus algorithm
1–10 of 87 posts
Re: In search of a simple consensus algorithm
#2Re: In search of a simple consensus algorithm
#3Interesting. I wonder if the etcd API would survive being implemented this way?
Re: In search of a simple consensus algorithm
#4Re: In search of a simple consensus algorithm
#5Re: In search of a simple consensus algorithm
#6Re: In search of a simple consensus algorithm
#7Maybe I'm missing it because I'm on my phone, but where's the code?
Re: In search of a simple consensus algorithm
#8It is my understanding that the motivation in seeking out consensus algorithms with strong leaders (or equivalent) as opposed to horizontally weighted peer-to-peer ones is due to the performance penalty imposed by the latter in the general case. Structuring the protocol to be a dissemination from the 'leader' node down to the followers as opposed to a bottom-up approach fares better when your leader is long-lived, ci…
Yeah, that was my understanding as well but without having read the paper in question (as of yet) I'm entirely short on the particular technical details of the trade-offs.
Re: In search of a simple consensus algorithm
#9Maybe I'm missing it because I'm on my phone, but where's the code?