English

Blazes: Coordination Analysis for Distributed Programs

Distributed, Parallel, and Cluster Computing 2013-12-02 v2

Abstract

Distributed consistency is perhaps the most discussed topic in distributed systems today. Coordination protocols can ensure consistency, but in practice they cause undesirable performance unless used judiciously. Scalable distributed architectures avoid coordination whenever possible, but under-coordinated systems can exhibit behavioral anomalies under fault, which are often extremely difficult to debug. This raises significant challenges for distributed system architects and developers. In this paper we present Blazes, a cross-platform program analysis framework that (a) identifies program locations that require coordination to ensure consistent executions, and (b) automatically synthesizes application-specific coordination code that can significantly outperform general-purpose techniques. We present two case studies, one using annotated programs in the Twitter Storm system, and another using the Bloom declarative language.

Keywords

Cite

@article{arxiv.1309.3324,
  title  = {Blazes: Coordination Analysis for Distributed Programs},
  author = {Peter Alvaro and Neil Conway and Joseph M. Hellerstein and David Maier},
  journal= {arXiv preprint arXiv:1309.3324},
  year   = {2013}
}

Comments

Updated to include additional materials from the original technical report: derivation rules, output stream labels

R2 v1 2026-06-22T01:26:11.048Z