horizonzy opened a new pull request, #4213: URL: https://github.com/apache/bookkeeper/pull/4213
The method `InetAddress.getLocalHost().getHostName()` result may be different from `InetAddress.getLocalHost().getCanonicalHostName()`. In the laptop, the method `InetAddress.getLocalHost().getHostName()` return `horizondeMBP`, the method `InetAddress.getLocalHost().getCanonicalHostName()` return `horizondembp`. We should also update the rack for `InetAddress.getLocalHost().getCanonicalHostName()`. -- 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]
