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

Do system_exit on recurring pre-vote failure due to busy connection #563

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

greensky00
Copy link
Contributor

  • If a connection is stuck due to a network black hole or similar issues, the sender may not receive either a response to the previous request or an explicit error, preventing any progress through that connection.

  • Such situations are unlikely to resolve on their own, and sometimes restarting the process is the only solution. If the connection remains busy beyond a certain threshold, system_exit will be invoked with N22_unrecoverable_isolation.

* If a connection is stuck due to a network black hole or similar
issues, the sender may not receive either a response to the previous
request or an explicit error, preventing any progress through that
connection.

* Such situations are unlikely to resolve on their own, and
sometimes restarting the process is the only solution. If the connection
remains busy beyond a certain threshold, `system_exit` will be invoked
with `N22_unrecoverable_isolation`.
@greensky00 greensky00 merged commit 386162e into eBay:master Jan 20, 2025
1 check passed
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.

1 participant