You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
When running a testnet of nodes running crust_node example, it becomes increasing slow to connect a new node to the network.
My suspicion is that the bootstrap list being returned by the beacon node is growing ever larger (and can contain permanently dead nodes from previous runs) and we're attempting to connect to these listed nodes sequentially.
The text was updated successfully, but these errors were encountered:
While I've not really looked at this issue, I have noticed on my travels through Crust that my suspicions above appear to be correct. A failed connect attempt can block for anything from 2 to ~20 seconds.
Can you test now that #330 got merged (and a lot of other refactors happened too)? I think we could achieve some speedups by increasing ControlFlow::ParallelLimit, but I still need to investigate.
When running a testnet of nodes running
crust_node
example, it becomes increasing slow to connect a new node to the network.My suspicion is that the bootstrap list being returned by the beacon node is growing ever larger (and can contain permanently dead nodes from previous runs) and we're attempting to connect to these listed nodes sequentially.
The text was updated successfully, but these errors were encountered: