v.21.1Improvements
clickhouse-server fails to send close request to ZooKeeper
clickhouse-server didn't send close request to ZooKeeper server. #16837 (alesapin).Why it matters
This update resolves an issue where the ClickHouse server did not properly notify the ZooKeeper server of session closures. Properly sending theclose request improves resource cleanup, prevents potential session leaks, and enhances stability and reliability of interactions with ZooKeeper.