v.24.12Improvement
Ensure ClickHouse Detects ZooKeeper Changes on Config Reloads
Ensure that ClickHouse will see ZooKeeper changes on config reloads. #72593 (Azat Khuzhin).
Why it matters
This feature ensures ClickHouse can dynamically reload ZooKeeper configuration changes, improving cluster management and reducing downtime by eliminating the need to restart ClickHouse when ZooKeeper settings are updated.How to use it
After updating ZooKeeper settings in the ClickHouse configuration, trigger a config reload (e.g., usingsystem reload config), and ClickHouse will recognize and apply the ZooKeeper changes automatically.