I am trying to create a “directory” in Zookeeper like this: curatorFramework = CuratorFrameworkFactory.newClient( “ip-111-11-111-1.us-west-2.compute.internal/111.11.111.1:2181”,…
Tag: apache-zookeeper
How to fix this ‘ Using type org.apache.zookeeper.KeeperException.NoNodeException from an indirect dependency ‘?
The function is very simple: However when I compile it I got this error at the catch statement: error: [strict] Using type org.apache.zookeeper.KeeperException.NoNodeException from an indirect dependency The zookeeper version is 3.4.14. What is causing this error and how can I fix it? java version is openjdk 10.0.2 2018-07-17 Answer This error is actually caused by an error in the
Zookeeper error: Cannot open channel to X at election address
I have installed zookeeper in 3 different aws servers. The following is the configuration in all the servers tickTime=2000 initLimit=10 syncLimit=5 dataDir=/var/zookeeper clientPort=2181 server.1=x.x….