Back to Clickhouse

2025 Changelog

docs/changelogs/v25.7.2.54-stable.md

26.4.1.1-new8.1 KB
Original Source

2025 Changelog

ClickHouse release v25.7.2.54-stable (f3e0b608695) FIXME as compared to v25.7.1.3997-stable (28a03cae61b)

Improvement

  • Backported in #84783: This change adds a dimensional metric for the size of ConcurrentBoundedQueue, labelled by the queue type (i.e. what the queue is there for) and queue id (i.e. randomly generated id for the current instance of the queue). #84675 (Miсhael Stetsyuk).
  • Backported in #85007: Add 4LW in Keeper, lgrq, for toggling request logging of received requests. #84719 (Antonio Andelic).
  • Backported in #84869: Reduce contention on storage lock in Keeper. #84732 (Antonio Andelic).
  • Backported in #85001: Limit Keeper log entry cache size by number of entries using keeper_server.coordination_settings.latest_logs_cache_entry_count_threshold and keeper_server.coordination_settings.commit_logs_cache_entry_count_threshold. #84877 (Antonio Andelic).

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

NOT FOR CHANGELOG / INSIGNIFICANT