swamirishi commented on code in PR #8525:
URL: https://github.com/apache/ozone/pull/8525#discussion_r2117046571


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/KeyDeletingService.java:
##########
@@ -172,11 +172,11 @@ public void setKeyLimitPerTask(int keyLimitPerTask) {
    * the blocks info in its deletedBlockLog), it removes these keys from the
    * DB.
    */
-  private final class KeyDeletingTask implements BackgroundTask {
+  final class KeyDeletingTask implements BackgroundTask {

Review Comment:
   done



##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/service/TestKeyDeletingService.java:
##########
@@ -583,6 +591,41 @@ void testSnapshotDeepClean() throws Exception {
       }
     }
 
+    @Test

Review Comment:
   done



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