Re: Indexing failover and replication

2012-01-29 Thread Lance Norskog
You could just have each Solr index and query from its own index, and not copy indexes. On Wed, Jan 25, 2012 at 11:24 AM, Anderson vasconcelos wrote: > Thanks for the Reply Erick > I will make the replication to both master manually. > > Thanks > > 2012/1/25, Erick Erickson : >> No, there no good

Re: Indexing failover and replication

2012-01-25 Thread Anderson vasconcelos
Thanks for the Reply Erick I will make the replication to both master manually. Thanks 2012/1/25, Erick Erickson : > No, there no good ways to have a single slave know about > two masters and just use the right one. It sounds like you've > got each machine being both a master and a slave? This is

Re: Indexing failover and replication

2012-01-25 Thread Erick Erickson
No, there no good ways to have a single slave know about two masters and just use the right one. It sounds like you've got each machine being both a master and a slave? This is not supported. What you probably want to do is either set up a repeater or just index to the two masters and manually chan