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

Faster shutdown process for stacks-node #5790

Open
wileyj opened this issue Jan 31, 2025 · 0 comments
Open

Faster shutdown process for stacks-node #5790

wileyj opened this issue Jan 31, 2025 · 0 comments

Comments

@wileyj
Copy link
Collaborator

wileyj commented Jan 31, 2025

Currently, it can take stacks-node anywhere from seconds to just short of 20 minutes to complete a full shutdown.

It's often not clear after ctrl-c, or kill pid why the shutdown is taking as long as it does - which leads to potential corruption of the chainstate via kill -9 pid.

Can the shutdown sequence be improved so that even kill -9ing would not lead to a corrupt chainstate, or at a minimum the logs may reflect why the node isn't shutting down as fast as expected?

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

No branches or pull requests

1 participant