Searched refs:failover_auth_count (Results 1 – 2 of 2) sorted by relevance
157 int failover_auth_count; /* Number of votes received so far. */ member
442 server.cluster->failover_auth_count = 0; in clusterInit()2053 server.cluster->failover_auth_count++; in clusterProcessPacket()3022 server.cluster->failover_auth_count = 0; in clusterHandleSlaveFailover()3096 if (server.cluster->failover_auth_count >= needed_quorum) { in clusterHandleSlaveFailover()