Skip to content

Cherry-pick: Unblock ttl part drops for cold volumes#1797

Open
zvonand wants to merge 2 commits into
releases/25.3.14from
releasy/port/pr-90059-210905
Open

Cherry-pick: Unblock ttl part drops for cold volumes#1797
zvonand wants to merge 2 commits into
releases/25.3.14from
releasy/port/pr-90059-210905

Conversation

@zvonand
Copy link
Copy Markdown
Collaborator

@zvonand zvonand commented May 15, 2026

Cherry-picked from ClickHouse#90059.


Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

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

Split part ranges by volume characteristics to enable TTL drop merges for cold volumes. After this patch, parts with a max TTL < now will be removed from cold storage. The algorithm will schedule only single part drops (ClickHouse#90059 by @Michicosun)

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)

Michicosun and others added 2 commits May 15, 2026 13:14
…merges_in_cold_volumes

Unblock ttl part drops for cold volumes
The 25.3 backport 8044e6a of upstream PR ClickHouse#94363 added
test_size_limit_metric.py and filesystem_caches.xml but missed the
filesystem_caches_path.xml config the test references, leaving the
test broken with FileNotFoundError during cluster setup. Restore the
file from upstream commit cc19d95 ("Fix test").

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants