Hello,

I have a three-node zookeeper cluster running on ports 2181, 2182, and 2183.
I also am creating three solr server nodes (running as solr cloud
instances). I want the three solr nodes (on ports 7574, 8983, and 8990) to
be in that zookeeper cluster. Since the three zookeeper nodes are in the
same cluster, can I simply point each solr node arbitrarily to one of the
three zookeeper nodes? For instance like:

$./bin/./bin/solr start -c -p 7574 -z localhost:2181
$./bin/./bin/solr start -c -p 8983 -z localhost:2181
$./bin/./bin/solr start -c -p 8990 -z localhost:2181

thanks for your response.



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to