-
Notifications
You must be signed in to change notification settings - Fork 2
rebroadcast empty votes until a round advances #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
type TimeoutTask struct { | ||
NodeID NodeID | ||
TaskID string | ||
Start uint64 | ||
End uint64 | ||
Data any |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wanted to make TimeoutTask
more generic
@@ -168,23 +172,6 @@ func (t *TimeoutHandler) Close() { | |||
} | |||
} | |||
|
|||
// FindTask returns the first TimeoutTask assigned to [node] that contains any sequence in [seqs]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you move this to replication? Just because it doesn't have a th
receiver?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep
No description provided.