iamsanjay commented on PR #3477:
URL: https://github.com/apache/solr/pull/3477#issuecomment-3220464745
@kotman12 I believe this is related
```
Reproduce with: ./gradlew :solr:core:test --tests
"org.apache.solr.update.SolrIndexFingerprintTest.testSequentialVsParallelFingerprint"
-Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:TieredStopAtLevel=1
-XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m"
-Ptests.seed=937823B9A5449C7B -Ptests.multiplier=2
-Ptests.useSecurityManager=true -Ptests.badapples=false
-Ptests.file.encoding=UTF-8
```
```
Caused by: java.nio.file.FileSystemException:
/home/jenkins/jenkins-agent/workspace/Solr/Solr-Test-main/build/tmp/tests-tmp/org.apache.solr.update.SolrIndexFingerprintTest_937823B9A5449C7B-001/index-NIOFSDirectory-001/_5o.fdx:
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.newFileChannel(HandleTrackingFS.java:202)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:171)
at java.base/java.nio.channels.FileChannel.open(FileChannel.java:309)
at java.base/java.nio.channels.FileChannel.open(FileChannel.java:369)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]