Time is not a Healer, but it Sure Makes Hindsight 20:20
Eli Gafni, Giuliano Losa
TL;DR
This paper addresses the classical impossibility of deterministic consensus in asynchronous or partially synchronous distributed systems. It centers on showing four models—the FLP asynchronous model, the 1-resilient shared-memory model, the fail-to-send model, and the fail-to-receive model—are mutually simulable for colorless tasks, enabling reductions between them. The authors present a new, simple constructive impossibility proof in the fail-to-send model, inspired by Völzer and Borowski-Gafni and grounded in Sperner’s lemma, and they frame the result within a colorless-task simulation framework. The work provides a unified, pedagogy-friendly view that can guide teaching and understanding of consensus impossibility by starting from model equivalence before addressing the impossibility in the easiest model.
Abstract
In the 1980s, three related impossibility results emerged in the field of distributed computing. First, Fischer, Lynch, and Paterson demonstrated that deterministic consensus is unattainable in an asynchronous message-passing system when a single process may crash-stop. Subsequently, Loui and Abu-Amara showed the infeasibility of achieving consensus in asynchronous shared-memory systems, given the possibility of one crash-stop failure. Lastly, Santoro and Widmayer established the impossibility of consensus in synchronous message-passing systems with a single process per round experiencing send-omission faults. In this paper, we revisit these seminal results. First, we observe that all these systems are equivalent in the sense of implementing each other. Then, we prove the impossibility of consensus in the synchronous system of Santoro and Widmayer, which is the easiest to reason about. Taking inspiration from Völzer's proof pearl and from the Borowski-Gafni simulation, we obtain a remarkably simple proof. We believe that a contemporary pedagogical approach to teaching these results should first address the equivalence of the systems before proving the consensus impossibility within the system where the result is most evident.
