[
https://issues.apache.org/jira/browse/LUCENE-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567900#action_12567900
]
Yonik Seeley commented on LUCENE-1175:
--------------------------------------
Another exception, this time during IndexReader.open() after an indexing run.
{code}
java.io.FileNotFoundException: _a.fdt
at org.apache.lucene.store.RAMDirectory.openInput(RAMDirectory.java:234)
at org.apache.lucene.store.Directory.openInput(Directory.java:104)
at org.apache.lucene.index.FieldsReader.<init>(FieldsReader.java:75)
at
org.apache.lucene.index.SegmentReader.initialize(SegmentReader.java:308)
at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:262)
at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:197)
at
org.apache.lucene.index.MultiSegmentReader.<init>(MultiSegmentReader.java:55)
at
org.apache.lucene.index.DirectoryIndexReader$1.doBody(DirectoryIndexReader.java:91)
at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:651)
at
org.apache.lucene.index.DirectoryIndexReader.open(DirectoryIndexReader.java:79)
at org.apache.lucene.index.IndexReader.open(IndexReader.java:209)
at org.apache.lucene.index.IndexReader.open(IndexReader.java:192)
at
org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:161)
at
org.apache.lucene.index.TestStressIndexing2.testMultiConfig(TestStressIndexing2.java:72)
{code}
> occasional MergeException while indexing
> ----------------------------------------
>
> Key: LUCENE-1175
> URL: https://issues.apache.org/jira/browse/LUCENE-1175
> Project: Lucene - Java
> Issue Type: Bug
> Affects Versions: 2.3
> Reporter: Yonik Seeley
>
> TestStressIndexing2.testMultiConfig occasionally hits merge exceptions
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]