Skip to content

Antalya 26.3: Bump to 26.3.10#1757

Open
zvonand wants to merge 126 commits intoantalya-26.3from
bump/antalya-26.3/26.3.10
Open

Antalya 26.3: Bump to 26.3.10#1757
zvonand wants to merge 126 commits intoantalya-26.3from
bump/antalya-26.3/26.3.10

Conversation

@zvonand
Copy link
Copy Markdown
Collaborator

@zvonand zvonand commented May 7, 2026

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • S3 Export (2h)
  • Swarms (30m)
  • Tiered Storage (2h)

robot-clickhouse and others added 30 commits March 31, 2026 17:35
…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
…ation on `IF NOT EXISTS` and missing initialization
…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
…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
Backport ClickHouse#99539 to 26.3: Fix segfault in UBSan build when calling JIT-compiled sort description
…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`
…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
alexey-milovidov and others added 27 commits May 2, 2026 00:25
…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
…3834

Backport ClickHouse#103834 to 26.3: Reliable key receiving from a chain of keyservers
…AS` in `FuseFunctionsPass` for repeated `quantile` on distributed queries
…4047

Backport ClickHouse#104047 to 26.3: Bump libarchive form 3.8.6 to 3.8.7
…n with row policies/additional_table_filters
…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
…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>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Workflow [PR], commit [4c2521b]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.