mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +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) {
|
if (childChatHandlerPort > 0) {
|
||||||
portFinder.markPortUnused(childChatHandlerPort);
|
portFinder.markPortUnused(childChatHandlerPort);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user