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


##########
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:
   We'd need to use need to use fully qualified class name due to another 
`IOUtils` being already imported:
   
   
https://github.com/apache/ozone/blob/2701cd057543e711e940abc42d9cae1e2a4ae16d/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java#L76
   
   So I thought `shutdown` is simpler here.



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