DomGarguilo opened a new pull request, #5966:
URL: https://github.com/apache/accumulo/pull/5966

   Fixes #5845
   
   * All services now read a new `rpc.bind.port` Property for their port 
candidate list. This new prop has a default value of `19000-19999`. Individual 
port props have been removed (`*_CLIENTPORT` properties)
   * When only one port is set for this property, the internal value will have 
the next 1000 ports appended to allow for the next 1000 ports to be searched 
for the next open port after the given port
   * The port range syntax is just an inclusive range like `M-N`
   
   
   All the changed tests and ITs pass and so does the sunny maven profile.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to