[ 
https://issues.apache.org/jira/browse/LUCENE-3125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036378#comment-13036378
 ] 

selckin commented on LUCENE-3125:
---------------------------------

{code}
    [junit] Testsuite: org.apache.lucene.index.values.TestDocValuesIndexing
    [junit] Testcase: 
testAddIndexes(org.apache.lucene.index.values.TestDocValuesIndexing):     
Caused an ERROR
    [junit] MMapIndexInput already closed
    [junit] org.apache.lucene.store.AlreadyClosedException: MMapIndexInput 
already closed
    [junit]     at 
org.apache.lucene.store.MMapDirectory$MMapIndexInput.clone(MMapDirectory.java:291)
    [junit]     at 
org.apache.lucene.store.MockIndexInputWrapper.clone(MockIndexInputWrapper.java:68)
    [junit]     at 
org.apache.lucene.index.values.Bytes$BytesReaderBase.cloneData(Bytes.java:454)
    [junit]     at 
org.apache.lucene.index.values.VarSortedBytesImpl$Reader.getEnum(VarSortedBytesImpl.java:234)
    [junit]     at 
org.apache.lucene.index.values.DocValues.getEnum(DocValues.java:54)
    [junit]     at 
org.apache.lucene.index.values.TestDocValuesIndexing.getValuesEnum(TestDocValuesIndexing.java:484)
    [junit]     at 
org.apache.lucene.index.values.TestDocValuesIndexing.testAddIndexes(TestDocValuesIndexing.java:203)
    [junit]     at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1304)
    [junit]     at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1233)
    [junit] 
    [junit] 
    [junit] Tests run: 10, Failures: 0, Errors: 1, Time elapsed: 16.858 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] NOTE: reproduce with: ant test -Dtestcase=TestDocValuesIndexing 
-Dtestmethod=testAddIndexes -Dtests.seed=2717387190169859484:6990694723425578308
    [junit] NOTE: test params are: codec=RandomCodecProvider: 
{id=Pulsing(freqCutoff=14), FLOAT_32=Pulsing(freqCutoff=14), 
BYTES_FIXED_DEREF=MockSep, BYTES_VAR_DEREF=MockFixedIntBlock(blockSize=1259), 
BYTES_VAR_SORTED=MockSep, 
BYTES_VAR_STRAIGHT=MockVariableIntBlock(baseBlockSize=15), 
BYTES_FIXED_STRAIGHT=MockVariableIntBlock(baseBlockSize=15), docId=MockSep, 
FLOAT_64=Standard, INTS=Standard, BYTES_FIXED_SORTED=MockSep}, locale=uk_UA, 
timezone=EST
    [junit] NOTE: all tests run in this JVM:
    [junit] [TestAssertions, TestDemo, TestCachingTokenFilter, TestDocument, 
TestDeletionPolicy, TestDirectoryReader, TestDocumentWriter, TestFlex, 
TestIndexReaderCloneNorms, TestLongPostings, TestMultiReader, TestOmitTf, 
TestRollingUpdates, TestSegmentTermEnum, TestDocValuesIndexing]
    [junit] NOTE: Linux 2.6.37-gentoo amd64/Sun Microsystems Inc. 1.6.0_25 
(64-bit)/cpus=8,threads=1,free=165611040,total=263258112
    [junit] ------------- ---------------- ---------------
    [junit] TEST org.apache.lucene.index.values.TestDocValuesIndexing FAILED
{code}

