Result: PSync: a partially synchronous language for fault-tolerant distributed algorithms

Title:
PSync: a partially synchronous language for fault-tolerant distributed algorithms
Contributors:
Dragoi, Cezara
Source:
Proceedings of the 43rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages-POPL 2016
Publisher Information:
ACM, 2016.
Publication Year:
2016
Document Type:
Academic journal Article<br />Conference object
File Description:
application/pdf
DOI:
10.1145/2837614.2837650
DOI:
10.1145/2914770.2837650
Accession Number:
edsair.doi.dedup.....0dcb7ddf68fc7e2cb16a45bc194e8d68
Database:
OpenAIRE

Further Information

Fault-tolerant distributed algorithms play an important role in many critical/high-availability applications. These algorithms are notoriously difficult to implement correctly, due to asynchronous communication and the occurrence of faults, such as the network dropping messages or computers crashing. We introduce PSync, a domain specific language based on the Heard-Of model, which views asynchronous faulty systems as synchronous ones with an adversarial environment that simulates asynchrony and faults by dropping messages. We define a runtime system for PSync that efficiently executes on asynchronous networks. We formalise the relation between the runtime system and PSync in terms of observational refinement. The high-level lockstep abstraction introduced by PSync simplifies the design and implementation of fault-tolerant distributed algorithms and enables automated formal verification. We have implemented an embedding of PSync in the Scala programming language with a runtime system for partially synchronous networks. We show the applicability of PSync by implementing several important fault-tolerant distributed algorithms and we compare the implementation of consensus algorithms in PSync against implementations in other languages in terms of code size, runtime efficiency, and verification.