-
Notifications
You must be signed in to change notification settings - Fork 120
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
Execution client very slow to catchup #2083
Comments
We have also noticed that the safe and finalized blocks are not progressing since the upgrade to v1.1.0:
|
Hey do you have the pruning enabled by any chance? |
Now we have replaced our But yes, we had pruning settings enabled on |
My guess is that was probably the pruning. I tested Reth is getting stuck sometimes, especially on some of the old versions. |
To catch up fast make sure that the beacond has also the last config here -> https://github.com/berachain/beacon-kit/tree/main/testing/networks/80084 |
Hi berateam!
We are having an issue with the execution client: whenever
reth
service is down for just a few minutes (like 2 or 3 minutes), it takes several hours to catchup (during this time,reth
does not report block height). We're using pruning settings onreth
, to keep some history.This issue is happening with the following version:
v1.0.6
andv1.1.0
v0.2.0-alpha.6
andv0.2.0-alpha.8
During catchup, this is all we see in
reth
logs (all normal I think):beacond
logs:Is there something you could recommend for this?
I'm also going to create an issue in
reth
repo, but I figured I'd ask here as well since this might be related tobeacon
in some way.The text was updated successfully, but these errors were encountered: