Searched refs:replicate (Results 1 – 12 of 12) sorted by relevance
2129 if (node->replicate != NULL) sdsfree(node->replicate); in freeClusterManagerNode()2184 node->replicate = NULL; in clusterManagerNewNode()2448 sds key = (!node->replicate ? node->name : node->replicate); in clusterManagerGetAntiAffinityScore()2549 first->replicate = first_master; in clusterManagerOptimizeAntiAffinity()2672 if (node->replicate != NULL) in clusterManagerNodeInfo()2715 if (n->replicate && !strcmp(n->replicate, node->name)) in clusterManagerShowClusterInfo()3125 if (node->replicate != NULL) { in clusterManagerFlushNodeConfig()3325 if (currentNode->replicate) sdsfree(currentNode->replicate); in clusterManagerNodeLoadInfo()3409 if (n->replicate != NULL) { in clusterManagerLoadInfoFromNode()4732 if (slave->replicate) sdsfree(slave->replicate); in clusterManagerCommandCreate()[all …]
2747 int replicate = 0; /* Replicate this command? */ in RM_Call() local2753 replicate = flags & REDISMODULE_ARGV_REPLICATE; in RM_Call()2804 if (replicate) moduleReplicateMultiIfNeeded(ctx); in RM_Call()2808 if (replicate) { in RM_Call()
250 boolean_t replicate; member585 if (!sd->replicate && fromsnap_txg != 0) in send_iterate_fs()587 if (!sd->replicate && tosnap_txg != 0) in send_iterate_fs()666 sd.replicate = replicate; in gather_nvlist()1040 if (sdd->replicate) { in dump_snapshot()1080 (sdd->fromorigin || sdd->replicate); in dump_snapshot()1165 if (sdd->replicate && sdd->fromsnap) { in dump_filesystem()1197 if (!sdd->replicate && sdd->tosnap != NULL) in dump_filesystem()1263 if (!sdd->replicate) in dump_filesystems()2174 sdd.replicate = flags->replicate; in zfs_send()[all …]
2937 …<var-decl name='replicate' type-id='type-id-37' visibility='default' filepath='../../include/libzf…
107 R $slave_id cluster replicate [dict get $master_myself id]
55 /* # WARNING: Do not attempt to copy/replicate these nodes, # */
3 testing in a condition which is not easy to replicate with the Redis cluster
161 test {FLUSHALL should replicate} {
665 boolean_t replicate; member
4414 flags.replicate = B_TRUE; in zfs_do_send()4513 if (fromname != NULL || flags.replicate || flags.props || in zfs_do_send()4537 if (fromname != NULL || flags.replicate || flags.props || in zfs_do_send()4583 if (!(flags.replicate || flags.doall)) { in zfs_do_send()4680 if (flags.replicate && fromname == NULL) in zfs_do_send()
236 but this option will replicate input directory hierarchy into output `DIR`.
3054 directive "lua-replicate-commands yes" or3055 "DEBUG lua-always-replicate-commands 0". However note that Redis 6 may