[jira] [Commented] (CURATOR-638) Curator disconnect from zookeeper when IPs change

2022-06-29 Thread Kezhu Wang (Jira)
[ https://issues.apache.org/jira/browse/CURATOR-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17560795#comment-17560795 ] Kezhu Wang commented on CURATOR-638: Reported before as CURATOR-578. > Curator disc

[jira] [Commented] (CURATOR-307) InterProcessReadWriteLock can throw IndexOutOfBoundsException when connection is lost

2022-06-29 Thread Kezhu Wang (Jira)
[ https://issues.apache.org/jira/browse/CURATOR-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17560790#comment-17560790 ] Kezhu Wang commented on CURATOR-307: This has been fixed by CURATOR-211. The line co

[jira] [Work logged] (CURATOR-638) Curator disconnect from zookeeper when IPs change

2022-06-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CURATOR-638?focusedWorklogId=786335&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-786335 ] ASF GitHub Bot logged work on CURATOR-638: -- Author: ASF GitHub Bot

[GitHub] [curator] kezhuw commented on pull request #425: CURATOR-638: Use getHostString() to build connection string in EnsembleTracker

2022-06-29 Thread GitBox
kezhuw commented on PR #425: URL: https://github.com/apache/curator/pull/425#issuecomment-1170666719 @eolivelli Could you please take a look ? -- 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

[jira] [Work logged] (CURATOR-638) Curator disconnect from zookeeper when IPs change

2022-06-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CURATOR-638?focusedWorklogId=786334&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-786334 ] ASF GitHub Bot logged work on CURATOR-638: -- Author: ASF GitHub Bot

[GitHub] [curator] kezhuw opened a new pull request, #425: CURATOR-638: Use getHostString() to build connection string in EnsembleTracker

2022-06-29 Thread GitBox
kezhuw opened a new pull request, #425: URL: https://github.com/apache/curator/pull/425 In Kubernetes, IP addresses are not resistant to pod restart. `InetSocketAddress.getAddress().getHostAddress()` could target to non ZooKeeper pods and causes curator fail to reach ZooKeeper ensemble.