hbase/hbase-zookeeper
Nick Dimiduk d8085b43fc HBASE-26614 Refactor code related to "dump"ing ZK nodes (#3969)
The code starting at `ZKUtil.dump(ZKWatcher)` is a small mess – it has cyclic dependencies woven
through itself, `ZKWatcher` and `RecoverableZooKeeper`. It also initializes a static variable in
`ZKUtil` through the factory for `RecoverableZooKeeper` instances. Let's decouple and clean it
up.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Josh Elser <elserj@apache.org>
2022-01-25 09:08:35 -08:00
..
src HBASE-26614 Refactor code related to "dump"ing ZK nodes (#3969) 2022-01-25 09:08:35 -08:00
pom.xml Renumber to 2.6.0-SNAPSHOT after branching branch-2.5 2021-12-08 16:54:32 -08:00