devmadhuu opened a new pull request, #9151:
URL: https://github.com/apache/ozone/pull/9151

   ## What changes were proposed in this pull request?
   This PR change is to improve Recon bootup times in case of any failed delta 
tasks in previous run, So lets say, if Recon was running and crashed for some 
reason either due to low heap or any unexpected error and since Recon bootup is 
idempotent as of today, but at startup Recon checks if any delta tasks were 
failed in earlier process run, then Recon reinitialize all those failed delta 
tasks at bootup, but this reinitialize call is blocking call , so we can remove 
this blocking call and make this async reinit event call to queue.
   
   This will help improve the start up times of Recon. Impact has been analyzed 
to do this change.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-13791
   
   ## How was this patch tested?
   This patch has been tested using existing junit and integration tests and 
manually in local docker setup.
   


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