mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
73ab415c4c
Before this patch (and after #22208) the INSERT may fail with "Cannot schedule a task" because the pool in DistributedBlockOutputStream already throws exception and simply fail in writeSuffix().
47 lines
1.6 KiB
XML
47 lines
1.6 KiB
XML
<yandex>
|
|
<remote_servers>
|
|
<test_cluster_two_shards_different_databases>
|
|
<shard>
|
|
<replica>
|
|
<default_database>shard_0</default_database>
|
|
<host>localhost</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
<shard>
|
|
<replica>
|
|
<default_database>shard_1</default_database>
|
|
<host>localhost</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</test_cluster_two_shards_different_databases>
|
|
<test_cluster_one_shard_two_replicas>
|
|
<shard>
|
|
<replica>
|
|
<host>127.0.0.1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>127.0.0.2</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</test_cluster_one_shard_two_replicas>
|
|
<test_cluster_two_replicas_different_databases>
|
|
<shard>
|
|
<replica>
|
|
<default_database>shard_0</default_database>
|
|
<host>localhost</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<default_database>shard_1</default_database>
|
|
<host>localhost</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</test_cluster_two_replicas_different_databases>
|
|
</remote_servers>
|
|
</yandex>
|