On the end i want 3 servers, this was only a test. I now that a majority of
servers is needed to provide service.
I read some tutorials about zookeeper and looked at the wiki. I installed
zookeeper seperate on the server and connect them with eachother(zoo.cfg).
In the log i see the zookeeper know
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,
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
exam
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 local