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

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

23 lines
637 B
XML
Raw Normal View History

2024-03-26 12:30:16 +00:00
<clickhouse>
<remote_servers>
<test_1_shard_3_replicas>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
<replica>
<host>node3</host>
<port>9000</port>
</replica>
</shard>
</test_1_shard_3_replicas>
</remote_servers>
</clickhouse>