File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -233,8 +233,12 @@ <h2>Publications</h2>
233
233
< p >
234
234
Diego Ongaro's
235
235
< a href ="https://github.com/ongardie/dissertation#readme "> Ph.D. dissertation</ a >
236
- expands on the content of the paper in much more detail, and
237
- it includes a simpler cluster membership change algorithm.
236
+ expands on the content of the paper in much more detail, and it includes a
237
+ simpler cluster membership change algorithm. The dissertation also includes a
238
+ formal specification of Raft written in TLA+; a slightly updated version of that
239
+ specification is < a href ="https://github.com/ongardie/raft.tla "> here</ a > .
240
+ </ p >
241
+
238
242
</ p >
239
243
240
244
< p > More Raft-related papers:</ p >
@@ -301,16 +305,6 @@ <h2>Publications</h2>
301
305
</ li >
302
306
</ ul >
303
307
304
- < a name ="spec "> </ a >
305
- < h2 > Formal specification</ h2 >
306
-
307
- < p >
308
- This is TLA+ specification for the Raft consensus algorithm, which
309
- describes Raft in detail: < a href ="https://github.com/ongardie/raft.tla "> ongardie/raft.tla</ a >
310
- by < a href ="https://twitter.com/ongardie "> Diego Ongaro</ a > . This is slightly
311
- updated compared to the dissertation version.
312
- </ p >
313
-
314
308
< a name ="talks "> </ a >
315
309
< h2 > Talks</ h2 >
316
310
You can’t perform that action at this time.
0 commit comments