bharatviswa504 commented on a change in pull request #1925:
URL: https://github.com/apache/ozone/pull/1925#discussion_r577047896



##########
File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/MiniOzoneOMHAClusterImpl.java
##########
@@ -54,10 +54,10 @@
  * with OM HA suitable for running tests.  The cluster consists of a set of
  * OzoneManagers, StorageContainerManager and multiple DataNodes.
  */
-public class MiniOzoneHAClusterImpl extends MiniOzoneClusterImpl {

Review comment:
       Comments need to be updated witth MiniOzoneHAClusterImpl -> 
MiniOzoneOMHAClusterImpl

##########
File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/recon/TestReconWithOzoneManagerHA.java
##########
@@ -55,7 +55,7 @@
   @Rule
   public Timeout timeout = new Timeout(300_000);
 
-  private MiniOzoneHAClusterImpl cluster;
+  private MiniOzoneOMHAClusterImpl cluster;

Review comment:
       Same here comments need to be updated

##########
File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneOMHACluster.java
##########
@@ -41,9 +41,9 @@
 /**
  * This class tests MiniOzoneHAClusterImpl.

Review comment:
       same here comments need to be updated




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

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