Searched refs:SRI_O_DOWN (Results 1 – 1 of 1) sorted by relevance
2077 (master->flags & (SRI_S_DOWN|SRI_O_DOWN)) == 0 && in sentinelMasterLooksSane()2765 if (ri->flags & SRI_O_DOWN) flags = sdscat(flags,"o_down,"); in addReplySentinelRedisInstance()2816 if (ri->flags & SRI_O_DOWN) { in addReplySentinelRedisInstance()2975 if (ri->flags & (SRI_S_DOWN|SRI_O_DOWN)) continue; in sentinelIsQuorumReachable()3364 if (ri->flags & SRI_O_DOWN) status = "odown"; in sentinelInfoCommand()3667 if ((master->flags & SRI_O_DOWN) == 0) { in sentinelCheckObjectivelyDown()3670 master->flags |= SRI_O_DOWN; in sentinelCheckObjectivelyDown()3674 if (master->flags & SRI_O_DOWN) { in sentinelCheckObjectivelyDown()3676 master->flags &= ~SRI_O_DOWN; in sentinelCheckObjectivelyDown()4004 if (!(master->flags & SRI_O_DOWN)) return 0; in sentinelStartFailoverIfNeeded()[all …]