Skip to content

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

Closed
wants to merge 10 commits into from
Closed

rebroadcast empty votes until a round advances #154

wants to merge 10 commits into from

Conversation

samliok
Copy link
Collaborator

@samliok samliok commented Apr 29, 2025

No description provided.

@samliok samliok marked this pull request as draft April 29, 2025 20:26
type TimeoutTask struct {
NodeID NodeID
TaskID string
Start uint64
End uint64
Data any
Copy link
Collaborator Author

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

@samliok samliok marked this pull request as ready for review April 29, 2025 21:30
@@ -168,23 +172,6 @@ func (t *TimeoutHandler) Close() {
}
}

// FindTask returns the first TimeoutTask assigned to [node] that contains any sequence in [seqs].
Copy link
Collaborator

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep

@samliok samliok linked an issue May 2, 2025 that may be closed by this pull request
@samliok samliok closed this May 7, 2025
@samliok samliok deleted the re-vote branch May 7, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-transmission of empty votes
2 participants