curator icon indicating copy to clipboard operation
curator copied to clipboard

Apache Curator

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

https://issues.apache.org/jira/browse/CURATOR-94 Added some docs (based on my understanding) for ServiceType Updated ServiceDiscoveryImpl.registerService so that PERMANENT registrations are not stored within the service. This is to prevent two side effects: When...

When a child path starts with the namespace unfixForNamespace removes the namespace string, thus creating a invalid path. With namespace "foo" the result of unfixForNamespace("/foobar") is "bar".

I've added support for listenable events to the GroupMember recipe. Its built on the event support provided by the underlying PathChildenCache object being used by GroupMember

…the connection string has actually changed. Retry 3 times with a one second interval in TestReconfiguration.

Pull references to Timing and CuratorFramework client into BeforeMethod and AfterMethod invocations so that we can manage them more efficiently.

DDB::leave would not respect the wait time parameters correctly, and would sometimes return true, even though not all clients had left the barrier.