-
Notifications
You must be signed in to change notification settings - Fork 20.8k
The engine port is invalid and cannot be sync. #31728
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
Comments
Do you still have the full logs for when this happened? It seems for some reason the CL and EL got disconnected and then couldn't connect back. Specifically the logs for around the time when EL stopped syncing and then from the time you tried to restart CL. |
@s1na |
What I can see is that geth is syncing albeit slow. The timestamp you provided is this line. We can see a block import took 9s.
I can see that CL->Geth communication is timing out frequently. I think it's because the node is being hammered with RPC requests + it is indexing the logs (which should take a few hours). I imagine it will get better after that. |
Possibly related to #31718 |
Can you reproduce the issue? If so, please dump out the go stacks and block profile.
|
|
We have merged a fix for mitigating the overhead, #31752 Please have a try. |
System information
Geth version: 1.15.10-stable-2bf8a789
CL client & version: e.g. v7.0.0-54f7bc5
OS & Version: Linux
Commit hash : (if
develop
)Expected behaviour
Actual behaviour
As an RPC node, after a period of time, the node suddenly did not synchronize the block, and found that geth had the following log at the end
3000 Apr 28 16:06:02 geth[495860]: WARN [04-28|16:06:02.980] Beacon client online, but no consensus updates received in a while. Please fix your beacon client to follow the chain!
Then I restarted the lighthouse program, but after the restart, it still couldn't sync, prompting the log.
ERRO Error during execution engine upcheck
Finally, I restarted the geth program and was able to sync.
Steps to reproduce the behaviour
Backtrace
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: