English

Building a Verifiable Logical Clock for P2P Networks

Distributed, Parallel, and Cluster Computing 2024-08-14 v2

Abstract

Logical clocks are a fundamental tool to establish causal ordering of events in a distributed system. They have been applied in weakly consistent storage systems, causally ordered broadcast, distributed snapshots, deadlock detection, and distributed system debugging. However, prior logical clock constructs fail to work in an open network with Byzantine participants. In this work, we present Chrono, a novel logical clock system that targets such challenging environment. We first redefine causality properties among distributed processes under the Byzantine failure model. To enforce these properties, Chrono defines a new validator abstraction for building fault-tolerant logical clocks. Furthermore, our validator abstraction is customizable: Chrono includes multiple backend implementations for the abstraction, each with different security-performance trade-offs. We have applied Chrono to build two decentralized applications, a mutual exclusive service and a weakly consistent key-value store. Chrono adds only marginal overhead compared to systems that tolerate no Byzantine faults. It also out-performs state-of-the-art BFT total order protocols by significant margins.

Keywords

Cite

@article{arxiv.2405.13349,
  title  = {Building a Verifiable Logical Clock for P2P Networks},
  author = {Guangda Sun and Tianyang Tao and Yanpei Guo and Michael Yiqing Hu and Jialin Li},
  journal= {arXiv preprint arXiv:2405.13349},
  year   = {2024}
}
R2 v1 2026-06-28T16:35:13.474Z