swamirishi opened a new pull request, #8677: URL: https://github.com/apache/ozone/pull/8677
## What changes were proposed in this pull request? Currently even though the java doc of the base class BackgroundService says it would wait for the entire run to finish before triggering the next run, it doesn't wait as it just submits the tasks to the queue and doesn't track if those tasks have finished. Added a wait at the end of CompletableFuture to fix it. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13320 ## How was this patch tested? No unit 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]
