ClickHouse/tests/integration/test_distributed_ddl_parallel/configs/remote_servers.xml

33 lines
696 B
XML
Raw Normal View History

2020-09-11 23:33:17 +00:00
<yandex>
<remote_servers>
<cluster_a>
2020-09-11 23:33:17 +00:00
<shard>
<replica>
<host>n1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>n2</host>
<port>9000</port>
</replica>
</shard>
</cluster_a>
<cluster_b>
<shard>
<replica>
<host>n3</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>n4</host>
<port>9000</port>
</replica>
</shard>
</cluster_b>
2020-09-11 23:33:17 +00:00
</remote_servers>
</yandex>