Conversation
|
Integration tests (asan, actions) [2/3] - test_distributed_respect_user_timeouts/test.py::test_reconnect - #36541 |
Backport #36463 to 22.4: Ignore DNS errors when checking if dictionary source is local
Backport #36463 to 22.3: Ignore DNS errors when checking if dictionary source is local
* Backport ClickHouse#36167 to 22.3: Fix broken aliases during parsing of special operators * Backport git fix for /build directory * Trigger CI * Update version to 22.3.5.20 * Backport ClickHouse#36637 to 22.3: Fix merges of wide parts with type `Object` * Backport ClickHouse#36487 to 22.3: Add passphrase for certificates * Backport ClickHouse#36707 to 22.3: Fix vertical merges in wide parts * Update version to 22.3.6.5 * Backport ClickHouse#36910 to 22.3: Fix bug in keeper which could lead to corrupted compressed logs * Update version to 22.3.7.5 * Backport ClickHouse#36866 to 22.3: Integration tests * Backport ClickHouse#35803 to 22.3: Fix bug in indexes of not presented columns in -WithNames formats * Backport ClickHouse#37021 to 22.3: Fixed problem with infs in `quantileTDigest` * Backport ClickHouse#36463 to 22.3: Ignore DNS errors when checking if dictionary source is local * Backport ClickHouse#37443 to 22.3: Functions normalize utf8 fix * Backport ClickHouse#37336 to 22.3: Fix clash of constant strings in aggregate function, prewhere and join * Backport ClickHouse#37690 to 22.3: Fix segfault with mysql db + show create table + named collections Co-authored-by: robot-clickhouse <[email protected]> Co-authored-by: Mikhail f. Shiryaev <[email protected]> Co-authored-by: Anton Popov <[email protected]> Co-authored-by: Maksim Kita <[email protected]> Co-authored-by: Alexey Milovidov <[email protected]> Co-authored-by: alesapin <[email protected]> Co-authored-by: Kruglov Pavel <[email protected]> Co-authored-by: Alexander Tokmakov <[email protected]> Co-authored-by: Vladimir C <[email protected]> Co-authored-by: Kseniia Sumarokova <[email protected]>
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Server might fail to start if it cannot resolve hostname of external ClickHouse dictionary. It's fixed. Fixes #36451.