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

As per ticket [ZOOKEEPER-2313](https://issues.apache.org/jira/browse/ZOOKEEPER-2313) following changes have been made: - Added a constructor in ZookeeperServerBean and passed required parameter from its sub-classes (FollowerBean, LeaderBean, ObserverBean). - getName() methods from FollowerBean,...

Currently CLI: "history" shows 11 previous commands used. As per the ticket [ZOOKEEPER-3300](https://issues.apache.org/jira/browse/ZOOKEEPER-3300) intended behavior is to show 10. I saw two ways to do so which are mentioned as...

We are working in the ZooKeeper SSL integration in HBase. By default, one can enable ZooKeeper SSL client connections using Java System Properties. However, there are certain use-cases, when we...

# Original implementation and mine - The original implementation of `QuorumCnxManager::haveDelivered` returns true once it finds a queue is empty, and returns false if all queues aren't empty. - My...

- add three new modes: `STANDARD_CHILD`,`STANDARD_DATA`, `STANDARD_EXIST` to `addWatch()` api to keep behavior and semantics consistency with the original tradational one-time watch. For example: `zk.getChildren(path, watch, stat);` equals to `zk.addWatch(path,...

- I refer the code guide of [Bookkeeper](https://github.com/apache/bookkeeper/blob/master/site/community/coding_guide.md). Looking forward to others‘ supplements - more details in the [ZOOKEEPER-3616](https://issues.apache.org/jira/browse/ZOOKEEPER-3616)

This branch exits without releasing the vector, causing a memory leak.

- this is still a work in the progress,Plz don't review before removing the WIP tag - more details in the [ZOOKEEPER-3600](https://issues.apache.org/jira/browse/ZOOKEEPER-3600)

1. Fix the wrong description for ZooKeeperOperation'execute method. 2. Fix the wrong description for LeaderElectionSupport's start method. 3. Add the missed content for Event's comment.

- this is still a work in the progress,Plz don't review before removing the WIP tag. - more details in the [ZOOKEEPER-3585](https://issues.apache.org/jira/browse/ZOOKEEPER-3585)