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

fix: graceful shutdown when pressing ctrl+c during node setup #971

Open
kaiserd opened this issue May 16, 2022 · 0 comments
Open

fix: graceful shutdown when pressing ctrl+c during node setup #971

kaiserd opened this issue May 16, 2022 · 0 comments

Comments

@kaiserd
Copy link
Contributor

kaiserd commented May 16, 2022

Currently, the handler for ctrl+c is added at the end of the node setup.
During node setup, resources are like TCP sockets are allocated.
When pressing ctrl+c during node setup, these resources are not freed and a node restart might fail because the OS did not free the resources yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Icebox
Development

No branches or pull requests

3 participants