This is a little confusing, could you post the exact
queries you're using? Because it looks like you're
firing the update to two servers. This is unnecessary,
you should send the update only once, to any
server in the cluster. Ditto with the query...

Best
Erick


On Sat, Jan 5, 2013 at 3:01 AM, yayati <yayatirajpa...@gmail.com> wrote:

> Hi Solr-users,
>
> I am trying to set up solr cloud using solr trunk and followed example c of
> solrcloud wiki . Instead of running all instances on same server. I have
> two
> servers. ServerA and ServerB.
>
>
> Set up is created with numShard=2
>
> ServerA has 1 leader and 1 replica running on port 8983 and 8900
> Server B has 1 leader and 1 replica running on port 7574 and 7500.
>
> They all are using single embedded zookeeper server of 9983 . Cloud set up
> on admin page shows all node green and up. Now problem is i committed a
> document from exampledocs mem.xml on 8983 and 7574. Now when i fire query
> on
> 8983 and 8900 it show result.
>
> But when i fire query on 7574 and 7500 i.e serverB, it it showing error ,
>
> org.apache.solr.client.solrj.SolrServerException: No live SolrServers
> available to handle this request:[http://serverA:8900/solr/collection1,
> http://serverB:8983/solr/collection1]
>
> Can someone help why this error coming. Since all nodes are up and green.
> Why serverA is not able to connect to server B.??
>
> Please respond asap.
> Thanks
> Yayati
>
>
>
> --
> 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-tp4030829.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to