v.24.9New Feature
Added cp/mv Commands for Keeper Client Application
Addedcp/mvcommands for the keeper client command line application which atomically copies/moves node. #69034 (Mikhail Artemenko).
Why it matters
This feature allows users to atomically copy or move nodes within the Keeper service, simplifying ZooKeeper-like node management tasks and ensuring consistency during these operations.How to use it
Use the Keeper client command line application with the newcp command to copy a node atomically, or the mv command to move a node atomically, by specifying source and destination paths.