curator
curator copied to clipboard
Apache Curator
I think this was left public unintentionally.
I am not alone in experiencing situations in which my LeaderSelectors will wind up in an indefinite state of having no leader (relevant JIRA issues are listed below). This problem...
that can also skip ssl cert validation if required Also might be nice to provide a convenience method in ExhibitorEnsembleProvider, something like ``` java pubic static ExhibitorEnsembleProvider fromURL(URL vip, boolean...
Use Awaitility to instead of Thread sleep method in recipes module.
This changes adds an Open Telemetry tracing driver. To make this more effective, it also decomposes `OperationTrace` events so that the start and end of the event can be handled...
I met one issue which will never update znode value successfully when integer overflow (-2147483648) of znode data version using curator to invoke SharedCount#trySetCount(VersionedValue, int). After dig the limitation logic...
A possible fix to CURATOR-696. * Refer to https://github.com/apache/druid/issues/16411. * Refer to #430. I'm thinking whether this has more corner cases ... cc @gianm @kezhuw @eolivelli
This reduces our ci time from 140 mins to 40 mins.
CURATOR-221 reported that namespace paths are created with no ACL. Though, I belive that it should be fixed by CURATOR-222. It should still be a good to write tests to...
CURATOR-667(#474) fixes asynchronous event path for `getConfig` to "/zookeeper/config" by using `CuratorFramework::usingNamespace(null)` to fetch data. It causes watcher not registering to possible `WatcherRemovalManager`, so leaking in `WatcherRemoveCuratorFramework::removeWatchers`.