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

Stuck lookups involving block requests that never time out #6703

Open
michaelsproul opened this issue Dec 16, 2024 · 1 comment
Open

Stuck lookups involving block requests that never time out #6703

michaelsproul opened this issue Dec 16, 2024 · 1 comment
Labels
Networking v6.1.0 New release c. Q1 2025

Comments

@michaelsproul
Copy link
Member

Description

We are investigating a pattern of stuck block lookups characterised by the log:

WARN Notify the devs a sync lookup is stuck ...

The root cause seems to be that we never receive a response for some BlocksByRoot requests, not even a timeout. This has been observed with Caplin peers.

Often this type of stuck lookup does not pose any risk to the node's sync status, as the block is imported via HTTP or gossip in the meantime. This may be incidental (and lucky), or related to the root cause in some way that we have not yet determined. It might be prudent to remove lookups which are obsoleted by blocks imported via HTTP, as we do for gossip.

Version

Lighthouse v6.0.1

@AgeManning
Copy link
Member

For this particular issue, I think #6711 fixes it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Networking v6.1.0 New release c. Q1 2025
Projects
None yet
Development

No branches or pull requests

2 participants