HonestManXin opened a new pull request, #51748: URL: https://github.com/apache/doris/pull/51748
### Proposed changes When scale out the meta service, we need to change the `meta_service_endpoint` conf item in both fe and be, and restart all the service. This is not the best practice in a cloud environment. Using admin set all frontends config to change the config and without restarting it is good practice. In order to prevent setting a wrong meta_service_endpoint config, it has a constraint: new config and old config should have endpoint intersect to indicate they belong to the same cluster -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org