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

23 lines
610 B
XML
Raw Normal View History

2021-01-19 19:21:06 +00:00
<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>
2021-02-15 13:21:36 +00:00
<replica>
<host>node_3</host>
<port>9000</port>
</replica>
2021-01-19 19:21:06 +00:00
</shard>
</test_cluster>
</remote_servers>
</yandex>