Skip to content

In Search of an Understandable Consensus Algorithm

← Back to topic

Authors: Diego Ongaro, John Ousterhout
Year: 2014
Journal: USENIX ATC
DOI: 10.5555/2643634.2643666
Publisher: https://www.usenix.org/system/files/conference/atc14/atc14-paper-ongaro.pdf

Keywords: raft, consensus

Abstract

Raft is a consensus algorithm that is designed to be easy to understand.

Cite this paper

bibtex
@misc{raft2014,
  title  = {In Search of an Understandable Consensus Algorithm},
  author = {Diego Ongaro, John Ousterhout},
  year   = {2014},
  journal = {USENIX ATC},
  doi    = {10.5555/2643634.2643666},
  url    = {https://doi.org/10.5555/2643634.2643666},
}

Source files

Released under the MIT License.