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

Investigate Prysm Errors During Sync #7759

Open
siladu opened this issue Oct 11, 2024 · 1 comment
Open

Investigate Prysm Errors During Sync #7759

siladu opened this issue Oct 11, 2024 · 1 comment

Comments

@siladu
Copy link
Contributor

siladu commented Oct 11, 2024

During 24.10.0-RC1 burn-in, I received many prysm errors during sync, of two types...
(1)

{"error":"received 0 payload bodies from engine_getPayloadBodiesByRangeV1 with count=1 (start=20932021): engine api payload body response is invalid","handler":"beacon_blocks_by_root","level":"error","msg":"Could not get reconstruct full block from blinded body","prefix":"sync","time":"2024-10-10T01:48:25Z"}

(2)

{"error":"processPastLogs: Internal error","level":"error","msg":"Unable to process past deposit contract logs, perhaps your execution client is not fully synced","prefix":"execution","time":"2024-10-10T01:42:26Z"}

I am currently confirming if this also happens for the previous Besu release or if it's a new regression.

I suspect these should be warnings and not errors. At least (2) doesn't make sense as an error to me since it is expected to wait until the client is synced.

@siladu siladu mentioned this issue Oct 11, 2024
23 tasks
@siladu
Copy link
Contributor Author

siladu commented Oct 11, 2024

Tested on holesky and 24.9.1 and 24.10.0-RC1 both get these errors...

{"lastBlockNumber":0,"level":"error","msg":"Beacon node is not respecting the follow distance. EL client is syncing.","prefix":"execution","time":"2024-10-11T05:42:02Z"}
{"error":"received 0 payload bodies from engine_getPayloadBodiesByRangeV1 with count=1 (start=2509611): engine api payload body response is invalid","handler":"beacon_blocks_by_root","level":"error","msg":"Could not get reconstruct full block from blinded body","prefix":"sync","time":"2024-10-11T04:53:40Z"}

So I think it's a preexisting issue.
Not sure exactly why holesky gets a different error to mainnet though.

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

1 participant