hbase/hbase-shell/src
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
..
main/ruby HBASE-26614 Refactor code related to "dump"ing ZK nodes (#3969) 2022-01-24 11:33:18 -08:00
test HBASE-26469 correct HBase shell exit behavior to match code passed to exit (#4018) 2022-01-14 16:31:37 -06:00