Home
last modified time | relevance | path

Searched refs:cant_failover_reason (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h161 int cant_failover_reason; /* Why a slave is currently not able to member
H A Dcluster.c445 server.cluster->cant_failover_reason = CLUSTER_CANT_FAILOVER_NONE; in clusterInit()
2866 if (reason == server.cluster->cant_failover_reason && in clusterLogCantFailover()
2870 server.cluster->cant_failover_reason = reason; in clusterLogCantFailover()
2982 server.cluster->cant_failover_reason = CLUSTER_CANT_FAILOVER_NONE; in clusterHandleSlaveFailover()