michaelmaguire / jepsen.zookeeper

Working through Jepsen tutorial https://github.com/jepsen-io/jepsen/blob/master/doc/scaffolding.md
Eclipse Public License 1.0
0 stars 0 forks source link

Notes on consensus algorithms #4

Open michaelmaguire opened 7 years ago

michaelmaguire commented 7 years ago

Useful documents:

RAFT:

https://raft.github.io/raft.pdf

PAXOS:

Accessible paper:

http://research.google.com/archive/paxos_made_live.html

Original, humorous paper:

http://research.microsoft.com/en-us/um/people/lamport/pubs/lamport-paxos.pdf

Nice RAFT animation:

https://raft.github.io/