dlmarion commented on code in PR #5875: URL: https://github.com/apache/accumulo/pull/5875#discussion_r2353398322
########## 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: I removed HostAndPort from the ServerId public methods in 7f11006 -- 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