• antirez's avatar
    Cluster: bypass data_age check for manual failovers. · 005f564e
    antirez authored
    Automatic failovers only happen in Redis Cluster if the slave trying to
    be elected was disconnected from its master for no more than 10 times
    the node-timeout value. However there should be no such a check for
    manual failovers, since these are initiated by the sysadmin that, in
    theory, knows what she is doing when a slave is selected to be promoted.
    005f564e
cluster.c 166 KB