MarkGaox opened a new issue, #2968: URL: https://github.com/apache/helix/issues/2968
**Is your feature request related to a problem? Please describe.** Currently, when performing a stoppable check, users are required to specify the selection base (`zone_based`, `cross_zone_based`, or `non_topo_based`). This adds an unnecessary burden on users and increases the potential for errors. A more efficient approach would be for the server to automatically determine the appropriate selection base by reading the cluster configuration. **Describe the solution you'd like** The server should automatically configure the selection base based on the cluster's topology. By default, if the cluster has no defined topology, the server should use `non_topo_based`. If a topology is present, the server should default to `cross_zone_based`. This would simplify the user experience and minimize configuration errors. Here’s a revised version of your message for improved clarity and professionalism: **Additional context** Add any other context or screenshots about the feature request here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
