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

POS header downloader of externalcl is broken #13321

Closed
tornadocontrib opened this issue Jan 5, 2025 · 5 comments
Closed

POS header downloader of externalcl is broken #13321

tornadocontrib opened this issue Jan 5, 2025 · 5 comments
Labels
imp1 High importance
Milestone

Comments

@tornadocontrib
Copy link
Contributor

Erigon3 tries to download POS headers while externalcl is enabled, but seems like it still remains broken.

[GetClientVersionV1] Received request fromClientCode: LH, Lighthouse-v6.0.1-0d90135-0d901350
[NewPayload] Downloading some other PoS blocks hash=0xab3b9614c39e2c8e643f23cb7ec7e5e60f44fe5d71c839f12788418e54717e72
[GetClientVersionV1] Received request fromClientCode: LH, Lighthouse-v6.0.1-0d90135-0d901350
[ForkChoiceUpdated] Downloading some other PoS stuff hash=0xab3b9614c39e2c8e643f23cb7ec7e5e60f44fe5d71c839f12788418e54717e72
[NewPayload] Downloading some other PoS blocks hash=0x22bd73610d51ba15896b03a3ba18c65d13ff2344f2cb4308f64761d09816fc03
[GetClientVersionV1] Received request fromClientCode: LH, Lighthouse-v6.0.1-0d90135-0d901350
[EngineBlockDownloader] Waiting for headers download to finish
[downloader] Timeout                     requestId=0 peerID=00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
[EngineBlockDownloader] Header download did not yield success
[EngineBlockDownloader] Downloading PoS headers... hash=0x22bd73610d51ba15896b03a3ba18c65d13ff2344f2cb4308f64761d09816fc03 requestId=0
[NewPayload] Downloading some other PoS blocks hash=0x7181354583b89bf3d9b51d54429d5d30629810a5736c367bbe13a781cc397a6b
[GetClientVersionV1] Received request fromClientCode: LH, Lighthouse-v6.0.1-0d90135-0d901350
[ForkChoiceUpdated] Downloading some other PoS stuff hash=0x7181354583b89bf3d9b51d54429d5d30629810a5736c367bbe13a781cc397a6b
[GetClientVersionV1] Received request fromClientCode: LH, Lighthouse-v6.0.1-0d90135-0d901350
[NewPayload] Downloading some other PoS blocks hash=0xb4b730e6f1c1260924a2778942a19d5e68633ea466c134f37dd95dbda7704166
[EngineBlockDownloader] Waiting for headers download to finish

@keithchew
Copy link

Just experienced this issue on Erigon v2 (sepolia) after upgrading from v2.60.10 to v2.61.0. Downgrading to v2.60.10 allowed the node to catch up to latest block.

@Giulio2002
Copy link
Contributor

Giulio2002 commented Jan 9, 2025

does this issue persist forever? does it not self-heal? also can you show GoodPeer log line? I think it can happen with low peer count

@VBulikov VBulikov added this to the 3.0.0-beta1 milestone Jan 9, 2025
@tornadocontrib
Copy link
Contributor Author

@Giulio2002 Could you share me appropriate flag to log in verbose so that I could share?

@Giulio2002
Copy link
Contributor

--log.console.verbose=4

@tornadocontrib
Copy link
Contributor Author

@Giulio2002 Definitely it was a peering issue, after adding static peers with --staticpeers flag the issue is solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imp1 High importance
Projects
None yet
Development

No branches or pull requests

5 participants