arman-yekkehkhani opened a new issue, #15074:
URL: https://github.com/apache/pinot/issues/15074

   I am trying to obtain a connection from zookeeper instances using Java 
client version 1.2.0. Unfortunately, the connection to zookeeper itself can not 
be established and remains in waiting status. Upon further investigation, I 
found out the root cause is the transitive dependency to zkClient library. 
   
   ```
   <dependency>
         <groupId>com.101tec</groupId>
         <artifactId>zkclient</artifactId>
         <version>0.11</version>
   </dependency>
   ```
   
   I also tried older versions of Java client, version 0.9.3, this issue does 
not appear in this version as it is relying on an older version of zkClient.
   
   One possible workaround is to use the zkClient provided by [apache-helix 
zkClient](https://helix.apache.org/apidocs/reference/org/apache/helix/manager/zk/ZkClient.html).
 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to