-
Notifications
You must be signed in to change notification settings - Fork 734
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
Gaiad stuck on round number blocks #1958
Comments
@simonecid Could you please let us know if you still experiencing the same issue with Gaia v8.0.1. |
@mpoke thank you for your answer. |
Hi @adizere could you take a look at this issue also? |
@simonecid do you use this node to serve (g)RPC queries? |
Hello @adizere , yes, we serve gRPC queries. |
I see, then you're possibly experiencing the same issue as Osmosis nodes did here: cometbft/cometbft#815. This is a subtle problem due to both SDK/app and Comet ABCI locking design. On the Comet side, we will improve the locking granularity cometbft/cometbft#88. On the SDK/app side, better scoping of how (g)RPC queries are handled is needed and is being investigated; not sure this is tracked anywhere. To confirm indeed you're experiencing the same problem as above, look for this line in the logs:
Please get back to us if you're able to confirm this log line appears when the node gets stuck. |
Hello @adizere , thank you for the prompt reply. I have a partial copy of the logs prior to an incident in which the node got stuck on block 13800000 .
then for every block after that I can see the
so that fits with the cometbft issue you linked. I did not have this log at the time I opened this issue, I will attach it to this comment. Thank you, |
Thank you also!
|
@simonecid , I hope the above mitigation helps, we've released v10, do let us know whether you still encounter this problem. |
Closing this issue due to lack of activity. @simonecid please let us know if the problem persists. |
Summary of Bug
Gaiad got stuck on block number 12800000, about a month ago, and 13200000. Prior to getting stuck the log reported
Dialling peer failures
errors.After restarting gaiad, the log reported gaiad being stuck on
The only way to restore node functionality was to wipe its storage and sync it from an existing snapshot. During the catchup process the node had no problem processing the block on which it was stuck before.
Version
gaiad v7.1.0, v8.0.0, v9.0.0
Steps to Reproduce
Start the gaiad from an existing snapshot:
Configuration
Default configuration with custom pruning and quicksync:
For Admin Use
The text was updated successfully, but these errors were encountered: