EdColeman opened a new pull request, #4185: URL: https://github.com/apache/accumulo/pull/4185
The utility AddressUtil,parseAddress() had a boolean parameter to allowed addresses to be created without a port. Other than another utility method that allows setting the default port the value was always false (required port) This PR removes the boolean from the method signature. Discovered this while trying to use HostAndPort in favor of strings where possible. Submitting this a separate PR because it is stand-alone change that is easier to review. -- 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]
