devmadhuu commented on code in PR #4049:
URL: https://github.com/apache/ozone/pull/4049#discussion_r1048022674
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/scm/ReconStorageContainerManagerFacade.java:
##########
@@ -331,7 +339,10 @@ public void start() {
initializePipelinesFromScm();
}
getDatanodeProtocolServer().start();
- this.reconScmTasks.forEach(ReconScmTask::start);
+ reconSafeModeMgrTask.start();
Review Comment:
Thanks @sumitagrawl for review, however as discussed, this is not blocking
call.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]