szetszwo commented on code in PR #8465: URL: https://github.com/apache/ozone/pull/8465#discussion_r2093400970
########## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/block/DeletedBlockLogImpl.java: ########## @@ -326,24 +325,20 @@ public void addTransactions(Map<Long, List<Long>> containerBlocksMap) } @Override - public void close() throws IOException { + public void close() { } private void getTransaction(DeletedBlocksTransaction tx, DatanodeDeletedBlockTransactions transactions, Set<DatanodeDetails> dnList, Set<ContainerReplica> replicas, Review Comment: Sure, let's remove it. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org