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_r312268532
########## File path: hadoop-ozone/ozone-recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/FileSizeCountTask.java ########## @@ -38,6 +40,9 @@ import java.util.Iterator; import java.util.List; +import static org.apache.hadoop.utils.BatchOperation.Operation.DELETE; Review comment: Let's use org.apache.hadoop.ozone.recon.tasks.OMDBUpdateEvent.OMDBUpdateAction to keep it consistent. ---------------------------------------------------------------- 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]
