mirror of
https://github.com/apache/druid.git
synced 2025-02-18 16:12:23 +00:00
fix npe (#14369)
This commit is contained in:
parent
cfc2a8d286
commit
5da601c47e
@ -356,8 +356,10 @@ public class ControllerImpl implements Controller
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (workerTaskLauncher != null) {
|
||||||
workerTaskLauncher.waitForWorkerShutdown();
|
workerTaskLauncher.waitForWorkerShutdown();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public TaskStatus runTask(final Closer closer)
|
public TaskStatus runTask(final Closer closer)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user