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

 ##########
 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:
   This is added here, in the test case I want to test restartSCM, but don't 
wait for any datanodes.
   That is the reason for adding this.

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