siddhantsangwan opened a new pull request #2786: URL: https://github.com/apache/ozone/pull/2786
## What changes were proposed in this pull request? Changes to support certain Datanodes being excluded from balancing. The configurations can be provided as a list of comma separated host names or IP addresses. Include Nodes: Include only these nodes in the balancing process. Exclude Nodes: Exclude these nodes from the balancing process. Nodes that are specified in both these lists should be excluded. The configurations are read and these nodes are excluded in the `initializeIteration` method in `ContainerBalancer`. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5897 ## How was this patch tested? Added a UT to `TestContainerBalancer` -- 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]
