On 4/24/2014 9:44 AM, Christopher Gross wrote:
These get added to the startup of Tomcat:
-DhostPort=8181 -Djetty.port=8181
-DzkHost=localhost:2181,localhost:2182,localhost:2183,localhost:2184,localhost:2185
-Dbootstrap_conf=true -Dport=8181 -DhostContext=solr
-DzkClientTimeout=20000
I think the problem is -Dbootstrap_conf=true ... this is a parameter
that is designed to convert a non-cloud install to a cloud install.
To upload configurations to zookeeper, you should be using zkCli.
https://cwiki.apache.org/confluence/display/solr/Command+Line+Utilities
IMHO, all your SolrCloud options should be specified in solr.xml, not as
startup options. In the newest Solr versions, solr.xml can live in
zookeeper as well.
Thanks,
Shawn