Timed Quorum System for Large-Scale and Dynamic Environments
Vincent Gramoli (INRIA Futurs), Michel Raynal (IRISA)

TL;DR
This paper introduces a Timed Quorum System (TQS) designed for large-scale, dynamic environments, ensuring high-probability intersection and probabilistic atomicity with efficient quorum sizes and access times.
Contribution
It proposes a novel TQS algorithm that guarantees probabilistic intersection and atomicity in dynamic systems, with scalable quorum sizes and message delays.
Findings
Quorum size is O(√nD).
Expected access time is O(log √nD).
Ensures high-probability intersection in dynamic environments.
Abstract
This paper presents Timed Quorum System (TQS), a new quorum system especially suited for large-scale and dynamic systems. TQS requires that two quorums intersect with high probability if they are used in the same small period of time. It proposed an algorithm that implements TQS and that verifies probabilistic atomicity: a consistency criterion that requires each operation to respect atomicity with high probability. This TQS implementation has quorum of size O(\sqrt{nD}) and expected access time of O(log \sqrt{nD}) message delays, where n measures the size of the system and D is a required parameter to handle dynamism.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Parallel Computing and Optimization Techniques · Real-Time Systems Scheduling
