mirror of https://github.com/apache/druid.git
UnRegister port in ForkingTaskRunner
This commit is contained in:
parent
917e7e58f5
commit
187b788089
|
@ -425,6 +425,7 @@ public class ForkingTaskRunner implements TaskRunner, TaskLogStreamer
|
|||
}
|
||||
}
|
||||
|
||||
portFinder.markPortUnused(childPort);
|
||||
if (childChatHandlerPort > 0) {
|
||||
portFinder.markPortUnused(childChatHandlerPort);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue