Searched defs:clusterState (Results 1 – 1 of 1) sorted by relevance
143 typedef struct clusterState { struct144 clusterNode *myself; /* This node */145 uint64_t currentEpoch;146 int state; /* CLUSTER_OK, CLUSTER_FAIL, ... */150 clusterNode *migrating_slots_to[CLUSTER_SLOTS];151 clusterNode *importing_slots_from[CLUSTER_SLOTS];152 clusterNode *slots[CLUSTER_SLOTS];153 uint64_t slots_keys_count[CLUSTER_SLOTS];154 rax *slots_to_keys;157 int failover_auth_count; /* Number of votes received so far. */[all …]