You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2015/12/16 00:44:46 UTC

[jira] [Reopened] (SOLR-8421) zkHost with chroot and multiple hosts not working

     [ https://issues.apache.org/jira/browse/SOLR-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man reopened SOLR-8421:
----------------------------

why don't we re-purpose this issue to try and make the error/logging more clear about what's happening in these cases?

> zkHost with chroot and multiple hosts not working
> -------------------------------------------------
>
>                 Key: SOLR-8421
>                 URL: https://issues.apache.org/jira/browse/SOLR-8421
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.4
>         Environment: Solr Cloud
>            Reporter: Dmitry Myaskovskiy
>
> I'm trying to run Solr Cloud with following command:
> {code}
> ./bin/solr -f -c -z localhost:2181/test,localhost:2182/test
> {code}
> And getting error:
> {code}
> 749  ERROR (main) [   ] o.a.s.c.SolrCore null:org.apache.solr.common.cloud.ZooKeeperException: A chroot was specified in ZkHost but the znode doesn't exist. localhost:2181/test,localhost:2182/test
> {code}
> Node "/test" exists in zookeeper. And both:
> {code}
> ./bin/solr -f -c -z localhost:2181,localhost:2182
> {code}
> {code}
> ./bin/solr -f -c -z localhost:2181/test
> {code}
> works fine.
> But I cannot get it work with multiple nodes and chroot specified.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org