Skip to content

Commit

Permalink
Only send AEs to known servers (#5896)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jan 8, 2024
1 parent 7cb07bb commit 6734750
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 @@ -553,6 +553,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 6734750

Please sign in to comment.