You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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.
The text was updated successfully, but these errors were encountered: