Build: https://ci-builds.apache.org/job/Solr/job/Solr-NightlyTests-main/834/
4 tests failed.
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnLeaderRestart
Error Message:
java.lang.AssertionError: expected:<499> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<499> but was:<0>
at
__randomizedtesting.SeedInfo.seed([EAE7B64F343FF1E2:CA69D0D5845E6C3B]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnLeaderRestart(TestReplicationHandler.java:693)
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)
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([EAE7B64F343FF1E2:23B1BADC7D7EBC2]: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 402098960 and allocated
threshold 392429568
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=48513, name=h2sc-572-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=48506, name=HttpClient@7b997eef-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=48504, name=h2sc-572-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)
4) Thread[id=48508, name=h2sc-572-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)
5) Thread[id=48505, name=h2sc-572-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)
6) Thread[id=48507, name=h2sc-572-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)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 6 threads leaked from SUITE
scope at org.apache.solr.cli.TestSolrCLIRunExample:
1) Thread[id=48513, name=h2sc-572-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=48506, name=HttpClient@7b997eef-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=48504, name=h2sc-572-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)
4) Thread[id=48508, name=h2sc-572-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)
5) Thread[id=48505, name=h2sc-572-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)
6) Thread[id=48507, name=h2sc-572-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)
at __randomizedtesting.SeedInfo.seed([EAE7B64F343FF1E2]: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=48513, name=h2sc-572-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=48506, name=HttpClient@7b997eef-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=48504, name=h2sc-572-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)
4) Thread[id=48508, name=h2sc-572-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)
5) Thread[id=48505, name=h2sc-572-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)
6) Thread[id=48507, name=h2sc-572-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)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=48513, name=h2sc-572-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=48506, name=HttpClient@7b997eef-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=48504, name=h2sc-572-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)
4) Thread[id=48508, name=h2sc-572-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)
5) Thread[id=48505, name=h2sc-572-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)
6) Thread[id=48507, name=h2sc-572-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)
at __randomizedtesting.SeedInfo.seed([EAE7B64F343FF1E2]:0)
Build Log:
[...truncated 355 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_EAE7B64F343FF1E2-001/tempDir-003/failExecuteScript"
"execute")
2>
2> 385128 WARN (ZkTestServer Run Thread) [] o.a.z.s.ServerCnxnFactory
maxCnxns is not configured, using default value 0.
2> 385210 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector.
ZkCredentialsInjector is not secure, it creates an empty list of credentials
which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 385249 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is
not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 385250 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector.
ZkCredentialsInjector is not secure, it creates an empty list of credentials
which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 385255 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is
not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 385255 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector.
ZkCredentialsInjector is not secure, it creates an empty list of credentials
which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 385278 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is
not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 385395 INFO (jetty-launcher-429-thread-1) [] 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> 385396 INFO (jetty-launcher-429-thread-1) []
o.e.j.s.s.DefaultSessionIdManager Session workerName=node0
2> 385397 INFO (jetty-launcher-429-thread-1) [] o.e.j.s.h.ContextHandler
Started
o.e.j.s.ServletContextHandler@69ebc77{/solr,file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-cwd/,AVAILABLE}
2> 385397 INFO (jetty-launcher-429-thread-1) [] o.e.j.s.AbstractConnector
Started ServerConnector@63c28bf5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38369}
2> 385397 INFO (jetty-launcher-429-thread-1) [] o.e.j.s.Server Started
Server@139723ad{STARTING}[10.0.15,sto=0] @385428ms
2> 385397 WARN (jetty-launcher-429-thread-1) [] o.a.s.c.c.SolrZkClient Using
default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates
an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper
nodes
2> 385400 WARN (jetty-launcher-429-thread-1) [] o.a.s.c.c.SolrZkClient Using
default ZkACLProvider. DefaultZkACLProvider is not secure, it creates
'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 385401 WARN (jetty-launcher-429-thread-1) [] o.a.s.D.solrxml-zookeeper
Loading solr.xml from zookeeper is deprecated. See reference guide for details.
2> 386783 WARN (jetty-launcher-429-thread-1) [n:localhost:38369_solr]
o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable;
consider setting up ACLs as described in
https://solr.apache.org/guide/solr/latest/deployment-guide/zookeeper-access-control.html
2> 386873 WARN (jetty-launcher-429-thread-1) [n:localhost:38369_solr]
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> 387014 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector.
ZkCredentialsInjector is not secure, it creates an empty list of credentials
which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 387017 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is
not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 387043 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector.
ZkCredentialsInjector is not secure, it creates an empty list of credentials
which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 387045 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is
not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 387175 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector.
ZkCredentialsInjector is not secure, it creates an empty list of credentials
which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 387180 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is
not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 387354 WARN (OverseerThreadFactory-446-thread-1) []
o.a.s.c.a.c.CreateCollectionCmd Specified number of replicas of 2 on collection
testCloudExamplePrompt is higher than the number of Solr instances currently
live or live and part of your createNodeSet(1). It's unusual to run two replica
of the same slice on the same Solr-instance.
2> 389616 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector.
ZkCredentialsInjector is not secure, it creates an empty list of credentials
which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 389618 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is
not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 390006 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector.
ZkCredentialsInjector is not secure, it creates an empty list of credentials
which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 390011 WARN
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EAE7B64F343FF1E2])
[] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is
not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
2> 390121 WARN (zkCallback-440-thread-2) [] o.a.s.c.LeaderElector Our node
is no longer in line to be leader
2> 390490 INFO (jetty-closer-544-thread-1) [] o.e.j.s.Server Stopped
Server@139723ad{STOPPING}[10.0.15,sto=0]
2> 390490 INFO (jetty-closer-544-thread-1) [] o.e.j.s.AbstractConnector
Stopped ServerConnector@63c28bf5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38369}
2> 390491 INFO (jetty-closer-544-thread-1) [] o.e.j.s.h.ContextHandler
Stopped
o.e.j.s.ServletContextHandler@69ebc77{/solr,file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-cwd/,STOPPED}
2> 390821 WARN (ZkTestServer Run Thread) [] o.a.s.c.ZkTestServer Watch limit
violations:
2> Maximum concurrent create/delete watches above limit:
2>
2> 11 /solr/collections/testCloudExamplePrompt/state.json
2> 8 /solr/configs/testCloudExamplePrompt/managed-schema.xml
2> 6 /solr/collections/testCloudExamplePrompt/terms/shard1
2> 6 /solr/clusterprops.json
2> 6 /solr/collections/testCloudExamplePrompt/terms/shard2
2> 6 /solr/aliases.json
2> 2 /solr/configs/testCloudExamplePrompt
2>
2> Maximum concurrent data watches above limit:
2>
2> 23 /solr/collections/testCloudExamplePrompt/state.json
2>
2> Maximum concurrent children watches above limit:
2>
2> 28 /solr/overseer/queue
2> 12 /solr/collections
2> 11 /solr/collections/testCloudExamplePrompt/state.json
2> 8 /solr/live_nodes
2> 7 /solr/overseer/collection-queue-work
2>
2> 390832 INFO (Thread-129) [] 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> 390834 INFO (Thread-129) [] o.e.j.s.s.DefaultSessionIdManager Session
workerName=node0
2> 390836 INFO (Thread-129) [] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@30ef8092{/solr,file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-cwd/,AVAILABLE}
2> 390836 INFO (Thread-129) [] o.e.j.s.AbstractConnector Started
ServerConnector@71b29a07{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45363}
2> 390837 INFO (Thread-129) [] o.e.j.s.Server Started
Server@186802d0{STARTING}[10.0.15,sto=0] @390868ms
2> 391038 WARN (Thread-129) [] 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
1> SimplePostTool version 5.0.0
1> Posting files to [base] url http://localhost:45363/solr/films/update/json
using content-type application/xml...
2> SimplePostTool: WARNING: No files or directories matching
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_EAE7B64F343FF1E2-001/tempDir-006/films/films.json
1> 0 files indexed.
1> COMMITting Solr index changes to
http://localhost:45363/solr/films/update/json...
1> Time spent: 0:00:00.002
2> 393352 INFO
(TEST-TestSolrCLIRunExample.testFilmsExample-seed#[EAE7B64F343FF1E2]) []
o.e.j.s.Server Stopped Server@186802d0{STOPPING}[10.0.15,sto=0]
2> 393353 INFO
(TEST-TestSolrCLIRunExample.testFilmsExample-seed#[EAE7B64F343FF1E2]) []
o.e.j.s.AbstractConnector Stopped ServerConnector@71b29a07{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:45363}
2> 393353 INFO
(TEST-TestSolrCLIRunExample.testFilmsExample-seed#[EAE7B64F343FF1E2]) []
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@30ef8092{/solr,file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-cwd/,STOPPED}
2> 393407 INFO (Thread-138) [] 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> 393408 INFO (Thread-138) [] o.e.j.s.s.DefaultSessionIdManager Session
workerName=node0
2> 393409 INFO (Thread-138) [] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@66b89764{/solr,file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-cwd/,AVAILABLE}
2> 393409 INFO (Thread-138) [] o.e.j.s.AbstractConnector Started
ServerConnector@619e3f22{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34493}
2> 393409 INFO (Thread-138) [] o.e.j.s.Server Started
Server@bee0071{STARTING}[10.0.15,sto=0] @393440ms
2> 395114 WARN (Thread-138) [] 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> 395429 INFO
(TEST-TestSolrCLIRunExample.testFilmsExample-seed#[EAE7B64F343FF1E2]) []
o.e.j.s.Server Stopped Server@bee0071{STOPPING}[10.0.15,sto=0]
2> 395430 INFO
(TEST-TestSolrCLIRunExample.testFilmsExample-seed#[EAE7B64F343FF1E2]) []
o.e.j.s.AbstractConnector Stopped ServerConnector@619e3f22{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:34493}
2> 395430 INFO
(TEST-TestSolrCLIRunExample.testFilmsExample-seed#[EAE7B64F343FF1E2]) []
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@66b89764{/solr,file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/tmp/tests-cwd/,STOPPED}
2> Jun 26, 2023 6:31:52 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
2> WARNING: Will linger awaiting termination of 6 leaked thread(s).
2> Jun 26, 2023 6:31:53 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
2> SEVERE: 6 threads leaked from SUITE scope at
org.apache.solr.cli.TestSolrCLIRunExample:
2> 1) Thread[id=48513, name=h2sc-572-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=48506, name=HttpClient@7b997eef-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=48504, name=h2sc-572-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> 4) Thread[id=48508, name=h2sc-572-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> 5) Thread[id=48505, name=h2sc-572-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> 6) Thread[id=48507, name=h2sc-572-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> Jun 26, 2023 6:31:53 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
2> INFO: Starting to interrupt leaked threads:
2> 1) Thread[id=48513, name=h2sc-572-thread-5, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> 2) Thread[id=48506, name=HttpClient@7b997eef-scheduler-1,
state=TIMED_WAITING, group=TGRP-TestSolrCLIRunExample]
2> 3) Thread[id=48504, name=h2sc-572-thread-1, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
2> 4) Thread[id=48508, name=h2sc-572-thread-4, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> 5) Thread[id=48505, name=h2sc-572-thread-2, state=RUNNABLE,
group=TGRP-TestSolrCLIRunExample]
2> 6) Thread[id=48507, name=h2sc-572-thread-3, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
2> Jun 26, 2023 6:31:56 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
2> SEVERE: There are still zombie threads that couldn't be terminated:
2> 1) Thread[id=48513, name=h2sc-572-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=48506, name=HttpClient@7b997eef-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=48504, name=h2sc-572-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> 4) Thread[id=48508, name=h2sc-572-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> 5) Thread[id=48505, name=h2sc-572-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> 6) Thread[id=48507, name=h2sc-572-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)
> com.carrotsearch.randomizedtesting.ThreadLeakError: 6 threads leaked
from SUITE scope at org.apache.solr.cli.TestSolrCLIRunExample:
> 1) Thread[id=48513, name=h2sc-572-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=48506, name=HttpClient@7b997eef-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=48504, name=h2sc-572-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)
> 4) Thread[id=48508, name=h2sc-572-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)
> 5) Thread[id=48505, name=h2sc-572-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)
> 6) Thread[id=48507, name=h2sc-572-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)
> at __randomizedtesting.SeedInfo.seed([EAE7B64F343FF1E2]:0)
> com.carrotsearch.randomizedtesting.ThreadLeakError: There are still
zombie threads that couldn't be terminated:
> 1) Thread[id=48513, name=h2sc-572-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=48506, name=HttpClient@7b997eef-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=48504, name=h2sc-572-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)
> 4) Thread[id=48508, name=h2sc-572-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)
> 5) Thread[id=48505, name=h2sc-572-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)
> 6) Thread[id=48507, name=h2sc-572-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)
> at __randomizedtesting.SeedInfo.seed([EAE7B64F343FF1E2]:0)
2> NOTE: test params are: codec=Asserting(Lucene95): {}, docValues:{},
maxPointsInLeafNode=1303, maxMBSortInHeap=7.0226787815354,
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fy-NL,
timezone=America/Indiana/Vincennes
2> NOTE: Linux 4.15.0-212-generic amd64/Eclipse Adoptium 11.0.16.1
(64-bit)/cpus=1,threads=7,free=66387128,total=311427072
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=EAE7B64F343FF1E2 -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=fy-NL -Dtests.timezone=America/Indiana/Vincennes
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
WARNING: Test org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates wrote
16,459,714 bytes of output.
WARNING: Test org.apache.solr.cloud.RestartWhileUpdatingTest wrote 32,633,512
bytes of output.
org
[...truncated too long message...]
lr:modules:sql:test (SUCCESS): 33 test(s)
> Task :solr:modules:sql:wipeTaskTemp
The slowest tests (exceeding 500 ms) during this run:
1516.50s HdfsBasicDistributedZkTest.test (:solr:modules:hdfs)
1353.01s TestStressLiveNodes.testStress (:solr:core)
342.58s TestDistributedSearch.test (:solr:core)
240.94s HdfsBasicDistributedZk2Test.test (:solr:modules:hdfs)
216.95s HdfsUnloadDistributedZkTest.test (:solr:modules:hdfs)
198.38s HdfsTlogReplayBufferedWhileIndexingTest.test (:solr:modules:hdfs)
141.82s TestRebalanceLeaders.testRebalanceLeaders (:solr:core)
125.97s ChaosMonkeyNothingIsSafeWithPullReplicasTest.test (:solr:core)
114.57s HdfsRestartWhileUpdatingTest.test (:solr:modules:hdfs)
113.66s TestSizeLimitedDistributedMap.testConcurrentCleanup (:solr:core)
The slowest suites (exceeding 1s) during this run:
1519.72s HdfsBasicDistributedZkTest (:solr:modules:hdfs)
1353.96s TestStressLiveNodes (:solr:core)
342.75s TestDistributedSearch (:solr:core)
323.76s TestReplicationHandler (:solr:core)
250.06s HdfsBasicDistributedZk2Test (:solr:modules:hdfs)
219.94s HdfsUnloadDistributedZkTest (:solr:modules:hdfs)
200.41s HdfsTlogReplayBufferedWhileIndexingTest (:solr:modules:hdfs)
145.54s TestRebalanceLeaders (:solr:core)
140.99s TestJsonFacets (:solr:core)
132.01s TestSizeLimitedDistributedMap (:solr:core)
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=EAE7B64F343FF1E2 -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=EAE7B64F343FF1E2 -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.handler.TestReplicationHandler.doTestIndexFetchOnLeaderRestart
(:solr:core)
Test output:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-NightlyTests-main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.TestReplicationHandler.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnLeaderRestart"
-Ptests.jvms=4 -Ptests.haltonfailure=false
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m"
-Ptests.seed=EAE7B64F343FF1E2 -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=EAE7B64F343FF1E2 -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 43m 5s
128 actionable tasks: 128 executed
Publishing build scan...
https://ge.apache.org/s/gyvnqwfjdnwvo
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.isIncluded(DirectoryScanner.java:1370)
at
org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1241)
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: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]