Skip to content
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

Store and use last seen empty timestamp when requesting for empties #245

Merged
merged 6 commits into from
Aug 21, 2024

Conversation

somtochiama
Copy link
Contributor

When a node processes empties slowly, we can end up requesting already received empties that are still in the buffer. This pull request adds a field to the Members struct to store the last received empties timestamp and use that instead when requesting so we would not request an empty that we already have.

@somtochiama somtochiama merged commit 6608e78 into main Aug 21, 2024
4 checks passed
@somtochiama somtochiama deleted the debug-big-db branch August 21, 2024 20:14
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.

2 participants