Searched refs:CLUSTER_FAIL (Results 1 – 2 of 2) sorted by relevance
10 #define CLUSTER_FAIL 1 /* The cluster can't work */ macro
435 server.cluster->state = CLUSTER_FAIL; in clusterInit()3585 if (update_state || server.cluster->state == CLUSTER_FAIL) in clusterCron()3775 server.cluster->state == CLUSTER_FAIL && in clusterUpdateState()3788 new_state = CLUSTER_FAIL; in clusterUpdateState()3823 new_state = CLUSTER_FAIL; in clusterUpdateState()5676 if (server.cluster->state == CLUSTER_FAIL) { in clusterRedirectBlockedClientIfNeeded()