English

Speeding up Consensus by Chasing Fast Decisions

Distributed, Parallel, and Cluster Computing 2019-12-24 v2

Abstract

This paper proposes Caesar, a novel multi-leader Generalized Consensus protocol for geographically replicated sites. The main goal of Caesar is to overcome one of the major limitations of existing approaches, which is the significant performance degradation when application workload produces conflicting requests. Caesar does that by changing the way a fast decision is taken: its ordering protocol does not reject a fast decision for a client request if a quorum of nodes reply with different dependency sets for that request. The effectiveness of Caesar is demonstrated through an evaluation study performed on Amazon's EC2 infrastructure using 5 geo-replicated sites. Caesar outperforms other multi-leader (e.g., EPaxos) competitors by as much as 1.7x in the presence of 30% conflicting requests, and single-leader (e.g., Multi-Paxos) by up to 3.5x.

Keywords

Cite

@article{arxiv.1704.03319,
  title  = {Speeding up Consensus by Chasing Fast Decisions},
  author = {Balaji Arun and Sebastiano Peluso and Roberto Palmieri and Giuliano Losa and Binoy Ravindran},
  journal= {arXiv preprint arXiv:1704.03319},
  year   = {2019}
}

Comments

Extended Technical Report of the paper published in the 47th IEEE/IFIP International Conference on Dependable Systems and Networks

R2 v1 2026-06-22T19:14:12.570Z