X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/8c4c50906cc91d8dffbb22cb4a520d11a1c6344b..744f34d834df8424fd201305fb469e540bb29020:/src/cluster.c diff --git a/src/cluster.c b/src/cluster.c index 0a580fa7..4e3cf746 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -943,6 +943,7 @@ void clusterCron(void) { node->flags &= ~REDIS_NODE_PFAIL; } else if (node->flags & REDIS_NODE_FAIL && !node->numslaves) { node->flags &= ~REDIS_NODE_FAIL; + clusterUpdateState(); } } else { /* Timeout reached. Set the noad se possibly failing if it is