Re: master master, repeaters

2010-12-20 Thread Lance Norskog
>> the config files?  Can we do this while the slave is up, issuing a >> >> command to it? >> > >> > I believe this can be done (details are in >> > http://wiki.apache.org/solr/SolrReplication), but I've not actually done >> > it. >> >

Re: master master, repeaters

2010-12-20 Thread Upayavira
ng a > >> command to it? > > > > I believe this can be done (details are in > > http://wiki.apache.org/solr/SolrReplication), but I've not actually done > > it. > > > > Upayavira > > > >> --- On Sun, 12/19/10, Upayavira wrote: > >> >

Re: master master, repeaters

2010-12-19 Thread Lance Norskog
.org/solr/SolrReplication), but I've not actually done > it. > > Upayavira > >> --- On Sun, 12/19/10, Upayavira wrote: >> >> >> From: Upayavira >> Subject: Re: master master, repeaters >> To: solr-user@lucene.apache.org >> Date: Sunday, Dec

Re: master master, repeaters

2010-12-19 Thread Upayavira
iki.apache.org/solr/SolrReplication), but I've not actually done it. Upayavira   > --- On Sun, 12/19/10, Upayavira wrote: > > > From: Upayavira > Subject: Re: master master, repeaters > To: solr-user@lucene.apache.org > Date: Sunday, December 19, 2010, 10:13 AM > >

Re: master master, repeaters

2010-12-19 Thread Tri Nguyen
How do we tell the slaves to point to the new master without modifying the config files?  Can we do this while the slave is up, issuing a command to it?   Thanks,   Tri --- On Sun, 12/19/10, Upayavira wrote: From: Upayavira Subject: Re: master master, repeaters To: solr-user

Re: master master, repeaters

2010-12-19 Thread Upayavira
We had a (short) thread on this late last week. Solr doesn't support automatic failover of the master, at least in 1.4.1. I've been discussing with my colleague (Tommaso) about ways to achieve this. There's ways we could 'fake it', scripting the following: * set up a 'backup' master, as a repl

master master, repeaters

2010-12-19 Thread Tri Nguyen
Hi, In the master-slave configuration, I'm trying to figure out how to configure the system setup for master failover. Does solr support master-master setup?  From my readings, solr does not. I've read about repeaters as well where the slave can act as a master.  When the main master goes do