Re: SolrCloud: port out of range:-1

2013-03-11 Thread roySolr
zookeepers is a great solution, seperate logs and easy to use on other zookeeper servers(in the future i want to seperate in 3 solr instances and 5 zookeeper instances). THANKS -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-port-out-of-range-1-tp4045804p4046278

SolrCloud: port out of range:-1

2013-03-08 Thread roySolr
of the other server(zk port). When i try to start this it give the error: port out of range:-1. What's wrong? Thanks Roy -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-port-out-of-range-1-tp4045804.html Sent from the Solr - User mailing list archive

Re: SolrCloud: port out of range:-1

2013-03-08 Thread Shawn Heisey
On 3/8/2013 7:37 AM, roySolr wrote: java -Djetty.port=4110 -DzkRun=10.100.10.101:5110 -DzkHost=10.100.10.101:5110,10.100.10.102:5120 -Dbootstrap_conf=true -DnumShards=1 -Xmx1024M -Xms512M -jar start.jar It runs Solr on port 4110, the embedded zk on 5110. The -DzkHost gives the urls of the

Re: SolrCloud: port out of range:-1

2013-03-08 Thread Tomás Fernández Löbbe
A couple of comments about your deployment architecture too. You'll need to change the zoo.cfg to make the Zookeeper ensemble work with two instances as you are trying to do, have you? The example configuration with the zoo.cfg is intended for a single ZK instance as described in the SolrCloud

Re: SolrCloud: port out of range:-1

2013-03-08 Thread Walter Underwood
A two server Zookeeper ensemble is actually less reliable than a one server ensemble. With two servers, Zookeeper stops working if either of them fail, so there is a higher probability that it will go down. The minimum number for increased reliability is three servers. wunder On Mar 8, 2013,