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


##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletMetadata.java:
##########
@@ -168,26 +165,6 @@ public TServerInstance getServerInstance() {
       return tServerInstance;
     }
 
-    public String getHostPortSession() {
-      return tServerInstance.getHostPortSession();
-    }
-
-    public String getHost() {
-      return tServerInstance.getHost();
-    }
-
-    public String getHostPort() {

Review Comment:
   Because they were redundant. The calling code can just call the method 
directly on the TServerInstance returned by `getServerInstance()`.



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

Reply via email to