protoactor-dotnet icon indicating copy to clipboard operation
protoactor-dotnet copied to clipboard

Gossip + Memberlist sync

Open rogeralsing opened this issue 1 year ago • 1 comments

In some cases, e.g. using SeedNodeProvider, we might be too eager to start sending gossip requests. e.g. Node A tells Node C that Node B exists Node C, now has node B in its memberlist, and immediately starts sending gossip

This is fine, but node C and node B might not yet have established a remote connection. and the gossip might timeout due to this.

not a major issue, but results in needless excessive logging

rogeralsing avatar May 12 '23 09:05 rogeralsing