Re: ConcurrentMergeScheduler, Exception and transaction

2009-11-23 Thread Michael McCandless
nal Message- >> From: Michael McCandless [mailto:luc...@mikemccandless.com] >> Sent: Saturday, November 21, 2009 2:10 AM >> To: java-user@lucene.apache.org >> Subject: Re: ConcurrentMergeScheduler, Exception and transaction >> >> An exception during merging does

RE: ConcurrentMergeScheduler, Exception and transaction

2009-11-23 Thread Teruhiko Kurosaka
e caller needs to be reported of the > error so that > > it can ask Lucene and other participants of transaction to > roll back.   > > Am I missing something? > > > > -kuro > > > >> -Original Message- > >> From: Jason Rutherglen [ma

Re: ConcurrentMergeScheduler, Exception and transaction

2009-11-21 Thread Michael McCandless
> >> -Original Message- >> From: Jason Rutherglen [mailto:jason.rutherg...@gmail.com] >> Sent: Friday, November 20, 2009 4:14 PM >> To: java-user@lucene.apache.org >> Subject: Re: ConcurrentMergeScheduler, Exception and transaction >> >> Teruhiko, >

RE: ConcurrentMergeScheduler, Exception and transaction

2009-11-20 Thread Teruhiko Kurosaka
gt; Subject: Re: ConcurrentMergeScheduler, Exception and transaction > > Teruhiko, > > The index remains consistent even when a background merge > fails, meaning commit truly represents a valid index after > it's called. > You can share merge schedulers, though in pract

Re: ConcurrentMergeScheduler, Exception and transaction

2009-11-20 Thread Jason Rutherglen
Teruhiko, The index remains consistent even when a background merge fails, meaning commit truly represents a valid index after it's called. You can share merge schedulers, though in practice it's not going to improve anything. Jason 2009/11/20 Teruhiko Kurosaka : > I was experimenting how Lucene