-
Notifications
You must be signed in to change notification settings - Fork 129
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
lib/grandpa: ensure messages are stored and re-processed when needed #1855
Comments
Hey team! Please add your planning poker estimate with ZenHub @arijitAD @EclesioMeloJunior @edwardmack @jimjbrettj @kishansagathiya @noot @omar391 |
@noot From my understanding of the code, commit messages and vote message are getting added in tracker, getting processed and getting deleted as we would like them to be. neighbour message seems like something that could be ignored if we fail to process it (since it gets sent at regular intervals) We however don't have logic to send catchup requests and responses.
We send messages in loop, but the loop gets closed as the round gets finalized. Would it still cause traffic? |
closed in #2107 |
Task summary
messageTracker
attempts to do this but can be improvedThe text was updated successfully, but these errors were encountered: