mirror of
https://github.com/apache/druid.git
synced 2025-02-11 12:35:00 +00:00
* Stop RemoteTaskRunner's cleanupExec using TaskMaster's lifecycle, not global injected lifecycle * Prohibit starting Lifecycle twice; Make Lifecycle to reject addMaybeStartHandler() attempts in the process of stopping rather than entering deadlock * Fix Lifecycle.addMaybeStartHandler() * Remove RemoteTaskRunnerFactoryTest * Add docs * Language * Address comments * Fix RemoteTaskRunnerTestUtils