SOLR Master-Slave Repeater with Load balancer

2013-11-26 Thread kondamudims
We are trying to setup solr Master Slave repeater model, where we will have
two solr servers say S1 and S2 and a Load balancer LB to route all the
requests to either S1 or S2. S1 and S2 acts as both Master and
Slave(Repeater). In both the solr server configurations, in the
solrconfig.xml file for master url property if we provide Load balancer
host-name and port number then at any point there will be a self polling,
i.e. if LB is configured in such a way that all its requests will be routed
to S1, then while polling S1-->LB-->S1 and S2-->LB-->S1. Do you see any
issue with self polling(S1-->LB-->). We are mainly trying to achieve High
availability as we don't want to use Solr Cloud. Thanks in advance



--
View this message in context: 
http://lucene.472066.n3.nabble.com/SOLR-Master-Slave-Repeater-with-Load-balancer-tp4103363.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: SOLR Master-Slave Repeater with Load balancer

2013-12-04 Thread kondamudims
Hi Erick,
Thanks a lot for your explanation. We initially considered Solr Cloud but we
have limitation on the number of servers that we can use due to budget
concerns (limit is 2) Solr Cloud requires minimum 3. I have tried out the
solution you suggested and so far its going well and we are not doing self
polling concept.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/SOLR-Master-Slave-Repeater-with-Load-balancer-tp4103363p4105017.html
Sent from the Solr - User mailing list archive at Nabble.com.