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

Handle poor performing eth1 data retrieval #5521

Closed
prestonvanloon opened this issue Apr 19, 2020 · 0 comments · Fixed by #5583
Closed

Handle poor performing eth1 data retrieval #5521

prestonvanloon opened this issue Apr 19, 2020 · 0 comments · Fixed by #5583
Labels
Enhancement New feature or request Good First Issue Good for newcomers Help Wanted Extra attention is needed

Comments

@prestonvanloon
Copy link
Member

A user reported block proposal failure due to a poor performing eth1 node.

[2020-04-19 16:29:12] ERROR validator: Failed to request block from beacon node blockSlot=14245 error=rpc error: code = Internal desc = Could not get ETH1 data: could not get block number from timestamp: Post "https://goerli.prylabs.net/": context deadline exceeded pubKey=0xa92c463e6c83

The recommended fix here is to set a short timeout for fetching eth1data for eth1data votes, if the short timeout is exceeded then a block should be produced with random/noop eth1data vote such that the proposer can still produce the block in time.

@prestonvanloon prestonvanloon added Enhancement New feature or request Help Wanted Extra attention is needed labels Apr 19, 2020
@rauljordan rauljordan added the Good First Issue Good for newcomers label Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Good First Issue Good for newcomers Help Wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants