Aaron Gresch created STORM-3696:
-----------------------------------
Summary: ClientSupervisorUtils.processLauncherAndWait ignores
InterruptedException
Key: STORM-3696
URL: https://issues.apache.org/jira/browse/STORM-3696
Project: Apache Storm
Issue Type: Bug
Reporter: Aaron Gresch
Assignee: Aaron Gresch
This code ignores the interrupted exception, going on and causing
IllegalThreadStateException. We should not ignore the exception.
{code:java}
2020-09-04 17:36:02.766 o.a.s.d.s.ClientSupervisorUtils SLOT_6700 [INFO] Worker
Process 2e82e6e8-6a97-45eb-950f-2ca68ff793f4 interrupted.
2020-09-04 17:36:02.767 o.a.s.d.s.Slot SLOT_6700 [ERROR] Failed launching
container
java.lang.IllegalThreadStateException: process hasn't exited
at java.lang.UNIXProcess.exitValue(UNIXProcess.java:422) ~[?:1.8.0_242]
at
org.apache.storm.daemon.supervisor.ClientSupervisorUtils.processLauncherAndWait(ClientSupervisorUtils.java:82)
~[storm-client-2.3.0.y.jar:2.3.0.y]
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)