You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract These notes are taken from my reading of the original paper, In Search of an Understandable Consensus Algorithm (Extended Version) by Diego Ongaro and John Ousterhout, a video lecture by Diego on YouTube: Designing for Understandability: The Raft Consensus Algorithm and another by Core Dump: Understand RAFT without breaking your brain.
Abstract Raft is a consensus algorithm for managing a replicated log. It produces a result equivalent to (multi-)Paxos, and it is as efficient as Paxos, but its structure is different from Paxos; this makes Raft more understandable than Paxos and also provides a better foundation for building practical systems.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
blog/in-search-of-an-understandable-consensus-algorithm-extended-version-raft/
Abstract These notes are taken from my reading of the original paper, In Search of an Understandable Consensus Algorithm (Extended Version) by Diego Ongaro and John Ousterhout, a video lecture by Diego on YouTube: Designing for Understandability: The Raft Consensus Algorithm and another by Core Dump: Understand RAFT without breaking your brain.
Abstract Raft is a consensus algorithm for managing a replicated log. It produces a result equivalent to (multi-)Paxos, and it is as efficient as Paxos, but its structure is different from Paxos; this makes Raft more understandable than Paxos and also provides a better foundation for building practical systems.
https://akcube.github.io/blog/in-search-of-an-understandable-consensus-algorithm-extended-version-raft/
Beta Was this translation helpful? Give feedback.
All reactions