v.21.7Improvement
Add standalone clickhouse-keeper symlink for independent coordination
Add standaloneclickhouse-keepersymlink to the mainclickhousebinary. Now it's possible to run coordination without the main clickhouse server. #24059 (alesapin).
Why it matters
This feature allows users to run the distributed coordination service separately without requiring the full ClickHouse server to be active. It improves deployment flexibility and resource usage by decoupling ClickHouse Keeper from the database server process.How to use it
Users can now start the coordination service using theclickhouse-keeper symlink, which points to the main clickhouse binary. Simply invoke clickhouse-keeper directly to run the keeper service standalone.