Hmm, I'll dig... that exception's happening on code I added to fix the first intermittent failure you found in this test.
Somehow the interrupt state of the thread isn't getting cleared, or, another thread.interrupt is being called... hmm. Mike On Wed, Aug 4, 2010 at 11:23 AM, Mark Miller <markrmil...@gmail.com> wrote: > Error Message > > Some threads threw uncaught exceptions! > Stacktrace > > junit.framework.AssertionFailedError: Some threads threw uncaught > exceptions! > at > org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:182) > at > org.apache.lucene.util.LuceneTestCase.runBare(LuceneTestCase.java:328) > Standard Output > > NOTE: random codec of testcase 'testThreadInterruptDeadlock' was: PreFlex > Standard Error > > The following exceptions were thrown by threads: > *** Thread: Thread-1235 *** > org.apache.lucene.util.ThreadInterruptedException: > java.lang.InterruptedException > at org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4279) > at > org.apache.lucene.index.IndexWriter.finishMerges(IndexWriter.java:2752) > at > org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2618) > at org.apache.lucene.index.IndexWriter.rollback(IndexWriter.java:2608) > at > org.apache.lucene.index.TestIndexWriter$IndexerThreadInterrupt.run(TestIndexWriter.java:4396) > Caused by: java.lang.InterruptedException > at java.lang.Object.wait(Native Method) > at org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4277) > ... 4 more > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org