ClickHouse/tests/integration/test_hedged_requests_parallel/configs/remote_servers.xml
2021-02-15 16:21:36 +03:00

27 lines
741 B
XML

<yandex>
<remote_servers>
<test_cluster>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>node_1</host>
<port>9000</port>
</replica>
<replica>
<host>node_2</host>
<port>9000</port>
</replica>
<replica>
<host>node_3</host>
<port>9000</port>
</replica>
<replica>
<host>node_4</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
</remote_servers>
</yandex>