Re: Commit and sessions

2012-01-27 Thread Sami Siren
On Fri, Jan 27, 2012 at 3:25 PM, Jan Høydahl wrote: > Hi, > > Yep, anything added between two commits must be regarded as lost in case of > crash. > You can of course minimize this interval by using a low "commitWithin". But > after a crash you should always investigate whether the last minutes

Re: Commit and sessions

2012-01-27 Thread Jan Høydahl
Hi, Yep, anything added between two commits must be regarded as lost in case of crash. You can of course minimize this interval by using a low "commitWithin". But after a crash you should always investigate whether the last minutes of adds made it. A transaction log feature is being developed,

Commit and sessions

2012-01-27 Thread Per Steffensen
Hi If I have added some document to solr, but not done explicit commit yet, and I get a power outage, will I then loose data? Or asked in another way, does data go into persistent store before commit? How to avoid possibility of loosing data? Does solr have some kind of session concept, so t