devmadhuu opened a new pull request, #8793: URL: https://github.com/apache/ozone/pull/8793
## What changes were proposed in this pull request? This PR change is to address the submission and scheduling of rebuild of NSSummary tree in Recon when triggered for rebuild and submitted to executor service. Executor may not run scheduled task or remove executor service: org.apache.hadoop.ozone.recon.ReconUtils#triggerRebuild [here](https://github.com/apache/ozone/blob/master/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconUtils.java#L404). After submit to executor service, if immediately shutdown before even executor service schedule task, this can cause non-execution of task. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13428 ## How was this patch tested? This patch was tested using existing junit and integration tests. -- 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]
