You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by GitBox <gi...@apache.org> on 2019/07/23 18:19:38 UTC

[GitHub] [helix] alirezazamani commented on a change in pull request #356: Read Failure while reading non-existent znode.

alirezazamani commented on a change in pull request #356: Read Failure while reading non-existent znode.
URL: https://github.com/apache/helix/pull/356#discussion_r306464047
 
 

 ##########
 File path: helix-core/src/main/java/org/apache/helix/manager/zk/zookeeper/ZkClient.java
 ##########
 @@ -721,6 +721,9 @@ private void fireAllEvents() {
       });
       record(path, null, startT, ZkClientMonitor.AccessType.READ);
       return children;
+    } catch (ZkNoNodeException e){
 
 Review comment:
   Thanks. I fixed it.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services