Build: https://jenkins.thetaphi.de/job/Lucene-MMAPv2-Windows/1054/
Java: 64bit/hotspot/jdk-20 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED:
org.apache.lucene.index.TestIndexWriterMergePolicy.testStressUpdateSameDocumentWithMergeOnGetReader
Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=1752, name=Lucene Merge Thread #227,
state=RUNNABLE, group=TGRP-TestIndexWriterMergePolicy]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=1752, name=Lucene Merge Thread #227,
state=RUNNABLE, group=TGRP-TestIndexWriterMergePolicy]
Caused by: org.apache.lucene.index.MergePolicy$MergeException:
java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot
merge
at __randomizedtesting.SeedInfo.seed([807FF33F503A967C]:0)
at
app//org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:735)
at
app//org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:727)
Caused by: java.lang.IllegalStateException: this writer hit an unrecoverable
error; cannot merge
at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:4930)
at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4909)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4727)
at
org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:6534)
at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:639)
at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:700)
Caused by: java.nio.file.FileSystemException:
C:\Users\jenkins\workspace\Lucene-MMAPv2-Windows\lucene\core\build\tmp\tests-tmp\lucene.index.TestIndexWriterMergePolicy_807FF33F503A967C-001\index-MMapDirectory-011\_4ev_Lucene90FieldsIndex-doc_ids_8ag.tmp:
Too many open files
at
org.apache.lucene.tests.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:67)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:163)
at
org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:200)
at java.base/java.nio.file.Files.newOutputStream(Files.java:227)
at
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:393)
at
org.apache.lucene.store.FSDirectory.createTempOutput(FSDirectory.java:233)
at
org.apache.lucene.store.NRTCachingDirectory.createTempOutput(NRTCachingDirectory.java:262)
at
org.apache.lucene.tests.store.MockDirectoryWrapper.createTempOutput(MockDirectoryWrapper.java:752)
at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:81)
at
org.apache.lucene.store.TrackingDirectoryWrapper.createTempOutput(TrackingDirectoryWrapper.java:49)
at
org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter.<init>(FieldsIndexWriter.java:83)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:152)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat.fieldsWriter(Lucene90CompressingStoredFieldsFormat.java:140)
at
org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat.fieldsWriter(Lucene90StoredFieldsFormat.java:154)
at
org.apache.lucene.tests.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:49)
at
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:50)
at
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:57)
at
org.apache.lucene.index.IndexingChain.startStoredFields(IndexingChain.java:544)
at
org.apache.lucene.index.IndexingChain.processDocument(IndexingChain.java:575)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:274)
at
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:425)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1551)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1836)
at
org.apache.lucene.tests.index.RandomIndexWriter.updateDocument(RandomIndexWriter.java:326)
at
org.apache.lucene.index.TestIndexWriterMergePolicy.lambda$stressUpdateSameDocumentWithMergeOnX$4(TestIndexWriterMergePolicy.java:774)
at java.base/java.lang.Thread.run(Thread.java:1623)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]