mirror of
https://github.com/apache/druid.git
synced 2025-02-25 20:48:05 +00:00
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…
x
Reference in New Issue
Block a user