Skip to content

Commit

Permalink
IsRcvProposeVoteRequest does not define the successor state(s). (#5799)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmy authored Oct 31, 2023
1 parent af21407 commit 6fe397f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tla/consensus/Traceccfraft.tla
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ IsRcvProposeVoteRequest ==
j == logline.msg.to_node_id
IN /\ \E m \in Network!Messages':
/\ m.type = ProposeVoteRequest
/\ RcvProposeVoteRequest(i, j)
/\ m.type = RaftMsgType[logline.msg.packet.msg]
/\ m.term = logline.msg.packet.term
\* There is now one more message of this type.
Expand Down

0 comments on commit 6fe397f

Please sign in to comment.