Build: https://jenkins.thetaphi.de/job/Solr-main-Windows/7424/
Java: 64bit/hotspot/jdk-22.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  
org.apache.solr.core.DirectoryFactoryTest.testGetDataHomeByteBuffersDirectory

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=14522, name=Thread-1485, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=14522, name=Thread-1485, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]
Caused by: java.lang.IllegalStateException: Recording can only be started once.
        at __randomizedtesting.SeedInfo.seed([E06D92DBD3187E21]:0)
        at 
jdk.jfr/jdk.jfr.internal.PlatformRecording.start(PlatformRecording.java:118)
        at 
jdk.jfr/jdk.jfr.consumer.RecordingStream.start(RecordingStream.java:356)
        at 
io.opentelemetry.instrumentation.runtimemetrics.java17.RuntimeMetrics$JfrRuntimeMetrics.lambda$new$2(RuntimeMetrics.java:104)
        at java.base/java.lang.Thread.run(Thread.java:1570)


FAILED:  org.apache.solr.core.DirectoryFactoryTest.testGetDataHomeRAMDirectory

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=14526, name=Thread-1487, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=14526, name=Thread-1487, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]
Caused by: java.lang.IllegalStateException: Recording can only be started once.
        at __randomizedtesting.SeedInfo.seed([E06D92DBD3187E21]:0)
        at 
jdk.jfr/jdk.jfr.internal.PlatformRecording.start(PlatformRecording.java:118)
        at 
jdk.jfr/jdk.jfr.consumer.RecordingStream.start(RecordingStream.java:356)
        at 
io.opentelemetry.instrumentation.runtimemetrics.java17.RuntimeMetrics$JfrRuntimeMetrics.lambda$new$2(RuntimeMetrics.java:104)
        at java.base/java.lang.Thread.run(Thread.java:1570)


FAILED:  org.apache.solr.core.DirectoryFactoryTest.testGetDataHomeRAMDirectory

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=32, name=Thread-7, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]
Caused by: java.lang.IllegalStateException: Recording can only be started once.
        at __randomizedtesting.SeedInfo.seed([E06D92DBD3187E21]:0)
        at 
jdk.jfr/jdk.jfr.internal.PlatformRecording.start(PlatformRecording.java:118)
        at 
jdk.jfr/jdk.jfr.consumer.RecordingStream.start(RecordingStream.java:356)
        at 
io.opentelemetry.instrumentation.runtimemetrics.java17.RuntimeMetrics$JfrRuntimeMetrics.lambda$new$2(RuntimeMetrics.java:104)
        at java.base/java.lang.Thread.run(Thread.java:1570)


FAILED:  org.apache.solr.search.TestTaskManagement.testCancellationQuery

Error Message:
java.util.concurrent.CompletionException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request

Stack Trace:
java.util.concurrent.CompletionException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request
        at 
__randomizedtesting.SeedInfo.seed([E06D92DBD3187E21:AC3ECB86875826E8]:0)
        at 
org.apache.solr.search.TestTaskManagement.lambda$executeQueryAsync$1(TestTaskManagement.java:268)
        at 
java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:381)
        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:1570)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live 
SolrServers available to handle this request
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient$EndpointIterator.nextOrError(LBSolrClient.java:319)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:463)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1083)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:781)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:714)
        at 
app//org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1193)
        at 
app//org.apache.solr.search.TestTaskManagement.executeQuery(TestTaskManagement.java:259)
        at 
app//org.apache.solr.search.TestTaskManagement.lambda$executeQueryAsync$1(TestTaskManagement.java:266)
        ... 5 more
Caused by: org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:56061/solr: Duplicate query UUID given
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:710)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:516)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:498)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:525)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:467)
        ... 12 more
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to