ClickHouse/tests/integration/test_groupBitmapAnd_on_distributed/configs/clusters.xml

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

33 lines
750 B
XML
Raw Normal View History

2021-12-17 14:50:41 +00:00
<clickhouse>
<remote_servers>
<awesome_cluster>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</awesome_cluster>
<test_version_cluster>
<shard>
<replica>
<host>node3</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>node4</host>
<port>9000</port>
</replica>
</shard>
</test_version_cluster>
</remote_servers>
</clickhouse>