ritegarg commented on code in PR #2075:
URL: https://github.com/apache/phoenix/pull/2075#discussion_r1980117744


##########
phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/HighAvailabilityGroup.java:
##########
@@ -457,7 +450,7 @@ private static CuratorFramework createCurator(String 
jdbcUrl, Properties propert
         Preconditions.checkArgument(!StringUtils.isEmpty(jdbcUrl), "JDBC url 
is empty!");
         jdbcUrl = jdbcUrl.replaceAll("\\\\:", "=");
         String[] parts = jdbcUrl.split(":");
-        if (parts.length == 0 || parts.length > 3) {
+        if (parts.length == 0 || parts.length > 4) {

Review Comment:
   This was done as a workaround for testing, reverted.



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