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/23 10:25:30 UTC

[JENKINS] Solr-main-Linux (64bit/openj9/jdk-17.0.5) - Build # 12882 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/12882/
Java: 64bit/openj9/jdk-17.0.5 -XX:-UseCompressedOops -Xgcpolicy:balanced

1 tests failed.
FAILED:  org.apache.solr.s3.S3InstallShardTest.testParallelInstallToMultiShardCollection

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=51, name=MemoryMXBean notification dispatcher, state=RUNNABLE, group=system]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=51, name=MemoryMXBean notification dispatcher, state=RUNNABLE, group=system]
	at __randomizedtesting.SeedInfo.seed([E3617C678BE3D0D0:41198DEF72917F12]:0)
Caused by: java.lang.IllegalArgumentException: committed argument cannot be less than 0
	at java.management@17.0.5/java.lang.management.MemoryUsage.<init>(MemoryUsage.java:109)
	at jdk.management@17.0.5/com.ibm.lang.management.internal.ExtendedGarbageCollectorMXBeanImpl.buildGcInfo(ExtendedGarbageCollectorMXBeanImpl.java:95)
	at jdk.management@17.0.5/com.ibm.lang.management.internal.MemoryNotificationThread.dispatchGCNotificationHelper(MemoryNotificationThread.java:94)
	at jdk.management@17.0.5/com.ibm.lang.management.internal.MemoryNotificationThread.processNotificationLoop(Native Method)
	at jdk.management@17.0.5/com.ibm.lang.management.internal.MemoryNotificationThread.run(MemoryNotificationThread.java:183)
	at java.base@17.0.5/java.lang.Thread.run(Thread.java:857)