v.25.7Improvement
Add clickhouse-keeper-utils, a new command-line tool
Added clickhouse-keeper-utils, a new command-line tool for managing and analyzing ClickHouse Keeper data. The tool supports dumping state from snapshots and changelogs, analyzing changelog files, and extracting specific log ranges. #81677 (Antonio Andelic).Why it matters
The tool addresses the need for better management and analysis of ClickHouse Keeper data by enabling users to inspect snapshots and changelogs easily, facilitating troubleshooting, state inspection, and data extraction for maintenance and debugging purposes.How to use it
Users can run theclickhouse-keeper-utils command-line utility with appropriate subcommands to dump state from snapshots or changelogs, analyze changelog files, or extract log ranges. Refer to the tool's help command (clickhouse-keeper-utils --help) for detailed usage instructions.