ClickHouse/tests/integration/test_hedged_requests/configs/remote_servers.xml
2023-04-20 17:35:34 +00:00

68 lines
2.0 KiB
XML

<clickhouse>
<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>
</shard>
</test_cluster>
<test_cluster_three_shards>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>node_1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>node_2</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>node_3</host>
<port>9000</port>
</replica>
</shard>
</test_cluster_three_shards>
<test_cluster_connect>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>129.0.0.1</host>
<port>9000</port>
</replica>
<replica>
<host>node_1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>129.0.0.2</host>
<port>9000</port>
</replica>
<replica>
<host>node_2</host>
<port>9000</port>
</replica>
</shard>
</test_cluster_connect>
</remote_servers>
</clickhouse>