kaijchen commented on code in PR #3814:
URL: https://github.com/apache/ozone/pull/3814#discussion_r990792660


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/statemachine/background/BlockDeletingService.java:
##########
@@ -601,4 +603,32 @@ void apply(Table<?, DeletedBlocksTransaction> 
deleteTxnsTable,
   public BlockDeletingServiceMetrics getMetrics() {
     return metrics;
   }
+
+  /**
+   * The wrapper class of the result of deleting transactions.
+   */
+  private class DeleteTransactionStats {

Review Comment:
   This class should be static.
   
   ```suggestion
     private static class DeleteTransactionStats {
   ```



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