ChenSammi commented on a change in pull request #2278:
URL: https://github.com/apache/ozone/pull/2278#discussion_r656770614
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/balancer/ContainerBalancerConfiguration.java
##########
@@ -56,6 +56,11 @@
"by Container Balancer.")
private long maxSizeToMove = 10 * OzoneConsts.GB;
+ @Config(key = "idle.iterations", type = ConfigType.INT,
Review comment:
Based on current implementation, I would suggest changing the
"idle.iterations" to "max.iterations". As Lokesh said, we can do it in a
seperate PR later to revisit all these configurations and namings.
--
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]