• antirez's avatar
    Cluster: bulk-accept new nodes connections. · 83c92d50
    antirez authored
    The same change was operated for normal client connections. This is
    important for Cluster as well, since when a node rejoins the cluster,
    when a partition heals or after a restart, it gets flooded with new
    connection attempts by all the other nodes trying to form a full
    mesh again.
    83c92d50
cluster.c 166 KB