mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
33 lines
819 B
XML
33 lines
819 B
XML
<clickhouse>
|
|
<remote_servers>
|
|
<cluster_missing_replica>
|
|
<shard>
|
|
<replica>
|
|
<!-- note: this one doesn't actually exist -->
|
|
<host>node1</host>
|
|
<port>9000</port>
|
|
<default_database>r0</default_database>
|
|
</replica>
|
|
<replica>
|
|
<host>node2</host>
|
|
<port>9000</port>
|
|
<default_database>r0</default_database>
|
|
</replica>
|
|
</shard>
|
|
<shard>
|
|
<replica>
|
|
<host>node3</host>
|
|
<port>9000</port>
|
|
<default_database>r0</default_database>
|
|
</replica>
|
|
<replica>
|
|
<host>node3</host>
|
|
<port>9000</port>
|
|
<default_database>r0</default_database>
|
|
</replica>
|
|
</shard>
|
|
</cluster_missing_replica>
|
|
</remote_servers>
|
|
</clickhouse>
|
|
|