Searched refs:SRI_RECONF_DONE (Results 1 – 1 of 1) sorted by relevance
66 #define SRI_RECONF_DONE (1<<10) /* Slave synchronized with new master. */ macro2328 ri->flags |= SRI_RECONF_DONE; in sentinelRefreshInstanceInfo()2776 if (ri->flags & SRI_RECONF_DONE) flags = sdscat(flags,"reconf_done,"); in addReplySentinelRedisInstance()4243 if (slave->flags & (SRI_PROMOTED|SRI_RECONF_DONE)) continue; in sentinelFailoverDetectEnd()4274 if (slave->flags & (SRI_RECONF_DONE|SRI_RECONF_SENT)) continue; in sentinelFailoverDetectEnd()4313 if (slave->flags & (SRI_PROMOTED|SRI_RECONF_DONE)) continue; in sentinelFailoverReconfNextSlave()4325 slave->flags |= SRI_RECONF_DONE; in sentinelFailoverReconfNextSlave()