Re: Disable transaction log with SOLRCloud without replicas

2015-07-15 Thread Shawn Heisey
On 7/15/2015 12:42 PM, SolrUser1543 wrote: > from here : > https://cwiki.apache.org/confluence/display/solr/Read+and+Write+Side+Fault+Tolerance > we can learn that Transaction Log is needed when replicas are used in SOLR > cloud . > > Do I need it if I am not using a replicas ? > Could it be disab

Re: Disable transaction log with SOLRCloud without replicas

2015-07-15 Thread Erick Erickson
bq: Do I need it if I am not using a replicas Yes. The other function of transaction logs is to recover documents indexed to segments that haven't been closed in the event of abnormal termination (i.e. somebody pulls the plug). Here's some info you might find useful: https://lucidworks.com/blog/u