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

ERROR sync: Failed to decode stream message error=i/o deadline reached peer=16Uiu2HAmDiKH4H8hpHDjhad69qVkTPzCVTvaz7VvBgzNTypz4uqk topic=/eth2 #4591

Closed
avalyn2 opened this issue Jan 19, 2020 · 1 comment · Fixed by #4743
Labels
Bug Something isn't working

Comments

@avalyn2
Copy link

avalyn2 commented Jan 19, 2020

Two other errors below:

[2020-01-19 15:12:02]  INFO initial-sync: Processing block 314/69360 - estimated time remaining 1h20m11s blocksPerSecond=14.3 peers=3/3
[2020-01-19 15:12:02]  INFO initial-sync: Processing block 315/69360 - estimated time remaining 1h19m54s blocksPerSecond=14.4 peers=3/3
[2020-01-19 15:12:02]  INFO initial-sync: Processing block 317/69360 - estimated time remaining 1h19m38s blocksPerSecond=14.4 peers=3/3
[2020-01-19 15:12:02]  INFO initial-sync: Processing block 319/69360 - estimated time remaining 1h19m21s blocksPerSecond=14.5 peers=3/3
[2020-01-19 15:12:02]  INFO initial-sync: Processing block 320/69360 - estimated time remaining 1h19m5s blocksPerSecond=14.6 peers=3/3
**[2020-01-19 15:12:56] ERROR sync: Failed to decode stream message error=i/o deadline reached peer=16Uiu2HAmDiKH4H8hpHDjhad69qVkTPzCVTvaz7VvBgzNTypz4uqk topic=/eth2/beacon_chain/req/status/1/ssz**
[2020-01-19 15:13:30]  INFO p2p: Peer connected active=2 peer=16Uiu2HAmEBfmnE1AbnBvVjLaAHyuixgtcSq3QwCHis2vwPtZBGVV
[2020-01-19 15:13:30]  INFO p2p: Peer connected active=3 peer=16Uiu2HAm12JGMpCDPnp3MzoJ2qAHkqESBSM9sU7Pf2ukeiQZ7KnF
[2020-01-19 15:13:45]  INFO p2p: Peer connected active=4 peer=16Uiu2HAm31CrTnSqozW2o1ovsmZ6wxRXioYBpRSLvQGyq8QtfWRP
[2020-01-19 15:16:00]  INFO p2p: Peer connected active=5 peer=16Uiu2HAkuUGWAJbiMG3SeE8MkwfZTcox7e8unfCCtBTPVZaMLQ4A
**[2020-01-19 15:28:05] ERROR powchain: Unable to process past logs read tcp 172.17.0.2:55360->34.227.131.29:443: read: no route to host**
[2020-01-19 15:43:30]  INFO p2p: Peer connected active=5 peer=16Uiu2HAmEBfmnE1AbnBvVjLaAHyuixgtcSq3QwCHis2vwPtZBGVV
[2020-01-19 16:12:49]  INFO p2p: Peer connected active=4 peer=16Uiu2HAm31CrTnSqozW2o1ovsmZ6wxRXioYBpRSLvQGyq8QtfWRP
[2020-01-19 16:13:30]  INFO p2p: Peer connected active=5 peer=16Uiu2HAmGQXdqwKfzR4c4ejRApgbHntTSd1YZRKvRAwz3mzwhZgp
@0xKiwi 0xKiwi added the Bug Something isn't working label Jan 21, 2020
@rauljordan
Copy link
Contributor

Hey @avalyn2 two things seem to have happened here:

  1. The first error is due to some peer timing out on a response in p2p, which should probably be changed to DEBUG level logging
  2. The connection to the eth1 proof of work chain endpoint got messed up and it failed to process logs from the deposit contract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants