Skip to content

Change export_merge_tree_partition_manifest_ttl to 86400#1692

Merged
zvonand merged 2 commits intoantalya-26.1from
arthurpassos-patch-12
Apr 27, 2026
Merged

Change export_merge_tree_partition_manifest_ttl to 86400#1692
zvonand merged 2 commits intoantalya-26.1from
arthurpassos-patch-12

Conversation

@arthurpassos
Copy link
Copy Markdown
Collaborator

Updated the manifest TTL for export merge tree partitions from 180 seconds to 86400 seconds.

Changelog category (leave one):

  • Improvement

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

Change the default value of export_merge_tree_partition_manifest_ttl from 180 seconds to 86400 (a day). This gives visibility over completed export partitions on real usage scenarios.

Documentation entry for user-facing changes

...

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)

Updated the manifest TTL for export merge tree partitions from 180 seconds to 86400 seconds.
@arthurpassos arthurpassos added the verified Approved for release label Apr 27, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 27, 2026

Workflow [PR], commit [5aa5d9c]

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f85d330323

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/Core/Settings.cpp
Maximum number of retries for exporting a merge tree part in an export partition task
)", 0) \
DECLARE(UInt64, export_merge_tree_partition_manifest_ttl, 180, R"(
DECLARE(UInt64, export_merge_tree_partition_manifest_ttl, 86400, R"(
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add compatibility history for manifest TTL default change

This changes the default in Settings.cpp but does not add a corresponding entry in src/Core/SettingsChangesHistory.cpp, so SET compatibility = '<older version>' will not roll export_merge_tree_partition_manifest_ttl back to 180 even though applyCompatibilitySetting only reverts values recorded in that history map (Settings.cpp around lines 8026-8050). That makes this default change unexpectedly backward-incompatible for clusters relying on compatibility mode after upgrade.

Useful? React with 👍 / 👎.

@zvonand zvonand merged commit e143319 into antalya-26.1 Apr 27, 2026
133 of 136 checks passed
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.

3 participants