Closed igor-egorov closed 6 months ago
Kagome establishes too many simultaneous connections
Kagome being syncing connects to around 140 peers and establishes about 100k raw connections while the following config was provided: --in-peers 20 --out-peers 20
--in-peers 20 --out-peers 20
Launch syncing with Kusama network kagome node
Track the amount of connections established
connect is called 600 times per minute. Disabling kademlia protocol reduces to 20 calls per minute (30 times).
connect
Bug Summary
Kagome establishes too many simultaneous connections
Bug Description
Kagome being syncing connects to around 140 peers and establishes about 100k raw connections while the following config was provided:
--in-peers 20 --out-peers 20
Steps to Reproduce
Launch syncing with Kusama network kagome node
Effects of the Bug
Track the amount of connections established