Build: https://ci-builds.apache.org/job/Solr/job/Solr-NightlyTests-main/836/
3 tests failed.
FAILED: org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming
Error Message:
java.lang.RuntimeException: Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([450D32AD97767BEE:ADD19F4F649E61CE]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1024)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:982)
at
org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:220)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
at
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
at
org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
at
org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
at
org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
at
org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped
Memory Circuit Breaker triggered as JVM heap usage values are greater than
allocated threshold.Seen JVM heap memory usage 418310088 and allocated
threshold 394395648
at
app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:375)
at
app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:224)
at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2893)
at app//org.apache.solr.util.TestHarness.query(TestHarness.java:348)
at app//org.apache.solr.util.TestHarness.query(TestHarness.java:328)
at app//org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:996)
... 48 more
FAILED: org.apache.solr.cli.TestSolrCLIRunExample.classMethod
Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 6 threads leaked from SUITE
scope at org.apache.solr.cli.TestSolrCLIRunExample:
1) Thread[id=48169, name=h2sc-400-thread-5, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
2) Thread[id=48162, name=HttpClient@51481811-scheduler-1,
state=TIMED_WAITING, group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
3) Thread[id=48164, name=h2sc-400-thread-4, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
4) Thread[id=48163, name=h2sc-400-thread-3, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
5) Thread[id=48160, name=h2sc-400-thread-1, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
6) Thread[id=48161, name=h2sc-400-thread-2, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 6 threads leaked from SUITE
scope at org.apache.solr.cli.TestSolrCLIRunExample:
1) Thread[id=48169, name=h2sc-400-thread-5, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
2) Thread[id=48162, name=HttpClient@51481811-scheduler-1,
state=TIMED_WAITING, group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
3) Thread[id=48164, name=h2sc-400-thread-4, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
4) Thread[id=48163, name=h2sc-400-thread-3, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
5) Thread[id=48160, name=h2sc-400-thread-1, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
6) Thread[id=48161, name=h2sc-400-thread-2, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
at __randomizedtesting.SeedInfo.seed([450D32AD97767BEE]:0)
FAILED: org.apache.solr.cli.TestSolrCLIRunExample.classMethod
Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=48169, name=h2sc-400-thread-5, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
2) Thread[id=48162, name=HttpClient@51481811-scheduler-1,
state=TIMED_WAITING, group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
3) Thread[id=48164, name=h2sc-400-thread-4, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
4) Thread[id=48163, name=h2sc-400-thread-3, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
5) Thread[id=48160, name=h2sc-400-thread-1, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
6) Thread[id=48161, name=h2sc-400-thread-2, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=48169, name=h2sc-400-thread-5, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
2) Thread[id=48162, name=HttpClient@51481811-scheduler-1,
state=TIMED_WAITING, group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
3) Thread[id=48164, name=h2sc-400-thread-4, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
4) Thread[id=48163, name=h2sc-400-thread-3, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
5) Thread[id=48160, name=h2sc-400-thread-1, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
6) Thread[id=48161, name=h2sc-400-thread-2, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:829)
at __randomizedtesting.SeedInfo.seed([450D32AD97767BEE]:0)
Build Log:
[...truncated 417 lines...]
2> ERROR: access denied ("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_450D32AD97767BEE-001/tempDir-005/failExecuteScript"
"execute")
2>
2> 356037 INFO (Thread-130) [] o.e.j.s.Server jetty-10.0.15; built:
2023-04-11T17:25:14.480Z; git: 68017dbd00236bb7e187330d7585a059610f661d; jvm
11.0.16.1+1
2> 356047 INFO (Thread-130) [] o.e.j.s.s.DefaultSessionIdManager Session
workerName=node0
2> 356047 INFO (Thread-130) [] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4393087e{/solr,file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-cwd/,AVAILABLE}
2> 356047 INFO (Thread-130) [] o.e.j.s.AbstractConnector Started
ServerConnector@35602c6b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37755}
2> 356048 INFO (Thread-130) [] o.e.j.s.Server Started
Server@9c5998f{STARTING}[10.0.15,sto=0] @356091ms
2> 356488 WARN (Thread-130) [] o.a.s.c.CoreContainer Not all security
plugins configured! authentication=disabled authorization=disabled. Solr is
only as secure as you make it. Consider configuring
authentication/authorization before exposing Solr to users internal or
external. See https://s.apache.org/solrsecurity for more info
2> 358204 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[450D32AD97767BEE]) []
o.e.j.s.Server Stopped Server@9c5998f{STOPPING}[10.0.15,sto=0]
2> 358204 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[450D32AD97767BEE]) []
o.e.j.s.AbstractConnector Stopped ServerConnector@35602c6b{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:37755}
2> 358204 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[450D32AD97767BEE]) []
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4393087e{/solr,file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-cwd/,STOPPED}
2> 358233 INFO (Thread-139) [] o.e.j.s.Server jetty-10.0.15; built:
2023-04-11T17:25:14.480Z; git: 68017dbd00236bb7e187330d7585a059610f661d; jvm
11.0.16.1+1
2> 358234 INFO (Thread-139) [] o.e.j.s.s.DefaultSessionIdManager Session
workerName=node0
2> 358235 INFO (Thread-139) [] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7bbb0dff{/solr,file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-cwd/,AVAILABLE}
2> 358235 INFO (Thread-139) [] o.e.j.s.AbstractConnector Started
ServerConnector@1c5b90ea{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41209}
2> 358235 INFO (Thread-139) [] o.e.j.s.Server Started
Server@2ad4d026{STARTING}[10.0.15,sto=0] @358279ms
2> 359241 WARN (Thread-139) [] o.a.s.c.CoreContainer Not all security
plugins configured! authentication=disabled authorization=disabled. Solr is
only as secure as you make it. Consider configuring
authentication/authorization before exposing Solr to users internal or
external. See https://s.apache.org/solrsecurity for more info
2> 360302 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[450D32AD97767BEE]) []
o.e.j.s.Server Stopped Server@2ad4d026{STOPPING}[10.0.15,sto=0]
2> 360303 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[450D32AD97767BEE]) []
o.e.j.s.AbstractConnector Stopped ServerConnector@1c5b90ea{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:41209}
2> 360303 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[450D32AD97767BEE]) []
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7bbb0dff{/solr,file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-cwd/,STOPPED}
2> Jun 28, 2023 6:03:16 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
2> WARNING: Will linger awaiting termination of 6 leaked thread(s).
2> Jun 28, 2023 6:03:17 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
2> SEVERE: 6 threads leaked from SUITE scope at
org.apache.solr.cli.TestSolrCLIRunExample:
2> 1) Thread[id=48169, name=h2sc-400-thread-5, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
2> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> 2) Thread[id=48162, name=HttpClient@51481811-scheduler-1,
state=TIMED_WAITING, group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2> at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
2> at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
2> at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> 3) Thread[id=48164, name=h2sc-400-thread-4, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
2> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> 4) Thread[id=48163, name=h2sc-400-thread-3, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
2> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> 5) Thread[id=48160, name=h2sc-400-thread-1, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
2> at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
2> at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
2> at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
2> at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
2> at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
2> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
2> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
2> at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
2> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
2> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> 6) Thread[id=48161, name=h2sc-400-thread-2, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
2> at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
2> at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
2> at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
2> at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
2> at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
2> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
2> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
2> at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
2> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
2> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> Jun 28, 2023 6:03:17 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
2> INFO: Starting to interrupt leaked threads:
2> 1) Thread[id=48169, name=h2sc-400-thread-5, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> 2) Thread[id=48162, name=HttpClient@51481811-scheduler-1,
state=TIMED_WAITING, group=TGRP-TestSolrCLIRunExample]
2> 3) Thread[id=48164, name=h2sc-400-thread-4, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> 4) Thread[id=48163, name=h2sc-400-thread-3, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> 5) Thread[id=48160, name=h2sc-400-thread-1, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
2> 6) Thread[id=48161, name=h2sc-400-thread-2, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
2> Jun 28, 2023 6:03:19 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
2> SEVERE: There are still zombie threads that couldn't be terminated:
2> 1) Thread[id=48169, name=h2sc-400-thread-5, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
2> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> 2) Thread[id=48162, name=HttpClient@51481811-scheduler-1,
state=TIMED_WAITING, group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2> at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
2> at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
2> at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> 3) Thread[id=48164, name=h2sc-400-thread-4, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
2> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> 4) Thread[id=48163, name=h2sc-400-thread-3, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
2> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> 5) Thread[id=48160, name=h2sc-400-thread-1, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
2> at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
2> at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
2> at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
2> at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
2> at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
2> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
2> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
2> at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
2> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
2> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
2> 6) Thread[id=48161, name=h2sc-400-thread-2, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
2> at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
2> at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
2> at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
2> at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
2> at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
2> at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
2> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
2> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
2> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
2> at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
2> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
2> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2> at [email protected]/java.lang.Thread.run(Thread.java:829)
> com.carrotsearch.randomizedtesting.ThreadLeakError: 6 threads leaked
from SUITE scope at org.apache.solr.cli.TestSolrCLIRunExample:
> 1) Thread[id=48169, name=h2sc-400-thread-5, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
> at [email protected]/jdk.internal.misc.Unsafe.park(Native
Method)
> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> 2) Thread[id=48162, name=HttpClient@51481811-scheduler-1,
state=TIMED_WAITING, group=TGRP-TestSolrCLIRunExample]
> at [email protected]/jdk.internal.misc.Unsafe.park(Native
Method)
> at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
> at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
> at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> 3) Thread[id=48164, name=h2sc-400-thread-4, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
> at [email protected]/jdk.internal.misc.Unsafe.park(Native
Method)
> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> 4) Thread[id=48163, name=h2sc-400-thread-3, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
> at [email protected]/jdk.internal.misc.Unsafe.park(Native
Method)
> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> 5) Thread[id=48160, name=h2sc-400-thread-1, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
> at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
> at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
> at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
> at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
> at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
> at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
> at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> 6) Thread[id=48161, name=h2sc-400-thread-2, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
> at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
> at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
> at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
> at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
> at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
> at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
> at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> at __randomizedtesting.SeedInfo.seed([450D32AD97767BEE]:0)
> com.carrotsearch.randomizedtesting.ThreadLeakError: There are still
zombie threads that couldn't be terminated:
> 1) Thread[id=48169, name=h2sc-400-thread-5, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
> at [email protected]/jdk.internal.misc.Unsafe.park(Native
Method)
> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> 2) Thread[id=48162, name=HttpClient@51481811-scheduler-1,
state=TIMED_WAITING, group=TGRP-TestSolrCLIRunExample]
> at [email protected]/jdk.internal.misc.Unsafe.park(Native
Method)
> at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
> at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
> at
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> 3) Thread[id=48164, name=h2sc-400-thread-4, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
> at [email protected]/jdk.internal.misc.Unsafe.park(Native
Method)
> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> 4) Thread[id=48163, name=h2sc-400-thread-3, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
> at [email protected]/jdk.internal.misc.Unsafe.park(Native
Method)
> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
> at
app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:547)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> 5) Thread[id=48160, name=h2sc-400-thread-1, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
> at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
> at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
> at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
> at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
> at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
> at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
> at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> 6) Thread[id=48161, name=h2sc-400-thread-2, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
> at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
> at
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
> at
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
> at
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
> at
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
> at
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
> at
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
> at
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
> at
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$339/0x000000010056cc40.run(Unknown
Source)
> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
> at
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$340/0x00000001005a8440.run(Unknown
Source)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at [email protected]/java.lang.Thread.run(Thread.java:829)
> at __randomizedtesting.SeedInfo.seed([450D32AD97767BEE]:0)
2> NOTE: test params are: codec=Asserting(Lucene95): {}, docValues:{},
maxPointsInLeafNode=1574, maxMBSortInHeap=5.157889331473124,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=mgh,
timezone=Australia/Hobart
2> NOTE: Linux 4.15.0-212-generic amd64/Eclipse Adoptium 11.0.16.1
(64-bit)/cpus=1,threads=7,free=145281264,total=317194240
2> NOTE: All tests run in this JVM: [ConvertedLegacyTest, EchoParamsTest,
SampleTest, TestCrossCoreJoin, TestDistributedSearch, TestJoin,
TestSolrCoreProperties, PathHierarchyTokenizerFactoryTest,
TestLuceneMatchVersion, JerseyResourceTest, SimplePostToolTest,
TestSolrCLIRunExample]
2> NOTE: large line-docs file was used in this run. You have to download it
manually ('gradlew getEnWikiRandomLines') and use
-P/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/test-data/enwiki.random.lines.txt=...
property to point to it.
2> NOTE: reproduce with: gradlew test --tests TestSolrCLIRunExample
-Dtests.seed=450D32AD97767BEE -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/test-data/enwiki.random.lines.txt
-Dtests.locale=mgh -Dtests.timezone=Australia/Hobart -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
WARNING: Test org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates wrote
16,244,433 bytes of output.
WARNING: Test org.apache.solr.cloud.RestartWhileUpdatingTest wrote 13,706,215
bytes of output.
WARNING: Test org.apache.solr.handler.TestReplicationHandler wrote 39,851,614
bytes of output.
WARNING: Test org.apache.solr.search.TestFiltering wrote 13,588,275 bytes of
output.
org.apache.solr.util.TestCircuitBreaker > testResponseWithCBTiming FAILED
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([450D32AD97767BEE:ADD19F4F649E61CE]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1024)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:982)
at
org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:220)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
at
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
at
org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
at
org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
at
org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
at
org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by:
org.apache.solr.common.SolrException: Circuit Breakers tripped Memory
Circuit Breaker triggered as JVM heap usage values are greater than allocated
threshold.Seen JVM heap memory usage 418310088 and allocated threshold 394395648
at
app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:375)
at
app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:224)
at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2893)
at app//org.apache.solr.util.TestHarness.query(TestHarness.java:348)
at app//org.apache.solr.util.TestHarness.query(TestHarness.java:328)
at
app//org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:996)
... 48 more
org.apache.solr.util.TestCircuitBreaker > test suite's output saved to
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.util.TestCircuitBreaker.txt,
copied below:
2> 1557643 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/server/solr/configsets/_default/conf'
2> 1557643 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-699 after mutting 0 log
messages
2> 1557643 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-700 for ERROR logs matching
regex: ignore_exception
2> 1557644 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-tmp/solr.util.TestCircuitBreaker_450D32AD97767BEE-001/data-dir-279-001
2> 1557644 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
2> 1557645 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
2> 1557645 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
2> 1557645 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.SolrTestCaseJ4 ####initCore
2> 1557648 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/resources/test/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/resources/test/solr/collection1/lib/classes]
2> 1557659 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
2> 1557659 WARN (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not
implemented and has no effect.
2> 1557663 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.s.IndexSchema Schema name=test
2> 1557668 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
2> 1558790 WARN (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
2> 1558808 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/resources/test/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/resources/test/solr/collection1/lib/classes]
2> 1558821 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
2> 1558821 WARN (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not
implemented and has no effect.
2> 1558825 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Schema name=test
2> 1558831 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
2> 1558840 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/resources/test/solr/collection1,
trusted=true
2> 1558840 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.c.SolrCore Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/resources/test/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-tmp/solr.util.TestCircuitBreaker_450D32AD97767BEE-001/data-dir-279-001/]
2> 1558841 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022208E12,
noCFSRatio=0.2615779748691185]
2> 1558867 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
2> 1558870 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
2> 1558870 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
2> 1558870 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergedSegmentMB=99.18016529083252,
floorSegmentMB=0.45511722564697266,
forceMergeDeletesPctAllowed=19.60632671502273, segmentsPerTier=12.0,
maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=1.0,
deletesPctAllowed=32.540843457109254
2> 1558871 WARN (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/resources/test/solr/collection1/conf
; switching to use InMemory storage instead.
2> 1558871 INFO (coreLoadExecutor-16840-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
2> 1558872 INFO (searcherExecutor-16842-thread-1-processing-collection1) [
x:collection1] o.a.s.c.SolrCore Registered new searcher autowarm time: 0 ms
2> 1558910 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
2> 1558919 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) []
o.a.s.SolrTestCaseJ4 ####initCore end
2> 1558920 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory webapp=null path=null
params={}{add=[1]} 0 0
2> 1558921 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory webapp=null path=null
params={}{add=[2]} 0 0
2> 1558922 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory webapp=null path=null
params={}{add=[3]} 0 0
2> 1558922 INFO (SUITE-TestCircuitBreaker-seed#[450D32AD97767BEE]-worker) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory webapp=null path=null
params={}{add=[1]} 0 0
2> 1558923 INFO (SUITE-TestCircuitBreaker-seed#[450D32A
[...truncated too long message...]
13.26s TestStressLiveNodes.testStress (:solr:core)
866.11s HdfsBasicDistributedZkTest.test (:solr:modules:hdfs)
306.35s TestDistributedSearch.test (:solr:core)
133.56s TestRebalanceLeaders.testRebalanceLeaders (:solr:core)
129.43s CheckHdfsIndexTest.testChecksumsOnlyVerbose (:solr:modules:hdfs)
124.31s TestSizeLimitedDistributedMap.testConcurrentCleanup (:solr:core)
111.16s HdfsRestartWhileUpdatingTest.test (:solr:modules:hdfs)
104.27s TestReplicationHandler.doTestReplicateAfterCoreReload (:solr:core)
102.17s HdfsBasicDistributedZk2Test.test (:solr:modules:hdfs)
91.02s StressHdfsTest.test (:solr:modules:hdfs)
The slowest suites (exceeding 1s) during this run:
1214.19s TestStressLiveNodes (:solr:core)
874.48s HdfsBasicDistributedZkTest (:solr:modules:hdfs)
312.72s TestReplicationHandler (:solr:core)
306.56s TestDistributedSearch (:solr:core)
235.81s CheckHdfsIndexTest (:solr:modules:hdfs)
173.66s TestJsonFacets (:solr:core)
144.94s TestSizeLimitedDistributedMap (:solr:core)
137.75s TestRebalanceLeaders (:solr:core)
113.45s HdfsRestartWhileUpdatingTest (:solr:modules:hdfs)
112.15s HdfsBasicDistributedZk2Test (:solr:modules:hdfs)
ERROR: The following test(s) have failed:
- org.apache.solr.cli.TestSolrCLIRunExample.classMethod (:solr:core)
Test output:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cli.TestSolrCLIRunExample.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.cli.TestSolrCLIRunExample.classMethod" -Ptests.jvms=4
-Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:TieredStopAtLevel=1
-XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m"
-Ptests.seed=450D32AD97767BEE -Ptests.multiplier=2 -Ptests.nightly=true
-Ptests.badapples=false -Ptests.file.encoding=UTF-8
-Ptests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/test-data/enwiki.random.lines.txt
- org.apache.solr.cli.TestSolrCLIRunExample.classMethod (:solr:core)
Test output:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cli.TestSolrCLIRunExample.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.cli.TestSolrCLIRunExample.classMethod" -Ptests.jvms=4
-Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:TieredStopAtLevel=1
-XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m"
-Ptests.seed=450D32AD97767BEE -Ptests.multiplier=2 -Ptests.nightly=true
-Ptests.badapples=false -Ptests.file.encoding=UTF-8
-Ptests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/test-data/enwiki.random.lines.txt
- org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming
(:solr:core)
Test output:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.util.TestCircuitBreaker.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming"
-Ptests.jvms=4 -Ptests.haltonfailure=false
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m"
-Ptests.seed=450D32AD97767BEE -Ptests.multiplier=2 -Ptests.nightly=true
-Ptests.badapples=false -Ptests.file.encoding=UTF-8
-Ptests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/test-data/enwiki.random.lines.txt
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
See
https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 1h 27m 3s
128 actionable tasks: 128 executed
Publishing build scan...
https://ge.apache.org/s/7r4c67ney2adu
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
hudson.FilePath$ValidateAntFileMask$1Cancel
at
hudson.FilePath$ValidateAntFileMask$1.isCaseSensitive(FilePath.java:3300)
at
org.apache.tools.ant.DirectoryScanner.couldHoldIncluded(DirectoryScanner.java:1413)
at
org.apache.tools.ant.DirectoryScanner.lambda$couldHoldIncluded$4(DirectoryScanner.java:1400)
at
java.base/java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
at
java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958)
at
java.base/java.util.stream.Streams$ConcatSpliterator.tryAdvance(Streams.java:720)
at
java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127)
at
java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
at
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
at
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at
java.base/java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
at
java.base/java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
at
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at
java.base/java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:528)
at
org.apache.tools.ant.DirectoryScanner.couldHoldIncluded(DirectoryScanner.java:1400)
at
org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1266)
at
org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at
org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at
org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at
org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at
org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
at
org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1194)
at
org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1156)
at
org.apache.tools.ant.DirectoryScanner.checkIncludePatterns(DirectoryScanner.java:954)
at org.apache.tools.ant.DirectoryScanner.scan(DirectoryScanner.java:912)
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3313)
Caused: hudson.FilePath$FileMaskNoMatchesFoundException: no matches found
within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3318)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3196)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3174)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3578)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene-solr-1
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1192)
at hudson.FilePath.act(FilePath.java:1181)
at hudson.FilePath.validateAntFileMask(FilePath.java:3171)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
at hudson.model.Build$BuildExecution.post2(Build.java:179)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
at hudson.model.Run.execute(Run.java:1925)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
at
hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3580)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:377)
at
hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused: java.lang.InterruptedException:
hudson.FilePath$FileMaskNoMatchesFoundException: no matches found within 10000
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1181)
at hudson.FilePath.validateAntFileMask(FilePath.java:3171)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
at hudson.model.Build$BuildExecution.post2(Build.java:179)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
at hudson.model.Run.execute(Run.java:1925)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]