diff --git a/tla/consensus/ccfraft.tla b/tla/consensus/ccfraft.tla index cecf6daa7bc0..489d5ad182fe 100644 --- a/tla/consensus/ccfraft.tla +++ b/tla/consensus/ccfraft.tla @@ -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.