v.23.9Improvement
Implementation of reconfig, sync, and exists commands for keeper-client
Implementation ofreconfig(https://github.com/ClickHouse/ClickHouse/pull/49450),sync, andexistscommands for keeper-client. #54201 (pufit).
Why it matters
These new commands enhance the functionality and management capabilities of the keeper-client by allowing dynamic reconfiguration, synchronization with the keeper server, and existence checks of nodes or paths. This improves operational control and reliability.How to use it
Users can invoke thereconfig, sync, and exists commands directly via the keeper-client interface to manage and verify keeper server state and configuration.