Skip to content

Commit

Permalink
Merge branch 'main' into tla-off-by-one
Browse files Browse the repository at this point in the history
  • Loading branch information
heidihoward authored Jan 8, 2024
2 parents 114acae + 6734750 commit 1003ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tla/consensus/ccfraft.tla
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ AppendEntries(i, j) ==
\* No messages to itself and sender is primary
/\ state[i] = Leader
/\ i /= j
/\ j \in GetServerSet(i)
\* AppendEntries must be sent for historical entries, unless
\* snapshots are used. Whether the node is in configuration at
\* that index makes no difference.
Expand Down

0 comments on commit 1003ab4

Please sign in to comment.