Cabinet: Dynamically Weighted Consensus Made Fast
By: Gengrui Zhang , Shiquan Zhang , Michail Bachras and more
Potential Business Impact:
Makes computer groups work faster, even with slow parts.
Conventional consensus algorithms, such as Paxos and Raft, encounter inefficiencies when applied to large-scale distributed systems due to the requirement of waiting for replies from a majority of nodes. To address these challenges, we propose Cabinet, a novel consensus algorithm that introduces dynamically weighted consensus, allocating distinct weights to nodes based on any given failure thresholds. Cabinet dynamically adjusts nodes' weights according to their responsiveness, assigning higher weights to faster nodes. The dynamic weight assignment maintains an optimal system performance, especially in large-scale and heterogeneous systems where node responsiveness varies. We evaluate Cabinet against Raft with distributed MongoDB and PostgreSQL databases using YCSB and TPC-C workloads. The evaluation results show that Cabinet outperforms Raft in throughput and latency under increasing system scales, complex networks, and failures in both homogeneous and heterogeneous clusters, offering a promising high-performance consensus solution.
Similar Papers
Crossword: Adaptive Consensus for Dynamic Data-Heavy Workloads
Distributed, Parallel, and Cluster Computing
Makes cloud storage faster and more reliable.
Toward Effective PBFT Consensus Service under Software Aging in Dynamic Scenarios
Software Engineering
Keeps online ledgers working fast and cheap.
Hierarchical Adaptive Consensus Network: A Dynamic Framework for Scalable Consensus in Collaborative Multi-Agent AI Systems
Multiagent Systems
Helps groups of robots work together faster.