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_r274499860
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/chillmode/ChillModeHandler.java
##########
@@ -101,6 +135,7 @@ public void onMessage(ChillModeStatus chillModeStatus,
Thread.currentThread().interrupt();
}
replicationManager.start();
+ pipelineCleanupThread.start();
Review comment:
We can execute the pipeline cleanup logic in the `chillModeExitThread`
itself, instead of starting a new one.
----------------------------------------------------------------
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]