Zilliqa / zq2

Zilliqa 2.0 code base
Apache License 2.0
9 stars 0 forks source link

Messages get stuck and are never delivered to a node #1759

Open rrw-zilliqa opened 1 week ago

rrw-zilliqa commented 1 week ago

Usually after a lot of traffic is sent to a network, inducing a high load, we can get into a state where libp2p receives messages (there is a swarm log entry for eg. a BlockResponse), but these are never delivered to the node application and we enter a vicious cycle of rerequesting blocks which are already in our input buffer.