ClickHouse/tests/queries
Azat Khuzhin 7b7e8acf4f Fix excessive connect attempts with skip_unavailable_shards
Before this patch the query was sent from
RemoteBlockInputStream::readPrefix() and also from
RemoteBlockInputStream::read().

And since in case of skip_unavailable_shards=1 connection errors are
ignored, it tries to do x2 connect attempts.

Fix this, but removing RemoteBlockInputStream::readPrefix().

Fixes: #26511
2021-07-21 10:06:54 +03:00
..
0_stateless Fix excessive connect attempts with skip_unavailable_shards 2021-07-21 10:06:54 +03:00
1_stateful Merge branch 'master' into estimates_for_select_query 2021-07-16 23:15:30 +00:00
bugs
__init__.py
conftest.py
pytest.ini
query_test.py
server.py
shell_config.sh
skip_list.json Merge pull request #26314 from kssenii/fix-hdfs-crash 2021-07-20 15:01:56 +03:00