> TestDocValuesIndexing.testAddIndexes failures on docvalues branch
> -----------------------------------------------------------------
>
>                 Key: LUCENE-3125
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3125
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: selckin
>
> doc values branch r1124825, reproducible 
> {code}
>     [junit] Testsuite: org.apache.lucene.index.values.TestDocValuesIndexing
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.716 sec
>     [junit] 
>     [junit] ------------- Standard Error -----------------
>     [junit] NOTE: reproduce with: ant test -Dtestcase=TestDocValuesIndexing 
> -Dtestmethod=testAddIndexes 
> -Dtests.seed=5939035003978436534:-6429764582682717131
>     [junit] NOTE: test params are: codec=RandomCodecProvider: {id=MockRandom, 
> BYTES_VAR_DEREF=MockRandom, INTS=Pulsing(freqCutoff=13)}, locale=da_DK, 
> timezone=Asia/Macao
>     [junit] NOTE: all tests run in this JVM:
>     [junit] [TestDocValuesIndexing]
>     [junit] NOTE: Linux 2.6.37-gentoo amd64/Sun Microsystems Inc. 1.6.0_25 
> (64-bit)/cpus=8,threads=1,free=88582432,total=125632512
>     [junit] ------------- ---------------- ---------------
>     [junit] Testcase: 
> testAddIndexes(org.apache.lucene.index.values.TestDocValuesIndexing):     
> Caused an ERROR
>     [junit] null
>     [junit] java.nio.channels.ClosedChannelException
>     [junit]     at 
> sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:88)
>     [junit]     at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:603)
>     [junit]     at 
> org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:161)
>     [junit]     at 
> org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:222)
>     [junit]     at 
> org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:39)
>     [junit]     at 
> org.apache.lucene.store.DataInput.readInt(DataInput.java:73)
>     [junit]     at 
> org.apache.lucene.store.BufferedIndexInput.readInt(BufferedIndexInput.java:162)
>     [junit]     at 
> org.apache.lucene.store.DataInput.readLong(DataInput.java:115)
>     [junit]     at 
> org.apache.lucene.store.BufferedIndexInput.readLong(BufferedIndexInput.java:175)
>     [junit]     at 
> org.apache.lucene.store.MockIndexInputWrapper.readLong(MockIndexInputWrapper.java:136)
>     [junit]     at 
> org.apache.lucene.index.values.PackedIntsImpl$IntsEnumImpl.<init>(PackedIntsImpl.java:263)
>     [junit]     at 
> org.apache.lucene.index.values.PackedIntsImpl$IntsEnumImpl.<init>(PackedIntsImpl.java:249)
>     [junit]     at 
> org.apache.lucene.index.values.PackedIntsImpl$IntsReader.getEnum(PackedIntsImpl.java:239)
>     [junit]     at 
> org.apache.lucene.index.values.DocValues.getEnum(DocValues.java:54)
>     [junit]     at 
> org.apache.lucene.index.values.TestDocValuesIndexing.getValuesEnum(TestDocValuesIndexing.java:484)
>     [junit]     at 
> org.apache.lucene.index.values.TestDocValuesIndexing.testAddIndexes(TestDocValuesIndexing.java:202)
>     [junit]     at 
> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1304)
>     [junit]     at 
> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1233)
>     [junit] 
>     [junit] 
>     [junit] Test org.apache.lucene.index.values.TestDocValuesIndexing FAILED
> {code}
> and
> {code}
>     [junit] Testsuite: org.apache.lucene.index.values.TestDocValuesIndexing
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.94 sec
>     [junit] 
>     [junit] ------------- Standard Error -----------------
>     [junit] NOTE: reproduce with: ant test -Dtestcase=TestDocValuesIndexing 
> -Dtestmethod=testAddIndexes 
> -Dtests.seed=-3677966427932339626:-4746638811786223564
>     [junit] NOTE: test params are: codec=RandomCodecProvider: {id=Standard, 
> BYTES_FIXED_DEREF=MockSep, FLOAT_64=SimpleText}, locale=ca, 
> timezone=Asia/Novosibirsk
>     [junit] NOTE: all tests run in this JVM:
>     [junit] [TestDocValuesIndexing]
>     [junit] NOTE: Linux 2.6.37-gentoo amd64/Sun Microsystems Inc. 1.6.0_25 
> (64-bit)/cpus=8,threads=1,free=88596152,total=125632512
>     [junit] ------------- ---------------- ---------------
>     [junit] Testcase: 
> testAddIndexes(org.apache.lucene.index.values.TestDocValuesIndexing):     
> Caused an ERROR
>     [junit] Bad file descriptor
>     [junit] java.io.IOException: Bad file descriptor
>     [junit]     at java.io.RandomAccessFile.seek(Native Method)
>     [junit]     at 
> org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.readInternal(SimpleFSDirectory.java:101)
>     [junit]     at 
> org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:222)
>     [junit]     at 
> org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:39)
>     [junit]     at 
> org.apache.lucene.store.MockIndexInputWrapper.readByte(MockIndexInputWrapper.java:105)
>     [junit]     at 
> org.apache.lucene.index.values.Floats$FloatsReader.load(Floats.java:281)
>     [junit]     at 
> org.apache.lucene.index.values.SourceCache$DirectSourceCache.load(SourceCache.java:101)
>     [junit]     at 
> org.apache.lucene.index.values.DocValues.getSource(DocValues.java:101)
>     [junit]     at 
> org.apache.lucene.index.values.TestDocValuesIndexing.getSource(TestDocValuesIndexing.java:472)
>     [junit]     at 
> org.apache.lucene.index.values.TestDocValuesIndexing.getValuesEnum(TestDocValuesIndexing.java:482)
>     [junit]     at 
> org.apache.lucene.index.values.TestDocValuesIndexing.testAddIndexes(TestDocValuesIndexing.java:203)
>     [junit]     at 
> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1304)
>     [junit]     at 
> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1233)
>     [junit] 
>     [junit] 
>     [junit] Test org.apache.lucene.index.values.TestDocValuesIndexing FAILED
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to