Home
last modified time | relevance | path

Searched refs:CLUSTER_NODE_FAIL (Results 1 – 10 of 10) sorted by relevance

/dports/databases/redis6/redis-6.0.16/src/
H A Dcluster.h51 #define CLUSTER_NODE_FAIL 8 /* The node is believed to be malfunctioning */ macro
66 #define nodeFailed(n) ((n)->flags & CLUSTER_NODE_FAIL)
H A Dcluster.c209 n->flags |= CLUSTER_NODE_FAIL; in clusterLoadConfig()
1287 node->flags |= CLUSTER_NODE_FAIL; in markNodeAsFailingIfNeeded()
1314 node->flags &= ~CLUSTER_NODE_FAIL; in clearNodeFailureIfNeeded()
1329 node->flags &= ~CLUSTER_NODE_FAIL; in clearNodeFailureIfNeeded()
1445 if (flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) { in clusterProcessGossipSection()
1465 if (!(flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) && in clusterProcessGossipSection()
1488 if (node->flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL) && in clusterProcessGossipSection()
1490 !(flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) && in clusterProcessGossipSection()
2109 failing->flags |= CLUSTER_NODE_FAIL; in clusterProcessPacket()
3918 server.cluster->slots[j]->flags & (CLUSTER_NODE_FAIL)) in clusterUpdateState()
[all …]
H A Dmodule.c5358 if (node->flags & CLUSTER_NODE_FAIL) *flags |= REDISMODULE_NODE_FAIL; in RM_GetClusterNodeInfo()
/dports/databases/redis5/redis-5.0.14/src/
H A Dcluster.h53 #define CLUSTER_NODE_FAIL 8 /* The node is believed to be malfunctioning */ macro
68 #define nodeFailed(n) ((n)->flags & CLUSTER_NODE_FAIL)
H A Dcluster.c206 n->flags |= CLUSTER_NODE_FAIL; in clusterLoadConfig()
1234 node->flags |= CLUSTER_NODE_FAIL; in markNodeAsFailingIfNeeded()
1258 node->flags &= ~CLUSTER_NODE_FAIL; in clearNodeFailureIfNeeded()
1273 node->flags &= ~CLUSTER_NODE_FAIL; in clearNodeFailureIfNeeded()
1389 if (flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) { in clusterProcessGossipSection()
1409 if (!(flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) && in clusterProcessGossipSection()
1432 if (node->flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL) && in clusterProcessGossipSection()
1434 !(flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) && in clusterProcessGossipSection()
2051 failing->flags |= CLUSTER_NODE_FAIL; in clusterProcessPacket()
3833 server.cluster->slots[j]->flags & (CLUSTER_NODE_FAIL)) in clusterUpdateState()
[all …]
H A Dmodule.c4414 if (node->flags & CLUSTER_NODE_FAIL) *flags |= REDISMODULE_NODE_FAIL; in RM_GetClusterNodeInfo()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dcluster.h49 #define CLUSTER_NODE_FAIL 8 /* The node is believed to be malfunctioning */ macro
64 #define nodeFailed(n) ((n)->flags & CLUSTER_NODE_FAIL)
H A Dcluster.c253 n->flags |= CLUSTER_NODE_FAIL; in clusterLoadConfig()
1381 node->flags |= CLUSTER_NODE_FAIL; in markNodeAsFailingIfNeeded()
1408 node->flags &= ~CLUSTER_NODE_FAIL; in clearNodeFailureIfNeeded()
1423 node->flags &= ~CLUSTER_NODE_FAIL; in clearNodeFailureIfNeeded()
1539 if (flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) { in clusterProcessGossipSection()
1559 if (!(flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) && in clusterProcessGossipSection()
1582 if (node->flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL) && in clusterProcessGossipSection()
1584 !(flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) && in clusterProcessGossipSection()
2220 failing->flags |= CLUSTER_NODE_FAIL; in clusterProcessPacket()
4045 server.cluster->slots[j]->flags & (CLUSTER_NODE_FAIL)) in clusterUpdateState()
[all …]
H A Dmodule.c7141 if (node->flags & CLUSTER_NODE_FAIL) *flags |= REDISMODULE_NODE_FAIL; in RM_GetClusterNodeInfo()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/examples/
H A Dcluster.c198 n->flags |= CLUSTER_NODE_FAIL; in clusterLoadConfig()
1188 node->flags |= CLUSTER_NODE_FAIL; in markNodeAsFailingIfNeeded()
1212 node->flags &= ~CLUSTER_NODE_FAIL; in clearNodeFailureIfNeeded()
1227 node->flags &= ~CLUSTER_NODE_FAIL; in clearNodeFailureIfNeeded()
1341 if (flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) { in clusterProcessGossipSection()
1361 if (!(flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) && in clusterProcessGossipSection()
1384 if (node->flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL) && in clusterProcessGossipSection()
1386 !(flags & (CLUSTER_NODE_FAIL|CLUSTER_NODE_PFAIL)) && in clusterProcessGossipSection()
1963 failing->flags |= CLUSTER_NODE_FAIL; in clusterProcessPacket()
3657 server.cluster->slots[j]->flags & (CLUSTER_NODE_FAIL)) in clusterUpdateState()
[all …]