Searched refs:senderCurrentEpoch (Results 1 – 1 of 1) sorted by relevance
1655 uint64_t senderCurrentEpoch = 0, senderConfigEpoch = 0; in clusterProcessPacket() local1704 senderCurrentEpoch = ntohu64(hdr->currentEpoch); in clusterProcessPacket()1706 if (senderCurrentEpoch > server.cluster->currentEpoch) in clusterProcessPacket()1707 server.cluster->currentEpoch = senderCurrentEpoch; in clusterProcessPacket()2051 senderCurrentEpoch >= server.cluster->failover_auth_epoch) in clusterProcessPacket()