You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/12/16 23:09:15 UTC

[GitHub] [hadoop-ozone] avijayanhwx commented on a change in pull request #356: HDDS-2590 Integration tests for Recon with Ozone Manager

avijayanhwx commented on a change in pull request #356: HDDS-2590 Integration tests for Recon with Ozone Manager
URL: https://github.com/apache/hadoop-ozone/pull/356#discussion_r358505890
 
 

 ##########
 File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/MiniOzoneClusterImpl.java
 ##########
 @@ -453,16 +511,29 @@ public MiniOzoneCluster build() throws IOException {
         }
         om.start();
 
+        configureRecon();
+        ConfigurationProvider.setConfiguration(conf);
+        reconServer = new ReconServer();
+
         hddsDatanodes = createHddsDatanodes(scm);
+        //reconServer.run(new String[]{});
 
 Review comment:
   Comment needs to be removed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org