Github user srdo commented on a diff in the pull request:

    https://github.com/apache/curator/pull/216#discussion_r126888431
  
    --- Diff: 
curator-framework/src/main/java/org/apache/curator/framework/imps/EnsembleTracker.java
 ---
    @@ -170,8 +170,10 @@ public static String 
configToConnectionString(QuorumVerifier data) throws Except
                 {
                     sb.append(",");
                 }
    -            InetSocketAddress address = 
Objects.firstNonNull(server.clientAddr, server.addr);
    -            
sb.append(address.getAddress().getHostAddress()).append(":").append(address.getPort());
    +            InetSocketAddress clientAddress = server.clientAddr;
    --- End diff --
    
    You are right. CURATOR-392 looks like a more complete attempt at fixing 
this, so this PR doesn't seem necessary.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to