smengcl commented on code in PR #4049:
URL: https://github.com/apache/ozone/pull/4049#discussion_r1054789523


##########
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:
   @devmadhuu Just to clarify, do you mean although `start()` blocks the 
current thread, other threads would still be able to handle Web UI and other 
REST/RPC calls?



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

Reply via email to