diff --git a/index.html b/index.html index ed90894..2b2354e 100644 --- a/index.html +++ b/index.html @@ -233,8 +233,12 @@

Publications

Diego Ongaro's Ph.D. dissertation -expands on the content of the paper in much more detail, and -it includes a simpler cluster membership change algorithm. +expands on the content of the paper in much more detail, and it includes a +simpler cluster membership change algorithm. The dissertation also includes a +formal specification of Raft written in TLA+; a slightly updated version of that +specification is here. +

+

More Raft-related papers:

@@ -301,16 +305,6 @@

Publications

- -

Formal specification

- -

-This is TLA+ specification for the Raft consensus algorithm, which -describes Raft in detail: ongardie/raft.tla -by Diego Ongaro. This is slightly -updated compared to the dissertation version. -

-

Talks