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 2022/06/30 02:00:29 UTC

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

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.
   
   Further more, this is compatible with `QuorumVerifier.toString` and `QuorumServer.toString`.


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


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

Posted by GitBox <gi...@apache.org>.
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 specific comment.

To unsubscribe, e-mail: dev-unsubscribe@curator.apache.org

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


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

Posted by GitBox <gi...@apache.org>.
eolivelli merged PR #425:
URL: https://github.com/apache/curator/pull/425


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