adoroszlai commented on PR #4432:
URL: https://github.com/apache/ozone/pull/4432#issuecomment-1479255894

   Seems like checkstyle violations need to be fixed.
   
   ```
   
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/block/BlockManagerImpl.java
    21: Unused import - java.time.Duration.
    27: Unused import - java.util.concurrent.TimeUnit.
    30: Unused import - org.apache.hadoop.hdds.HddsConfigKeys.
    37: Unused import - org.apache.hadoop.hdds.scm.ScmConfig.
    54: Unused import - 
org.apache.hadoop.ozone.OzoneConfigKeys.OZONE_BLOCK_DELETING_SERVICE_TIMEOUT.
    55: Unused import - 
org.apache.hadoop.ozone.OzoneConfigKeys.OZONE_BLOCK_DELETING_SERVICE_TIMEOUT_DEFAULT.
   
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/block/SCMBlockDeletingService.java
    21: Unused import - java.time.Duration.
    95: More than 7 parameters (found 8).
   ```


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