Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maintenance_manager: schedule work immediately when threads are free
This changes the MM so that, when a worker thread becomes available, it immediately wakes up the scheduler to schedule the next available work item. Additionally, the scheduler will loop scheduling new items as long as there are free worker threads, instead of only scheduling once per polling interval. Change-Id: I63c4b48f5f02f3a1d3a8964993e78037ce72b1da Reviewed-on: http://gerrit.cloudera.org:8080/6815 Reviewed-by: David Ribeiro Alves <[email protected]> Tested-by: Todd Lipcon <[email protected]>
- Loading branch information