v.23.5Improvement
Implement SYSTEM DROP REPLICA from Auxiliary ZooKeeper Clusters
Implement SYSTEM DROP REPLICA from auxiliary ZooKeeper clusters, may be close #48931. #48932 (wangxiaobo).
Why it matters
This feature allows users to manage replicas in auxiliary ZooKeeper clusters by enabling the drop replica operation. It solves the problem of replica cleanup and management when using auxiliary ZooKeeper clusters, improving cluster maintenance and consistency.How to use it
Use theSYSTEM DROP REPLICA command specifying the target replica to remove it from an auxiliary ZooKeeper cluster. This extends the existing system command functionality to auxiliary clusters for easier replica administration.