OK I think this was a thread hazard leading to false failure -- I just
committed a fix.

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

Reply via email to