Skip to content

Commit

Permalink
Add EPaxos and Accord papers
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed Jul 31, 2024
1 parent 1e48d04 commit c2e1bd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distributed-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [ ] 📄 [AllConcur: Leaderless Concurrent Atomic Broadcast (Extended Version)](https://arxiv.org/pdf/1608.05866.pdf) (M Poke, T Hoefler, CW Glass 2017)
- [ ] 📄 [The Chubby lock service for loosely-coupled distributed systems](https://static.googleusercontent.com/media/research.google.com/en//archive/chubby-osdi06.pdf) (M Burrows 2006)
- [ ] 📄 [Consensus in the Presence of Partial Synchrony](https://groups.csail.mit.edu/tds/papers/Lynch/jacm88.pdf) (C Dwork, N Lynch, L Stockmeyer 1988) _"The DLS paper"_
- [ ] 📄 [Fast General Purpose Transactions](https://cwiki.apache.org/confluence/download/attachments/188744725/Accord.pdf) (BE Smith, T Zhang, B Eggleston) _"The Accord paper"_
- [x] 📄 [Impossibility of Distributed Consensus with One Faulty Process](http://macs.citadel.edu/rudolphg/csci604/ImpossibilityofConsensus.pdf) (MJ Fischer, NA Lynch, MS Paterson 1985) _"The FLP paper"_
- [x] 📄 [Practical Byzantine Fault Tolerance](http://pmg.csail.mit.edu/papers/osdi99.pdf) (M Castro, B Liskov 1999) _"The PBFT paper"_
- [ ] 📄 [ZooKeeper: Wait-free coordination for Internet-scale systems](http://static.usenix.org/event/usenix10/tech/full_papers/Hunt.pdf) (P Hunt, M Konar, FP Junquiera, B Reed 2010) _"The ZooKeeper paper"_
Expand All @@ -14,9 +15,11 @@

- [ ] 📄 [**The Part-Time Parliament**](https://lamport.azurewebsites.net/pubs/lamport-paxos.pdf) (L Lamport 1998) _"The Paxos paper"_
- [ ] 📄 [Byzantining Paxos by Refinement](https://lamport.azurewebsites.net/tla/byzsimple.pdf) (L Lamport 2010)
- [ ] 📄 [EPaxos Revisited](https://www.usenix.org/system/files/nsdi21-tollman.pdf) (S Tollman) 2021
- [ ] 📄 [Flexible Paxos: Quorum intersection revisited](https://arxiv.org/pdf/1608.06696.pdf) (H Howard, D Maklhi, A Spiegelman 2016)
- [x] 📄 [Paxos Made Live - An Engineering Perspective](https://www.cs.utexas.edu/users/lorenzo/corsi/cs380d/papers/paper2-1.pdf) (T Chandra, R Griesemer, J Redstone 2007)
- [x] 📄 [Paxos Made Simple](https://www.microsoft.com/en-us/research/uploads/prod/2016/12/paxos-simple-Copy.pdf) (L Lamport 2001)
- [ ] 📄 [There Is More Consensus in Egalitarian Parliaments](https://www.cs.cmu.edu/~dga/papers/epaxos-sosp2013.pdf) (I Moraru, DG Andersen, M Kaminsky 2013) _"The EPaxos paper"_

### Raft

Expand Down

0 comments on commit c2e1bd9

Please sign in to comment.