koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

New peers lose connections due to gossip #156

Closed theoreticalbts closed 3 years ago

theoreticalbts commented 3 years ago

A peer with the default settings in docker-compose (including the -G flag) dies within a couple hundred blocks of genesis. I believe the reason for this is that it receives incorrect blocks from every peer via gossip, and kicks or gets kicked by everyone. Setting --gossip=false seems to workaround the issue.