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:
[email protected]


With regards,
Apache Git Services

Reply via email to