[
https://issues.apache.org/jira/browse/LUCENE-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071528#comment-13071528
]
Robert Muir commented on LUCENE-3345:
-------------------------------------
{noformat}
[junit] Testsuite: org.apache.lucene.index.codecs.pulsing.Test10KPulsings
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.81 sec
[junit]
[junit] ------------- Standard Output ---------------
[junit] CheckIndex failed
[junit] Segments file=segments_e numSegments=1 version=4.0
format=FORMAT_4_0 [Lucene 4.0]
[junit] 1 of 1: name=_p docCount=10050
[junit] codec=SegmentCodecs [codecs=[Pulsing(freqCutoff=3)],
provider=RandomCodecProvider: {}]
[junit] compound=true
[junit] hasProx=true
[junit] numFiles=2
[junit] size (MB)=3,141
[junit] diagnostics = {optimize=false, mergeFactor=3,
os.version=2.6.38-8-generic, os=Linux, lucene.version=4.0-SNAPSHOT,
source=merge, os.arch=amd64, java.version=1.6.0_25, java.vendor=Sun
Microsystems Inc.}
[junit] no deletions
[junit] test: open reader.........FAILED
[junit] WARNING: fixIndex() would remove reference to this segment;
full exception:
[junit] java.io.IOException: No sub-file with id _0-1.dat found (files:
[_0.cfs, _0.tib, _0.tiv, .fnm, _0.cfe, _0.frq, .fdt, .nrm, _0.prx, .fdx])
[junit] at
org.apache.lucene.store.CompoundFileDirectory.openInput(CompoundFileDirectory.java:198)
[junit] at
org.apache.lucene.store.MockCompoundFileDirectoryWrapper.openInput(MockCompoundFileDirectoryWrapper.java:55)
[junit] at
org.apache.lucene.index.values.Bytes$BytesReaderBase.<init>(Bytes.java:448)
[junit] at
org.apache.lucene.index.values.VarDerefBytesImpl$Reader.<init>(VarDerefBytesImpl.java:225)
[junit] at
org.apache.lucene.index.values.Bytes.getValues(Bytes.java:177)
[junit] at
org.apache.lucene.index.codecs.DefaultDocValuesProducer.loadDocValues(DefaultDocValuesProducer.java:170)
[junit] at
org.apache.lucene.index.codecs.DefaultDocValuesProducer.load(DefaultDocValuesProducer.java:113)
[junit] at
org.apache.lucene.index.codecs.DefaultDocValuesProducer.<init>(DefaultDocValuesProducer.java:86)
[junit] at
org.apache.lucene.index.codecs.pulsing.PulsingCodec.docsProducer(PulsingCodec.java:184)
[junit] at
org.apache.lucene.index.PerFieldCodecWrapper$PerDocProducers.<init>(PerFieldCodecWrapper.java:224)
[junit] at
org.apache.lucene.index.PerFieldCodecWrapper.docsProducer(PerFieldCodecWrapper.java:207)
[junit] at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:92)
[junit] at
org.apache.lucene.index.SegmentReader.get(SegmentReader.java:113)
[junit] at
org.apache.lucene.index.SegmentReader.get(SegmentReader.java:92)
[junit] at
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:517)
[junit] at
org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:158)
[junit] at
org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:148)
[junit] at
org.apache.lucene.index.codecs.pulsing.Test10KPulsings.test10kPulsed(Test10KPulsings.java:92)
...
[junit] ------------- Standard Error -----------------
[junit] NOTE: reproduce with: ant test -Dtestcase=Test10KPulsings
-Dtestmethod=test10kPulsed -Dtests.seed=2835406743900800199:-6668246351730332054
{noformat}
> docvalues FNFE
> --------------
>
> Key: LUCENE-3345
> URL: https://issues.apache.org/jira/browse/LUCENE-3345
> Project: Lucene - Java
> Issue Type: Bug
> Reporter: Robert Muir
>
> I created a test for LUCENE-3335, and it found an unrelated bug in docvalues.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]