narendly commented on a change in pull request #846: Make ZKHelixAdmin and ZKHelixManager Realm-aware URL: https://github.com/apache/helix/pull/846#discussion_r391400730
########## File path: helix-core/src/main/java/org/apache/helix/manager/zk/ZKHelixManager.java ########## @@ -117,7 +121,7 @@ private final String _version; private int _reportLatency; - protected HelixZkClient _zkclient = null; + protected RealmAwareZkClient _zkclient = null; Review comment: Nit: I know we don't have to change this, but initializing to null is redundant. ---------------------------------------------------------------- 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]
