Re: Soft commit and flush

2013-10-07 Thread Erick Erickson
rry, by "OOE" I meant Out of memory exception... >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Soft-commit-and-flush-tp4091726p4093902.html >> Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Soft commit and flush

2013-10-07 Thread Guido Medina
Out of Memory Exception is well known as OOM. Guido. On 07/10/13 14:11, adfel70 wrote: Sorry, by "OOE" I meant Out of memory exception... -- View this message in context: http://lucene.472066.n3.nabble.com/Soft-commit-and-flush-tp4091726p4093902.html Sent from the Solr - User ma

Re: Soft commit and flush

2013-10-07 Thread adfel70
Sorry, by "OOE" I meant Out of memory exception... -- View this message in context: http://lucene.472066.n3.nabble.com/Soft-commit-and-flush-tp4091726p4093902.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Soft commit and flush

2013-10-07 Thread Erick Erickson
without calling hard commit could cause OOE > ... ? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Soft-commit-and-flush-tp4091726p4093834.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Soft commit and flush

2013-10-06 Thread adfel70
commit, or just for hard commit? 2. If soft commit does not flush - all data exists in RAM until we call hard commit? If so, using soft commit without calling hard commit could cause OOE ... ? -- View this message in context: http://lucene.472066.n3.nabble.com/Soft-commit-and-flush-tp4091726p4093834

Re: Soft commit and flush

2013-09-25 Thread Erick Erickson
Why do you care? Curiosity or are you trying to find a behavior you can count on? because "soft commits are about visibility, hard commits are about durability". Meaning you can't count on a soft commit writing anything to disk at all. I suspect in your tests the soft commit had nothing to do with

Re: Soft commit and flush

2013-09-24 Thread Shawn Heisey
On 9/24/2013 5:51 AM, adfel70 wrote: My conclusion is that soft commit always flushes the data, but because of the implementation of NRTCachingDirectoryFactory, the data will be written to the disk when its getting too big. The NRTCachingDirectoryFactory (which creates NRTCachingDirectory inst

Re: Soft commit and flush

2013-09-24 Thread Otis Gospodnetic
he disk when its getting too big. > > Can some one please correct me? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Soft-commit-and-flush-tp4091726.html > Sent from the Solr - User mailing list archive at Nabble.com.

Soft commit and flush

2013-09-24 Thread adfel70
ata will be written to the disk when its getting too big. Can some one please correct me? -- View this message in context: http://lucene.472066.n3.nabble.com/Soft-commit-and-flush-tp4091726.html Sent from the Solr - User mailing list archive at Nabble.com.