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
Nodes should be broadcasting messages to all known peers in the network. It appears that we are not getting the known peers in the network from consuls key-value storage.
Solution proposals:
On start up, nodes add up to n known (random) peers to internal key-value storage
Fix how we are looking up the known peers from consul k-v storage and randomly pick up n peers to broadcast messages to
NOTE: We should have a peer limit set as a part of the node config via cli parameters
The text was updated successfully, but these errors were encountered:
Nodes should be broadcasting messages to all known peers in the network. It appears that we are not getting the known peers in the network from consuls key-value storage.
Solution proposals:
n
known (random) peers to internal key-value storagen
peers to broadcast messages toNOTE: We should have a peer limit set as a part of the node config via cli parameters
The text was updated successfully, but these errors were encountered: