apurtell commented on code in PR #2288:
URL: https://github.com/apache/phoenix/pull/2288#discussion_r2411942865


##########
phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/PhoenixHAAdmin.java:
##########
@@ -151,6 +151,12 @@ public static String getLocalZkUrl(Configuration conf) {
         return String.format("%s:%d:%s", localZkQuorum, port, localZkRoot);
     }
 
+    public static String getLocalMasterUrl(Configuration conf) {
+        String local = conf.get(HConstants.MASTER_ADDRS_KEY).replaceAll(":", 
"\\\\:");
+        LOG.info("LOCAL MASTERRRRRRR {}", local);

Review Comment:
   Yes let's fix this :-) 



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