hbase/hbase-zookeeper
Nick Dimiduk 625d610bcc
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-24 11:33:18 -08:00
..
src HBASE-26614 Refactor code related to "dump"ing ZK nodes (#3969) 2022-01-24 11:33:18 -08:00
pom.xml HBASE-26621 Set version as 3.0.0-alpha-3-SNAPSHOT in master (#3978) 2021-12-24 14:20:32 +08:00