You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@solr.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2023/06/01 22:09:55 UTC

[JENKINS] Solr-main-Linux (64bit/hotspot/jdk-19) - Build # 12452 - Unstable!

Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/12452/
Java: 64bit/hotspot/jdk-19 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.hdfs.cloud.api.collections.TestHdfsCloudBackupRestore.classMethod

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=803, name=coreCloseExecutor-181-thread-7, state=RUNNABLE, group=TGRP-TestHdfsCloudBackupRestore]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=803, name=coreCloseExecutor-181-thread-7, state=RUNNABLE, group=TGRP-TestHdfsCloudBackupRestore]
Caused by: java.lang.AssertionError: 1
	at __randomizedtesting.SeedInfo.seed([485C6C59219D3724]:0)
	at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:201)
	at org.apache.solr.core.SolrCore.doClose(SolrCore.java:1883)
	at org.apache.solr.core.SolrCore.close(SolrCore.java:1758)
	at org.apache.solr.core.SolrCores.lambda$close$0(SolrCores.java:128)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1589)