Re: another transaction log + commit question

2013-06-21 Thread Erick Erickson
I wouldn't expect the transaction log to go to 0 because the transaction log is kept around for peer synch so it can catch up another node that is a little behind. But I _would_ expect it to roll over. So my question is whether the files within your log directories roll over. What you should see

another transaction log + commit question

2013-06-19 Thread Joshi, Shital
Hi, We hard committed (/update/csv?commit=true) about 20,000 documents to SolrCloud (5 shards, 1 replicas = 10 jvm instances). We have commented out both autoCommit and autoSoftCommit settings from solrconfig.xml. What we noticed that the transaction log size never goes down to 0. We thought