v.25.10Improvement
From now system.zookeeper_connection_log is enabled
From now system.zookeeper_connection_log is enabled by default and it can be used to get information about Keeper sessions. #88011 (János Benjamin Antal).Why it matters
This feature allows users to monitor and analyze Keeper (ZooKeeper) session activity directly from ClickHouse without additional configuration. It helps in troubleshooting, auditing, and understanding the state and behavior of Keeper connections, enhancing operational observability.How to use it
Users can query thesystem.zookeeper_connection_log table to retrieve session information. Since it is enabled by default, no additional setup is required. Simply run a query such as:SELECT * FROM system.zookeeper_connection_logto view connection logs and session details.