You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by GitBox <gi...@apache.org> on 2021/07/15 08:49:18 UTC

[GitHub] [curator] liran2000 edited a comment on pull request #391: CURATOR-599 Configurable ZookeeperFactory by ZKClientConfig

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: dev-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org