The patch "says"
+ * If your application uses either {@link Thread#interrupt()} or
+ * {@link Future#cancel(boolean)} you should use {@link SimpleFSDirectory} in
+ * favor of {@link NIOFSDirectory}.
and I am using SimpleFSDirectory. What else am I missing/overseeing?> -----Ursprüngliche Nachricht----- > Von: Uwe Schindler [mailto:[email protected]] > Gesendet: Dienstag, 26. Juli 2011 16:17 > An: [email protected] > Betreff: RE: implicit closing of an IndexWriter > > Please read the whole issue. The issue is fixed by "adding documentation", > the original JVM problem itself is still there and cannot be fixed (if you > interrupt threads). > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > > > -----Original Message----- > > From: Clemens Wyss [mailto:[email protected]] > > Sent: Tuesday, July 26, 2011 4:13 PM > > To: [email protected] > > Subject: AW: implicit closing of an IndexWriter > > > > I am using Lucene 3.3 > > > > > -----Ursprüngliche Nachricht----- > > > Von: Mark Miller [mailto:[email protected]] > > > Gesendet: Dienstag, 26. Juli 2011 16:05 > > > An: [email protected] > > > Betreff: Re: implicit closing of an IndexWriter > > > > > > > > > On Jul 26, 2011, at 9:52 AM, Clemens Wyss wrote: > > > > > > > Side note: I am using threads when writing and theses threads are > > > > (by > > > design) interrupted (from time to time) > > > > > > Perhaps you are seeing this: > > https://issues.apache.org/jira/browse/LUCENE- > > > 2239 > > > > > > - Mark Miller > > > lucidimagination.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > > - To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
