Re: Large Transaction Logs & Out of memory

2014-09-18 Thread Shawn Heisey
On 9/18/2014 5:36 AM, or gerson wrote: > what is the cause of the other? the outOfMemory causes the tlog to get > bigger (cause the autoCommit does not happen) or the tlog size causes the > outOfMemorty error? Program behavior (any Java program, not just Solr) becomes completely undefined when you

Re: Large transaction logs

2013-01-10 Thread Sai Gadde
Thanks for the Info . I was thinking that autocommit will be propagated through the cloud like the explicit commit command. If it is not logged into tlogs as mentioned we can just set autocommit and forget about it. Thanks Shyam On Thu, Jan 10, 2013 at 8:15 PM, Tomás Fernández Löbbe < tomasflo..

Re: Large transaction logs

2013-01-10 Thread Tomás Fernández Löbbe
Yes, you must issue hard commits. You can use autocommit and use openSearcher=false. Autocommit is not distributed, it has to be configured in every node (which will automatically be, because you are using the exact same solrconfig for all your nodes). Other option is to issue an explicit hard com