Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
The Balancer#Parameters class is violating a few checkstyle rules.
- Instance variables are not privately scoped and do not have accessor methods.
- The Balancer#Parameter constructor has too many arguments (according to checkstyle).
Changing this class to use the builder pattern could fix both of these style issues.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-8890 Allow admin to specify which blockpools the balancer should run on
- Resolved