Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/1039/
3 tests failed.
FAILED:
org.apache.solr.cloud.TestAuthenticationFramework.testCollectionCreateSearchDelete
Error Message:
Address already in use
Stack Trace:
java.net.BindException: Address already in use
at
__randomizedtesting.SeedInfo.seed([6B4A28DD8930C974:C8B086780ED823D1]:0)
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:463)
at sun.nio.ch.Net.bind(Net.java:455)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:321)
at
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:366)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:407)
at
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:357)
at
org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateSearchDelete(TestMiniSolrCloudCluster.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestAuthenticationFramework
Error Message:
10 threads leaked from SUITE scope at
org.apache.solr.cloud.TestAuthenticationFramework: 1) Thread[id=50657,
name=qtp1598845069-50657, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745) 2) Thread[id=50661,
name=Scheduler-304156586, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745) 3) Thread[id=50656,
name=qtp1598845069-50656, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745) 4) Thread[id=50655,
name=qtp1598845069-50655, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745) 5) Thread[id=50658,
name=qtp1598845069-50658, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745) 6) Thread[id=50654,
name=qtp1598845069-50654, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745) 7) Thread[id=50660,
name=qtp1598845069-50660, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745) 8) Thread[id=50653,
name=qtp1598845069-50653, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745) 9) Thread[id=50659,
name=qtp1598845069-50659, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745) 10) Thread[id=50662,
name=org.eclipse.jetty.server.session.HashSessionManager@25ab2976Timer,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 10 threads leaked from
SUITE scope at org.apache.solr.cloud.TestAuthenticationFramework:
1) Thread[id=50657, name=qtp1598845069-50657, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745)
2) Thread[id=50661, name=Scheduler-304156586, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
3) Thread[id=50656, name=qtp1598845069-50656, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745)
4) Thread[id=50655, name=qtp1598845069-50655, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745)
5) Thread[id=50658, name=qtp1598845069-50658, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745)
6) Thread[id=50654, name=qtp1598845069-50654, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745)
7) Thread[id=50660, name=qtp1598845069-50660, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745)
8) Thread[id=50653, name=qtp1598845069-50653, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745)
9) Thread[id=50659, name=qtp1598845069-50659, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:745)
10) Thread[id=50662,
name=org.eclipse.jetty.server.session.HashSessionManager@25ab2976Timer,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([6B4A28DD8930C974]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestAuthenticationFramework
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=50661, name=Scheduler-304156586, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745) 2) Thread[id=50662,
name=org.eclipse.jetty.server.session.HashSessionManager@25ab2976Timer,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=50661, name=Scheduler-304156586, state=TIMED_WAITING,
group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
2) Thread[id=50662,
name=org.eclipse.jetty.server.session.HashSessionManager@25ab2976Timer,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([6B4A28DD8930C974]:0)
Build Log:
[...truncated 10595 lines...]
[junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
[junit4] 2> 855113 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 855114 INFO (Thread-48265) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 855114 INFO (Thread-48265) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 855214 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.ZkTestServer start zk server on port:51098
[junit4] 2> 855214 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 855214 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 855223 INFO (zkCallback-386-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7c315d15
name:ZooKeeperConnection Watcher:127.0.0.1:51098 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855223 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 855223 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 855224 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 855230 INFO (jetty-launcher-385-thread-1) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 855230 INFO (jetty-launcher-385-thread-2) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 855231 INFO (jetty-launcher-385-thread-3) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 855234 INFO (jetty-launcher-385-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@689a6a7e{/solr,null,AVAILABLE}
[junit4] 2> 855234 INFO (jetty-launcher-385-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@37db9ed2{/solr,null,AVAILABLE}
[junit4] 2> 855234 INFO (jetty-launcher-385-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@339809a4{/solr,null,AVAILABLE}
[junit4] 2> 855238 INFO (jetty-launcher-385-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@6d926c48{HTTP/1.1}{127.0.0.1:55066}
[junit4] 2> 855238 INFO (jetty-launcher-385-thread-1) [ ]
o.e.j.s.Server Started @858130ms
[junit4] 2> 855238 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=55066,
hostContext=/solr}
[junit4] 2> 855238 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@3827de24
[junit4] 2> 855238 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node1'
[junit4] 2> 855238 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 855238 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 855239 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 855239 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 855239 INFO (jetty-launcher-385-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@65f9f092{HTTP/1.1}{127.0.0.1:48544}
[junit4] 2> 855240 INFO (jetty-launcher-385-thread-2) [ ]
o.e.j.s.Server Started @858132ms
[junit4] 2> 855240 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=48544,
hostContext=/solr}
[junit4] 2> 855240 INFO (jetty-launcher-385-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@c999844{HTTP/1.1}{127.0.0.1:55562}
[junit4] 2> 855240 INFO (jetty-launcher-385-thread-3) [ ]
o.e.j.s.Server Started @858132ms
[junit4] 2> 855240 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=55562,
hostContext=/solr}
[junit4] 2> 855240 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@3827de24
[junit4] 2> 855240 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node2'
[junit4] 2> 855241 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 855241 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@3827de24
[junit4] 2> 855241 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 855241 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node3'
[junit4] 2> 855241 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 855241 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 855241 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 855241 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 855241 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 855242 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 855244 INFO (zkCallback-387-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7f2809d6
name:ZooKeeperConnection Watcher:127.0.0.1:51098/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855244 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 855244 INFO (zkCallback-388-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@579a9cba
name:ZooKeeperConnection Watcher:127.0.0.1:51098/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855244 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 855244 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 855244 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 855245 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 855250 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 855250 INFO (zkCallback-389-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@44c4ad4c
name:ZooKeeperConnection Watcher:127.0.0.1:51098/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855250 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 855250 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 855252 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 855267 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node2/.
[junit4] 2> 855267 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 399278526
[junit4] 2> 855267 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node2]
[junit4] 2> 855267 WARN (jetty-launcher-385-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node2/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node2/lib
[junit4] 2> 855268 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 855268 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node1/.
[junit4] 2> 855268 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 547657681
[junit4] 2> 855269 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node1]
[junit4] 2> 855269 WARN (jetty-launcher-385-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node1/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node1/lib
[junit4] 2> 855269 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 855270 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 855270 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 855270 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 855270 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 855270 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 855270 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 855271 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51098/solr
[junit4] 2> 855271 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51098/solr
[junit4] 2> 855271 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 855272 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 855272 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 855272 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 855273 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 855273 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node3/.
[junit4] 2> 855273 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 54608992
[junit4] 2> 855273 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node3]
[junit4] 2> 855273 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 855273 WARN (jetty-launcher-385-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node3/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node3/lib
[junit4] 2> 855274 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 855274 INFO (zkCallback-393-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@40e303e4
name:ZooKeeperConnection Watcher:127.0.0.1:51098 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855274 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 855274 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 855275 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 855275 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 855275 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 855275 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51098/solr
[junit4] 2> 855275 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 855275 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 855275 INFO (zkCallback-392-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1ea0ae38
name:ZooKeeperConnection Watcher:127.0.0.1:51098 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855280 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 855280 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 855280 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 855281 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 855282 INFO (zkCallback-395-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@43833910
name:ZooKeeperConnection Watcher:127.0.0.1:51098 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855282 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 855283 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 855291 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 855291 INFO
(zkCallback-396-thread-1-processing-n:127.0.0.1:55066_solr)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@703a309f
name:ZooKeeperConnection Watcher:127.0.0.1:51098/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855291 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 855291 INFO
(zkCallback-397-thread-1-processing-n:127.0.0.1:48544_solr)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7073b9fc
name:ZooKeeperConnection Watcher:127.0.0.1:51098/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855291 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 855292 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 855294 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 855294 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 855294 INFO
(zkCallback-398-thread-1-processing-n:127.0.0.1:55562_solr)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@685b0835
name:ZooKeeperConnection Watcher:127.0.0.1:51098/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855294 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 855300 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 855300 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 855301 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 855307 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 855308 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 855308 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 855311 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 855311 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 855316 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 855316 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 855320 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 855320 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 855320 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 855325 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 855325 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 855325 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 855331 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 855331 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 855332 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 855334 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 855335 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 855335 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 855337 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 855337 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 855337 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 855339 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:48544_solr
[junit4] 2> 855339 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55562_solr
[junit4] 2> 855340 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55066_solr
[junit4] 2> 855340 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:48544_solr
[junit4] 2> 855341 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:55562_solr
[junit4] 2> 855341 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:55066_solr
[junit4] 2> 855343 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 855344 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 855346 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 855346 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 855346 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 855348 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 855348 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 855348 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 855350 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94992915367526407-127.0.0.1:55066_solr-n_0000000000
[junit4] 2> 855350 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94992915367526409-127.0.0.1:55562_solr-n_0000000001
[junit4] 2> 855350 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94992915367526408-127.0.0.1:48544_solr-n_0000000002
[junit4] 2> 855350 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:55066_solr
[junit4] 2> 855350 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 855351 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94992915367526407-127.0.0.1:55066_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 855351 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 855351 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94992915367526409-127.0.0.1:55562_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 855351 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 855353 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.Overseer Overseer
(id=94992915367526407-127.0.0.1:55066_solr-n_0000000000) starting
[junit4] 2> 855364 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 855364 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
[junit4] 2> 855365 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.CoreContainer Reconfiguring the shard
handler factory and update shard handler.
[junit4] 2> 855365 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring
the default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@28ba9edb
[junit4] 2> 855365 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.u.UpdateShardHandler Reconfiguring the
default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@28ba9edb
[junit4] 2> 855366 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node2/.
[junit4] 2> 855366 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 855374 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
[junit4] 2> 855374 INFO (jetty-launcher-385-thread-2)
[n:127.0.0.1:48544_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 855376 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 855381 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 855381 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
[junit4] 2> 855382 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.CoreContainer Reconfiguring the shard
handler factory and update shard handler.
[junit4] 2> 855382 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring
the default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@404c9413
[junit4] 2> 855382 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.u.UpdateShardHandler Reconfiguring the
default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@404c9413
[junit4] 2> 855383 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node3/.
[junit4] 2> 855384 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 855389 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
[junit4] 2> 855389 INFO (jetty-launcher-385-thread-3)
[n:127.0.0.1:55562_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 855394 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 855394 INFO
(OverseerCollectionConfigSetProcessor-94992915367526407-127.0.0.1:55066_solr-n_0000000000)
[n:127.0.0.1:55066_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 855394 INFO
(OverseerStateUpdate-94992915367526407-127.0.0.1:55066_solr-n_0000000000)
[n:127.0.0.1:55066_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 855395 INFO
(OverseerStateUpdate-94992915367526407-127.0.0.1:55066_solr-n_0000000000)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 855404 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 855430 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 855430 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
[junit4] 2> 855430 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.CoreContainer Reconfiguring the shard
handler factory and update shard handler.
[junit4] 2> 855431 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring
the default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@40284289
[junit4] 2> 855431 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.u.UpdateShardHandler Reconfiguring the
default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@40284289
[junit4] 2> 855432 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-001/node1/.
[junit4] 2> 855433 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 855433 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
[junit4] 2> 855434 INFO (jetty-launcher-385-thread-1)
[n:127.0.0.1:55066_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 855434 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 855434 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 855436 INFO (zkCallback-399-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4c79c234
name:ZooKeeperConnection Watcher:127.0.0.1:51098 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 855436 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 855437 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 855441 INFO (jetty-launcher-385-thread-3) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@c999844{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 855441 INFO (jetty-launcher-385-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=54608992
[junit4] 2> 855443 INFO
(zkCallback-396-thread-1-processing-n:127.0.0.1:55066_solr)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 3)
[junit4] 2> 855444 INFO (jetty-launcher-385-thread-2) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@6d926c48{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 855448 ERROR (jetty-launcher-385-thread-3-EventThread)
[n:127.0.0.1:55562_solr ] o.a.z.ClientCnxn Error while calling watcher
[junit4] 2> java.util.concurrent.RejectedExecutionException: Task
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@d1129e1
rejected from
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@61d4797a[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
[junit4] 2> at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
[junit4] 2> 855450 INFO (jetty-launcher-385-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@689a6a7e{/solr,null,UNAVAILABLE}
[junit4] 2> 855449 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=547657681
[junit4] 2> 855448 INFO
(zkCallback-396-thread-2-processing-n:127.0.0.1:55066_solr)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 2)
[junit4] 2> 855451 INFO
(zkCallback-397-thread-1-processing-n:127.0.0.1:48544_solr)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 3)
[junit4] 2> 855457 INFO (jetty-launcher-385-thread-1) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@65f9f092{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 855460 INFO (jetty-launcher-385-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=94992915367526407-127.0.0.1:55066_solr-n_0000000000) closing
[junit4] 2> 855460 INFO
(OverseerStateUpdate-94992915367526407-127.0.0.1:55066_solr-n_0000000000)
[n:127.0.0.1:55066_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:55066_solr
[junit4] 2> 855460 INFO (jetty-launcher-385-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=399278526
[junit4] 2> 855464 INFO
(zkCallback-397-thread-1-processing-n:127.0.0.1:48544_solr)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 2)
[junit4] 2> 855464 WARN
(zkCallback-397-thread-2-processing-n:127.0.0.1:48544_solr)
[n:127.0.0.1:48544_solr ] o.a.s.c.LeaderElector Failed setting watch
[junit4] 2> org.apache.zookeeper.KeeperException$NoNodeException:
KeeperErrorCode = NoNode for
/overseer_elect/election/94992915367526407-127.0.0.1:55066_solr-n_0000000000
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:342)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:342)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:182)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:59)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:389)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 855464 INFO
(zkCallback-396-thread-1-processing-n:127.0.0.1:55066_solr)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 2)
[junit4] 2> 855465 INFO
(zkCallback-396-thread-2-processing-n:127.0.0.1:55066_solr)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 2)
[junit4] 2> 855465 WARN
(zkCallback-396-thread-2-processing-n:127.0.0.1:55066_solr)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK
[junit4] 2> 856964 WARN
(zkCallback-397-thread-1-processing-n:127.0.0.1:48544_solr)
[n:127.0.0.1:48544_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK
[junit4] 2> 856965 WARN
(zkCallback-396-thread-1-processing-n:127.0.0.1:55066_solr)
[n:127.0.0.1:55066_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK
[junit4] 2> 856966 WARN
(zkCallback-397-thread-2-processing-n:127.0.0.1:48544_solr)
[n:127.0.0.1:48544_solr ] o.a.s.c.LeaderElector
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer_elect/election
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:325)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:325)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:190)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:59)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:389)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 856966 INFO (jetty-launcher-385-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@37db9ed2{/solr,null,UNAVAILABLE}
[junit4] 2> 856968 INFO (jetty-launcher-385-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@339809a4{/solr,null,UNAVAILABLE}
[junit4] 2> 856972 INFO
(TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51098 51098
[junit4] 2> 857194 INFO (Thread-48265) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:51098 51098
[junit4] 2> 857195 WARN (Thread-48265) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/aliases.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/collections
[junit4] 2> 4 /solr/live_nodes
[junit4] 2>
[junit4] 2> 857202 INFO
(TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 857202 INFO (Thread-48302) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 857202 INFO (Thread-48302) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 857302 INFO
(TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.ZkTestServer start zk server on port:45652
[junit4] 2> 857302 INFO
(TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 857303 INFO
(TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 857310 INFO (zkCallback-402-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1006d0ee
name:ZooKeeperConnection Watcher:127.0.0.1:45652 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 857311 INFO
(TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 857311 INFO
(TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 857311 INFO
(TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[6B4A28DD8930C974])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 857320 INFO (jetty-launcher-401-thread-1) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 857320 INFO (jetty-launcher-401-thread-5) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 857320 INFO (jetty-launcher-401-thread-2) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 857322 INFO (jetty-launcher-401-thread-4) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 857322 INFO (jetty-launcher-401-thread-3) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 857324 INFO (jetty-launcher-401-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@50fcf69a{/solr,null,AVAILABLE}
[junit4] 2> 857325 INFO (jetty-launcher-401-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@4a64f75f{HTTP/1.1}{127.0.0.1:57569}
[junit4] 2> 857325 INFO (jetty-launcher-401-thread-1) [ ]
o.e.j.s.Server Started @860217ms
[junit4] 2> 857325 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57569}
[junit4] 2> 857325 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@3827de24
[junit4] 2> 857325 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node1'
[junit4] 2> 857325 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 857325 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 857326 INFO (jetty-launcher-401-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6ea123a9{/solr,null,AVAILABLE}
[junit4] 2> 857326 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 857326 INFO (jetty-launcher-401-thread-5) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@159a28e7{HTTP/1.1}{127.0.0.1:51048}
[junit4] 2> 857326 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 857326 INFO (jetty-launcher-401-thread-5) [ ]
o.e.j.s.Server Started @860218ms
[junit4] 2> 857326 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=51048,
hostContext=/solr}
[junit4] 2> 857326 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@3827de24
[junit4] 2> 857326 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node5'
[junit4] 2> 857327 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 857327 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 857327 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 857327 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 857328 INFO (jetty-launcher-401-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@8d2b986{/solr,null,AVAILABLE}
[junit4] 2> 857329 INFO (jetty-launcher-401-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2875274a{/solr,null,AVAILABLE}
[junit4] 2> 857329 INFO (jetty-launcher-401-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@3ef03973{HTTP/1.1}{127.0.0.1:49406}
[junit4] 2> 857329 INFO (jetty-launcher-401-thread-2) [ ]
o.e.j.s.Server Started @860221ms
[junit4] 2> 857330 INFO (jetty-launcher-401-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=49406}
[junit4] 2> 857330 INFO (jetty-launcher-401-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@3827de24
[junit4] 2> 857330 INFO (jetty-launcher-401-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node2'
[junit4] 2> 857330 INFO (jetty-launcher-401-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 857330 INFO (jetty-launcher-401-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 857330 INFO (jetty-launcher-401-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 857331 INFO (zkCallback-404-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@14f71064
name:ZooKeeperConnection Watcher:127.0.0.1:45652/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 857331 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 857331 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 857331 INFO (zkCallback-403-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7d3420 name:ZooKeeperConnection
Watcher:127.0.0.1:45652/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 857331 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 857332 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 857332 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 857332 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 857332 INFO (jetty-launcher-401-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 857333 INFO (jetty-launcher-401-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@3a3a0c92{HTTP/1.1}{127.0.0.1:57931}
[junit4] 2> 857333 INFO (jetty-launcher-401-thread-3) [ ]
o.e.j.s.Server Started @860225ms
[junit4] 2> 857333 INFO (jetty-launcher-401-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57931}
[junit4] 2> 857333 INFO (jetty-launcher-401-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@3827de24
[junit4] 2> 857333 INFO (jetty-launcher-401-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node3'
[junit4] 2> 857333 INFO (jetty-launcher-401-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 857333 INFO (jetty-launcher-401-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 857333 INFO (jetty-launcher-401-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 857334 INFO (jetty-launcher-401-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 857336 INFO (jetty-launcher-401-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@54d573b6{/solr,null,AVAILABLE}
[junit4] 2> 857337 INFO (jetty-launcher-401-thread-4) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@99fdd3d{HTTP/1.1}{127.0.0.1:44879}
[junit4] 2> 857337 INFO (jetty-launcher-401-thread-4) [ ]
o.e.j.s.Server Started @860229ms
[junit4] 2> 857337 INFO (jetty-launcher-401-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44879}
[junit4] 2> 857337 INFO (jetty-launcher-401-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@3827de24
[junit4] 2> 857337 INFO (jetty-launcher-401-thread-4) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node4'
[junit4] 2> 857337 INFO (jetty-launcher-401-thread-4) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 857337 INFO (jetty-launcher-401-thread-4) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 857337 INFO (jetty-launcher-401-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 857338 INFO (zkCallback-405-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@177e48ed
name:ZooKeeperConnection Watcher:127.0.0.1:45652/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 857338 INFO (jetty-launcher-401-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 857338 INFO (jetty-launcher-401-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 857339 INFO (zkCallback-406-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5abcee89
name:ZooKeeperConnection Watcher:127.0.0.1:45652/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 857339 INFO (jetty-launcher-401-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 857339 INFO (jetty-launcher-401-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 857339 INFO (jetty-launcher-401-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 857339 INFO (jetty-launcher-401-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 857344 INFO (jetty-launcher-401-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 857345 INFO (zkCallback-407-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1beffb48
name:ZooKeeperConnection Watcher:127.0.0.1:45652/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 857346 INFO (jetty-launcher-401-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 857346 INFO (jetty-launcher-401-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 857346 INFO (jetty-launcher-401-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 857351 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node1/.
[junit4] 2> 857352 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node5/.
[junit4] 2> 857352 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.CoreContainer New CoreContainer 844108746
[junit4] 2> 857352 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node5]
[junit4] 2> 857352 WARN (jetty-launcher-401-thread-5) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node5/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node5/lib
[junit4] 2> 857353 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 857354 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 857355 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 857355 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 857355 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45652/solr
[junit4] 2> 857355 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 857355 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 857355 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 626263853
[junit4] 2> 857356 INFO (jetty-launcher-401-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 857360 INFO (jetty-launcher-401-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node1]
[junit4] 2> 857361 WARN (jetty-launcher-401-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_6B4A28DD8930C974-001/tempDir-002/node1/lib
to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Nigh
[...truncated too long message...]
0(QueuedThreadPool.java:47)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > 5) Thread[id=50658, name=qtp1598845069-50658,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[junit4] > at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > 6) Thread[id=50654, name=qtp1598845069-50654,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[junit4] > at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > 7) Thread[id=50660, name=qtp1598845069-50660,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[junit4] > at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > 8) Thread[id=50653, name=qtp1598845069-50653,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[junit4] > at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > 9) Thread[id=50659, name=qtp1598845069-50659,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[junit4] > at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > 10) Thread[id=50662,
name=org.eclipse.jetty.server.session.HashSessionManager@25ab2976Timer,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[junit4] > at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
[junit4] > at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([6B4A28DD8930C974]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=50661, name=Scheduler-304156586,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[junit4] > at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
[junit4] > at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > 2) Thread[id=50662,
name=org.eclipse.jetty.server.session.HashSessionManager@25ab2976Timer,
state=TIMED_WAITING, group=TGRP-TestAuthenticationFramework]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[junit4] > at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
[junit4] > at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([6B4A28DD8930C974]:0)
[junit4] Completed [131/553] on J2 in 123.11s, 7 tests, 3 errors <<<
FAILURES!
[...truncated 1295 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:799:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:736:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:526:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1452:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1006:
There were test failures: 553 suites (7 ignored), 2187 tests, 2 suite-level
errors, 1 error, 1252 ignored (15 assumptions) [seed: 6B4A28DD8930C974]
Total time: 231 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]