Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h134 mstime_t orphaned_time; /* Starting time of orphaned master condition */ member
H A Dcluster.c717 node->orphaned_time = 0; in createClusterNode()
3193 if (!node->orphaned_time) node->orphaned_time = mstime(); in clusterHandleSlaveMigration()
3195 node->orphaned_time = 0; in clusterHandleSlaveMigration()
3220 (mstime()-target->orphaned_time) > CLUSTER_SLAVE_MIGRATION_DELAY && in clusterHandleSlaveMigration()