Antalya 26.3: Bump to 26.3.10#1757
Open
zvonand wants to merge 126 commits intoantalya-26.3from
Open
Conversation
… StringSearcher.h
…atting and cloning
…ocation wait timer
…1761 Backport ClickHouse#101761 to 26.3: Fix use-after-free in CPULeaseAllocation wait timer
…0225 Backport ClickHouse#100225 to 26.3: Fix use-of-uninitialized-value in StringSearcher.h
…ver when the view is dropped
…ation on `IF NOT EXISTS` and missing initialization
…h row policies in SourceStepWithFilter
…2681 Backport ClickHouse#102681 to 26.3: Fix SYSTEM WAIT VIEW hanging forever when the view is dropped
…2598 Backport ClickHouse#102598 to 26.3: Fix `NamedCollection` metric inflation on `IF NOT EXISTS` and missing initialization
…alling JIT-compiled sort description
…2648 Backport ClickHouse#102648 to 26.3: Fix NOT_FOUND_COLUMN_IN_BLOCK with row policies in SourceStepWithFilter
…1405 Backport ClickHouse#101405 to 26.3: Fix BACKUP FROM SNAPSHOT AST formatting and cloning
…2606 Backport ClickHouse#102606 to 26.3: Use `openssl` 3.5.6
Backport ClickHouse#99539 to 26.3: Fix segfault in UBSan build when calling JIT-compiled sort description
… in prefetch range coalescing
…concurrent `CREATE TABLE IF NOT EXISTS`
…2385 Backport ClickHouse#102385 to 26.3: Fix Parquet bloom filter segfault in prefetch range coalescing
…2610 Backport ClickHouse#102610 to 26.3: Fix `LOGICAL_ERROR` in `S3Queue` concurrent `CREATE TABLE IF NOT EXISTS`
…2607 Backport ClickHouse#102607 to 26.3: Use `xz` 5.8.3
… to collapsed jemalloc heap profiles
…nvalid` duplicate record in SettingsChangesHistory.cpp
…2759 Backport ClickHouse#102759 to 26.3: Apply Poisson sampling correction to collapsed jemalloc heap profiles
…1503 Backport ClickHouse#101503 to 26.3: Remove `functions_h3_default_if_invalid` duplicate record in SettingsChangesHistory.cpp
Add distroless Dockerfile for server and keeper images. These are minimal images with no shell, no package manager — only the ClickHouse binary. The release workflow on master already includes distroless in its build configs; this backport ensures the Dockerfiles exist at the release tag so the images are actually built.
…stroless-dockerfiles Backport distroless Docker image variant to 26.3
…3552 Backport ClickHouse#103552 to 26.3: Fix masking nested credentials in logs
…1990 Backport ClickHouse#101990 to 26.3: Fix Parquet metadata cache key collision for files in tar archives on S3
…0777 Backport ClickHouse#100777 to 26.3: Fix: Fix workload IO scheduling bypass in DiskObjectStorageTransaction write path
…3273 Backport ClickHouse#103273 to 26.3: Fix possible crash during statistics calculation in Map type with lazy replication
…in of keyservers
…3834 Backport ClickHouse#103834 to 26.3: Reliable key receiving from a chain of keyservers
…tion during column rename in some cases
…AS` in `FuseFunctionsPass` for repeated `quantile` on distributed queries
…in the `ALP` codec decompression
…4047 Backport ClickHouse#104047 to 26.3: Bump libarchive form 3.8.6 to 3.8.7
…opK String state read
…n with row policies/additional_table_filters
…leTiming deserialization
…4002 Backport ClickHouse#104002 to 26.3: Tolerate oversized alpha_map on topK String state read
CI: https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=104150&sha=ba3757a71a506df7f65abad4f6eb04dcf5424a0d&name_0=BackportPR&name_1=Stateless%20tests%20%28amd_asan%2C%20distributed%20plan%2C%20parallel%2C%202%2F2%29 2026-05-06 06:35:58 Reason: result differs with reference: 2026-05-06 06:35:58 --- /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/04201_trivial_count_with_additional_filter.reference 2026-05-06 06:26:44.480911341 +0930 2026-05-06 06:35:58 +++ /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/04201_trivial_count_with_additional_filter.stdout 2026-05-06 06:35:58.595674682 +0930 2026-05-06 06:35:58 @@ -1,9 +1,9 @@ 2026-05-06 06:35:58 baseline 2026-05-06 06:35:58 (ReadFromPreparedSource) 2026-05-06 06:35:58 SourceFromSingleChunk 0 → 1 2026-05-06 06:35:58 filtered_this_table 2026-05-06 06:35:58 - (ReadFromMergeTree) 2026-05-06 06:35:58 - MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) 0 → 1 2026-05-06 06:35:58 + (ReadFromMergeTree) 2026-05-06 06:35:58 + MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) 0 → 1 2026-05-06 06:35:58 filter_other_table 2026-05-06 06:35:58 (ReadFromPreparedSource) 2026-05-06 06:35:58 SourceFromSingleChunk 0 → 1
…4141 Backport ClickHouse#104141 to 26.3: Fix write out of bounds in quantileTiming deserialization
…2921 Backport ClickHouse#102921 to 26.3: Disable trivial LIMIT optimization with row policies/additional_table_filters
…4153 Backport ClickHouse#104153 to 26.3: Fix memory leak with materialized CTE
…d if/multiIf with Decimal result
…3809 Backport ClickHouse#103809 to 26.3: Fix wrong values from JIT-compiled if/multiIf with Decimal result
…3457 Backport ClickHouse#103457 to 26.3: Fix potential out-of-bounds read in the `ALP` codec decompression
…3014 Backport ClickHouse#103014 to 26.3: Fix `MULTIPLE_EXPRESSIONS_FOR_ALIAS` in `FuseFunctionsPass` for repeated `quantile` on distributed queries
…2689 Backport ClickHouse#102689 to 26.3: Fix columns_substreams.txt corruption during column rename in some cases
…hen its size is zero (ClickHouse#104166) * Backport ClickHouse#104063 to 26.3: Bypass index uncompressed cache when its size is zero * Add reload_before/reload_after to with_replace_config Cherry-picked from b514957 (the cluster.py portion). The whitespace-only KEEPER_PUBLISH_CLIENT hunk was skipped because that code does not exist on this branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com> Co-authored-by: Michael Kolupaev <michael.kolupaev@clickhouse.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Release v26.3.10.62-lts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
CI/CD Options
Exclude tests:
Regression jobs to run: