Apache9 commented on code in PR #5865:
URL: https://github.com/apache/hbase/pull/5865#discussion_r1604736324


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtil.java:
##########
@@ -3216,6 +3216,24 @@ public static <T> String safeGetAsStr(List<T> lst, int 
i) {
     }
   }
 
+  public String getRpcConnnectionURI() throws UnknownHostException {

Review Comment:
   In the places where we use this method, we always use it as a String(for 
example, storing it in replication peer config), so returning URI requires the 
upper layer to call a toString to something else. Since this is just for 
testing, I made it returning String instead of URI.



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