curator
curator copied to clipboard
Apache Curator
Fix: CURATOR-445
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...
Fix: CURATOR-440
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".
https://issues.apache.org/jira/browse/CURATOR-373
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.