Re: Synchronising two masters

2014-07-09 Thread Erick Erickson
1> stop all indexing. 2> stop Solr on M1 3> delete M1's data directory 4> temporarily make M1 a slave of M2 and wait for it to sync. 5> make M1 a master again. But really, this isn't a very good setup. You're wasting a machine that you could be using. What I'd do is set up a single master and 3 sl

Synchronising two masters

2014-07-08 Thread Prasi S
Hi , Our solr setup consists of 2 Masters and 2Slaves. The slaves would point to any one of the Masters through a load balancer and replicate the data. Master1(M1) is the primary indexer. I send data to M1. In case M1 fails, i have a failover master, M2 and that would be indexing the data. The pro