I'm reading gossip akka cluster documentation and still have one little misunderstanding about gossip.
As said in this answer, two nodes are gossiping about the value and then who seen this value. But this comes with some issue about convergence. Here's how I see this:
S - is a seen set.
The issue is at some time, only node 4 knows that convergence happened. node 1, 2 and 3 still think it does not. I'm interesting about how should node 4 deal with convergence?
Should it initiate a new gossip round that convergence happened? Or how can other nodes know about it?