ChenSammi commented on code in PR #4408:
URL: https://github.com/apache/ozone/pull/4408#discussion_r1152826997


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/storage/DiskBalancerConfiguration.java:
##########
@@ -41,6 +41,13 @@ public final class DiskBalancerConfiguration {
   private static final Logger LOG =
       LoggerFactory.getLogger(DiskBalancerConfiguration.class);
 
+  public static final String HDDS_DATANODE_DISK_BALANCER_VOLUME_CHOOSING_POLICY
+      = "hdds.datanode.disk.balancer.volume.choosing.policy";

Review Comment:
   Please use the @Config annotation for these two properties. 



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

To unsubscribe, e-mail: [email protected]

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