• antirez's avatar
    Cluster: replica migration with delay. · adc2fe69
    antirez authored
    We wait a fixed amount of time (5 seconds currently) much greater than
    the usual Cluster node to node communication latency, before migrating.
    This way when a failover occurs, before detecting the new master as a
    target for migration, we give the time to its natural slaves (the slaves
    of the failed over master) to announce they switched to the new master,
    preventing an useless migration operation.
    adc2fe69
cluster.h 12.6 KB