On 6/5/2015 2:20 PM, Amit Jha wrote:
> Thanks Shawn, for reminding CloudSolrServer, yes I have moved to SolrCloud. 
>
> I agree that repeater is a slave and acts as master for other slaves. But 
> still it's a master and logically it has to obey the what master suppose to 
> obey. 
>
> if 2 servers are master that means writing can be done on both. If I setup 
> replication between 2 servers and configure both as repeater, than both can 
> act master and slave for each other. Therefore writing can be done on both.

Don't try to set up two servers as master and slave to each other.  You
run the risk of data loss or even Lucene index corruption.  That is
**NOT** a supported configuration.  There is no way to do master/master
replication without SolrCloud.  SolrCloud can do it because it is a true
cluster, there *is* no master.

Thanks,
Shawn

Reply via email to