Erick,

I run 2 solr instances each on serverA and 2 on serverB. 

Server A : 8983(leader), 8900(replica)
ServerB : 7574 (leader), 7500 (replica).


Please find the command below in the order in which they are started. Also i
am using single embedded zookeeper 9983 for all servers.

*serverA*

cd /example1a

java -DzkRun -DnumShards=2 -Dbootstrap_confdir=./solr/collection1/conf    
-Dcollection.configName=myconf -jar start.jar


*serverB*

cd example2a

java -Djetty.port=7574 -DzkHost=serverA:9983 -jar start.jar

*serverA*

cd example 1b
java -Djetty.port=8900 -DzkHost=localhost:9983 -jar start.jar


*serverB*

example2b
java -Djetty.port=7500 -DzkHost=serverA:9983 -jar start.jar

With this order i can see all nodes up and healthy. I indexed using 8983 and
get result using query 
http://serverA:8983/solr/collection1/select?q=*:*


But if i fired the same query using serverB 
http://serverB:7500/solr/collection1/select?q=*:*

I am getting no live server exception. What could be the reason for this??
and how to resolve.

Thanks

http://serverA:8900/solr/collection1/select?q=*:*



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Problem-occured-in-solr-cloud-set-up-org-apache-solr-client-solrj-SolrServerException-No-live-SolrSet-tp4030829p4031160.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to