dlmarion commented on code in PR #5875:
URL: https://github.com/apache/accumulo/pull/5875#discussion_r2345280594


##########
core/src/main/java/org/apache/accumulo/core/spi/balancer/data/TabletServerId.java:
##########
@@ -18,13 +18,14 @@
  */
 package org.apache.accumulo.core.spi.balancer.data;
 
+import org.apache.accumulo.core.client.admin.servers.ServerId;
+
 /**
  * @since 2.1.0
  */
 public interface TabletServerId extends Comparable<TabletServerId> {
-  String getHost();
 
-  int getPort();

Review Comment:
   TServerInstance could go away as well.



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

Reply via email to