Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not include gossip about receiver in cluster messages (redis#13046)
The receiver does not update any of its cluster state based on gossip about itself. This commit explicitly avoids sending or processing gossip about the receiver. Currently cluster bus gossips include 10% of nodes in the cluster with a minimum of 3 nodes. For up to 30 node clusters, this commit makes sure that 1/3 of the gossip (1 out of 3 gossips) is never discarded. This should help with relatively faster convergence of cluster state in general.
- Loading branch information