Remove prefer_localhost_replica

This commit is contained in:
Igor Nikonov 2024-06-18 10:39:50 +00:00
parent c286188419
commit 366de07856
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@ SELECT
LIMIT 100; LIMIT 100;
SET max_parallel_replicas = 3; SET max_parallel_replicas = 3;
SET prefer_localhost_replica = 1;
SET cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost'; SET cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost';
SET joined_subquery_requires_alias = 0; SET joined_subquery_requires_alias = 0;

View File

@ -55,7 +55,7 @@ test2() {
test3() { test3() {
$CLICKHOUSE_CLIENT -nq " $CLICKHOUSE_CLIENT -nq "
SET cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost'; SET cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost';
SET max_threads = 16, prefer_localhost_replica = 1, read_in_order_two_level_merge_threshold = 1000, query_plan_aggregation_in_order = 1, distributed_aggregation_memory_efficient = 1; SET max_threads = 16, read_in_order_two_level_merge_threshold = 1000, query_plan_aggregation_in_order = 1, distributed_aggregation_memory_efficient = 1;
SELECT replaceRegexpOne(explain, '^ *(\w+).*', '\\1') SELECT replaceRegexpOne(explain, '^ *(\w+).*', '\\1')
FROM ( FROM (