druid/indexing-service/src
Gian Merlino 513bc76252 RTR: Ensure that there is only one cleanup task scheduled for a worker at once.
This is accomplished by making sure that scheduleTasksCleanupForWorker is only called
from the PathChildrenCache event thread, having it cancel existing cleanup tasks when
it adds a new one, and having tasks check on finish that the thing they are removing
from the task list is actually themselves.
2015-10-27 21:16:58 -07:00
..
main RTR: Ensure that there is only one cleanup task scheduled for a worker at once. 2015-10-27 21:16:58 -07:00
test Add timeout to shutdown request to middle manager for indexing service 2015-10-27 13:56:03 -07:00