sarvekshayr commented on code in PR #9451:
URL: https://github.com/apache/ozone/pull/9451#discussion_r2605183730


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java:
##########
@@ -190,7 +190,7 @@ public static void stop() throws IOException {
     }
 
     if (cluster != null) {
-      cluster.stop();
+      cluster.shutdown();

Review Comment:
   Noticed it now. Should we use `IOUtils.closeQuietly(cluster);` for 
consistency?
   ```suggestion
         IOUtils.closeQuietly(cluster);
   ```



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