mesos / elasticsearch

Elasticsearch on Mesos
Apache License 2.0
242 stars 90 forks source link

zookeeper path test fail #576

Closed evilezh closed 8 years ago

evilezh commented 8 years ago

zk://host.domain:2181/mesos is fine. zk://host.domain:2181/mesos/mesos-1 is valid path, but there is regex tester for path and that is failing. I can't see an actual requirement for it at all. Just another point of possible failure. Invalid path will fail later either way later at connection stage.

evilezh commented 8 years ago

actually I can see pull request for it. so - closing.