zookeeper icon indicating copy to clipboard operation
zookeeper copied to clipboard

Apache ZooKeeper

Results 257 zookeeper issues
Sort by recently updated
recently updated
newest added

Resolves ZOOKEEPER-4398 by adding an optional metric configuration property for a string prefix for all Zookeeper metric names. It's common to have Prometheus metrics scoped to a namespace by using...

Implemented createOrSet, recursiveDelete and getChildrenData as described in https://issues.apache.org/jira/browse/ZOOKEEPER-4463

Check for failed/cancelled ChannelFutures before acquiring `connectLock`. This prevents lock contention where cleanup is unable to complete. Signed-off-by: Michael Edgar

c->c is a union so setting c.acl_result would override c.string_stat_result. However, since they're all function pointers pointing to the same function, this won't cause any issue as c.string_stat_result is still...

Hi all, When developing zookeeper, we often start or debug it by using the current source code instead of the built package. So it is good to add the classes...