Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h58 #define CLUSTER_NODE_MIGRATE_TO 256 /* Master elegible for replica migration. */ macro
H A Dcluster.c831 master->flags &= ~CLUSTER_NODE_MIGRATE_TO; in clusterNodeRemoveSlave()
848 master->flags |= CLUSTER_NODE_MIGRATE_TO; in clusterNodeAddSlave()
1508 if (n != myself) n->flags |= CLUSTER_NODE_MIGRATE_TO; in clusterSetNodeAsMaster()
1898 CLUSTER_NODE_MIGRATE_TO); in clusterProcessPacket()
3182 if (!(node->flags & CLUSTER_NODE_MIGRATE_TO)) is_orphaned = 0; in clusterHandleSlaveMigration()
3490 node->flags & CLUSTER_NODE_MIGRATE_TO) in clusterCron()
3683 n->flags |= CLUSTER_NODE_MIGRATE_TO; in clusterNodeSetSlotBit()
3937 myself->flags &= ~(CLUSTER_NODE_MASTER|CLUSTER_NODE_MIGRATE_TO); in clusterSetMaster()