zhangmeng916 commented on a change in pull request #851: Modify Helix generic controller to include new stage for customized view aggregation URL: https://github.com/apache/helix/pull/851#discussion_r398157359
########## File path: helix-core/src/main/java/org/apache/helix/manager/zk/CallbackHandler.java ########## @@ -122,7 +124,7 @@ // TODO: make this be per _manager or per _listener instaed of per callbackHandler -- Lei private CallbackProcessor _batchCallbackProcessor; private boolean _watchChild = true; // Whether we should subscribe to the child znode's data - // change. + // change. Review comment: This is because the previous code was not correctly formatted in the switch section. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
