Back to Clickhouse

2025 Changelog

docs/changelogs/v25.4.11.15-stable.md

26.4.1.1-new2.7 KB
Original Source

2025 Changelog

ClickHouse release v25.4.11.15-stable (d384a0dd98b) FIXME as compared to v25.4.10.45-stable (e9923e54d62)

Improvement

  • Backported in #83633: When distributed_ddl_output_mode='*_only_active', don't wait for new or recovered replicas that have replication lag bigger than max_replication_lag_to_enqueue. This should help to avoid DDL task is not finished on some hosts when a new replica becomes active after finishing initialization or recovery, but it accumulated huge replication log while initializing. Also, implement SYSTEM SYNC DATABASE REPLICA STRICT query that waits for replication log to become below max_replication_lag_to_enqueue. #83302 (Alexander Tokmakov).

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

Build/Testing/Packaging Improvement

NOT FOR CHANGELOG / INSIGNIFICANT