Skip to content

Commit

Permalink
Add TLAPS check mark to Termination entry and fix unrelated comment (#…
Browse files Browse the repository at this point in the history
…111)

* Add TLAPS checkmark to Termination entry

Signed-off-by: Giuliano Losa <[email protected]>

* fix comment in Paxos

Signed-off-by: Giuliano Losa <[email protected]>

---------

Signed-off-by: Giuliano Losa <[email protected]>
  • Loading branch information
nano-o authored Jan 20, 2024
1 parent a46ca79 commit adccef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Ideally these will be moved into this repo over time.
| [raft](specifications/raft) | Raft consensus algorithm (Ongaro, 2014) | Diego Ongaro | || | |
| [SnapshotIsolation](specifications/SnapshotIsolation) | Serializable snapshot isolation (Cahill et al., 2010) | Michael J. Cahill, Uwe Röhm, Alan D. Fekete | || | |
| [SyncConsensus](specifications/SyncConsensus) | Synchronized round consensus algorithm (Demirbas) | Murat Demirbas | ||| |
| [Termination](specifications/Termination) | Channel-counting algorithm (Kumar, 1985) | Giuliano Losa | ||||
| [Termination](specifications/Termination) | Channel-counting algorithm (Kumar, 1985) | Giuliano Losa | ||||
| [Tla-tortoise-hare](specifications/Tla-tortoise-hare) | Robert Floyd's cycle detection algorithm | Lorin Hochstein | ||| |
| [VoldemortKV](specifications/VoldemortKV) | Voldemort distributed key value store | Murat Demirbas | ||| |
| [Tencent-Paxos](specifications/TencentPaxos) | PaxosStore: high-availability storage made practical in WeChat. Proceedings of the VLDB Endowment(Zheng et al., 2017) | Xingchen Yi, Hengfeng Wei ||| | |
Expand Down
2 changes: 1 addition & 1 deletion specifications/Paxos/Paxos.tla
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Ballot == Nat

None == CHOOSE v : v \notin Value
(*************************************************************************)
(* An unspecified value that is not a ballot number. *)
(* An unspecified value that is not a choosable value. *)
(*************************************************************************)

(***************************************************************************)
Expand Down

0 comments on commit adccef9

Please sign in to comment.