narendly opened a new issue #1443: URL: https://github.com/apache/helix/issues/1443
### Describe the bug `if (_realmAwareZkConnectionConfig == null || _realmAwareZkClientConfig == null) ` Line 144 (line number subject to change) Here, we do not need the `_realmAwareZkClientConfig == null` condition because if it's not set or null, we call `initializeConfigsIfNull();` anyway to initialize it with default values. ### To Reproduce N/A ### Expected behavior `_realmAwareZkClientConfig` should be optional. ### Additional context While we're at it, we should also review the build() and validate() logic in other subclasses of `ZkHelixClusterVerifier`. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
