diff --git a/src/cluster.c b/src/cluster.c index 68628f066f1e4a997b519f8877d70586a6cb9ee0..ab402f0e02852a02d4302fe7c769cafd7e8b10fd 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -1402,6 +1402,7 @@ void clusterHandleSlaveFailover(void) { * is a pending auth request that's too old, reset it. */ if (server.cluster->failover_auth_time == 0 || auth_age > 15) { + redisLog(REDIS_WARNING,"Asking masters if I can failover..."); server.cluster->failover_auth_time = time(NULL); server.cluster->failover_auth_count = 0; clusterRequestFailoverAuth();