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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

68 lines
2.0 KiB
XML
Raw Normal View History

<clickhouse>
2021-01-19 19:21:06 +00:00
<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>
2023-04-20 17:35:34 +00:00
<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>
2021-01-19 19:21:06 +00:00
</remote_servers>
</clickhouse>
2021-01-19 19:21:06 +00:00