-
Notifications
You must be signed in to change notification settings - Fork 153
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
Requests stuck in pending state #1721
Comments
The problem does not lie in the request queue, this is working correctly. It happens if you e.g. have only 1 peer and the connections gets stuck. If no more heartbeats are received, then no more requests will be sent out to this peer. |
The pending queue cleared up, but it seems there are still blocks missing which are not added to the queue, although the queue is empty:
|
The solidifier is triggering for milestone 429 instead of 192. The 6 blocks that is trying to request are the parents of milestone 429 |
The node got unsync because the processor got full (slowed down forcefully over INX to force it to fill up). After removing the slowdown the node started syncing again but got stuck a couple of milestones later due to 5 requests staying pending forever.
I could reproduce this in the private tangle twice and both times 5 requests were stuck pending.
The text was updated successfully, but these errors were encountered: