liran2000 edited a comment on pull request #391:
URL: https://github.com/apache/curator/pull/391#issuecomment-879911533


   @eolivelli  it is the right JIRA issue. The issue should be resolved when 
zookeeper.request.timeout can be configured - with this commit, it can be 
configured, then the issue should not occur. It was Hanging indefinitely, and 
when ZooKeeper request timeout is configured - it will get a timeout as 
expected, and not hang indefinitely . See below line that added at the test to 
configure it, and more details are there in the JIRA itself. If something is 
not clear you can let me know. 
   
   
https://github.com/apache/curator/pull/391/files#diff-b423c4cc97cc1282306109606a1ab1060ce818cd1b04d6ea7c7493ca657bbf5dR1095
   
   zkClientConfig.setProperty(ZKClientConfig.ZOOKEEPER_REQUEST_TIMEOUT, 
zookeeperRequestTimeout);
   
   https://issues.apache.org/jira/browse/CURATOR-599 "Hanging indefinitely on 
some scenarios since zookeeper.request.timeout cannot be configured"


-- 
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]


Reply via email to