You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/03/27 20:42:08 UTC

[GitHub] [accumulo] ctubbsii opened a new issue #1573: tserver.port.search=true steals master port

ctubbsii opened a new issue #1573: tserver.port.search=true steals master port
URL: https://github.com/apache/accumulo/issues/1573
 
 
   I tried to start 3 tservers, with the following config:
   ```properties
   ; default ports
   master.port.client=9999
   tserver.port.client=9997
   ; explicitly set in config
   tserver.port.search=true
   ```
   
   The scripts started tservers first, and chose ports `9997`, `9998`, and `9999`. This prevented the master from starting, because port `9999` was already in use by a tserver.
   
   This behavior can be improved by having `tserver.port.search` skip over any ports reserved by other services in the configuration.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [accumulo] ctubbsii closed issue #1573: tserver.port.search=true steals master port

Posted by GitBox <gi...@apache.org>.
ctubbsii closed issue #1573: tserver.port.search=true steals master port
URL: https://github.com/apache/accumulo/issues/1573
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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