Skip to content

Commit

Permalink
Only send AEs to known servers
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jan 8, 2024
1 parent ed9e178 commit 3c27ad5
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 @@ -550,6 +550,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 3c27ad5

Please sign in to comment.