narendly opened a new issue #1370:
URL: https://github.com/apache/helix/issues/1370
### Describe the bug
If routing data refresh interval is not set, something like this will be
recorded
`java.lang.NumberFormatException: <LOG MESSAGE REDACTED DUE TO GDPR
REQUIREMENTS>
at java.lang.Long.parseLong(Long.java:552)
at java.lang.Long.parseLong(Long.java:631)
at
org.apache.helix.zookeeper.impl.client.FederatedZkClient.getRoutingDataUpdateInterval(FederatedZkClient.java:643)
at
org.apache.helix.zookeeper.impl.client.FederatedZkClient.<init>(FederatedZkClient.java:107)
at
org.apache.helix.manager.zk.GenericZkHelixApiBuilder.createZkClient(GenericZkHelixApiBuilder.java:166)
at
org.apache.helix.tools.ClusterSetup$Builder.build(ClusterSetup.java:1631)
`
### To Reproduce
See the stacktrace.
### Expected behavior
Instead of logging the stacktrace, we could log a message.
### Additional context
N/A
----------------------------------------------------------------
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]