• antirez's avatar
    Cluster: use a number of gossip sections proportional to cluster size. · 3fd43062
    antirez authored
    Otherwise it is impossible to receive the majority of failure reports in
    the node_timeout*2 window in larger clusters.
    
    Still with a 200 nodes cluster, 20 gossip sections are a very reasonable
    amount of bytes to send.
    
    A side effect of this change is also fater cluster nodes joins for large
    clusters, because the cluster layout makes less time to propagate.
    3fd43062
cluster.c 184 KB