You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/18 17:54:29 UTC

[GitHub] QiuMM opened a new issue #6190: two pointFinder may cause port conflicts

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org