sumitagrawl commented on code in PR #9151:
URL: https://github.com/apache/ozone/pull/9151#discussion_r2429634605


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/spi/impl/OzoneManagerServiceProviderImpl.java:
##########
@@ -315,7 +317,21 @@ public void start() {
           });
       LOG.info("Re-initializing all tasks again (not just above failed delta 
tasks) based on updated OM DB snapshot " +
           "and last updated sequence number because fresh staging DB needs to 
be created for all tasks.");
-      reconTaskController.reInitializeTasks(omMetadataManager, null);
+      // Reinitialize tasks that are listening.
+      LOG.info("Queueing async reinitialization event instead of blocking call 
at startup.");

Review Comment:
   message can be changed as "Queueing async reinitialization events during 
startup"



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