You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2021/12/21 02:27:00 UTC

[jira] [Created] (HBASE-26614) Refactor code related to "dump"ing ZK nodes

Nick Dimiduk created HBASE-26614:
------------------------------------

             Summary: Refactor code related to "dump"ing ZK nodes
                 Key: HBASE-26614
                 URL: https://issues.apache.org/jira/browse/HBASE-26614
             Project: HBase
          Issue Type: Task
          Components: Zookeeper
            Reporter: Nick Dimiduk
            Assignee: Nick Dimiduk


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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)