5 ms·
But raft isn’t strongly consistent, it has known liveness issues. https://decentralizedthoughts.github.io/2020-12-12-raft-liveness-full-omission/ https://decen
by Cardinal7167 3y ago
But raft isn’t strongly consistent, it has known liveness issues.
https://decentralizedthoughts.github.io/2020-12-12-raft-liveness-full-omission/ https://decentralizedthoughts.github.io/2020-12-12-raft-live...
- withinboredom 3y agoRaft is a pretty decent -- not great -- consensus algorithm (IMHO) but it is used because it is easy to understand. If I had to trust one, I would probably go with Multi-Paxos, if you could successfully implement it.
- he0001 3y agoThe article you linked to says if you have PreVote and CheckQuorum it then doesn’t have liveness issues.
- eatonphil 3y agoWhat does strongly consistent have to do with liveness? If there's a connection it seems pretty indirect.
- kbumsik 3y agoThat is about availability in the CAP theorem, not consistency though.