hemantk-12 commented on code in PR #5579:
URL: https://github.com/apache/ozone/pull/5579#discussion_r1423659059


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/SnapshotDirectoryCleaningService.java:
##########
@@ -311,10 +311,12 @@ private void iterateDirectoryTree(
                   stackTop.getDirValue().getObjectID(), "");
           directoryIterator.seek(seekDirInDB);
         } else {
-          // When a leaf node is processed, we need come back in
+          // When a leaf node is processed, we need to come back in
           // the call stack and process the next directories.
           seekDirInDB = stackTop.getSubDirSeek();
           directoryIterator.seek(seekDirInDB);
+          // We need skip to the next sub-directory because we already

Review Comment:
   nit: either `We need to skip ...` or `We skip ...`.



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