vincentpoon commented on code in PR #5874:
URL: https://github.com/apache/hbase/pull/5874#discussion_r1590489672


##########
hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKWatcher.java:
##########
@@ -460,6 +460,9 @@ public List<String> getMetaReplicaNodes() throws 
KeeperException {
   public List<String> getMetaReplicaNodesAndWatchChildren() throws 
KeeperException {
     List<String> childrenOfBaseNode =
       ZKUtil.listChildrenAndWatchForNewChildren(this, znodePaths.baseZNode);
+    if (childrenOfBaseNode == null) {

Review Comment:
   Agreed, updated with comment



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to