avijayanhwx commented on a change in pull request #1146: HDDS-1366. Add ability 
in Recon to track the number of small files in an Ozone Cluster
URL: https://github.com/apache/hadoop/pull/1146#discussion_r312278472
 
 

 ##########
 File path: 
hadoop-ozone/ozone-recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/FileSizeCountTask.java
 ##########
 @@ -67,19 +72,22 @@ public FileSizeCountTask(OMMetadataManager 
omMetadataManager,
     upperBoundCount = new long[getMaxBinSize()];
   }
 
-  protected long getOneKB() {
+  @VisibleForTesting
+  public long getOneKB() {
 
 Review comment:
   public method does not need VisibleForTesting annotation.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to