You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by revas <re...@gmail.com> on 2009/02/27 06:07:50 UTC

rsync

When we rsync from master to slave ,since this refers to the same index that
is on the master ,if master server goes down ,then the slave also does not
work .Is this correct?

What are the possible server failover mechanisms we can do?

thanks
revas

Re: rsync

Posted by Otis Gospodnetic <ot...@yahoo.com>.
Hi,

If the master goes down and the slave(s) already have the index, search remains working
If the master goes down during replication, the search will remain working, but the slave will not have/see the most recent index changes.


Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch



----- Original Message ----
> From: revas <re...@gmail.com>
> To: solr-user@lucene.apache.org
> Sent: Friday, February 27, 2009 12:07:50 AM
> Subject: rsync
> 
> When we rsync from master to slave ,since this refers to the same index that
> is on the master ,if master server goes down ,then the slave also does not
> work .Is this correct?
> 
> What are the possible server failover mechanisms we can do?
> 
> thanks
> revas