I'm reading source code of hbase. When come to class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher I find this class has private member *unassignedNodes* but I cannot find where nodes are added into the set.
To be figured out.
To be figured out.
71 // set of unassigned nodes watched
72 private Set<String> unassignedNodes = new HashSet<String>();

深入探讨HBase源代码中的ZooKeeperWatcher类,重点关注其内部未分配节点集合的管理机制,解释如何添加节点到该集合,并理解其在集群管理中的作用。
9876

被折叠的 条评论
为什么被折叠?



