pkuwm commented on a change in pull request #356: Read Failure while reading non-existent znode. URL: https://github.com/apache/helix/pull/356#discussion_r306149611
########## 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: Run the template formatter to add a space? It is minor. But you know, it is a project style. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services