docs/changelogs/v25.6.7.23-stable.md
lgrq, for toggling request logging of received requests. #84719 (Antonio Andelic).keeper_server.coordination_settings.latest_logs_cache_entry_count_threshold and keeper_server.coordination_settings.commit_logs_cache_entry_count_threshold. #84877 (Antonio Andelic).IAccessStorage. #84365 (Konstantin Bogdanov).CORRUPTED_DATA error when lazy columns are used with external sort. #84738 (János Benjamin Antal).FilterTransform could stop reading if the expression for any chunk returned a constant false. This can lead to a bug, because constant columns are allowed to appear during the execution, and most function default implementations will preserve constants as well. #83855 (Nikolai Kochetov).MergeTreeBackgroundExecutor. When we need to restart all tables due to connection loss and we wait for background tasks to finish - tables may even stuck in readonly mode for an hour. But looks like we don't need this lock for calling cancel. #84311 (Alexander Tokmakov).SharedLockGuard explicitly. #84687 (Mikhail Artemenko).