rahulrane50 opened a new issue, #2294: URL: https://github.com/apache/helix/issues/2294
### Describe the bug Currently, consumers of ZkClient do not set any timeout for zookeeper operation retry hence default timeout is picked. Currently it's set to INT_MAX which is approx 24 days. This is too long for single zookeeper operation timeout and should be reduced to some reasonable time. ### To Reproduce NA ### Expected behavior NA ### Additional context Add any other context about the problem here. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
