whbing commented on PR #4670: URL: https://github.com/apache/ozone/pull/4670#issuecomment-1537146631
@xichen01 The current refresh interface is generic for `OM / SCM`( or `DN`), format as: ```bash ozone admin reconfig --address=<address> [COMMAND] ``` It only applies to a single process, which is not a problem for a small number of services. However, it may not be a good idea for a large number of DNs. We can discuss first and then choose a relatively better solution. 1. **If reconfig from DN**:Is there a good way to refresh in batches? 2. **If reconfig from SCM** (it may be necessary to change the command format to support reconfig by component (such as datanode)) : How to ensure that all DNs reconfig successfully? -- 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]
