JacksonYao287 commented on a change in pull request #2278:
URL: https://github.com/apache/ozone/pull/2278#discussion_r655134416
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/balancer/ContainerBalancerConfiguration.java
##########
@@ -54,7 +54,12 @@
defaultValue = "10GB", tags = {ConfigTag.BALANCER},
description = "The maximum size of data in bytes that will be moved " +
"by Container Balancer.")
- private long maxSizeToMove = 10 * OzoneConsts.GB;
+ private long maxSizeToMoveInGB = 10 * OzoneConsts.GB;
Review comment:
thanks for pointing out this , i will update the parameter.
>Even for the command line I think we will be better off supporting a string
representation. But we can do it in a separate PR.
yes, i agree
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]