Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In HDDS-6070, we did some refactoring on ContainerBalancerConfiguration, and we added a method called validateConfiguration to check the configurations.
Currently the method returns "void", but it's more reasonable to return a boolean to indicate the validate result of the configurations.
This ticket is to change the return parameter from "void" to boolean to check the parameters before doing container balancer work.
Attachments
Issue Links
- is related to
-
HDDS-6070 ContainerBalancerConfig doesn't read config from ozone-site.xml
- Resolved
- links to