druid/indexing-service
zachjsh 376d7c069d
Close provisioner during HttpRemotetaskRunner LifecycleStop (#12176)
Fixed an issue where the provisionerService which can be used to spawn resources as needed is left running on a non-leader coordinator/overlord, after it is removed from leadership. Provisioning should only be done by the leader. To fix the issue, a call to stop the provisionerService was added to the stop() method of HttpRemoteTaskRunner class. The provisionerService was properly closed on other TaskRunner types.
2022-01-20 13:32:08 -05:00
..
src Close provisioner during HttpRemotetaskRunner LifecycleStop (#12176) 2022-01-20 13:32:08 -05:00
pom.xml Support for hadoop 3 via maven profiles (#11794) 2021-10-30 22:46:24 +05:30