Space-Optimal, Computation-Optimal, Topology-Agnostic, Throughput-Scalable Causal Delivery through Hybrid Buffering
Paulo S\'ergio Almeida

TL;DR
This paper introduces a novel topology-agnostic causal message delivery algorithm that combines sender and receiver buffering, achieving optimal throughput, minimal metadata overhead, and computational efficiency in distributed systems.
Contribution
The paper presents a new hybrid causal delivery algorithm that overcomes limitations of previous sender-only buffering methods, ensuring scalability and efficiency.
Findings
Achieves effectively constant metadata size per message.
Ensures computationally-optimal processing overhead.
Provides topology-agnostic causal delivery with high scalability.
Abstract
Message delivery respecting causal ordering (causal delivery) is one of the most classic and widely useful abstraction for inter-process communication in a distributed system. Most approaches tag messages with causality information and buffer them at the receiver until they can be safely delivered. Except for specific approaches that exploit communication topology, therefore not generally applicable, they incur a metadata overhead which is prohibitive for a large number of processes. Much less used are the approaches that enforce causal order by buffering messages at the sender, until it is safe to release them to the network, as the classic algorithm has too many drawbacks. In this paper, first we discuss the limitations of sender-only buffering approaches and introduce the Sender Permission to Send (SPS) enforcement strategy, showing that SPS + FIFO implies Causal. We analyze a recent…
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 · Software-Defined Networks and 5G · Network Traffic and Congestion Control
