SaketaChalamchala commented on PR #8677:
URL: https://github.com/apache/ozone/pull/8677#issuecomment-3119544718

   Updated the patch. Instead of the runner waiting for all the tasks to 
complete at the end, 
    - Runner waits at the beginning for the previous set of tasks to complete
    - Runner Submits the next set of tasks to the thread pool and exits.
    This way, even with a single thread the worker tasks get to complete 
because runner just submits the task and exits and the next scheduled run will 
not start until all the previous tasks are complete.
    cc @swamirishi 
    @jojochuang , @adoroszlai @smengcl @sadanand48 could you please review the 
update?


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