ClickHouse/tests/integration/test_cluster_discovery/config/config.xml
2024-11-13 22:24:37 +01:00

23 lines
683 B
XML

<clickhouse>
<allow_experimental_cluster_discovery>1</allow_experimental_cluster_discovery>
<remote_servers>
<two_shards>
<!-- just to check that there's no conflict between automatic and manual clusters -->
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</two_shards>
</remote_servers>
<fail_points_active>
<cluster_discovery_faults/>
</fail_points_active>
</clickhouse>