keith-turner commented on code in PR #3482:
URL: https://github.com/apache/accumulo/pull/3482#discussion_r1227260347
##########
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:
ok, personally I liked some of these. Saw them as convenience methods that
made common patterns a bit shorter. But I don't care that much if they are
removed.
--
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]