curator icon indicating copy to clipboard operation
curator copied to clipboard

ZooKeeper client wrapper and rich ZooKeeper framework

Results 12 curator issues
Sort by recently updated
recently updated
newest added

I use docker create zookeeper cluster. When start project occur exception: ERROR 21972 --- [ain-EventThread] o.a.c.f.imps.CuratorFrameworkImpl : Background exception was not retry-able or retry gave up java.lang.NullPointerException: null at org.apache.curator.utils.Compatibility.getHostAddress(Compatibility.java:116)...

org.apache.curator.test.TestingServer code like the following: TestingServer server = new TestingServer(); it will be blocked, and throw FailedServerStartException("Timed out waiting for server startup") version: 5.1

We ran into this problem in our own application and i can not find why this could happen (see below) /workersMonitor : checkExist /workers : checkExist /workers/10.24.76.52 : node not...

Updated my email address

Swapped link of logo with the logo itself

It seems that `CuratorZKClientBridge` v3 is missing this method in the `IZKConnection` ``` public void addAuthInfo(String scheme, byte[] auth); ```

What I do as follows: `BackgroundCallback bc = new BackgroundCallback() { @Override public void processResult(CuratorFramework client, CuratorEvent event) throws Exception { System.out.println (" type : " + event.getType()+ " ResultCode:"+event.getResultCode()+"...

I've seen a few bug reports around this, but is this believed to work ? I get an error saying it's unable to connect to any zk instance. The zkCli...

[In the Getting-Started Wiki](https://github.com/Netflix/curator/wiki/Getting-Started), the Examples link leads nowhere.

What values can be provided for exhibitors, baseUri, poolingInMills, retryPolicy in Exhibitor Curator integration?