From a8b09faf3de7105c11f005be7acd684215bec12c Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 21 Mar 2013 10:47:10 +0100 Subject: [PATCH] Cluster: comment no longer in sync with code removed. --- src/cluster.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/cluster.c b/src/cluster.c index e5e3968f..71a5a3e7 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -613,10 +613,7 @@ void markNodeAsFailingIfNeeded(clusterNode *node) { /* This function is called only if a node is marked as FAIL, but we are able * to reach it again. It checks if there are the conditions to undo the FAIL - * state. - * - * Currently we only revert the FAIL state if there are no slaves for this - * node, so that no promotion was possible. */ + * state. */ void clearNodeFailureIfNeeded(clusterNode *node) { int changes = 0; time_t now = time(NULL);