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

Fix timeout of getting blobs from es-node #1

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Fix timeout of getting blobs from es-node #1

merged 1 commit into from
Oct 11, 2024

Conversation

syntrust
Copy link

Issue to address

While stored as blobs, some big web resources cannot be loaded thru the web3 gateway, which the console shows:

ERRO[2824-89-18 04:18:04] FetchUrl error: execution reverted, url=web3://eth-store.eth/img/app-bg.34a51272.webp
ERRO[2824-09-18 84:18:84] Fetchurl error: execution reverted, urlewebs://eth-store,eth/css/chunk-vendors~bed3fd28.0287dfa8.css  

root cause

The default timeout is too short so the es-geth does not have enough time to make es_getBlob to es_node.

solution

The solution is to extend the default timeout value.

@syntrust syntrust merged commit 15c3421 into testnet Oct 11, 2024
iteyelmp pushed a commit that referenced this pull request Dec 24, 2024
Merge op-geth changes to v1.14.7 branch
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

Successfully merging this pull request may close these issues.

1 participant