Skip to content

Antalya 26.4: 26.3 Antalya port - fixes for s3Cluster distributed calls#1880

Open
zvonand wants to merge 2 commits into
antalya-26.4from
feature/antalya-26.4/pr-1646
Open

Antalya 26.4: 26.3 Antalya port - fixes for s3Cluster distributed calls#1880
zvonand wants to merge 2 commits into
antalya-26.4from
feature/antalya-26.4/pr-1646

Conversation

@zvonand

@zvonand zvonand commented Jun 7, 2026

Copy link
Copy Markdown
Member

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Frontports for Antalya 26.3

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)

Cherry-picked from #1646.

zvonand added 2 commits June 7, 2026 19:14
…next commit)

---
Original cherry-pick message follows:

Merge pull request #1646 from Altinity/frontport/antalya-26.3/fix_remote_calls

26.3 Antalya port - fixes for s3Cluster distributed calls
# Conflicts:
#	src/Processors/QueryPlan/ObjectFilterStep.cpp
#	src/Processors/QueryPlan/ObjectFilterStep.h
#	src/Processors/QueryPlan/ReadFromRemote.cpp
#	src/QueryPipeline/RemoteQueryExecutor.h
#	src/Storages/ObjectStorage/StorageObjectStorageCluster.cpp
#	tests/integration/test_database_iceberg/test.py
#	tests/integration/test_s3_cluster/test.py
Kept 26.4's const-ref signature for ObjectFilterStep constructor
(bucket 2: 26.4 improved the parameter from value to const-ref).

Kept 26.4's detailed comment in ObjectFilterStep.h
(bucket 2: 26.4 added more descriptive documentation).

Kept both setDistributedFanout (26.4 addition) and the source PR's
setRemoteFunction/setShardCount in RemoteQueryExecutor.h and
ReadFromRemote.cpp — they serve different purposes.

Kept 26.4's inline virtuals expression in StorageObjectStorageCluster.cpp
instead of getVirtualsList() (bucket 2: getVirtualsList does not exist
on antalya-26.4; the verbose expression is the equivalent).

In test_s3_cluster: kept new tests test_remote_hedged, test_remote_no_hedged,
test_joins from source PR; kept 26.4's two-parameter test_hive_partitioning
(with use_partition_strategy) instead of source PR's one-parameter version;
dropped test_graceful_shutdown (pre-existing in 26.3, not added by PR #1646).

In test_database_iceberg: kept both test_invalid_auth_header_format (26.4)
and _test_cluster_joins (source PR).
@zvonand zvonand added releasy Created/managed by RelEasy antalya-26.4 ai-resolved Port conflict auto-resolved by Claude labels Jun 7, 2026
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown

Workflow [PR], commit [03c03aa]

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

Labels

ai-resolved Port conflict auto-resolved by Claude antalya-26.4 releasy Created/managed by RelEasy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant