Searched refs:SRI_MASTER_DOWN (Results 1 – 1 of 1) sorted by relevance
59 #define SRI_MASTER_DOWN (1<<5) /* A Sentinel with this flag set thinks that macro2770 if (ri->flags & SRI_MASTER_DOWN) flags = sdscat(flags,"master_down,"); in addReplySentinelRedisInstance()3659 if (ri->flags & SRI_MASTER_DOWN) quorum++; in sentinelCheckObjectivelyDown()3702 ri->flags |= SRI_MASTER_DOWN; in sentinelReceiveIsMasterDownReply()3704 ri->flags &= ~SRI_MASTER_DOWN; in sentinelReceiveIsMasterDownReply()3739 ri->flags &= ~SRI_MASTER_DOWN; in sentinelAskMasterStateToOtherSentinels()