prysmaticlabs / prysm

Go implementation of Ethereum proof of stake
https://www.offchainlabs.com
GNU General Public License v3.0
3.47k stars 1.02k forks source link

prysm error log : context deadline exceeded #14583

Open BomaxChen opened 4 weeks ago

BomaxChen commented 4 weeks ago

our prysm client encounter err log below

level=error msg="Could not handle p2p pubsub" error="could not save post state info: could not save state: context deadline exceeded" prefix=sync topic="/eth2/6a95a1a9/beacon_block/ssz_snappy"

after then , our inbound peer suddenly fall down

level=info msg="Peer summary" activePeers=68 inbound=56 outbound=12 prefix=p2p 
level=info msg="Peer summary" activePeers=72 inbound=52 outbound=20 prefix=p2p
level=info msg="Peer summary" activePeers=73 inbound=48 outbound=25 prefix=p2p
level=info msg="Peer summary" activePeers=63 inbound=2 outbound=61 prefix=p2p

geth layer is normal but prysm encounter this error twice times.

although it recover after minutes, but we want to resolve root cause. is there any possible reason?

terencechain commented 4 weeks ago

Which version?

BomaxChen commented 4 weeks ago

v5.0.0

but we have 3 fullnodes, only one fullnode encounter this issue

prestonvanloon commented 4 weeks ago

Does this issue occur with the latest version? We are on v5.1.2