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/14 01:36:37 UTC

[GitHub] [curator] kezhuw commented on pull request #421: CURATOR-535: Fix client port conflict due to untrustworthy random port allocation

kezhuw commented on PR #421:
URL: https://github.com/apache/curator/pull/421#issuecomment-1154615488

   Ideally, it should be possible to bootstrap `TestingCluster`(with unspecified ports) too with help from `reconfig`. But there are difficulties since election port, quorum port were not designed to be bound to `0` in ZooKeeper. `TestingServer` should be enough for most cases, and users should resort to other solutions(eg. container) if they got bored by port conflict.


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