You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Mohit Anchlia <mo...@gmail.com> on 2012/08/12 20:00:42 UTC

DSE solr HA

Going through this page and it looks like indexes are stored locally
http://www.datastax.com/dev/blog/cassandra-with-solr-integration-details .
My question is what happens if one of the solr nodes crashes? Is the data
indexed again on those nodes?

Also, if RF > 1 then is the same data being indexed on all RF nodes or is
that RF only for document replication?

Re: DSE solr HA

Posted by Jake Luciani <ja...@gmail.com>.

 
> 
>>  
>> Going through this page and it looks like indexes are stored locally http://www.datastax.com/dev/blog/cassandra-with-solr-integration-details . My question is what happens if one of the solr nodes crashes? Is the data indexed again on those nodes?
>>  

Yes the data is indexed again on the node. Either from the commitlog or hints or repair. Same as Cassandra. 

>> Also, if RF > 1 then is the same data being indexed on all RF nodes or is that RF only for document replication?

The former. Each Replica has a indexed copy. We remove duplicates on read. 

Re: DSE solr HA

Posted by aaron morton <aa...@thelastpickle.com>.
You may have more luck on the DS forums  http://www.datastax.com/support-forums/

Cheers

-----------------
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com

On 13/08/2012, at 6:00 AM, Mohit Anchlia <mo...@gmail.com> wrote:

>  
> Going through this page and it looks like indexes are stored locally http://www.datastax.com/dev/blog/cassandra-with-solr-integration-details . My question is what happens if one of the solr nodes crashes? Is the data indexed again on those nodes?
>  
> Also, if RF > 1 then is the same data being indexed on all RF nodes or is that RF only for document replication?
>