You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/01/12 14:03:26 UTC

Lucene-Solr-tests-only-3.x - Build # 3669 - Failure

Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/3669/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestCrash.testWriterAfterCrash

Error Message:
MockRAMDirectory: file "_0.tis" is still open: cannot overwrite

Stack Trace:
java.io.IOException: MockRAMDirectory: file "_0.tis" is still open: cannot overwrite
	at org.apache.lucene.store.MockRAMDirectory.createOutput(MockRAMDirectory.java:221)
	at org.apache.lucene.index.TermInfosWriter.initialize(TermInfosWriter.java:100)
	at org.apache.lucene.index.TermInfosWriter.<init>(TermInfosWriter.java:85)
	at org.apache.lucene.index.FormatPostingsFieldsWriter.<init>(FormatPostingsFieldsWriter.java:41)
	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:84)
	at org.apache.lucene.index.TermsHash.flush(TermsHash.java:109)
	at org.apache.lucene.index.DocInverter.flush(DocInverter.java:72)
	at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:59)
	at org.apache.lucene.index.DocumentsWriter.flush(DocumentsWriter.java:589)
	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3299)
	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3264)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:2040)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:2007)
	at org.apache.lucene.index.TestCrash.initIndex(TestCrash.java:51)
	at org.apache.lucene.index.TestCrash.testWriterAfterCrash(TestCrash.java:77)
	at org.apache.lucene.util.LuceneTestCase.runBare(LuceneTestCase.java:255)




Build Log (for compile errors):
[...truncated 8559 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: Lucene-Solr-tests-only-3.x - Build # 3669 - Failure

Posted by Michael McCandless <lu...@mikemccandless.com>.
I committed one possible fix for this... the backwards test was
missing a cms.sync().  But I'm not sure that's the cause of the
failure...

Mike

On Wed, Jan 12, 2011 at 8:03 AM, Apache Hudson Server
<hu...@hudson.apache.org> wrote:
> Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/3669/
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.index.TestCrash.testWriterAfterCrash
>
> Error Message:
> MockRAMDirectory: file "_0.tis" is still open: cannot overwrite
>
> Stack Trace:
> java.io.IOException: MockRAMDirectory: file "_0.tis" is still open: cannot overwrite
>        at org.apache.lucene.store.MockRAMDirectory.createOutput(MockRAMDirectory.java:221)
>        at org.apache.lucene.index.TermInfosWriter.initialize(TermInfosWriter.java:100)
>        at org.apache.lucene.index.TermInfosWriter.<init>(TermInfosWriter.java:85)
>        at org.apache.lucene.index.FormatPostingsFieldsWriter.<init>(FormatPostingsFieldsWriter.java:41)
>        at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:84)
>        at org.apache.lucene.index.TermsHash.flush(TermsHash.java:109)
>        at org.apache.lucene.index.DocInverter.flush(DocInverter.java:72)
>        at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:59)
>        at org.apache.lucene.index.DocumentsWriter.flush(DocumentsWriter.java:589)
>        at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3299)
>        at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3264)
>        at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:2040)
>        at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:2007)
>        at org.apache.lucene.index.TestCrash.initIndex(TestCrash.java:51)
>        at org.apache.lucene.index.TestCrash.testWriterAfterCrash(TestCrash.java:77)
>        at org.apache.lucene.util.LuceneTestCase.runBare(LuceneTestCase.java:255)
>
>
>
>
> Build Log (for compile errors):
> [...truncated 8559 lines...]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org