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

Served eth_getBlockByNumber err="context canceled" #20929

Closed
olhabilan opened this issue Apr 15, 2020 · 2 comments
Closed

Served eth_getBlockByNumber err="context canceled" #20929

olhabilan opened this issue Apr 15, 2020 · 2 comments

Comments

@olhabilan
Copy link

olhabilan commented Apr 15, 2020

System information

Geth version: 1.9.12-stable
OS & Version: Linux

Expected behaviour

Node is syncing and accessible and there are no errors like that in logs:
Apr 15 20:28:00 ip-10-10-0-1 geth[15961]: WARN [04-15|20:28:00.398] Served eth_getBlockByNumber conn=127.0.0.1:38060 reqid=1104250 t=10.007163615s err="context canceled"

Actual behaviour

a node can't be reached(Read timed out) and in logs I can see only these lines:
Apr 15 20:28:00 ip-10-10-0-1 geth[15961]: WARN [04-15|20:28:00.398] Served eth_getBlockByNumber conn=127.0.0.1:38060 reqid=1104250 t=10.007163615s err="context canceled"
After a restart, the problem disappears

Steps to reproduce the behaviour

Run geth version 1.9.12-stable with light syncmode

Backtrace

Apr 15 20:28:00 ip-10-10-0-1 geth[15961]: WARN [04-15|20:28:00.398] Served eth_getBlockByNumber              conn=127.0.0.1:38060 reqid=1104250 t=10.007163615s err="context canceled"
@rjl493456442
Copy link
Member

We just fixed a deadlock issue in light client. #20828

Geth v1.9.13 is just released, could you please try it?

@olhabilan
Copy link
Author

Thanks, I've updated to the new version.
If the problem appears again (I hope not), I'll reopen the ticket.

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

No branches or pull requests

4 participants