On Wed, Mar 11, 2009 at 1:08 AM, Sameer Maggon <mag...@gmail.com> wrote:
> I have been playing around with replication in Solr 1.4 and I must say that
> it's a big "ease of use" improvement over scripts. Though, I have a few
> questions about it.


>
> *1. Is there a way to specify multiple master URLs in the slaves? *
> I want to make sure I have redundancy, and if one master goes down the
> slaves automatically start taking data from the other master. If not, has
> anyone tried a load balancer approach where you put the multiple masters
> behind the LB and have slaves talk to the LB?
We thought about it. But did not wish to implement a feature ahead of
time. You can raise a JIRA issue . There are a few semantics issues to
be ironed out as to which server to be hit and when and how shold a
failiver happen.
the loadbalancer approach may work but the slave must only talk to one
master at any given point in time otherwise the replication will fail.

> *
> 2. Is there a plan to add multicast support to Solr Replication?
> *If I have ~100 slaves talking to the master over rsync - I see two problems
>
>   a. Network
>   b. Master being choked as it's getting requests from 100 machines

setup repeater nodes
. setup a few slaves as masters also. and make some slaves replicate
from these slaves instead of the primary master.
>
> Thoughts?
>
> Thanks,
> Sameer.
> --
> http://www.productification.com
>



-- 
--Noble Paul

Reply via email to