ClickHouse/dbms/tests/integration/test_distributed_ddl/configs/config.d/cluster_without_internal_replication.xml

28 lines
762 B
XML

<yandex>
<remote_servers>
<cluster_without_replication>
<shard>
<internal_replication>false</internal_replication>
<replica>
<host>ch1</host>
<port>9000</port>
</replica>
<replica>
<host>ch2</host>
<port>9000</port>
</replica>
</shard>
<shard>
<internal_replication>false</internal_replication>
<replica>
<host>ch3</host>
<port>9000</port>
</replica>
<replica>
<host>ch4</host>
<port>9000</port>
</replica>
</shard>
</cluster_without_replication>
</remote_servers>
</yandex>