On Orchestrating Parallel Broadcasts for Distributed Ledgers
Peiyao Sheng, Chenyuan Wu, Dahlia Malkhi, Michael K. Reiter, Chrysoula Stathakopoulou, Michael Wei, Maofan Yin
TL;DR
This work tackles the challenge of efficiently parallelizing Byzantine fault-tolerant atomic broadcast in partially synchronous networks by introducing ticketing to allocate slot-proposal rights. It defines managed, unmanaged, and a hybrid adaptive regime, and provides an epoch-based protocol with formal properties, pricing out the tradeoffs between adaptivity and resilience. The authors prove bounds on slot utilization and chain quality, and show that the hybrid regime enhances throughput and robustness under heterogeneous conditions. Empirical evaluation on CloudLab demonstrates that the hybrid regime achieves high throughput and resilience in both static and dynamic heterogeneous environments, offering a practical approach for robust, scalable distributed ledgers.
Abstract
This paper introduces and develops the concept of ``ticketing'', through which atomic broadcasts are orchestrated by nodes in a distributed system. The paper studies different ticketing regimes that allow parallelism, yet prevent slow nodes from hampering overall progress. It introduces a hybrid scheme which combines managed and unmanaged ticketing regimes, striking a balance between adaptivity and resilience. The performance evaluation demonstrates how managed and unmanaged ticketing regimes benefit throughput in systems with heterogeneous resources both in static and dynamic scenarios, with the managed ticketing regime performing better among the two as it adapts better. Finally, it demonstrates how using the hybrid ticketing regime performance can enjoy both the adaptivity of the managed regime and the liveness guarantees of the unmanaged regime.
