Re: transaction log size

2014-04-02 Thread Erick Erickson
On the surface, this doesn't make sense, I'd expect that the tlogs would be roughly the same size on leaders and replicas. Or at least show the same variance. If you were to guess how much volume in terms of files being fired at the index, how much would you expect in 30 seconds? And does it appro

Re: transaction log size

2014-04-02 Thread Gurfan
Thanks Shawn for the quick reply. We are using Solr Cloud version 4.6.1 Usually we see higher transaction log on replica. Leader`s tlog size is in KB`s. We also tried keeping the hard commit(autoCommit) as 20 Sec and autoSoftCommit as 30 Sec. We written a script to monitor the disk usage of tlo

Re: transaction log size

2014-04-01 Thread Shawn Heisey
On 4/1/2014 1:23 AM, Gurfan wrote: > Hi, > > As Transaction log(Tlog) play important role while restarting the SolrCloud > cluster, we are trying to decrease the size. Many of the posts on net which > we find describing that - > "decreasing the AutoCommit and increasing autoSoftCommit would genera