Re: Disabling transaction logs

2014-08-13 Thread Ramkumar R. Aiyengar
(1) sounds a lot like SOLR-6261 I mention above. There are possibly other improvements since 4.6.1 as Mark mentions, I would certainly suggest you test with the latest version with the issue above patched (or use the current stable branch in svn, branch_4x) to see if that makes a difference.

Re: Disabling transaction logs

2014-08-13 Thread KNitin
extremely unreliable and slow. More than 30% of the collections fail > to > >> > recover. > >> > > >> > What are some good guidelines to follow while restarting a massive > >> cluster > >> > like this ? > >

Re: Disabling transaction logs

2014-08-13 Thread Anshum Gupta
rting a massive >> cluster >> > like this ? >> > >> > Are there any new improvements (post 4.6) in solr that helps restarts to >> be >> > more robust ? >> > >> > Thanks >> > >> > On Sunday, August 10, 2014, rulinma wrote: >> > >> > > good. >> > > >> > > >> > > >> > > -- >> > > View this message in context: >> > > >> http://lucene.472066.n3.nabble.com/Disabling-transaction-logs-tp4151721p415.html >> > > Sent from the Solr - User mailing list archive at Nabble.com. >> > > >> > >> >> -- Anshum Gupta http://www.anshumgupta.net

Re: Disabling transaction logs

2014-08-13 Thread KNitin
10, 2014, rulinma wrote: > > > > > good. > > > > > > > > > > > > -- > > > View this message in context: > > > > http://lucene.472066.n3.nabble.com/Disabling-transaction-logs-tp4151721p415.html > > > Sent from the Solr - User mailing list archive at Nabble.com. > > > > > > >

Re: Disabling transaction logs

2014-08-13 Thread Mark Miller
gt; > > -- > > View this message in context: > > http://lucene.472066.n3.nabble.com/Disabling-transaction-logs-tp4151721p415.html > > > > Sent from the Solr - User mailing list archive at Nabble.com. > > >

Re: Disabling transaction logs

2014-08-13 Thread KNitin
this ? Are there any new improvements (post 4.6) in solr that helps restarts to be more robust ? Thanks On Sunday, August 10, 2014, rulinma wrote: > good. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Disabling-transaction-logs-tp415172

Re: Disabling transaction logs

2014-08-10 Thread rulinma
good. -- View this message in context: http://lucene.472066.n3.nabble.com/Disabling-transaction-logs-tp4151721p415.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Disabling transaction logs

2014-08-09 Thread Shawn Heisey
On 8/9/2014 6:40 AM, Ramkumar R. Aiyengar wrote: > Can anyone help with info on how to disable transaction logs ? In the updateHandler section of solrconfig.xml, you have an updateLog tag. Just remove that entire section. In my config, it's exactly one line, but in the example config, it's three

Re: Disabling transaction logs

2014-08-09 Thread Ramkumar R. Aiyengar
the patch meanwhile. Hello I am using solr 4.6.1 with over 1000 collections and 8 nodes. Restarting of nodes takes a long time (especially if we have indexing running against it) . I want to see if disabling transaction logs can help with a better robust restart. However I can't see any docs a

Re: Disabling transaction logs

2014-08-07 Thread Anshum Gupta
Hi Nitin, To answer your question first, yes, you can disable the transaction log by commenting/removing the part of the solrconfig.xml. At the same time, I'd highly recommend not disabling transaction logs. They are needed for NRT, peer sync, high availability/disaster recovery par

Disabling transaction logs

2014-08-07 Thread KNitin
Hello I am using solr 4.6.1 with over 1000 collections and 8 nodes. Restarting of nodes takes a long time (especially if we have indexing running against it) . I want to see if disabling transaction logs can help with a better robust restart. However I can't see any docs around disabling txn