-
Notifications
You must be signed in to change notification settings - Fork 20.8k
Node doesn't shutdown gracefully during block import #31508
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
Comments
I guess the interruption signal is only handled after processing a batch of blocks, which takes time. |
I am encountering a similar situation:
It's still running 10+ minutes after having received an interrupt. |
@alecalve can you share a bit of logs prior to the interruption signal. I mainly want to know if the node was in doing the sync, or was already synced. |
The node is fully synced and runs with Here are the logs above the interrupt:
|
System information
Geth version:
geth version v1.15.6
CL client & version: e.g. lighthouse/nimbus/prysm@v1.0.0
OS & Version: Windows/Linux/OSX
Commit hash : (if
develop
)Expected behaviour
Node shuts down gracefully on ctrl+c
Actual behaviour
The text was updated successfully, but these errors were encountered: