nandakumar131 commented on a change in pull request #612: HDDS-1285. Implement 
actions need to be taken after chill mode exit w…
URL: https://github.com/apache/hadoop/pull/612#discussion_r274505357
 
 

 ##########
 File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/MiniOzoneCluster.java
 ##########
 @@ -159,11 +159,12 @@ static Builder newHABuilder(OzoneConfiguration conf) {
   /**
    * Restarts StorageContainerManager instance.
    *
+   * @param waitForDatanode
    * @throws IOException
    * @throws TimeoutException
    * @throws InterruptedException
    */
-  void restartStorageContainerManager() throws InterruptedException,
+  void restartStorageContainerManager(boolean waitForDatanode) throws 
InterruptedException,
 
 Review comment:
   Can we explicitly call `waitForClusterToBeReady()` instead of having a flag 
in `restartStorageContainerManager`.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to