Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h120 uint64_t configEpoch; /* Last configEpoch observed for this node */ member
210 uint64_t configEpoch; /* Config epoch of the specified instance. */ member
260 uint64_t configEpoch; /* The config epoch if it's a master, or the last member
H A Dcluster.c566 myself->configEpoch = 0; in clusterReset()
702 node->configEpoch = 0; in createClusterNode()
976 if (node->configEpoch > max) max = node->configEpoch; in clusterGetMaxEpoch()
1015 if (myself->configEpoch == 0 || in clusterBumpConfigEpochWithoutConsensus()
1016 myself->configEpoch != maxEpoch) in clusterBumpConfigEpochWithoutConsensus()
1079 if (sender->configEpoch != myself->configEpoch || in clusterHandleConfigEpochCollision()
2084 n->configEpoch = reportedConfigEpoch; in clusterProcessPacket()
2295 hdr->configEpoch = htonu64(master->configEpoch); in clusterBuildMessageHdr()
2583 hdr->data.update.nodecfg.configEpoch = htonu64(node->configEpoch); in clusterSendUpdate()
4451 myself->slaveof->configEpoch : myself->configEpoch; in clusterCommand()
[all …]