Build: https://jenkins.thetaphi.de/job/Lucene-MMAPv2-Windows/1001/
Java: 64bit/hotspot/jdk-19 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  
org.apache.lucene.index.TestIndexWriterMergePolicy.testStressUpdateSameDocumentWithMergeOnGetReader

Error Message:
java.lang.AssertionError: java.nio.file.FileSystemException: 
C:\Users\jenkins\workspace\Lucene-MMAPv2-Windows\lucene\core\build\tmp\tests-tmp\lucene.index.TestIndexWriterMergePolicy_C4768EF5B90F9100-001\index-MMapDirectory-004\_28i.fdt:
 Too many open files

Stack Trace:
java.lang.AssertionError: java.nio.file.FileSystemException: 
C:\Users\jenkins\workspace\Lucene-MMAPv2-Windows\lucene\core\build\tmp\tests-tmp\lucene.index.TestIndexWriterMergePolicy_C4768EF5B90F9100-001\index-MMapDirectory-004\_28i.fdt:
 Too many open files
        at __randomizedtesting.SeedInfo.seed([C4768EF5B90F9100]:0)
        at 
org.apache.lucene.index.TestIndexWriterMergePolicy.lambda$stressUpdateSameDocumentWithMergeOnX$4(TestIndexWriterMergePolicy.java:780)
        at java.base/java.lang.Thread.run(Thread.java:1589)
Caused by: java.nio.file.FileSystemException: 
C:\Users\jenkins\workspace\Lucene-MMAPv2-Windows\lucene\core\build\tmp\tests-tmp\lucene.index.TestIndexWriterMergePolicy_C4768EF5B90F9100-001\index-MMapDirectory-004\_28i.fdt:
 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:228)
        at 
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:394)
        at 
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:387)
        at 
org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:220)
        at 
org.apache.lucene.tests.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:717)
        at 
org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:43)
        at 
org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:41)
        at 
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:138)
        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:512)
        at 
org.apache.lucene.index.IndexingChain.processDocument(IndexingChain.java:543)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:243)
        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:421)
        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1550)
        at 
org.apache.lucene.index.IndexWriter.softUpdateDocument(IndexWriter.java:1867)
        at 
org.apache.lucene.tests.index.RandomIndexWriter.updateDocument(RandomIndexWriter.java:318)
        at 
org.apache.lucene.index.TestIndexWriterMergePolicy.lambda$stressUpdateSameDocumentWithMergeOnX$4(TestIndexWriterMergePolicy.java:774)
        ... 1 more
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to