ClickHouse/tests/integration/test_distributed_format/configs/remote_servers.xml
2021-09-20 01:38:53 +03:00

21 lines
614 B
XML

<clickhouse>
<remote_servers>
<test_cluster_internal_replication>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>not_existing</host>
<port>9000</port>
</replica>
</shard>
</test_cluster_internal_replication>
<test_cluster_no_internal_replication>
<node>
<host>not_existing</host>
<port>9000</port>
</node>
</test_cluster_no_internal_replication>
</remote_servers>
</clickhouse>