lokeshj1703 commented on a change in pull request #2278:
URL: https://github.com/apache/ozone/pull/2278#discussion_r655117955



##########
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:
       We can keep this config same as before. I meant only changing the 
command line parameter name to maxSizeToMoveInGB. Sorry about the confusion!
   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. +1 o.w. 




-- 
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]

Reply via email to