Skip to content

Commit fb29a22

Browse files
authored
Merge pull request #6 from PasinduTennage/main
added QuePaxa and SADL-RACS
2 parents 7ed7ee7 + 40e2832 commit fb29a22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ This section lists papers describing algorithms for distributed consensus. These
138138
* Paxos Made Practical, Unpublished [[pdf](http://www.scs.stanford.edu/~dm/home/papers/paxos.pdf)]
139139
* Relaxed Paxos: Quorum intersection revisited (again), PaPoC 2022 [[acmdl](https://dl.acm.org/doi/abs/10.1145/3517209.3524040),[arvix](https://arxiv.org/abs/2203.03058)]
140140
* Live SMR in partitionable networks [[pdf](https://jcsd2022.networks.imdea.org/wp-content/uploads/sites/20/2022/06/01-live-smr-in-partitionable-networks.pdf)]
141+
* QuePaxa: Escaping the tyranny of timeouts in consensus, SOSP 2023 [[pdf](https://dl.acm.org/doi/pdf/10.1145/3600006.3613150)]
142+
141143

142144
### Consensus for specialist hardware
143145
This section lists papers describing consensus algorithms using specialist hardware such as [SDN](https://en.wikipedia.org/wiki/Software-defined_networking), [IP-multicast](https://en.wikipedia.org/wiki/IP_multicast), or [RDMA](https://en.wikipedia.org/wiki/Remote_direct_memory_access).
@@ -204,6 +206,7 @@ This section covers papers describing consensus algorithms for WANs and/or geo-r
204206
* Describes Tempo, a leaderless partial ordering protocol that uses timestamp ordering.
205207
* Reducing the Latency of Dependent Operations in Large-Scale Geo-Distributed Systems, PhD Thesis 2021 [[pdf](https://uwspace.uwaterloo.ca/bitstream/handle/10012/17639/Yan_Xinan.pdf?sequence=1&isAllowed=y)]
206208
* LEGOStore: A Linearizable Geo-Distributed Store Combining Replication and Erasure Coding, Preprint 2021 [[arxiv](https://arxiv.org/abs/2111.12009)]
209+
* RACS and SADL: Towards Robust SMR in the Wide-Area Network, Preprint 2024 [[arxiv](https://arxiv.org/pdf/2404.04183)]
207210

208211
### Consensus in production
209212
This section lists papers describing experiences of deploying distributed consensus in production.

0 commit comments

Comments
 (0)