-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
cleanupImprove readability, design patterns, and simplificationImprove readability, design patterns, and simplificationneeds investigation
Description
Whenever a replica receives s Proposal, it first advances the view, then sends a vote.
As part of the view advancement, the replica sends a NewView message to the leader.
Thus, the replica first sends a NewView, then a Vote.
Can we omit this unnecessary NewView?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cleanupImprove readability, design patterns, and simplificationImprove readability, design patterns, and simplificationneeds investigation