dlmarion commented on code in PR #5875: URL: https://github.com/apache/accumulo/pull/5875#discussion_r2345309595
########## core/src/main/java/org/apache/accumulo/core/client/admin/servers/ServerId.java: ########## @@ -72,6 +197,13 @@ public int getPort() { return port; } + public synchronized HostAndPort getHostPort() { Review Comment: We might need an API class and an internal class. There is a lot of server-side code that uses HostAndPort and we don't want to be constantly translating. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org