QiuMM opened a new issue #6190: two pointFinder may cause port conflicts
URL: https://github.com/apache/incubator-druid/issues/6190
 
 
   Currently, there are two `pointFinder` in `ForkingTaskRunner`:
   ```
     private final PortFinder portFinder;
     private final PortFinder tlsPortFinder;
   ```
   Although a `portFinder `  object is thread-safe and can guarantee no port 
conflicts. But there is no guarantee between two `portFinder `, especially the 
`startPort` close to `tlsStartPort`. What's more, IMO there is no need to have 
two `portFinder` , one is enough.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to