You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/03/07 08:38:15 UTC

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1785 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1785/

3 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([E0BCA68509BA6F42:6B9B755448BCC4C6]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:308)
	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:394)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:558)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:497)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:465)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:499)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.ShardSplitTest

Error Message:
12 threads leaked from SUITE scope at org.apache.solr.cloud.api.collections.ShardSplitTest:     1) Thread[id=111225, name=qtp534714372-111225, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=111342, name=qtp534714372-111342, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=111330, name=Scheduler-467705639, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    4) Thread[id=111228, name=qtp534714372-111228, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)    5) Thread[id=111230, name=qtp534714372-111230, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$27/1986437784.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)    6) Thread[id=111227, name=qtp534714372-111227, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)    7) Thread[id=111229, name=qtp534714372-111229-acceptor-0@1da8a841-ServerConnector@2aa4706a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33477}, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)         at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:385)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)    8) Thread[id=111231, name=Scheduler-471125917, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    9) Thread[id=111341, name=qtp534714372-111341, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)   10) Thread[id=111226, name=qtp534714372-111226, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)   11) Thread[id=111223, name=qtp534714372-111223, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$27/1986437784.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)   12) Thread[id=111224, name=qtp534714372-111224, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 12 threads leaked from SUITE scope at org.apache.solr.cloud.api.collections.ShardSplitTest: 
   1) Thread[id=111225, name=qtp534714372-111225, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=111342, name=qtp534714372-111342, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=111330, name=Scheduler-467705639, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=111228, name=qtp534714372-111228, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   5) Thread[id=111230, name=qtp534714372-111230, state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$27/1986437784.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   6) Thread[id=111227, name=qtp534714372-111227, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   7) Thread[id=111229, name=qtp534714372-111229-acceptor-0@1da8a841-ServerConnector@2aa4706a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33477}, state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
        at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:385)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   8) Thread[id=111231, name=Scheduler-471125917, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   9) Thread[id=111341, name=qtp534714372-111341, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
  10) Thread[id=111226, name=qtp534714372-111226, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
  11) Thread[id=111223, name=qtp534714372-111223, state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$27/1986437784.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
  12) Thread[id=111224, name=qtp534714372-111224, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([E0BCA68509BA6F42]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.ShardSplitTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=111231, name=Scheduler-471125917, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=111330, name=Scheduler-467705639, state=WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=111230, name=qtp534714372-111230, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$27/1986437784.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)    4) Thread[id=111223, name=qtp534714372-111223, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$27/1986437784.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=111231, name=Scheduler-471125917, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=111330, name=Scheduler-467705639, state=WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=111230, name=qtp534714372-111230, state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$27/1986437784.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=111223, name=qtp534714372-111223, state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$27/1986437784.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([E0BCA68509BA6F42]:0)




Build Log:
[...truncated 15163 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 5568288 INFO  (SUITE-ShardSplitTest-seed#[E0BCA68509BA6F42]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_E0BCA68509BA6F42-001/init-core-data-001
   [junit4]   2> 5568289 WARN  (SUITE-ShardSplitTest-seed#[E0BCA68509BA6F42]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1160 numCloses=1160
   [junit4]   2> 5568289 INFO  (SUITE-ShardSplitTest-seed#[E0BCA68509BA6F42]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5568291 INFO  (SUITE-ShardSplitTest-seed#[E0BCA68509BA6F42]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 5568291 INFO  (SUITE-ShardSplitTest-seed#[E0BCA68509BA6F42]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /x_p/ao
   [junit4]   2> 5568299 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5568299 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5568299 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 5568399 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer start zk server on port:43927
   [junit4]   2> 5568399 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43927
   [junit4]   2> 5568399 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43927
   [junit4]   2> 5568403 INFO  (zkConnectionManagerCallback-6943-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5568405 INFO  (zkConnectionManagerCallback-6945-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5568406 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 5568407 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 5568408 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5568409 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 5568409 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 5568410 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 5568411 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5568412 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5568413 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5568413 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5568414 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 5568415 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 5568530 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5568531 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5568531 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5568531 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5568532 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5568532 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5568532 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5568534 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d25d287{/x_p/ao,null,AVAILABLE}
   [junit4]   2> 5568534 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2a4e5f93{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39207}
   [junit4]   2> 5568535 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.e.j.s.Server Started @5568825ms
   [junit4]   2> 5568535 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_E0BCA68509BA6F42-001/tempDir-001/control/data, replicaType=NRT, hostContext=/x_p/ao, hostPort=39207, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_E0BCA68509BA6F42-001/control-001/cores}
   [junit4]   2> 5568535 ERROR (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5568535 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5568535 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 5568535 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5568535 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5568535 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-07T07:21:25.003Z
   [junit4]   2> 5568538 INFO  (zkConnectionManagerCallback-6947-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5568539 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 5568539 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_E0BCA68509BA6F42-001/control-001/solr.xml
   [junit4]   2> 5568542 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5568542 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5568544 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3427585c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5568645 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 5568647 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@311ecdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5568650 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1396fded[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5568651 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43927/solr
   [junit4]   2> 5568653 INFO  (zkConnectionManagerCallback-6953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5568654 INFO  (zkConnectionManagerCallback-6955-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5568712 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39207_x_p%2Fao
   [junit4]   2> 5568712 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.Overseer Overseer (id=74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) starting
   [junit4]   2> 5568717 INFO  (zkConnectionManagerCallback-6962-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5568719 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43927/solr ready
   [junit4]   2> 5568719 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 5568720 INFO  (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39207_x_p%2Fao
   [junit4]   2> 5568721 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39207_x_p%2Fao
   [junit4]   2> 5568721 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 5568721 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 5568722 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 5568722 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 5568722 INFO  (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 5568722 INFO  (zkCallback-6954-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5568723 INFO  (zkCallback-6961-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5568739 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5568755 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3427585c
   [junit4]   2> 5568763 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3427585c
   [junit4]   2> 5568763 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3427585c
   [junit4]   2> 5568764 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_E0BCA68509BA6F42-001/control-001/cores
   [junit4]   2> 5568782 INFO  (zkConnectionManagerCallback-6968-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5568783 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5568784 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43927/solr ready
   [junit4]   2> 5568785 INFO  (qtp502361596-108459) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39207_x_p%252Fao&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5568787 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 5568787 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 5568787 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:39207_x_p%2Fao",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 5568788 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 5568788 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:39207_x_p%2Fao",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 5568788 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 5568788 INFO  (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 5568788 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 5568788 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 5568788 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 5568788 INFO  (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 5568789 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/control_collection 
   [junit4]   2> 5568789 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:control_collection
   [junit4]   2> 5568790 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 5568791 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:39207_x_p%2Fao",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 5568791 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 5568791 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/control_collection/state.json
   [junit4]   2> 5568891 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection control_collection, shardNames [shard1] , message : {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:39207_x_p%2Fao",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 5568893 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd Creating core control_collection_shard1_replica_n1 as part of shard shard1 of collection control_collection on 127.0.0.1:39207_x_p%2Fao
   [junit4]   2> 5568894 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5568894 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 5568897 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39207/x_p/ao",
   [junit4]   2>   "node_name":"127.0.0.1:39207_x_p%2Fao",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 5568897 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39207/x_p/ao",
   [junit4]   2>   "node_name":"127.0.0.1:39207_x_p%2Fao",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 5568897 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{"core":"control_collection_shard1_replica_n1","base_url":"http://127.0.0.1:39207/x_p/ao","node_name":"127.0.0.1:39207_x_p%2Fao","state":"down","type":"NRT"}
   [junit4]   2> 5568897 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/0)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:39207/x_p/ao",
   [junit4]   2>           "node_name":"127.0.0.1:39207_x_p%2Fao",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 5568998 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 0
   [junit4]   2> 5569910 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 5569922 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 5570005 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 5570018 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 5570019 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3427585c
   [junit4]   2> 5570019 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_E0BCA68509BA6F42-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_E0BCA68509BA6F42-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 5570022 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=607639342, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 5570030 WARN  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 5570067 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5570067 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5570069 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5570069 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5570070 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=23.55078125, floorSegmentMB=2.0771484375, forceMergeDeletesPctAllowed=4.094468252834892, segmentsPerTier=9.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3535837839170809, deletesPctAllowed=47.98799464719399
   [junit4]   2> 5570071 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d41a98a[control_collection_shard1_replica_n1] main]
   [junit4]   2> 5570072 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5570072 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5570072 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5570072 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627330483626967040
   [junit4]   2> 5570075 INFO  (searcherExecutor-5492-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@6d41a98a[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5570078 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 5570078 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 5570081 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5570081 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 5570081 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39207/x_p/ao/control_collection_shard1_replica_n1/
   [junit4]   2> 5570081 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 5570082 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:39207/x_p/ao/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 5570082 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/74304213056749572-core_node2-n_0000000000
   [junit4]   2> 5570083 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39207/x_p/ao/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 5570084 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:39207/x_p/ao",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 5570184 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 1
   [junit4]   2> 5570185 INFO  (zkCallback-6954-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5570185 INFO  (zkCallback-6954-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5570186 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 5570186 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39207/x_p/ao",
   [junit4]   2>   "node_name":"127.0.0.1:39207_x_p%2Fao",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 5570186 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39207/x_p/ao",
   [junit4]   2>   "node_name":"127.0.0.1:39207_x_p%2Fao",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 5570187 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{"core":"control_collection_shard1_replica_n1","base_url":"http://127.0.0.1:39207/x_p/ao","node_name":"127.0.0.1:39207_x_p%2Fao","state":"active","type":"NRT","leader":"true"}
   [junit4]   2> 5570187 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/2)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:39207/x_p/ao",
   [junit4]   2>           "node_name":"127.0.0.1:39207_x_p%2Fao",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 5570187 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1293
   [junit4]   2> 5570188 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd Finished create command on all shards for collection: control_collection
   [junit4]   2> 5570188 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 5570189 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 5570189 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 5570189 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 5570189 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 5570189 INFO  (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 5570189 DEBUG (OverseerThreadFactory-5487-thread-1-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={127.0.0.1:39207_x_p%2Fao={responseHeader={status=0,QTime=1293},core=control_collection_shard1_replica_n1}}}
   [junit4]   2> 5570190 INFO  (qtp502361596-108459) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 5570287 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 2
   [junit4]   2> 5570288 INFO  (zkCallback-6954-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5570288 INFO  (zkCallback-6954-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5570288 INFO  (zkCallback-6954-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5570288 INFO  (qtp502361596-108459) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39207_x_p%252Fao&wt=javabin&version=2} status=0 QTime=1502
   [junit4]   2> 5570292 INFO  (zkConnectionManagerCallback-6974-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5570293 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5570294 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43927/solr ready
   [junit4]   2> 5570294 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[E0BCA68509BA6F42]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5570295 INFO  (qtp502361596-108461) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5570296 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 5570297 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 5570297 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 5570297 DEBUG (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 5570297 DEBUG (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 5570297 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 1
   [junit4]   2> 5570297 INFO  (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 5570297 INFO  (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 5570297 DEBUG (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection1 
   [junit4]   2> 5570297 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 5570297 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 5570298 DEBUG (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 5570298 INFO  (OverseerCollectionConfigSetProcessor-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 5570298 DEBUG (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:collection1
   [junit4]   2> 5570298 DEBUG (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 5570299 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 5570299 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 5570400 DEBUG (OverseerStateUpdate-74304213056749572-127.0.0.1:39207_x_p%2Fao-n_0000000000) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 5570500 WARN  (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 5570500 DEBUG (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.a.c.CreateCollectionCmd Finished create command for collection: collection1
   [junit4]   2> 5570500 DEBUG (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 5570501 DEBUG (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as completed.
   [junit4]   2> 5570501 DEBUG (OverseerThreadFactory-5487-thread-2-processing-n:127.0.0.1:39207_x_p%2Fao) [n:127.0.0.1:39207_x_p%2Fao    ] o.a.s.c.OverseerTaskProcessor Run

[...truncated too long message...]

ist as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null203350102
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null203350102
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null203350102

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 89ms :: artifacts dl 16ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 515 minutes 13 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1791 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1791/

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest

Error Message:
ObjectTracker found 9 object(s) that were not released!!! [MMapDirectory, MMapDirectory, MMapDirectory, InternalHttpClient, SolrCore, InternalHttpClient, SolrCore, MMapDirectory, MMapDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)   expected null, but was:<ObjectTracker found 9 object(s) that were not released!!! [MMapDirectory, MMapDirectory, MMapDirectory, InternalHttpClient, SolrCore, InternalHttpClient, SolrCore, MMapDirectory, MMapDirectory] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 9 object(s) that were not released!!! [MMapDirectory, MMapDirectory, MMapDirectory, InternalHttpClient, SolrCore, InternalHttpClient, SolrCore, MMapDirectory, MMapDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 9 object(s) that were not released!!! [MMapDirectory, MMapDirectory, MMapDirectory, InternalHttpClient, SolrCore, InternalHttpClient, SolrCore, MMapDirectory, MMapDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1191)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

>
	at __randomizedtesting.SeedInfo.seed([215DEBAB2C16322C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:322)
	at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([215DEBAB2C16322C:AA7A387A6D1099A8]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:308)
	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:394)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:558)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:497)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:465)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:499)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.ShardSplitTest

Error Message:
10 threads leaked from SUITE scope at org.apache.solr.cloud.api.collections.ShardSplitTest:     1) Thread[id=46112, name=qtp311842410-46112, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$51/1335412483.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=46176, name=Scheduler-1340432358, state=WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(T

[...truncated too long message...]

t as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1821088917
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1821088917
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1821088917

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 55ms :: artifacts dl 3ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 547 minutes 17 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1790 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1790/

1 tests failed.
FAILED:  org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics

Error Message:
expected:<4> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<4> but was:<0>
	at __randomizedtesting.SeedInfo.seed([1FF65AEB8C24D41F:CC42670499CA188B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics(SolrExporterIntegrationTest.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 24283 lines...]
   [junit4] Suite: org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest
   [junit4]   2> ERROR StatusLogger No Log4j 2 configuration file found. Using default configuration (logging only errors to the console), or user programmatically provided configurations. Set system property 'log4j2.debug' to show Log4j 2 internal initialization logging. See https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions on how to configure Log4j 2
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-prometheus-exporter/test/J1/temp/solr.prometheus.exporter.SolrExporterIntegrationTest_1FF65AEB8C24D41F-001/init-core-data-001
   [junit4]   1> 17:17:26.694 [jetty-launcher-8-thread-1] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 17:17:26.694 [jetty-launcher-8-thread-2] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 17:17:26.694 [jetty-launcher-8-thread-4] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 17:17:26.689 [jetty-launcher-8-thread-3] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node5 rstate:active live:true
   [junit4]   1> replica:core_node7 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> 17:17:46.233 [updateExecutor-22-thread-1-processing-x:collection1_shard2_replica_n6 r:core_node8 null n:127.0.0.1:46152_solr c:collection1 s:shard2] ERROR org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient - Error consuming and closing http response stream.
   [junit4]   1> java.nio.channels.AsynchronousCloseException: null
   [junit4]   1> 	at org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:316) ~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   1> 	at java.io.InputStream.read(InputStream.java:101) ~[?:1.8.0_191]
   [junit4]   1> 	at org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:287) ~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   1> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.sendUpdateStream(ConcurrentUpdateHttp2SolrClient.java:283) ~[java/:?]
   [junit4]   1> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.run(ConcurrentUpdateHttp2SolrClient.java:176) ~[java/:?]
   [junit4]   1> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   1> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   1> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_191]
   [junit4]   1> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_191]
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   1> 17:17:47.986 [qtp138070157-53] ERROR org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist schema using 2 due to: org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> 17:17:47.997 [qtp1042899458-63] ERROR org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist schema using 2 due to: org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> 17:17:48.418 [qtp1216539214-40] ERROR org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist schema using 2 due to: org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> 17:17:48.947 [qtp138070157-54] ERROR org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist schema using 3 due to: org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrExporterIntegrationTest -Dtests.method=jvmMetrics -Dtests.seed=1FF65AEB8C24D41F -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=tr -Dtests.timezone=Europe/Zurich -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.03s J1 | SolrExporterIntegrationTest.jvmMetrics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<4> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1FF65AEB8C24D41F:CC42670499CA188B]:0)
   [junit4]    > 	at org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics(SolrExporterIntegrationTest.java:68)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-prometheus-exporter/test/J1/temp/solr.prometheus.exporter.SolrExporterIntegrationTest_1FF65AEB8C24D41F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=580, maxMBSortInHeap=6.9890908552667765, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@753c2a1e), locale=tr, timezone=Europe/Zurich
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=4,free=265568784,total=423100416
   [junit4]   2> NOTE: All tests run in this JVM: [SolrExporterIntegrationTest]
   [junit4] Completed [5/5 (1!)] on J1 in 44.27s, 5 tests, 1 failure <<< FAILURES!

[...truncated 40747 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2495 links (2039 relative) to 3319 anchors in 250 files
     [echo] Validated Links & Anchors via: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1431687333
     [copy] Copying 36 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1431687333
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1431687333

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1102588406
     [copy] Copying 239 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1102588406
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1102588406

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 69ms :: artifacts dl 6ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 285 minutes 9 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1789 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1789/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaFromClusterState

Error Message:
Waiting for watcher get removed

Stack Trace:
java.util.concurrent.TimeoutException: Waiting for watcher get removed
	at __randomizedtesting.SeedInfo.seed([D8255E2B0AD66CD8:36BCF54635E8176F]:0)
	at org.apache.solr.util.TimeOut.waitFor(TimeOut.java:66)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaFromClusterState(DeleteReplicaTest.java:245)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaFromClusterState(DeleteReplicaTest.java:198)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.common.cloud.TestZkConfigManager

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.common.cloud.TestZkConfigManager:     1) Thread[id=25, name=zkConnectionManagerCallback-3-thread-1, state=WAITING, group=TGRP-TestZkConfigManager]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.common.cloud.TestZkConfigManager: 
   1) Thread[id=25, name=zkConnectionManagerCallback-3-thread-1, state=WAITING, group=TGRP-TestZkConfigManager]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([2844DC16E2F94771]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.common.cloud.TestZkConfigManager

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=25, name=zkConnectionManagerCallback-3-thread-1, state=WAITING, group=TGRP-TestZkConfigManager]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=25, name=zkConnectionManagerCallback-3-thread-1, state=WAITING, group=TGRP-TestZkConfigManager]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([2844DC16E2F94771]:0)




Build Log:
[...truncated 14855 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/init-core-data-001
   [junit4]   2> 5339929 INFO  (SUITE-DeleteReplicaTest-seed#[D8255E2B0AD66CD8]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 5339930 WARN  (SUITE-DeleteReplicaTest-seed#[D8255E2B0AD66CD8]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 5339930 INFO  (SUITE-DeleteReplicaTest-seed#[D8255E2B0AD66CD8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5339984 INFO  (SUITE-DeleteReplicaTest-seed#[D8255E2B0AD66CD8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 5339987 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting raceConditionOnDeleteAndRegisterReplica
   [junit4]   2> 5340020 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001
   [junit4]   2> 5340021 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5340036 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5340036 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 5340145 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.ZkTestServer start zk server on port:40215
   [junit4]   2> 5340145 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40215
   [junit4]   2> 5340145 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40215
   [junit4]   2> 5340283 INFO  (zkConnectionManagerCallback-9704-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5340356 INFO  (zkConnectionManagerCallback-9706-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5340409 INFO  (zkConnectionManagerCallback-9708-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5340431 WARN  (jetty-launcher-9709-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5340431 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5340431 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5340431 INFO  (jetty-launcher-9709-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5340446 WARN  (jetty-launcher-9709-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5340447 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5340447 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5340447 INFO  (jetty-launcher-9709-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5340448 WARN  (jetty-launcher-9709-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5340448 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5340448 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5340448 INFO  (jetty-launcher-9709-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5340482 WARN  (jetty-launcher-9709-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5340482 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5340482 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5340482 INFO  (jetty-launcher-9709-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5340539 INFO  (jetty-launcher-9709-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5340539 INFO  (jetty-launcher-9709-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5340539 INFO  (jetty-launcher-9709-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5340539 INFO  (jetty-launcher-9709-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60b0ea65{/solr,null,AVAILABLE}
   [junit4]   2> 5340540 WARN  (jetty-launcher-9709-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2ba22478[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@744ed11e{SSL,[ssl, http/1.1]}{127.0.0.1:34621}
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-1) [    ] o.e.j.s.Server Started @5340770ms
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34621}
   [junit4]   2> 5340541 ERROR (jetty-launcher-9709-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5340541 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-11T20:07:43.065Z
   [junit4]   2> 5340542 INFO  (jetty-launcher-9709-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23ff5c9d{/solr,null,AVAILABLE}
   [junit4]   2> 5340542 WARN  (jetty-launcher-9709-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6764c223[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5340555 INFO  (jetty-launcher-9709-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5340555 INFO  (jetty-launcher-9709-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5340555 INFO  (jetty-launcher-9709-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5340555 INFO  (jetty-launcher-9709-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@579871a8{/solr,null,AVAILABLE}
   [junit4]   2> 5340556 WARN  (jetty-launcher-9709-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7ee4cb8c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5340575 INFO  (zkConnectionManagerCallback-9711-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5340575 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5340648 INFO  (jetty-launcher-9709-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5340648 INFO  (jetty-launcher-9709-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5340648 INFO  (jetty-launcher-9709-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5340648 INFO  (jetty-launcher-9709-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47d6f308{/solr,null,AVAILABLE}
   [junit4]   2> 5340648 WARN  (jetty-launcher-9709-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@43d462b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5340649 INFO  (jetty-launcher-9709-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1cb07d6c{SSL,[ssl, http/1.1]}{127.0.0.1:44805}
   [junit4]   2> 5340649 INFO  (jetty-launcher-9709-thread-4) [    ] o.e.j.s.Server Started @5340878ms
   [junit4]   2> 5340649 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44805}
   [junit4]   2> 5340649 ERROR (jetty-launcher-9709-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5340649 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5340649 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 5340649 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5340649 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5340649 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-11T20:07:43.173Z
   [junit4]   2> 5340664 INFO  (jetty-launcher-9709-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ea5ac6c{SSL,[ssl, http/1.1]}{127.0.0.1:46501}
   [junit4]   2> 5340664 INFO  (jetty-launcher-9709-thread-2) [    ] o.e.j.s.Server Started @5340893ms
   [junit4]   2> 5340664 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46501}
   [junit4]   2> 5340664 ERROR (jetty-launcher-9709-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5340664 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5340664 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 5340664 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5340664 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5340664 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-11T20:07:43.188Z
   [junit4]   2> 5340666 INFO  (jetty-launcher-9709-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@16904c12{SSL,[ssl, http/1.1]}{127.0.0.1:40741}
   [junit4]   2> 5340666 INFO  (jetty-launcher-9709-thread-3) [    ] o.e.j.s.Server Started @5340895ms
   [junit4]   2> 5340666 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40741}
   [junit4]   2> 5340666 ERROR (jetty-launcher-9709-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5340666 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5340666 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 5340666 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5340666 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5340666 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-11T20:07:43.190Z
   [junit4]   2> 5340721 INFO  (zkConnectionManagerCallback-9715-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5340721 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5340915 INFO  (zkConnectionManagerCallback-9713-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5340931 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5341004 INFO  (zkConnectionManagerCallback-9717-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5341013 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5341586 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5341587 WARN  (jetty-launcher-9709-thread-4) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5341588 WARN  (jetty-launcher-9709-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@505e29ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5341602 WARN  (jetty-launcher-9709-thread-4) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5341603 WARN  (jetty-launcher-9709-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@157d934c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5341604 INFO  (jetty-launcher-9709-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40215/solr
   [junit4]   2> 5341673 INFO  (zkConnectionManagerCallback-9723-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5341721 INFO  (zkConnectionManagerCallback-9725-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5341795 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5341795 WARN  (jetty-launcher-9709-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5341924 WARN  (jetty-launcher-9709-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5f537c0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5342013 WARN  (jetty-launcher-9709-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5342014 WARN  (jetty-launcher-9709-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@d00f45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5342015 INFO  (jetty-launcher-9709-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40215/solr
   [junit4]   2> 5342037 INFO  (zkConnectionManagerCallback-9733-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5342122 INFO  (zkConnectionManagerCallback-9735-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5342146 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46501_solr
   [junit4]   2> 5342232 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.c.Overseer Overseer (id=74329875498532874-127.0.0.1:46501_solr-n_0000000000) starting
   [junit4]   2> 5342236 INFO  (jetty-launcher-9709-thread-4) [n:127.0.0.1:44805_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44805_solr
   [junit4]   2> 5342307 INFO  (zkCallback-9724-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5342325 INFO  (zkCallback-9734-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5342361 INFO  (zkConnectionManagerCallback-9742-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5342363 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5342363 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40215/solr ready
   [junit4]   2> 5342382 INFO  (OverseerStateUpdate-74329875498532874-127.0.0.1:46501_solr-n_0000000000) [n:127.0.0.1:46501_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46501_solr
   [junit4]   2> 5342402 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:46501_solr as DOWN
   [junit4]   2> 5342414 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5342415 WARN  (jetty-launcher-9709-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5342455 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5342455 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46501_solr
   [junit4]   2> 5342487 WARN  (jetty-launcher-9709-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4253e424[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5342507 INFO  (zkCallback-9724-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5342515 INFO  (zkCallback-9734-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5342523 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5342524 WARN  (jetty-launcher-9709-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5342524 WARN  (jetty-launcher-9709-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5342657 INFO  (zkCallback-9741-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5342706 WARN  (jetty-launcher-9709-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4d017a10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5342730 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5342795 INFO  (zkConnectionManagerCallback-9751-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5343128 WARN  (jetty-launcher-9709-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@49f45319[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5343129 INFO  (jetty-launcher-9709-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40215/solr
   [junit4]   2> 5343144 WARN  (jetty-launcher-9709-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5343144 INFO  (jetty-launcher-9709-thread-4) [n:127.0.0.1:44805_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5343145 INFO  (jetty-launcher-9709-thread-4) [n:127.0.0.1:44805_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40215/solr ready
   [junit4]   2> 5343180 INFO  (jetty-launcher-9709-thread-4) [n:127.0.0.1:44805_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5343216 INFO  (zkConnectionManagerCallback-9756-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5343253 WARN  (jetty-launcher-9709-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5bc65398[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5343254 INFO  (jetty-launcher-9709-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40215/solr
   [junit4]   2> 5343475 INFO  (zkConnectionManagerCallback-9761-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5343490 INFO  (zkConnectionManagerCallback-9763-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5343598 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10812a0c14a000d, likely client has closed socket
   [junit4]   2> 5343599 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5343615 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40741_solr as DOWN
   [junit4]   2> 5343615 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5343615 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40741_solr
   [junit4]   2> 5343616 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46501.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5343767 INFO  (zkCallback-9734-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5343779 INFO  (zkConnectionManagerCallback-9767-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5343782 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5343787 INFO  (zkCallback-9724-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5343961 INFO  (zkCallback-9762-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5343962 INFO  (jetty-launcher-9709-thread-4) [n:127.0.0.1:44805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44805.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5344116 INFO  (zkCallback-9741-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5344344 INFO  (jetty-launcher-9709-thread-4) [n:127.0.0.1:44805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44805.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5344344 INFO  (jetty-launcher-9709-thread-4) [n:127.0.0.1:44805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44805.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5344345 INFO  (jetty-launcher-9709-thread-4) [n:127.0.0.1:44805_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node4/.
   [junit4]   2> 5344509 INFO  (zkCallback-9750-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5344545 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46501.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5344561 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46501.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5344562 INFO  (jetty-launcher-9709-thread-2) [n:127.0.0.1:46501_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node2/.
   [junit4]   2> 5344598 INFO  (zkConnectionManagerCallback-9774-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5344600 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:34621_solr as DOWN
   [junit4]   2> 5344600 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5344601 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5344601 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34621_solr
   [junit4]   2> 5344618 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40215/solr ready
   [junit4]   2> 5344635 INFO  (zkCallback-9741-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5344638 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5344655 INFO  (zkCallback-9762-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5344655 INFO  (zkCallback-9724-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5344655 INFO  (zkCallback-9734-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5344709 INFO  (zkCallback-9750-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5344723 INFO  (zkCallback-9773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5344744 INFO  (zkCallback-9766-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5344818 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40741.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5344853 INFO  (zkConnectionManagerCallback-9780-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5344885 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40741.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5344885 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40741.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5344898 INFO  (jetty-launcher-9709-thread-3) [n:127.0.0.1:40741_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node3/.
   [junit4]   2> 5344918 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5345007 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40215/solr ready
   [junit4]   2> 5345019 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5345210 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34621.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5345248 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34621.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5345248 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34621.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5345249 INFO  (jetty-launcher-9709-thread-1) [n:127.0.0.1:34621_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node1/.
   [junit4]   2> 5345992 INFO  (zkConnectionManagerCallback-9786-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5345993 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5345994 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40215/solr ready
   [junit4]   2> 5346075 INFO  (qtp1422573816-78239) [n:127.0.0.1:46501_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5346089 INFO  (qtp1422573816-78239) [n:127.0.0.1:46501_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 5346090 INFO  (qtp1422573816-78234) [n:127.0.0.1:46501_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=raceDeleteReplica_false&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5346218 INFO  (OverseerThreadFactory-8962-thread-1-processing-n:127.0.0.1:46501_solr) [n:127.0.0.1:46501_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection raceDeleteReplica_false
   [junit4]   2> 5346376 INFO  (OverseerStateUpdate-74329875498532874-127.0.0.1:46501_solr-n_0000000000) [n:127.0.0.1:46501_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"raceDeleteReplica_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"raceDeleteReplica_false_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34621/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5346379 INFO  (OverseerStateUpdate-74329875498532874-127.0.0.1:46501_solr-n_0000000000) [n:127.0.0.1:46501_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"raceDeleteReplica_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"raceDeleteReplica_false_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40741/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5346656 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr    x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=raceDeleteReplica_false_shard1_replica_n1&action=CREATE&numShards=1&collection=raceDeleteReplica_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5346701 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr    x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=raceDeleteReplica_false_shard1_replica_n2&action=CREATE&numShards=1&collection=raceDeleteReplica_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5347885 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 5347909 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.s.IndexSchema [raceDeleteReplica_false_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 5347928 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 5348161 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5348161 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'raceDeleteReplica_false_shard1_replica_n2' using configuration from collection raceDeleteReplica_false, trusted=true
   [junit4]   2> 5348162 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40741.solr.core.raceDeleteReplica_false.shard1.replica_n2' (registry 'solr.core.raceDeleteReplica_false.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5348162 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.SolrCore [[raceDeleteReplica_false_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node3/raceDeleteReplica_false_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node3/./raceDeleteReplica_false_shard1_replica_n2/data/]
   [junit4]   2> 5348196 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.s.IndexSchema [raceDeleteReplica_false_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 5348198 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5348198 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'raceDeleteReplica_false_shard1_replica_n1' using configuration from collection raceDeleteReplica_false, trusted=true
   [junit4]   2> 5348198 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34621.solr.core.raceDeleteReplica_false.shard1.replica_n1' (registry 'solr.core.raceDeleteReplica_false.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5348199 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.SolrCore [[raceDeleteReplica_false_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node1/raceDeleteReplica_false_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node1/./raceDeleteReplica_false_shard1_replica_n1/data/]
   [junit4]   2> 5348453 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5348453 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5348473 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5348473 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5348487 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5348487 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5348488 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5272b6ae[raceDeleteReplica_false_shard1_replica_n1] main]
   [junit4]   2> 5348489 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5348490 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5348490 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5348490 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627741089708376064
   [junit4]   2> 5348508 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5348508 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5348509 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@689410ae[raceDeleteReplica_false_shard1_replica_n2] main]
   [junit4]   2> 5348524 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5348524 INFO  (searcherExecutor-8983-thread-1-processing-n:127.0.0.1:34621_solr x:raceDeleteReplica_false_shard1_replica_n1 c:raceDeleteReplica_false s:shard1 r:core_node3) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.SolrCore [raceDeleteReplica_false_shard1_replica_n1] Registered new searcher Searcher@5272b6ae[raceDeleteReplica_false_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5348524 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5348524 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5348525 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627741089745076224
   [junit4]   2> 5348561 INFO  (searcherExecutor-8982-thread-1-processing-n:127.0.0.1:40741_solr x:raceDeleteReplica_false_shard1_replica_n2 c:raceDeleteReplica_false s:shard1 r:core_node4) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.SolrCore [raceDeleteReplica_false_shard1_replica_n2] Registered new searcher Searcher@689410ae[raceDeleteReplica_false_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5348562 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/raceDeleteReplica_false/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 5348562 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/raceDeleteReplica_false/leaders/shard1
   [junit4]   2> 5348580 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/raceDeleteReplica_false/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 5348580 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/raceDeleteReplica_false/leaders/shard1
   [junit4]   2> 5348584 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 5349103 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5349103 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 5349103 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40741/solr/raceDeleteReplica_false_shard1_replica_n2/
   [junit4]   2> 5349104 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=raceDeleteReplica_false_shard1_replica_n2 url=https://127.0.0.1:40741/solr START replicas=[https://127.0.0.1:34621/solr/raceDeleteReplica_false_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 5349104 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=raceDeleteReplica_false_shard1_replica_n2 url=https://127.0.0.1:40741/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 5349108 INFO  (qtp751500639-78226) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.S.Request [raceDeleteReplica_false_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 5349108 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 5349108 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 5349108 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/raceDeleteReplica_false/leaders/shard1/leader after winning as /collections/raceDeleteReplica_false/leader_elect/shard1/election/74329875498532879-core_node4-n_0000000000
   [junit4]   2> 5349109 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40741/solr/raceDeleteReplica_false_shard1_replica_n2/ shard1
   [junit4]   2> 5349211 INFO  (zkCallback-9762-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5349220 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 5349223 INFO  (qtp1518975060-78252) [n:127.0.0.1:40741_solr c:raceDeleteReplica_false s:shard1 r:core_node4 x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=raceDeleteReplica_false_shard1_replica_n2&action=CREATE&numShards=1&collection=raceDeleteReplica_false&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2521
   [junit4]   2> 5349326 INFO  (zkCallback-9762-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5349341 INFO  (zkCallback-9762-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5349607 INFO  (qtp751500639-78223) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=raceDeleteReplica_false_shard1_replica_n1&action=CREATE&numShards=1&collection=raceDeleteReplica_false&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2951
   [junit4]   2> 5349612 INFO  (qtp1422573816-78234) [n:127.0.0.1:46501_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 5349731 INFO  (zkCallback-9734-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5349731 INFO  (zkCallback-9762-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5349731 INFO  (zkCallback-9762-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5349731 INFO  (zkCallback-9766-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5349731 INFO  (zkCallback-9766-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5349734 INFO  (qtp1422573816-78234) [n:127.0.0.1:46501_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=raceDeleteReplica_false&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3644
   [junit4]   2> 5349755 INFO  (watches-9783-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 5349808 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 5349823 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=940043575
   [junit4]   2> 5349824 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34621_solr
   [junit4]   2> 5349824 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 5349824 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:34621_solr as DOWN
   [junit4]   2> 5350063 INFO  (coreCloseExecutor-8992-thread-1) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.SolrCore [raceDeleteReplica_false_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4aa82901
   [junit4]   2> 5350063 INFO  (coreCloseExecutor-8992-thread-1) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.raceDeleteReplica_false.shard1.replica_n1, tag=4aa82901
   [junit4]   2> 5350063 INFO  (coreCloseExecutor-8992-thread-1) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5a474992: rootName = solr_34621, domain = solr.core.raceDeleteReplica_false.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.raceDeleteReplica_false.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3c396916
   [junit4]   2> 5350087 INFO  (coreCloseExecutor-8992-thread-1) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.raceDeleteReplica_false.shard1.leader, tag=4aa82901
   [junit4]   2> 5350261 INFO  (OverseerCollectionConfigSetProcessor-74329875498532874-127.0.0.1:46501_solr-n_0000000000) [n:127.0.0.1:46501_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 5350372 INFO  (zkCallback-9766-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5350372 INFO  (zkCallback-9762-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5350372 INFO  (zkCallback-9762-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5350387 INFO  (zkCallback-9766-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5350411 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 5350411 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@50e6b31a: rootName = solr_34621, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@71385ffd
   [junit4]   2> 5350434 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 5350434 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1036d4d9: rootName = solr_34621, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3bbfa651
   [junit4]   2> 5350449 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 5350449 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4bd0e3b9: rootName = solr_34621, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@578e7486
   [junit4]   2> 5350449 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 5350648 INFO  (zkCallback-9773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 5350649 INFO  (zkCallback-9750-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 5350649 INFO  (zkCallback-9741-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 5350649 INFO  (zkCallback-9785-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 5350662 INFO  (zkCallback-9724-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 5350663 INFO  (zkCallback-9762-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 5350666 INFO  (zkCallback-9734-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 5350727 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@744ed11e{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 5350756 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@60b0ea65{/solr,null,UNAVAILABLE}
   [junit4]   2> 5350756 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5350881 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5350882 WARN  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5350882 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 34621 try number 1 ...
   [junit4]   2> 5350882 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5350970 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5350970 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5350970 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5350975 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a459ece{/solr,null,AVAILABLE}
   [junit4]   2> 5350975 WARN  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@43c2fff2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5350976 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4d3b5386{SSL,[ssl, http/1.1]}{127.0.0.1:34621}
   [junit4]   2> 5350976 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.s.Server Started @5351205ms
   [junit4]   2> 5350976 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34621}
   [junit4]   2> 5350976 ERROR (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5350976 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5350976 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 5350976 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5350976 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5350976 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-11T20:07:53.500Z
   [junit4]   2> 5350992 INFO  (zkConnectionManagerCallback-9793-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5350993 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5353713 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5353713 WARN  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5353765 WARN  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2c7afac6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5353802 WARN  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5353803 WARN  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4d96558c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5353804 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40215/solr
   [junit4]   2> 5353810 INFO  (zkConnectionManagerCallback-9799-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5353894 INFO  (zkConnectionManagerCallback-9801-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5353901 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5353935 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:34621_solr as DOWN
   [junit4]   2> 5353936 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5353936 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34621_solr
   [junit4]   2> 5353937 INFO  (zkCallback-9724-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5353937 INFO  (zkCallback-9762-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5353967 INFO  (zkCallback-9785-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5353967 INFO  (zkCallback-9773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5353967 INFO  (zkCallback-9741-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5353967 INFO  (zkCallback-9734-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5353967 INFO  (zkCallback-9750-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5353992 INFO  (zkCallback-9800-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5354008 INFO  (zkCallback-9762-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5354008 INFO  (zkCallback-9762-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5354134 INFO  (zkConnectionManagerCallback-9808-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5354135 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5354135 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40215/solr ready
   [junit4]   2> 5354151 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5354246 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34621.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5354296 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34621.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5354297 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34621.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5354298 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node1/.
   [junit4]   2> 5354298 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D8255E2B0AD66CD8]) [n:127.0.0.1:34621_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [raceDeleteReplica_false_shard1_replica_n1]
   [junit4]   2> 5354516 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 5354573 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr    ] o.a.s.s.IndexSchema [raceDeleteReplica_false_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 5354588 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5354646 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 5354844 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.s.IndexSchema [raceDeleteReplica_false_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 5354846 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5354846 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'raceDeleteReplica_false_shard1_replica_n1' using configuration from collection raceDeleteReplica_false, trusted=true
   [junit4]   2> 5354863 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34621.solr.core.raceDeleteReplica_false.shard1.replica_n1' (registry 'solr.core.raceDeleteReplica_false.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67dd8815
   [junit4]   2> 5354863 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.SolrCore [[raceDeleteReplica_false_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node1/raceDeleteReplica_false_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node1/./raceDeleteReplica_false_shard1_replica_n1/data/]
   [junit4]   2> 5355103 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5355103 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5355105 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5355105 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5355122 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@775f82df[raceDeleteReplica_false_shard1_replica_n1] main]
   [junit4]   2> 5355139 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5355139 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5355140 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5355140 INFO  (coreLoadExecutor-9002-thread-1-processing-n:127.0.0.1:34621_solr) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627741096681406464
   [junit4]   2> 5355159 INFO  (coreZkRegister-8994-thread-1-processing-n:127.0.0.1:34621_solr x:raceDeleteReplica_false_shard1_replica_n1 c:raceDeleteReplica_false s:shard1 r:core_node3) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.DeleteReplicaTest Running delete core CoreDescriptor[name=raceDeleteReplica_false_shard1_replica_n1;instanceDir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D8255E2B0AD66CD8-001/tempDir-001/node1/./raceDeleteReplica_false_shard1_replica_n1]
   [junit4]   2> 5355161 INFO  (searcherExecutor-9003-thread-1-processing-n:127.0.0.1:34621_solr x:raceDeleteReplica_false_shard1_replica_n1 c:raceDeleteReplica_false s:shard1 r:core_node3) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.SolrCore [raceDeleteReplica_false_shard1_replica_n1] Registered new searcher Searcher@775f82df[raceDeleteReplica_false_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5355277 INFO  (zkCallback-9762-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5355277 INFO  (zkCallback-9762-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/raceDeleteReplica_false/state.json] for collection [raceDeleteReplica_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5355783 ERROR (coreZkRegister-8994-thread-1-processing-n:127.0.0.1:34621_solr x:raceDeleteReplica_false_shard1_replica_n1 c:raceDeleteReplica_false s:shard1 r:core_node3) [n:127.0.0.1:34621_solr c:raceDeleteReplica_false s:shard1 r:core_node3 x:raceDeleteReplica_false_shard1_replica_n1] o.a.s.c.ZkContainer :org.apache.so

[...truncated too long message...]

t as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1412637392
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1412637392
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1412637392

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 33ms :: artifacts dl 4ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 617 minutes 34 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1788 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1788/

2 tests failed.
FAILED:  org.apache.lucene.search.TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh

Error Message:
Captured an uncaught exception in thread: Thread[id=5295, name=Thread-4787, state=RUNNABLE, group=TGRP-TestSearcherManager]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5295, name=Thread-4787, state=RUNNABLE, group=TGRP-TestSearcherManager]
Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_3s_FST50_0.doc: Too many open files
	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:677)
Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_3s_FST50_0.doc: Too many open files
	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
	at org.apache.lucene.mockfile.HandleTrackingFS.newByteChannel(HandleTrackingFS.java:271)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newByteChannel(FilterFileSystemProvider.java:212)
	at java.nio.file.Files.newByteChannel(Files.java:361)
	at java.nio.file.Files.newByteChannel(Files.java:407)
	at org.apache.lucene.store.SimpleFSDirectory.openInput(SimpleFSDirectory.java:77)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2800)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.codecs.lucene50.Lucene50PostingsReader.<init>(Lucene50PostingsReader.java:84)
	at org.apache.lucene.codecs.memory.FSTPostingsFormat.fieldsProducer(FSTPostingsFormat.java:66)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:288)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:368)
	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:113)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:214)
	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:106)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:665)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

Error Message:
The test or suite printed 16289 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 16289 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
	at org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:282)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 1302 lines...]
   [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [junit4]   2> Mar 10, 2019 11:23:05 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-4786,5,TGRP-TestSearcherManager]
   [junit4]   2> java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_3z_LuceneVarGapDocFreqInterval_0.doc: Too many open files
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:647)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_3z_LuceneVarGapDocFreqInterval_0.doc: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]   2> 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:411)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:407)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:255)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:662)
   [junit4]   2> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene50.Lucene50PostingsWriter.<init>(Lucene50PostingsWriter.java:111)
   [junit4]   2> 	at org.apache.lucene.codecs.blockterms.LuceneVarGapDocFreqInterval.fieldsConsumer(LuceneVarGapDocFreqInterval.java:56)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.write(PerFieldPostingsFormat.java:140)
   [junit4]   2> 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:97)
   [junit4]   2> 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:176)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:469)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:719)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:494)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:294)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:269)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:259)
   [junit4]   2> 	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:156)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:58)
   [junit4]   2> 	at org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:176)
   [junit4]   2> 	at org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:253)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:635)
   [junit4]   2> 
   [junit4]   2> Mar 10, 2019 11:23:05 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-4784,5,TGRP-TestSearcherManager]
   [junit4]   2> org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:695)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1591)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:574)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_40.fdx: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]   2> 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:411)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:407)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:255)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:662)
   [junit4]   2> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$1.createOutput(ConcurrentMergeScheduler.java:288)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:112)
   [junit4]   2> 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]   2> 	at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:227)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> 
   [junit4]   2> Mar 10, 2019 11:23:05 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-4787,5,TGRP-TestSearcherManager]
   [junit4]   2> java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_3s_FST50_0.doc: Too many open files
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:677)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_3s_FST50_0.doc: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newByteChannel(HandleTrackingFS.java:271)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newByteChannel(FilterFileSystemProvider.java:212)
   [junit4]   2> 	at java.nio.file.Files.newByteChannel(Files.java:361)
   [junit4]   2> 	at java.nio.file.Files.newByteChannel(Files.java:407)
   [junit4]   2> 	at org.apache.lucene.store.SimpleFSDirectory.openInput(SimpleFSDirectory.java:77)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2800)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene50.Lucene50PostingsReader.<init>(Lucene50PostingsReader.java:84)
   [junit4]   2> 	at org.apache.lucene.codecs.memory.FSTPostingsFormat.fieldsProducer(FSTPostingsFormat.java:66)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:288)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:368)
   [junit4]   2> 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:113)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:214)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:106)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
   [junit4]   2> 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:665)
   [junit4]   2> 
   [junit4]   2> Mar 10, 2019 11:23:05 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #2,5,TGRP-TestSearcherManager]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]   2> Caused by: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:4216)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4196)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4048)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_40.fdx: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]   2> 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:411)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:407)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:255)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:662)
   [junit4]   2> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$1.createOutput(ConcurrentMergeScheduler.java:288)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:112)
   [junit4]   2> 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]   2> 	at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:227)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]   2> 	... 2 more
   [junit4]   2> 
   [junit4]   2> Mar 10, 2019 11:23:05 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #1,5,TGRP-TestSearcherManager]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_40.fdx: Too many open files
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_40.fdx: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]   2> 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:411)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:407)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:255)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:662)
   [junit4]   2> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$1.createOutput(ConcurrentMergeScheduler.java:288)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:112)
   [junit4]   2> 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]   2> 	at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:227)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSearcherManager -Dtests.method=testConcurrentIndexCloseSearchAndRefresh -Dtests.seed=7DDA546371A61BE8 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=en-SG -Dtests.timezone=Africa/Bujumbura -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   12.1s J1 | TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5295, name=Thread-4787, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_3s_FST50_0.doc: Too many open files
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:677)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_3s_FST50_0.doc: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newByteChannel(HandleTrackingFS.java:271)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newByteChannel(FilterFileSystemProvider.java:212)
   [junit4]    > 	at java.nio.file.Files.newByteChannel(Files.java:361)
   [junit4]    > 	at java.nio.file.Files.newByteChannel(Files.java:407)
   [junit4]    > 	at org.apache.lucene.store.SimpleFSDirectory.openInput(SimpleFSDirectory.java:77)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2800)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50PostingsReader.<init>(Lucene50PostingsReader.java:84)
   [junit4]    > 	at org.apache.lucene.codecs.memory.FSTPostingsFormat.fieldsProducer(FSTPostingsFormat.java:66)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:288)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:368)
   [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:113)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:214)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:106)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
   [junit4]    > 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:665)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5294, name=Thread-4786, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_3z_LuceneVarGapDocFreqInterval_0.doc: Too many open files
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:647)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_3z_LuceneVarGapDocFreqInterval_0.doc: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:411)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:407)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:255)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:662)
   [junit4]    > 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50PostingsWriter.<init>(Lucene50PostingsWriter.java:111)
   [junit4]    > 	at org.apache.lucene.codecs.blockterms.LuceneVarGapDocFreqInterval.fieldsConsumer(LuceneVarGapDocFreqInterval.java:56)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.write(PerFieldPostingsFormat.java:140)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:97)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:176)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:469)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:719)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:494)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:294)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:269)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:259)
   [junit4]    > 	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:156)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:58)
   [junit4]    > 	at org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:176)
   [junit4]    > 	at org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:253)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:635)Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5292, name=Thread-4784, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:695)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1591)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:574)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_40.fdx: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:411)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:407)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:255)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:662)
   [junit4]    > 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$1.createOutput(ConcurrentMergeScheduler.java:288)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:112)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:227)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5302, name=Lucene Merge Thread #2, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]    > Caused by: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]    > 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:4216)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4196)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4048)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_40.fdx: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:411)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:407)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:255)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:662)
   [junit4]    > 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$1.createOutput(ConcurrentMergeScheduler.java:288)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:112)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:227)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]    > 	... 2 moreThrowable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5301, name=Lucene Merge Thread #1, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_40.fdx: Too many open files
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_7DDA546371A61BE8-001/tempDir-001/_40.fdx: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:411)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:407)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:255)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:662)
   [junit4]    > 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$1.createOutput(ConcurrentMergeScheduler.java:288)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:112)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:227)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {date=FST50, extra35=PostingsFormat(name=LuceneFixedGap), extra13=PostingsFormat(name=LuceneFixedGap), extra36=Lucene50(blocksize=128), extra14=Lucene50(blocksize=128), extra8=FST50, extra11=FST50, extra33=FST50, extra9=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra34=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra12=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra39=PostingsFormat(name=LuceneFixedGap), extra17=PostingsFormat(name=LuceneFixedGap), extra18=Lucene50(blocksize=128), extra15=FST50, extra37=FST50, extra16=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra38=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra2=PostingsFormat(name=LuceneFixedGap), extra3=Lucene50(blocksize=128), titleTokenized=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra0=FST50, extra19=FST50, extra1=PostingsFormat(name=LuceneVarGapDocFreqInterval), body=FST50, title=PostingsFormat(name=LuceneFixedGap), extra6=PostingsFormat(name=LuceneFixedGap), extra7=Lucene50(blocksize=128), extra4=FST50, extra5=PostingsFormat(name=LuceneVarGapDocFreqInterval), packID=FST50, extra31=PostingsFormat(name=LuceneFixedGap), extra10=Lucene50(blocksize=128), extra32=Lucene50(blocksize=128), extra30=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra24=PostingsFormat(name=LuceneFixedGap), extra25=Lucene50(blocksize=128), extra22=FST50, extra23=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra28=PostingsFormat(name=LuceneFixedGap), extra29=Lucene50(blocksize=128), docid=Lucene50(blocksize=128), extra26=FST50, extra27=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra20=PostingsFormat(name=LuceneFixedGap), extra21=Lucene50(blocksize=128)}, docValues:{date=DocValuesFormat(name=Asserting), extra13=DocValuesFormat(name=Asserting), extra14=DocValuesFormat(name=Lucene80), extra8=DocValuesFormat(name=Asserting), extra11=DocValuesFormat(name=Lucene80), extra9=DocValuesFormat(name=Lucene80), extra12=DocValuesFormat(name=Lucene80), extra17=DocValuesFormat(name=Lucene80), extra18=DocValuesFormat(name=Asserting), extra15=DocValuesFormat(name=Asserting), extra16=DocValuesFormat(name=Lucene80), extra2=DocValuesFormat(name=Asserting), extra3=DocValuesFormat(name=Lucene80), titleTokenized=DocValuesFormat(name=Lucene80), extra0=DocValuesFormat(name=Lucene80), extra19=DocValuesFormat(name=Asserting), extra1=DocValuesFormat(name=Lucene80), body=DocValuesFormat(name=Lucene80), extra6=DocValuesFormat(name=Lucene80), extra7=DocValuesFormat(name=Asserting), extra4=DocValuesFormat(name=Asserting), extra5=DocValuesFormat(name=Lucene80), extra10=DocValuesFormat(name=Asserting), extra35=DocValuesFormat(name=Lucene80), extra36=DocValuesFormat(name=Asserting), docid_int=DocValuesFormat(name=Lucene80), extra33=DocValuesFormat(name=Asserting), extra34=DocValuesFormat(name=Lucene80), extra39=DocValuesFormat(name=Lucene80), extra37=DocValuesFormat(name=Lucene80), extra38=DocValuesFormat(name=Asserting), title=DocValuesFormat(name=Asserting), packID=DocValuesFormat(name=Lucene80), docid_intDV=DocValuesFormat(name=Asserting), extra31=DocValuesFormat(name=Lucene80), extra32=DocValuesFormat(name=Lucene80), extra30=DocValuesFormat(name=Asserting), extra24=DocValuesFormat(name=Lucene80), extra25=DocValuesFormat(name=Lucene80), extra22=DocValuesFormat(name=Lucene80), extra23=DocValuesFormat(name=Asserting), extra28=DocValuesFormat(name=Asserting), extra29=DocValuesFormat(name=Lucene80), docid=DocValuesFormat(name=Lucene80), extra26=DocValuesFormat(name=Lucene80), extra27=DocValuesFormat(name=Lucene80), extra20=DocValuesFormat(name=Asserting), extra21=DocValuesFormat(name=Lucene80), titleDV=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1600, maxMBSortInHeap=7.155109225286451, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6888af45), locale=en-SG, timezone=Africa/Bujumbura
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=323314016,total=449314816
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryBuilder, TestGraphTokenStreamFiniteStrings, TestDocCount, TestFixedBitDocIdSet, TestWANDScorer, TestIndexWriterOutOfFileDescriptors, TestSimilarity, TestUTF32ToUTF8, TestNewestSegment, TestOneMergeWrappingMergePolicy, TestNormsFieldExistsQuery, TestFeatureField, TestPackedTokenAttributeImpl, TestSparseFixedBitDocIdSet, TestCharFilter, TestSpans, TestFieldValueQuery, TestLongPostings, TestStopFilter, TestIndexWriterUnicode, TestAllFilesHaveCodecHeader, TestDocumentsWriterDeleteQueue, TestGeoUtils, TestOmitNorms, TestIndexOptions, TestForceMergeForever, Test2BPostingsBytes, TestNRTReaderWithThreads, TestMinimize, TestFileSwitchDirectory, TestDirectPacked, TestSleepingLockWrapper, TestNRTCachingDirectory, TestLucene60PointsFormat, TestFlex, TestAxiomaticF1EXP, TestCustomTermFreq, TestSortedSetSelector, TestLongValuesSource, TestBooleanQuery, TestMultiTermConstantScore, TestConjunctions, TestBagOfPostings, TestFastDecompressionMode, TestDuelingCodecsAtNight, TestIndexWriterExceptions, TestPayloads, TestWeakIdentityMap, TestBooleanScorer, TestBufferedIndexInput, TestBlendedTermQuery, TestIntroSelector, TestIndexFileDeleter, TestCachingTokenFilter, TestBlockPostingsFormat2, TestLucene50StoredFieldsFormatHighCompression, TestMixedDocValuesUpdates, TestComplexExplanations, TestArrayUtil, TestSoftDeletesRetentionMergePolicy, TestRollingBuffer, TestReadOnlyIndex, TestSameTokenSamePosition, TestNamedSPILoader, TestSynonymQuery, TestLatLonPointQueries, TestThreadedForceMerge, TestStressNRT, TestReqOptSumScorer, TestDistributionSPL, TestControlledRealTimeReopenThread, TestIndexWriterConfig, TestSimpleFSDirectory, TestDocsAndPositions, TestIndependenceStandardized, TestIntRangeFieldQueries, TestIndexWriterOnDiskFull, TestBooleanSimilarity, TestScorerPerf, TestLongDistanceFeatureQuery, TestIOUtils, TestBoolean2ScorerSupplier, TestSearcherManager]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSearcherManager -Dtests.seed=7DDA546371A61BE8 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=en-SG -Dtests.timezone=Africa/Bujumbura -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestSearcherManager (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The test or suite printed 16289 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DDA546371A61BE8]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [274/513 (1!)] on J1 in 331.91s, 11 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 63730 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2495 links (2039 relative) to 3319 anchors in 250 files
     [echo] Validated Links & Anchors via: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1398029712
     [copy] Copying 36 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1398029712
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1398029712

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1135817259
     [copy] Copying 239 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1135817259
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1135817259

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 48ms :: artifacts dl 4ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 302 minutes 27 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1787 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1787/

9 tests failed.
FAILED:  org.apache.lucene.codecs.asserting.TestAssertingStoredFieldsFormat.testRamBytesUsed

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([A9B7DCF75396043]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.codecs.asserting.TestAssertingStoredFieldsFormat

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([A9B7DCF75396043]:0)


FAILED:  org.apache.lucene.codecs.asserting.TestAssertingTermVectorsFormat.testRamBytesUsed

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([A9B7DCF75396043]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.codecs.asserting.TestAssertingTermVectorsFormat

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([A9B7DCF75396043]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [MMapDirectory, InternalHttpClient, SolrCore] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)  at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:259)  at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:133)  at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2113)  at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2272)  at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1115)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1192)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:698)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1192)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:698)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)   expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [MMapDirectory, InternalHttpClient, SolrCore] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)  at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:259)  at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:133)  at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2113)  at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2272)  at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1115)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1192)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:698)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1192)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:698)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [MMapDirectory, InternalHttpClient, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:259)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:133)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2113)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2272)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1115)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1192)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:698)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1192)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:698)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [MMapDirectory, InternalHttpClient, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:259)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:133)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2113)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2272)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1115)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1192)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:698)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:418)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1192)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:698)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

>
	at __randomizedtesting.SeedInfo.seed([8451C84910A5EF18]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:323)
	at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([8451C84910A5EF18:F761B9851A3449C]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:308)
	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:394)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:558)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:497)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:465)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:499)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.ShardSplitTest

Error Message:
10 threads leaked from SUITE scope at org.apache.solr.cloud.api.collections.ShardSplitTest:     1) Thread[id=58337, name=qtp1499957290-58337, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=58342, name=Scheduler-1365601050, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=58334, name=qtp1499957290-58334, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$53/855785884.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)    4) Thread[id=58341, name=qtp1499957290-58341, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)    5) Thread[id=58339, name=qtp1499957290-58339, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)    6) Thread[id=58394, name=Scheduler-697055138, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    7) Thread[id=58335, name=qtp1499957290-58335, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$53/855785884.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)    8) Thread[id=58338, name=qtp1499957290-58338, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)    9) Thread[id=58336, name=qtp1499957290-58336-acceptor-0@5d83c0ac-ServerConnector@70c2cac4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37678}, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)         at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:385)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)   10) Thread[id=58340, name=qtp1499957290-58340, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 10 threads leaked from SUITE scope at org.apache.solr.cloud.api.collections.ShardSplitTest: 
   1) Thread[id=58337, name=qtp1499957290-58337, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=58342, name=Scheduler-1365601050, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=58334, name=qtp1499957290-58334, state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$53/855785884.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=58341, name=qtp1499957290-58341, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   5) Thread[id=58339, name=qtp1499957290-58339, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   6) Thread[id=58394, name=Scheduler-697055138, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   7) Thread[id=58335, name=qtp1499957290-58335, state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$53/855785884.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   8) Thread[id=58338, name=qtp1499957290-58338, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   9) Thread[id=58336, name=qtp1499957290-58336-acceptor-0@5d83c0ac-ServerConnector@70c2cac4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37678}, state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
        at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:385)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
  10) Thread[id=58340, name=qtp1499957290-58340, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([8451C84910A5EF18]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.ShardSplitTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=58335, name=qtp1499957290-58335, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$53/855785884.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=58342, name=Scheduler-1365601050, state=TIMED_WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=58334, name=qtp1499957290-58334, state=RUNNABLE, group=TGRP-ShardSplitTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$53/855785884.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.lang.Thread.run(Thread.java:748)    4) Thread[id=58394, name=Scheduler-697055138, state=WAITING, group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=58335, name=qtp1499957290-58335, state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$53/855785884.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=58342, name=Scheduler-1365601050, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=58334, name=qtp1499957290-58334, state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$53/855785884.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=58394, name=Scheduler-697055138, state=WAITING, group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([8451C84910A5EF18]:0)


FAILED:  org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 Timeout waiting to see state for collection=testSimple2 :DocCollection(testSimple2//collections/testSimple2/state.json/24)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:40631/solr",           "node_name":"127.0.0.1:40631_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"active",           "leader":"true"},         "core_node5":{           "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:39502/solr",           "node_name":"127.0.0.1:39502_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"down"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:40631/solr",           "node_name":"127.0.0.1:40631_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"active",           "leader":"true"},         "core_node8":{           "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:39502/solr",           "node_name":"127.0.0.1:39502_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:34672_solr, 127.0.0.1:40631_solr] Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/24)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:40631/solr",           "node_name":"127.0.0.1:40631_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"active",           "leader":"true"},         "core_node5":{           "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:39502/solr",           "node_name":"127.0.0.1:39502_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"down"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:40631/solr",           "node_name":"127.0.0.1:40631_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"active",           "leader":"true"},         "core_node8":{           "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:39502/solr",           "node_name":"127.0.0.1:39502_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
Timeout waiting to see state for collection=testSimple2 :DocCollection(testSimple2//collections/testSimple2/state.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:40631/solr",
          "node_name":"127.0.0.1:40631_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node5":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:39502/solr",
          "node_name":"127.0.0.1:39502_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"down"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:40631/solr",
          "node_name":"127.0.0.1:40631_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node8":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:39502/solr",
          "node_name":"127.0.0.1:39502_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:34672_solr, 127.0.0.1:40631_solr]
Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:40631/solr",
          "node_name":"127.0.0.1:40631_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node5":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:39502/solr",
          "node_name":"127.0.0.1:39502_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"down"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:40631/solr",
          "node_name":"127.0.0.1:40631_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node8":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:39502/solr",
          "node_name":"127.0.0.1:39502_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:45458/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([8451C84910A5EF18:BCE2ECB737563BC9]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:169)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 3465 lines...]
   [junit4] Suite: org.apache.lucene.codecs.asserting.TestAssertingTermVectorsFormat
   [junit4]   2> de març 10, 2019 5:30:19 AM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.codecs.asserting.TestAssertingTermVectorsFormat
   [junit4]   2>    1) Thread[id=449, name=SUITE-TestAssertingTermVectorsFormat-seed#[A9B7DCF75396043], state=RUNNABLE, group=TGRP-TestAssertingTermVectorsFormat]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:708)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629)
   [junit4]   2>    2) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:639)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:496)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    3) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    4) Thread[id=450, name=TEST-TestAssertingTermVectorsFormat.testRamBytesUsed-seed#[A9B7DCF75396043], state=RUNNABLE, group=TGRP-TestAssertingTermVectorsFormat]
   [junit4]   2>         at org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.get(CompressingTermVectorsReader.java:375)
   [junit4]   2>         at org.apache.lucene.codecs.asserting.AssertingTermVectorsFormat$AssertingTermVectorsReader.get(AssertingTermVectorsFormat.java:71)
   [junit4]   2>         at org.apache.lucene.codecs.TermVectorsWriter.merge(TermVectorsWriter.java:223)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:238)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:172)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2155)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5116)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]   2>         at org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:276)
   [junit4]   2>         at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testRamBytesUsed(BaseTermVectorsFormatTestCase.java:71)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAssertingTermVectorsFormat -Dtests.method=testRamBytesUsed -Dtests.seed=A9B7DCF75396043 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=ca -Dtests.timezone=GMT0 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   7200s J1 | TestAssertingTermVectorsFormat.testRamBytesUsed <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A9B7DCF75396043]:0)
   [junit4]   2> de març 10, 2019 5:30:19 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> de març 10, 2019 5:30:39 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.codecs.asserting.TestAssertingTermVectorsFormat: 
   [junit4]   2>    1) Thread[id=450, name=TEST-TestAssertingTermVectorsFormat.testRamBytesUsed-seed#[A9B7DCF75396043], state=RUNNABLE, group=TGRP-TestAssertingTermVectorsFormat]
   [junit4]   2>         at org.apache.lucene.store.DataInput.readInt(DataInput.java:101)
   [junit4]   2>         at org.apache.lucene.store.ByteBuffersIndexInput.readInt(ByteBuffersIndexInput.java:99)
   [junit4]   2>         at org.apache.lucene.store.MockIndexInputWrapper.readInt(MockIndexInputWrapper.java:165)
   [junit4]   2>         at org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.get(CompressingTermVectorsReader.java:444)
   [junit4]   2>         at org.apache.lucene.codecs.asserting.AssertingTermVectorsFormat$AssertingTermVectorsReader.get(AssertingTermVectorsFormat.java:71)
   [junit4]   2>         at org.apache.lucene.codecs.TermVectorsWriter.merge(TermVectorsWriter.java:223)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:238)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:172)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2155)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5116)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]   2>         at org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:276)
   [junit4]   2>         at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testRamBytesUsed(BaseTermVectorsFormatTestCase.java:71)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> de març 10, 2019 5:30:39 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=450, name=TEST-TestAssertingTermVectorsFormat.testRamBytesUsed-seed#[A9B7DCF75396043], state=RUNNABLE, group=TGRP-TestAssertingTermVectorsFormat]
   [junit4]   2> de març 10, 2019 5:30:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=450, name=TEST-TestAssertingTermVectorsFormat.testRamBytesUsed-seed#[A9B7DCF75396043], state=RUNNABLE, group=TGRP-TestAssertingTermVectorsFormat]
   [junit4]   2>         at org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.get(CompressingTermVectorsReader.java:415)
   [junit4]   2>         at org.apache.lucene.codecs.asserting.AssertingTermVectorsFormat$AssertingTermVectorsReader.get(AssertingTermVectorsFormat.java:71)
   [junit4]   2>         at org.apache.lucene.codecs.TermVectorsWriter.merge(TermVectorsWriter.java:223)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:238)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:172)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2155)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5116)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]   2>         at org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:276)
   [junit4]   2>         at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testRamBytesUsed(BaseTermVectorsFormatTestCase.java:71)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util

[...truncated too long message...]

st as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1971252426
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1971252426
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null1971252426

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 29ms :: artifacts dl 3ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 709 minutes 7 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

Re: [JENKINS] Lucene-Solr-NightlyTests-master - Build # 1786 - Failure

Posted by Kevin Risden <kr...@apache.org>.
 java.lang.OutOfMemoryError: GC overhead limit exceeded

and later

 java.lang.NoClassDefFoundError: org/eclipse/jetty/util/ajax/JSON

I haven't been able to reproduce this locally but need to figure out why
this test uses so much memory. There is a history with this test that it
tends to hang.

   [junit4]   2> 472388 INFO  (qtp1158076668-6865) [n:127.0.0.1:43560_solr
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=2c228b48-5681-412d-a28e-e686b439076a13199119840513320&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=22455
   [junit4]   2> 573949 WARN  (h2sc-2514-thread-1) [    ]
o.e.j.i.ManagedSelector
   [junit4]   2>           => java.lang.OutOfMemoryError: GC overhead limit
exceeded
   [junit4]   2> at java.util.HashMap.newNode(HashMap.java:1747)
   [junit4]   2> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2> at java.util.HashMap.newNode(HashMap.java:1747)
~[?:1.8.0_191]
   [junit4]   2> at java.util.HashMap.putVal(HashMap.java:631)
~[?:1.8.0_191]
   [junit4]   2> at java.util.HashMap.put(HashMap.java:612) ~[?:1.8.0_191]
   [junit4]   2> at java.util.HashSet.add(HashSet.java:220) ~[?:1.8.0_191]
   [junit4]   2> at
sun.nio.ch.EPollSelectorImpl.updateSelectedKeys(EPollSelectorImpl.java:131)
~[?:1.8.0_191]
   [junit4]   2> at
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:98)
~[?:1.8.0_191]
   [junit4]   2> at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) ~[?:1.8.0_191]
   [junit4]   2> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
~[?:1.8.0_191]
   [junit4]   2> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
~[?:1.8.0_191]
   [junit4]   2> at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
~[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
~[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> at
org.eclipse.jetty.io.ManagedSelector$$Lambda$34/511731806.run(Unknown
Source) ~[?:?]
   [junit4]   2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
~[java/:?]
   [junit4]   2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$10/1188405699.run(Unknown
Source) ~[?:?]
   [junit4]   2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_191]
   [junit4]   2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_191]
   [junit4]   2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]



   [junit4]   2> 4001548 ERROR (pool-13-thread-1) [    ] DataNodeMetricsLog
Failed to get DataNode metrics for mbean
Hadoop:service=NameNode,name=FSNamesystemState
   [junit4]   2>           => javax.management.RuntimeErrorException:
java.lang.NoClassDefFoundError: org/eclipse/jetty/util/ajax/JSON
   [junit4]   2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:841)
   [junit4]   2> javax.management.RuntimeErrorException:
java.lang.NoClassDefFoundError: org/eclipse/jetty/util/ajax/JSON
   [junit4]   2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:841)
~[?:1.8.0_191]
   [junit4]   2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttributes(DefaultMBeanServerInterceptor.java:711)
~[?:1.8.0_191]
   [junit4]   2> at
com.sun.jmx.mbeanserver.JmxMBeanServer.getAttributes(JmxMBeanServer.java:705)
~[?:1.8.0_191]
   [junit4]   2> at
org.apache.hadoop.hdfs.server.common.MetricsLoggerTask.run(MetricsLoggerTask.java:93)
~[hadoop-hdfs-3.2.0.jar:?]
   [junit4]   2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
~[?:1.8.0_191]
   [junit4]   2> at
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
~[?:1.8.0_191]
   [junit4]   2> at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
~[?:1.8.0_191]
   [junit4]   2> at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
~[?:1.8.0_191]
   [junit4]   2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_191]
   [junit4]   2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_191]
   [junit4]   2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> Caused by: java.lang.NoClassDefFoundError:
org/eclipse/jetty/util/ajax/JSON
   [junit4]   2> at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getSnapshotStats(FSNamesystem.java:4379)
~[hadoop-hdfs-3.2.0.jar:?]
   [junit4]   2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[?:1.8.0_191]
   [junit4]   2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_191]
   [junit4]   2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_191]
   [junit4]   2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_191]
   [junit4]   2> at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
~[?:1.8.0_191]
   [junit4]   2> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
Source) ~[?:?]
   [junit4]   2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_191]
   [junit4]   2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_191]
   [junit4]   2> at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
~[?:1.8.0_191]
   [junit4]   2> at
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
~[?:1.8.0_191]
   [junit4]   2> at
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
~[?:1.8.0_191]
   [junit4]   2> at
com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
~[?:1.8.0_191]
   [junit4]   2> at
com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
~[?:1.8.0_191]
   [junit4]   2> at
com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
~[?:1.8.0_191]
   [junit4]   2> at
com.sun.jmx.mbeanserver.MBeanSupport.getAttributes(MBeanSupport.java:213)
~[?:1.8.0_191]
   [junit4]   2> at
javax.management.StandardMBean.getAttributes(StandardMBean.java:390)
~[?:1.8.0_191]
   [junit4]   2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttributes(DefaultMBeanServerInterceptor.java:709)
~[?:1.8.0_191]
   [junit4]   2> ... 9 more

Kevin Risden


On Fri, Mar 8, 2019 at 1:38 PM Kevin Risden <kr...@apache.org> wrote:

> Hmmm I'll dig and see what is going on with this.
>
> Kevin Risden
>
>
> On Fri, Mar 8, 2019 at 1:18 PM Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
>> Build:
>> https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1786/
>>
>> 2 tests failed.
>> FAILED:
>> org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI
>>
>> Error Message:
>> Test abandoned because suite timeout was reached.
>>
>> Stack Trace:
>> java.lang.Exception: Test abandoned because suite timeout was reached.
>>         at __randomizedtesting.SeedInfo.seed([A23D00C6F401CC94]:0)
>>
>>
>> FAILED:  junit.framework.TestSuite.org
>> .apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest
>>
>> Error Message:
>> Suite timeout exceeded (>= 3600000 msec).
>>
>> Stack Trace:
>> java.lang.Exception: Suite timeout exceeded (>= 3600000 msec).
>>         at __randomizedtesting.SeedInfo.seed([A23D00C6F401CC94]:0)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 14385 lines...]
>>    [junit4] Suite:
>> org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest
>>    [junit4]   2> Creating dataDir:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/init-core-data-001
>>    [junit4]   2> 395384 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
>> w/NUMERIC_DOCVALUES_SYSPROP=true
>>    [junit4]   2> 395385 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
>> via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN,
>> clientAuth=NaN)
>>    [junit4]   2> 395385 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
>> test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
>>    [junit4]   2> 396158 WARN
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for
>> your platform... using builtin-java classes where applicable
>>    [junit4]   1> Formatting using clusterid: testClusterID
>>    [junit4]   2> 397732 WARN
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
>> hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
>>    [junit4]   2> 398052 WARN
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using
>> Log4j
>>    [junit4]   2> 398096 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built:
>> 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6;
>> jvm 1.8.0_191-b12
>>    [junit4]   2> 398102 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>>    [junit4]   2> 398102 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.session No SessionScavenger set, using defaults
>>    [junit4]   2> 398102 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.session node0 Scavenging every 600000ms
>>    [junit4]   2> 398105 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.h.ContextHandler Started
>> o.e.j.s.ServletContextHandler@655c873d
>> {static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>>    [junit4]   2> 398404 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@33b20724
>> {hdfs,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-43104-hdfs-_-any-6596358922321797196.dir/webapp/,AVAILABLE}{/hdfs}
>>    [junit4]   2> 398405 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.AbstractConnector Started ServerConnector@538519af
>> {HTTP/1.1,[http/1.1]}{localhost:43104}
>>    [junit4]   2> 398405 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.Server Started @398467ms
>>    [junit4]   2> 400089 WARN
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async
>> since the logger is not log4j
>>    [junit4]   2> 400518 WARN
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using
>> Log4j
>>    [junit4]   2> 400527 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built:
>> 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6;
>> jvm 1.8.0_191-b12
>>    [junit4]   2> 400528 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>>    [junit4]   2> 400528 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.session No SessionScavenger set, using defaults
>>    [junit4]   2> 400528 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.session node0 Scavenging every 600000ms
>>    [junit4]   2> 400529 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.h.ContextHandler Started
>> o.e.j.s.ServletContextHandler@253f748e
>> {static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>>    [junit4]   2> 400707 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@11130f4
>> {datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-37309-datanode-_-any-3185228825448904120.dir/webapp/,AVAILABLE}{/datanode}
>>    [junit4]   2> 400708 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f166b0e
>> {HTTP/1.1,[http/1.1]}{localhost:37309}
>>    [junit4]   2> 400708 INFO
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.e.j.s.Server Started @400770ms
>>    [junit4]   2> 401443 WARN
>> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
>> [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async
>> since the logger is not log4j
>>    [junit4]   2> 402890 INFO  (Block report processor) [    ]
>> BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: Processing first
>> storage report for DS-f8e34ba7-3576-41ce-a2e8-3b11a62ec1ca from datanode
>> 9ea10e01-9eb0-4f73-be10-9edab98b1871
>>    [junit4]   2> 402894 INFO  (Block report processor) [    ]
>> BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: from storage
>> DS-f8e34ba7-3576-41ce-a2e8-3b11a62ec1ca node DatanodeRegistration(
>> 127.0.0.1:43008, datanodeUuid=9ea10e01-9eb0-4f73-be10-9edab98b1871,
>> infoPort=33172, infoSecurePort=0, ipcPort=37000,
>> storageInfo=lv=-57;cid=testClusterID;nsid=1118631180;c=1552064342193),
>> blocks: 0, hasStaleStorage: true, processing time: 4 msecs,
>> invalidatedBlocks: 0
>>    [junit4]   2> 402894 INFO  (Block report processor) [    ]
>> BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: Processing first
>> storage report for DS-27393714-9b93-4b9b-bfc2-49d33ca5f4a3 from datanode
>> 9ea10e01-9eb0-4f73-be10-9edab98b1871
>>    [junit4]   2> 402894 INFO  (Block report processor) [    ]
>> BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: from storage
>> DS-27393714-9b93-4b9b-bfc2-49d33ca5f4a3 node DatanodeRegistration(
>> 127.0.0.1:43008, datanodeUuid=9ea10e01-9eb0-4f73-be10-9edab98b1871,
>> infoPort=33172, infoSecurePort=0, ipcPort=37000,
>> storageInfo=lv=-57;cid=testClusterID;nsid=1118631180;c=1552064342193),
>> blocks: 0, hasStaleStorage: false, processing time: 0 msecs,
>> invalidatedBlocks: 0
>>    [junit4]   2> 403216 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
>>    [junit4]   2> 403218 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002
>>    [junit4]   2> 403218 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>>    [junit4]   2> 403228 INFO  (ZkTestServer Run Thread) [    ]
>> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>>    [junit4]   2> 403228 INFO  (ZkTestServer Run Thread) [    ]
>> o.a.s.c.ZkTestServer Starting server
>>    [junit4]   2> 403328 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer start zk server on port:39876
>>    [junit4]   2> 403328 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39876
>>    [junit4]   2> 403328 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39876
>>    [junit4]   2> 403358 INFO  (zkConnectionManagerCallback-2294-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403364 INFO  (zkConnectionManagerCallback-2296-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403366 INFO  (zkConnectionManagerCallback-2298-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403373 WARN  (jetty-launcher-2299-thread-2) [    ]
>> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>>    [junit4]   2> 403374 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>>    [junit4]   2> 403374 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>>    [junit4]   2> 403374 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
>> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>>    [junit4]   2> 403374 WARN  (jetty-launcher-2299-thread-3) [    ]
>> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>>    [junit4]   2> 403375 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>>    [junit4]   2> 403375 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>>    [junit4]   2> 403375 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
>> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>>    [junit4]   2> 403375 WARN  (jetty-launcher-2299-thread-4) [    ]
>> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>>    [junit4]   2> 403376 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>>    [junit4]   2> 403376 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>>    [junit4]   2> 403376 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
>> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>>    [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.e.j.s.session DefaultSessionIdManager workerName=node0
>>    [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.e.j.s.session No SessionScavenger set, using defaults
>>    [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.e.j.s.session node0 Scavenging every 600000ms
>>    [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@407f66e6
>> {/solr,null,AVAILABLE}
>>    [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.e.j.s.session DefaultSessionIdManager workerName=node0
>>    [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.e.j.s.session No SessionScavenger set, using defaults
>>    [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.e.j.s.session node0 Scavenging every 600000ms
>>    [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c16ba9d
>> {/solr,null,AVAILABLE}
>>    [junit4]   2> 403381 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.e.j.s.session DefaultSessionIdManager workerName=node0
>>    [junit4]   2> 403381 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.e.j.s.session No SessionScavenger set, using defaults
>>    [junit4]   2> 403381 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.e.j.s.session node0 Scavenging every 660000ms
>>    [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.e.j.s.AbstractConnector Started ServerConnector@258b3984{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:41125}
>>    [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.e.j.s.Server Started @403444ms
>>    [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
>> hostPort=41125}
>>    [junit4]   2> 403382 ERROR (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
>> be missing or incomplete.
>>    [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter Using logger factory
>> org.apache.logging.slf4j.Log4jLoggerFactory
>>    [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
>> version 9.0.0
>>    [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
>> null
>>    [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>>    [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
>> 2019-03-08T16:59:08.496Z
>>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.e.j.s.AbstractConnector Started ServerConnector@20bd6443{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:42903}
>>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24cf8fb1
>> {/solr,null,AVAILABLE}
>>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.e.j.s.Server Started @403447ms
>>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
>> hostPort=42903}
>>    [junit4]   2> 403385 ERROR (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
>> be missing or incomplete.
>>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter Using logger factory
>> org.apache.logging.slf4j.Log4jLoggerFactory
>>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
>> version 9.0.0
>>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
>> null
>>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
>> 2019-03-08T16:59:08.498Z
>>    [junit4]   2> 403389 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.e.j.s.AbstractConnector Started ServerConnector@4b190d39{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:33761}
>>    [junit4]   2> 403389 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.e.j.s.Server Started @403451ms
>>    [junit4]   2> 403389 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
>> hostPort=33761}
>>    [junit4]   2> 403390 ERROR (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
>> be missing or incomplete.
>>    [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter Using logger factory
>> org.apache.logging.slf4j.Log4jLoggerFactory
>>    [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
>> version 9.0.0
>>    [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
>> null
>>    [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>>    [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
>> 2019-03-08T16:59:08.503Z
>>    [junit4]   2> 403397 WARN  (jetty-launcher-2299-thread-1) [    ]
>> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>>    [junit4]   2> 403401 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>>    [junit4]   2> 403401 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>>    [junit4]   2> 403402 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
>> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>>    [junit4]   2> 403410 INFO  (zkConnectionManagerCallback-2301-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403411 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>    [junit4]   2> 403417 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverWorkLoopDelay is ignored
>>    [junit4]   2> 403417 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverBadNodeExpiration is ignored
>>    [junit4]   2> 403418 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.c.SolrXmlConfig MBean server found:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters
>> were configured - adding default JMX reporter.
>>    [junit4]   2> 403421 INFO  (zkConnectionManagerCallback-2303-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403421 INFO  (zkConnectionManagerCallback-2305-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403425 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>    [junit4]   2> 403425 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>    [junit4]   2> 403432 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverWorkLoopDelay is ignored
>>    [junit4]   2> 403432 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverBadNodeExpiration is ignored
>>    [junit4]   2> 403433 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverWorkLoopDelay is ignored
>>    [junit4]   2> 403433 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverBadNodeExpiration is ignored
>>    [junit4]   2> 403449 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0)
>> [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client
>> sessionid 0x10312ba5f1d0003, likely client has closed socket
>>    [junit4]   2> 403502 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.c.SolrXmlConfig MBean server found:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters
>> were configured - adding default JMX reporter.
>>    [junit4]   2> 403503 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.e.j.s.session DefaultSessionIdManager workerName=node0
>>    [junit4]   2> 403503 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.e.j.s.session No SessionScavenger set, using defaults
>>    [junit4]   2> 403503 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.e.j.s.session node0 Scavenging every 660000ms
>>    [junit4]   2> 403506 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14f56814
>> {/solr,null,AVAILABLE}
>>    [junit4]   2> 403506 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.c.SolrXmlConfig MBean server found:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters
>> were configured - adding default JMX reporter.
>>    [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.e.j.s.AbstractConnector Started ServerConnector@48540908{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:43500}
>>    [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.e.j.s.Server Started @403576ms
>>    [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
>> hostPort=43500}
>>    [junit4]   2> 403514 ERROR (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
>> be missing or incomplete.
>>    [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter Using logger factory
>> org.apache.logging.slf4j.Log4jLoggerFactory
>>    [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
>> version 9.0.0
>>    [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
>> null
>>    [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>>    [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
>> 2019-03-08T16:59:08.628Z
>>    [junit4]   2> 403561 INFO  (zkConnectionManagerCallback-2307-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403562 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>    [junit4]   2> 403566 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverWorkLoopDelay is ignored
>>    [junit4]   2> 403566 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverBadNodeExpiration is ignored
>>    [junit4]   2> 403568 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.c.SolrXmlConfig MBean server found:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters
>> were configured - adding default JMX reporter.
>>    [junit4]   2> 403744 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
>> WhitelistHostChecker [whitelistHosts=null,
>> whitelistHostCheckingEnabled=true]
>>    [junit4]   2> 403753 WARN  (jetty-launcher-2299-thread-2) [    ]
>> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
>> SslContextFactory@4658969d[provider=null,keyStore=null,trustStore=null]
>>    [junit4]   2> 403759 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
>> WhitelistHostChecker [whitelistHosts=null,
>> whitelistHostCheckingEnabled=true]
>>    [junit4]   2> 403782 WARN  (jetty-launcher-2299-thread-4) [    ]
>> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
>> SslContextFactory@523e02ac[provider=null,keyStore=null,trustStore=null]
>>    [junit4]   2> 403798 WARN  (jetty-launcher-2299-thread-2) [    ]
>> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
>> SslContextFactory@7bdd21a9[provider=null,keyStore=null,trustStore=null]
>>    [junit4]   2> 403799 INFO  (jetty-launcher-2299-thread-2) [    ]
>> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
>>    [junit4]   2> 403816 WARN  (jetty-launcher-2299-thread-4) [    ]
>> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
>> SslContextFactory@5cf2f652[provider=null,keyStore=null,trustStore=null]
>>    [junit4]   2> 403818 INFO  (jetty-launcher-2299-thread-4) [    ]
>> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
>>    [junit4]   2> 403824 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
>> WhitelistHostChecker [whitelistHosts=null,
>> whitelistHostCheckingEnabled=true]
>>    [junit4]   2> 403835 WARN  (jetty-launcher-2299-thread-3) [    ]
>> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
>> SslContextFactory@6a859ba2[provider=null,keyStore=null,trustStore=null]
>>    [junit4]   2> 403859 INFO  (zkConnectionManagerCallback-2319-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403859 INFO  (zkConnectionManagerCallback-2315-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403874 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
>> WhitelistHostChecker [whitelistHosts=null,
>> whitelistHostCheckingEnabled=true]
>>    [junit4]   2> 403875 WARN  (jetty-launcher-2299-thread-3) [    ]
>> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
>> SslContextFactory@6de78155[provider=null,keyStore=null,trustStore=null]
>>    [junit4]   2> 403876 INFO  (jetty-launcher-2299-thread-3) [    ]
>> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
>>    [junit4]   2> 403877 INFO  (zkConnectionManagerCallback-2323-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403881 INFO  (zkConnectionManagerCallback-2326-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403881 INFO  (zkConnectionManagerCallback-2330-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403882 WARN  (jetty-launcher-2299-thread-1) [    ]
>> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
>> SslContextFactory@15c48d97[provider=null,keyStore=null,trustStore=null]
>>    [junit4]   2> 403886 WARN  (jetty-launcher-2299-thread-1) [    ]
>> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
>> SslContextFactory@33dace39[provider=null,keyStore=null,trustStore=null]
>>    [junit4]   2> 403887 INFO  (jetty-launcher-2299-thread-1) [    ]
>> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
>>    [junit4]   2> 403895 INFO  (zkConnectionManagerCallback-2339-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403900 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0)
>> [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client
>> sessionid 0x10312ba5f1d000c, likely client has closed socket
>>    [junit4]   2> 403925 INFO  (zkConnectionManagerCallback-2341-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403925 INFO  (zkConnectionManagerCallback-2343-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 403938 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.OverseerElectionContext I am going
>> to be the leader 127.0.0.1:33761_solr
>>    [junit4]   2> 403940 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.Overseer Overseer
>> (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) starting
>>    [junit4]   2> 403942 INFO  (jetty-launcher-2299-thread-3)
>> [n:127.0.0.1:41125_solr    ] o.a.s.c.ZkController Register node as live
>> in ZooKeeper:/live_nodes/127.0.0.1:41125_solr
>>    [junit4]   2> 403948 INFO  (zkCallback-2340-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>>    [junit4]   2> 403951 INFO  (zkCallback-2342-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>>    [junit4]   2> 403955 INFO  (jetty-launcher-2299-thread-1)
>> [n:127.0.0.1:43500_solr    ] o.a.s.c.ZkController Publish
>> node=127.0.0.1:43500_solr as DOWN
>>    [junit4]   2> 403957 INFO  (jetty-launcher-2299-thread-1)
>> [n:127.0.0.1:43500_solr    ] o.a.s.c.TransientSolrCoreCacheDefault
>> Allocating transient cache for 4 transient cores
>>    [junit4]   2> 403957 INFO  (jetty-launcher-2299-thread-1)
>> [n:127.0.0.1:43500_solr    ] o.a.s.c.ZkController Register node as live
>> in ZooKeeper:/live_nodes/127.0.0.1:43500_solr
>>    [junit4]   2> 403961 INFO  (zkCallback-2325-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>>    [junit4]   2> 403962 INFO  (zkCallback-2340-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>>    [junit4]   2> 403963 INFO  (zkCallback-2342-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>>    [junit4]   2> 403971 INFO  (zkCallback-2325-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>>    [junit4]   2> 404002 INFO  (zkConnectionManagerCallback-2352-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 404004 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
>> from ZooKeeper... (0) -> (2)
>>    [junit4]   2> 404006 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
>> Cluster at 127.0.0.1:39876/solr ready
>>    [junit4]   2> 404007 INFO
>> (OverseerStateUpdate-72922610637013002-127.0.0.1:33761_solr-n_0000000000)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.Overseer Starting to work on the
>> main queue : 127.0.0.1:33761_solr
>>    [junit4]   2> 404008 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.ZkController Publish
>> node=127.0.0.1:33761_solr as DOWN
>>    [junit4]   2> 404011 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.TransientSolrCoreCacheDefault
>> Allocating transient cache for 4 transient cores
>>    [junit4]   2> 404011 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.ZkController Register node as live
>> in ZooKeeper:/live_nodes/127.0.0.1:33761_solr
>>    [junit4]   2> 404013 INFO  (zkCallback-2340-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>>    [junit4]   2> 404017 INFO  (zkCallback-2342-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>>    [junit4]   2> 404018 INFO  (zkCallback-2325-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>>    [junit4]   2> 404034 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
>> from ZooKeeper... (0) -> (3)
>>    [junit4]   2> 404038 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.c.ZkController Publish
>> node=127.0.0.1:42903_solr as DOWN
>>    [junit4]   2> 404039 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.c.TransientSolrCoreCacheDefault
>> Allocating transient cache for 4 transient cores
>>    [junit4]   2> 404039 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.c.ZkController Register node as live
>> in ZooKeeper:/live_nodes/127.0.0.1:42903_solr
>>    [junit4]   2> 404040 INFO  (zkCallback-2340-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>>    [junit4]   2> 404042 INFO  (zkCallback-2342-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>>    [junit4]   2> 404049 INFO  (zkCallback-2322-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>>    [junit4]   2> 404050 INFO  (zkCallback-2325-thread-2) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>>    [junit4]   2> 404050 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
>> collection, keeping metrics history in memory.
>>    [junit4]   2> 404076 INFO  (zkConnectionManagerCallback-2357-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 404087 INFO  (jetty-launcher-2299-thread-1)
>> [n:127.0.0.1:43500_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
>> from ZooKeeper... (0) -> (4)
>>    [junit4]   2> 404093 INFO  (zkCallback-2351-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
>>    [junit4]   2> 404093 INFO  (zkConnectionManagerCallback-2362-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 404096 INFO  (jetty-launcher-2299-thread-1)
>> [n:127.0.0.1:43500_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
>> Cluster at 127.0.0.1:39876/solr ready
>>    [junit4]   2> 404097 INFO  (jetty-launcher-2299-thread-3)
>> [n:127.0.0.1:41125_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
>> from ZooKeeper... (0) -> (4)
>>    [junit4]   2> 404099 INFO  (jetty-launcher-2299-thread-3)
>> [n:127.0.0.1:41125_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
>> Cluster at 127.0.0.1:39876/solr ready
>>    [junit4]   2> 404103 INFO  (jetty-launcher-2299-thread-1)
>> [n:127.0.0.1:43500_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
>> collection, keeping metrics history in memory.
>>    [junit4]   2> 404110 INFO  (jetty-launcher-2299-thread-3)
>> [n:127.0.0.1:41125_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
>> collection, keeping metrics history in memory.
>>    [junit4]   2> 404122 INFO  (zkConnectionManagerCallback-2368-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 404124 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
>> from ZooKeeper... (0) -> (4)
>>    [junit4]   2> 404125 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.node' (registry 'solr.node') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404126 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
>> Cluster at 127.0.0.1:39876/solr ready
>>    [junit4]   2> 404127 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
>> collection, keeping metrics history in memory.
>>    [junit4]   2> 404211 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.jvm' (registry 'solr.jvm') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404211 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.jetty' (registry 'solr.jetty') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404218 INFO  (jetty-launcher-2299-thread-2)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
>> definitions underneath
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node2/.
>>    [junit4]   2> 404237 INFO  (jetty-launcher-2299-thread-1)
>> [n:127.0.0.1:43500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.node' (registry 'solr.node') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404255 INFO  (jetty-launcher-2299-thread-3)
>> [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.node' (registry 'solr.node') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404306 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.node' (registry 'solr.node') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404371 INFO  (jetty-launcher-2299-thread-3)
>> [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.jvm' (registry 'solr.jvm') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404371 INFO  (jetty-launcher-2299-thread-3)
>> [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.jetty' (registry 'solr.jetty') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404373 INFO  (jetty-launcher-2299-thread-1)
>> [n:127.0.0.1:43500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.jvm' (registry 'solr.jvm') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404373 INFO  (jetty-launcher-2299-thread-1)
>> [n:127.0.0.1:43500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.jetty' (registry 'solr.jetty') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404384 INFO  (jetty-launcher-2299-thread-3)
>> [n:127.0.0.1:41125_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
>> definitions underneath
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node3/.
>>    [junit4]   2> 404386 INFO  (jetty-launcher-2299-thread-1)
>> [n:127.0.0.1:43500_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
>> definitions underneath
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node1/.
>>    [junit4]   2> 404405 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.jvm' (registry 'solr.jvm') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404405 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
>> for 'solr.jetty' (registry 'solr.jetty') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 404411 INFO  (jetty-launcher-2299-thread-4)
>> [n:127.0.0.1:42903_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
>> definitions underneath
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node4/.
>>    [junit4]   2> 404675 INFO  (zkConnectionManagerCallback-2376-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 404677 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) ->
>> (4)
>>    [junit4]   2> 404678 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
>> 127.0.0.1:39876/solr ready
>>    [junit4]   2> 404698 INFO  (qtp1512331531-6393) [n:127.0.0.1:41125_solr
>>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with
>> params
>> collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
>> and sendToOCPQueue=true
>>    [junit4]   2> 404713 INFO
>> (OverseerThreadFactory-2385-thread-1-processing-n:127.0.0.1:33761_solr)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create
>> collection created_and_deleted
>>    [junit4]   2> 404844 INFO
>> (OverseerStateUpdate-72922610637013002-127.0.0.1:33761_solr-n_0000000000)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.o.SliceMutator createReplica() {
>>    [junit4]   2>   "operation":"ADDREPLICA",
>>    [junit4]   2>   "collection":"created_and_deleted",
>>    [junit4]   2>   "shard":"shard1",
>>    [junit4]   2>   "core":"created_and_deleted_shard1_replica_n1",
>>    [junit4]   2>   "state":"down",
>>    [junit4]   2>   "base_url":"http://127.0.0.1:41125/solr",
>>    [junit4]   2>   "type":"NRT",
>>    [junit4]   2>   "waitForFinalState":"false"}
>>    [junit4]   2> 405050 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation
>> core create command
>> qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT
>>    [junit4]   2> 405050 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1]
>> o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
>> transient cores
>>    [junit4]   2> 406086 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
>> MatchVersion: 9.0.0
>>    [junit4]   2> 406108 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.s.IndexSchema
>> [created_and_deleted_shard1_replica_n1] Schema name=minimal
>>    [junit4]   2> 406151 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
>> minimal/1.1 with uniqueid field id
>>    [junit4]   2> 406151 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.CoreContainer Creating
>> SolrCore 'created_and_deleted_shard1_replica_n1' using configuration from
>> collection created_and_deleted, trusted=true
>>    [junit4]   2> 406151 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
>> monitoring for 'solr.core.created_and_deleted.shard1.replica_n1' (registry
>> 'solr.core.created_and_deleted.shard1.replica_n1') enabled at server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>>    [junit4]   2> 406247 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
>> solr.hdfs.home=hdfs://localhost:36552/solr_hdfs_home
>>    [junit4]   2> 406247 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr
>> Kerberos Authentication disabled
>>    [junit4]   2> 406247 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore
>> [[created_and_deleted_shard1_replica_n1] ] Opening new SolrCore at
>> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node3/created_and_deleted_shard1_replica_n1],
>> dataDir=[hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/]
>>    [junit4]   2> 406273 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
>> creating directory factory for path
>> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/snapshot_metadata
>>    [junit4]   2> 406347 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
>> Number of slabs of block cache [1] with direct memory allocation set to
>> [true]
>>    [junit4]   2> 406347 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block
>> cache target memory usage, slab size of [4194304] will allocate [1] slabs
>> and use ~[4194304] bytes
>>    [junit4]   2> 406347 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
>> Creating new global HDFS BlockCache
>>    [junit4]   2> 407299 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block
>> cache on write is disabled
>>    [junit4]   2> 407310 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
>> creating directory factory for path
>> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data
>>    [junit4]   2> 407345 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
>> creating directory factory for path
>> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/index
>>    [junit4]   2> 407352 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
>> Number of slabs of block cache [1] with direct memory allocation set to
>> [true]
>>    [junit4]   2> 407352 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block
>> cache target memory usage, slab size of [4194304] will allocate [1] slabs
>> and use ~[4194304] bytes
>>    [junit4]   2> 407367 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block
>> cache on write is disabled
>>    [junit4]   2> 408810 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateHandler Using
>> UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
>>    [junit4]   2> 408810 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
>> UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
>> maxNumLogsToKeep=10 numVersionBuckets=65536
>>    [junit4]   2> 408810 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing
>> HdfsUpdateLog: tlogDfsReplication=3
>>    [junit4]   2> 408859 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.u.CommitTracker Hard
>> AutoCommit: disabled
>>    [junit4]   2> 408859 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.u.CommitTracker Soft
>> AutoCommit: disabled
>>    [junit4]   2> 409071 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
>> [Searcher@7a34cc0c[created_and_deleted_shard1_replica_n1] main]
>>    [junit4]   2> 409073 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
>> Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>>    [junit4]   2> 409074 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
>> Loaded null at path _rest_managed.json using
>> ZooKeeperStorageIO:path=/configs/conf
>>    [junit4]   2> 409078 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
>> will be reserved for 10000ms.
>>    [junit4]   2> 409081 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateLog Could not find
>> max version in index or recent updates, using new clock 1627457432263327744
>>    [junit4]   2> 409088 INFO
>> (searcherExecutor-2400-thread-1-processing-n:127.0.0.1:41125_solr
>> x:created_and_deleted_shard1_replica_n1 c:created_and_deleted s:shard1
>> r:core_node2) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1
>> r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore
>> [created_and_deleted_shard1_replica_n1] Registered new searcher
>> Searcher@7a34cc0c[created_and_deleted_shard1_replica_n1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>    [junit4]   2> 409094 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
>> update of terms at /collections/created_and_deleted/terms/shard1 to
>> Terms{values={core_node2=0}, version=0}
>>    [junit4]   2> 409094 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1]
>> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
>> /collections/created_and_deleted/leaders/shard1
>>    [junit4]   2> 409103 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
>> Enough replicas found to continue.
>>    [junit4]   2> 409103 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
>> I may be the new leader - try and sync
>>    [junit4]   2> 409103 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas
>> to http://127.0.0.1:41125/solr/created_and_deleted_shard1_replica_n1/
>>    [junit4]   2> 409104 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success
>> - now sync replicas to me
>>    [junit4]   2> 409104 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy
>> http://127.0.0.1:41125/solr/created_and_deleted_shard1_replica_n1/ has
>> no replicas
>>    [junit4]   2> 409104 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1]
>> o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
>> /collections/created_and_deleted/leaders/shard1/leader after winning as
>> /collections/created_and_deleted/leader_elect/shard1/election/72922610637013005-core_node2-n_0000000000
>>    [junit4]   2> 409108 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
>> I am the new leader:
>> http://127.0.0.1:41125/solr/created_and_deleted_shard1_replica_n1/ shard1
>>    [junit4]   2> 409111 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.c.ZkController I am the
>> leader, no recovery necessary
>>    [junit4]   2> 409113 INFO  (zkCallback-2340-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
>> state:SyncConnected type:NodeDataChanged
>> path:/collections/created_and_deleted/state.json] for collection
>> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>>    [junit4]   2> 409120 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>> c:created_and_deleted s:shard1 r:core_node2
>> x:created_and_deleted_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
>> webapp=null path=/admin/cores
>> params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT}
>> status=0 QTime=4072
>>    [junit4]   2> 409128 INFO  (qtp1512331531-6393) [n:127.0.0.1:41125_solr
>>   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for
>> at most 45 seconds. Check all shard replicas
>>    [junit4]   2> 409217 INFO  (zkCallback-2340-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
>> state:SyncConnected type:NodeDataChanged
>> path:/collections/created_and_deleted/state.json] for collection
>> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>>    [junit4]   2> 409218 INFO  (qtp1512331531-6393) [n:127.0.0.1:41125_solr
>>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
>> params={collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
>> status=0 QTime=4520
>>    [junit4]   2> 409219 INFO  (zkCallback-2340-thread-2) [    ]
>> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
>> state:SyncConnected type:NodeDataChanged
>> path:/collections/created_and_deleted/state.json] for collection
>> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>>    [junit4]   2> 409222 INFO  (qtp1512331531-6396) [n:127.0.0.1:41125_solr
>>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with
>> params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
>>    [junit4]   2> 409222 INFO  (qtp1512331531-6396) [n:127.0.0.1:41125_solr
>>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
>> params={action=LIST&wt=javabin&version=2} status=0 QTime=0
>>    [junit4]   2> 409222 INFO  (zkCallback-2340-thread-3) [    ]
>> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
>> state:SyncConnected type:NodeDataChanged
>> path:/collections/created_and_deleted/state.json] for collection
>> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>>    [junit4]   2> 409223 INFO  (qtp1512331531-6392) [n:127.0.0.1:41125_solr
>>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with
>> params name=created_and_deleted&action=DELETE&wt=javabin&version=2 and
>> sendToOCPQueue=true
>>    [junit4]   2> 409225 INFO
>> (OverseerCollectionConfigSetProcessor-72922610637013002-127.0.0.1:33761_solr-n_0000000000)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path:
>> /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor
>> may have disconnected from ZooKeeper
>>    [junit4]   2> 409228 INFO
>> (OverseerThreadFactory-2385-thread-2-processing-n:127.0.0.1:33761_solr)
>> [n:127.0.0.1:33761_solr    ]
>> o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection
>> Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
>> asyncId=null
>>    [junit4]   2> 409230 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.m.SolrMetricManager
>> Closing metric reporters for
>> registry=solr.core.created_and_deleted.shard1.replica_n1, tag=null
>>    [junit4]   2> 409230 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter
>> Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68eff5cb:
>> rootName = null, domain = solr.core.created_and_deleted.shard1.replica_n1,
>> service url = null, agent id = null] for registry
>> solr.core.created_and_deleted.shard1.replica_n1 /
>> com.codahale.metrics.MetricRegistry@5c87766a
>>    [junit4]   2> 409259 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore
>> [created_and_deleted_shard1_replica_n1]  CLOSING SolrCore
>> org.apache.solr.core.SolrCore@18dba612
>>    [junit4]   2> 409259 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.m.SolrMetricManager
>> Closing metric reporters for
>> registry=solr.core.created_and_deleted.shard1.replica_n1, tag=18dba612
>>    [junit4]   2> 409259 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.m.SolrMetricManager
>> Closing metric reporters for
>> registry=solr.collection.created_and_deleted.shard1.leader, tag=18dba612
>>    [junit4]   2> 409318 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing
>> hdfs directory
>> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/index
>>    [junit4]   2> 409329 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing
>> hdfs directory
>> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/snapshot_metadata
>>    [junit4]   2> 409329 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing
>> hdfs directory
>> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data
>>    [junit4]   2> 409367 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
>> update of terms at /collections/created_and_deleted/terms/shard1 to
>> Terms{values={}, version=1}
>>    [junit4]   2> 409370 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>>   x:created_and_deleted_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
>> webapp=null path=/admin/cores
>> params={deleteInstanceDir=true&deleteMetricsHistory=true&core=created_and_deleted_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
>> status=0 QTime=140
>>    [junit4]   2> 409474 INFO  (zkCallback-2340-thread-3) [    ]
>> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
>> state:SyncConnected type:NodeDeleted
>> path:/collections/created_and_deleted/state.json] for collection
>> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>>    [junit4]   2> 409474 INFO  (zkCallback-2340-thread-2) [    ]
>> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
>> state:SyncConnected type:NodeDeleted
>> path:/collections/created_and_deleted/state.json] for collection
>> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>>    [junit4]   2> 409474 INFO  (zkCallback-2340-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
>> state:SyncConnected type:NodeDeleted
>> path:/collections/created_and_deleted/state.json] for collection
>> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>>    [junit4]   2> 409474 INFO  (zkCallback-2325-thread-2) [    ]
>> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
>> state:SyncConnected type:NodeDeleted
>> path:/collections/created_and_deleted/state.json] for collection
>> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>>    [junit4]   2> 409494 INFO  (qtp1512331531-6392) [n:127.0.0.1:41125_solr
>>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
>> params={name=created_and_deleted&action=DELETE&wt=javabin&version=2}
>> status=0 QTime=271
>>    [junit4]   2> 409496 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with
>> params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
>>    [junit4]   2> 409496 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
>> params={action=LIST&wt=javabin&version=2} status=0 QTime=0
>>    [junit4]   2> 409507 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.c.CoreContainer Shutting down CoreContainer instance=750012282
>>    [junit4]   2> 409507 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/
>> 127.0.0.1:33761_solr
>>    [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.c.CoreContainer Publish this node as DOWN...
>>    [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.c.ZkController Publish node=127.0.0.1:33761_solr as DOWN
>>    [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.c.CoreContainer Shutting down CoreContainer instance=1950560799
>>    [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/
>> 127.0.0.1:42903_solr
>>    [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.c.CoreContainer Shutting down CoreContainer instance=528523295
>>    [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/
>> 127.0.0.1:43500_solr
>>    [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.c.CoreContainer Shutting down CoreContainer instance=1475976209
>>    [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/
>> 127.0.0.1:41125_solr
>>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.c.CoreContainer Publish this node as DOWN...
>>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.c.ZkController Publish node=127.0.0.1:43500_solr as DOWN
>>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.c.CoreContainer Publish this node as DOWN...
>>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.c.CoreContainer Publish this node as DOWN...
>>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.c.ZkController Publish node=127.0.0.1:41125_solr as DOWN
>>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.c.ZkController Publish node=127.0.0.1:42903_solr as DOWN
>>    [junit4]   2> 409530 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
>> tag=null
>>    [junit4]   2> 409530 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@34bae6bb: rootName =
>> null, domain = solr.node, service url = null, agent id = null] for registry
>> solr.node / com.codahale.metrics.MetricRegistry@6ee21d8e
>>    [junit4]   2> 409538 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
>> tag=null
>>    [junit4]   2> 409538 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@2c642080: rootName =
>> null, domain = solr.node, service url = null, agent id = null] for registry
>> solr.node / com.codahale.metrics.MetricRegistry@55b70618
>>    [junit4]   2> 409540 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
>> tag=null
>>    [junit4]   2> 409540 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@543bb4ed: rootName =
>> null, domain = solr.jvm, service url = null, agent id = null] for registry
>> solr.jvm / com.codahale.metrics.MetricRegistry@53998627
>>    [junit4]   2> 409550 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
>> tag=null
>>    [junit4]   2> 409550 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@5b7cf20e: rootName =
>> null, domain = solr.jetty, service url = null, agent id = null] for
>> registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
>>    [junit4]   2> 409550 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for
>> registry=solr.cluster, tag=null
>>    [junit4]   2> 409552 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
>> tag=null
>>    [junit4]   2> 409552 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@69f73d51: rootName =
>> null, domain = solr.jvm, service url = null, agent id = null] for registry
>> solr.jvm / com.codahale.metrics.MetricRegistry@53998627
>>    [junit4]   2> 409553 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
>> tag=null
>>    [junit4]   2> 409553 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@1194466e: rootName =
>> null, domain = solr.node, service url = null, agent id = null] for registry
>> solr.node / com.codahale.metrics.MetricRegistry@556d5710
>>    [junit4]   2> 409554 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
>> tag=null
>>    [junit4]   2> 409554 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@59333640: rootName =
>> null, domain = solr.jvm, service url = null, agent id = null] for registry
>> solr.jvm / com.codahale.metrics.MetricRegistry@53998627
>>    [junit4]   2> 409556 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
>> tag=null
>>    [junit4]   2> 409556 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@75e5ff84: rootName =
>> null, domain = solr.jetty, service url = null, agent id = null] for
>> registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
>>    [junit4]   2> 409556 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for
>> registry=solr.cluster, tag=null
>>    [junit4]   2> 409560 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
>> tag=null
>>    [junit4]   2> 409560 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@2b1be72e: rootName =
>> null, domain = solr.jetty, service url = null, agent id = null] for
>> registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
>>    [junit4]   2> 409561 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for
>> registry=solr.cluster, tag=null
>>    [junit4]   2> 409569 INFO  (closeThreadPool-2388-thread-2) [    ]
>> o.a.s.c.Overseer Overseer
>> (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) closing
>>    [junit4]   2> 409570 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
>> tag=null
>>    [junit4]   2> 409570 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@7040d5ee: rootName =
>> null, domain = solr.node, service url = null, agent id = null] for registry
>> solr.node / com.codahale.metrics.MetricRegistry@435eb3e5
>>    [junit4]   2> 409570 INFO
>> (OverseerStateUpdate-72922610637013002-127.0.0.1:33761_solr-n_0000000000)
>> [n:127.0.0.1:33761_solr    ] o.a.s.c.Overseer Overseer Loop exiting :
>> 127.0.0.1:33761_solr
>>    [junit4]   2> 409587 INFO
>> (OverseerAutoScalingTriggerThread-72922610637013002-127.0.0.1:33761_solr-n_0000000000)
>> [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but
>> we are closed, exiting.
>>    [junit4]   2> 409587 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
>> tag=null
>>    [junit4]   2> 409587 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@7650d1f0: rootName =
>> null, domain = solr.jvm, service url = null, agent id = null] for registry
>> solr.jvm / com.codahale.metrics.MetricRegistry@53998627
>>    [junit4]   2> 409588 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
>> tag=null
>>    [junit4]   2> 409588 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.m.r.SolrJmxReporter Closing reporter
>> [org.apache.solr.metrics.reporters.SolrJmxReporter@570451f1: rootName =
>> null, domain = solr.jetty, service url = null, agent id = null] for
>> registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
>>    [junit4]   2> 409588 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.a.s.m.SolrMetricManager Closing metric reporters for
>> registry=solr.cluster, tag=null
>>    [junit4]   2> 409595 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0)
>> [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client
>> sessionid 0x10312ba5f1d000a, likely client has closed socket
>>    [junit4]   2> 409595 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0)
>> [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client
>> sessionid 0x10312ba5f1d000e, likely client has closed socket
>>    [junit4]   2> 409595 INFO  (zkCallback-2340-thread-2) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
>>    [junit4]   2> 409596 INFO  (zkCallback-2361-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
>>    [junit4]   2> 409596 INFO  (zkCallback-2340-thread-3) [    ]
>> o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41125
>> _solr
>>    [junit4]   2> 409599 INFO  (zkCallback-2361-thread-1) [    ]
>> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
>>    [junit4]   2> 409626 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.a.s.c.Overseer Overseer
>> (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) closing
>>    [junit4]   2> 409626 INFO  (closeThreadPool-2388-thread-1) [    ]
>> o.a.s.c.Overseer Overseer
>> (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) closing
>>    [junit4]   2> 409630 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.e.j.s.AbstractConnector Stopped ServerConnector@48540908{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:0}
>>    [junit4]   2> 409641 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14f56814
>> {/solr,null,UNAVAILABLE}
>>    [junit4]   2> 409665 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.e.j.s.AbstractConnector Stopped ServerConnector@258b3984{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:0}
>>    [junit4]   2> 409676 INFO  (jetty-closer-2378-thread-4) [    ]
>> o.e.j.s.session node0 Stopped scavenging
>>    [junit4]   2> 409676 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.e.j.s.AbstractConnector Stopped ServerConnector@20bd6443{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:0}
>>    [junit4]   2> 409680 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.e.j.s.AbstractConnector Stopped ServerConnector@4b190d39{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:0}
>>    [junit4]   2> 409681 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@407f66e6
>> {/solr,null,UNAVAILABLE}
>>    [junit4]   2> 409681 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c16ba9d
>> {/solr,null,UNAVAILABLE}
>>    [junit4]   2> 409697 INFO  (jetty-closer-2378-thread-3) [    ]
>> o.e.j.s.session node0 Stopped scavenging
>>    [junit4]   2> 409697 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@24cf8fb1
>> {/solr,null,UNAVAILABLE}
>>    [junit4]   2> 409697 INFO  (jetty-closer-2378-thread-2) [    ]
>> o.e.j.s.session node0 Stopped scavenging
>>    [junit4]   2> 409700 INFO  (jetty-closer-2378-thread-1) [    ]
>> o.e.j.s.session node0 Stopped scavenging
>>    [junit4]   2> 409710 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
>>    [junit4]   2> 409712 WARN  (ZkTestServer Run Thread) [    ]
>> o.a.s.c.ZkTestServer Watch limit violations:
>>    [junit4]   2> Maximum concurrent create/delete watches above limit:
>>    [junit4]   2>
>>    [junit4]   2>        9       /solr/aliases.json
>>    [junit4]   2>        9       /solr/clusterprops.json
>>    [junit4]   2>        4       /solr/security.json
>>    [junit4]   2>        3
>>  /solr/collections/created_and_deleted/terms/shard1
>>    [junit4]   2>        2
>>  /solr/collections/created_and_deleted/state.json
>>    [junit4]   2>
>>    [junit4]   2> Maximum concurrent data watches above limit:
>>    [junit4]   2>
>>    [junit4]   2>        9       /solr/clusterstate.json
>>    [junit4]   2>        6
>>  /solr/collections/created_and_deleted/state.json
>>    [junit4]   2>
>>    [junit4]   2> Maximum concurrent children watches above limit:
>>    [junit4]   2>
>>    [junit4]   2>        9       /solr/live_nodes
>>    [junit4]   2>        9       /solr/collections
>>    [junit4]   2>
>>    [junit4]   2> 409720 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39876
>>    [junit4]   2> 409720 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39876
>>    [junit4]   2> 409720 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
>>    [junit4]   2> 409721 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
>>    [junit4]   2> 409765 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.SolrTestCaseJ4 ###Starting deletePartiallyCreatedCollection
>>    [junit4]   2> 409771 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-003
>>    [junit4]   2> 409771 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>>    [junit4]   2> 409777 INFO  (ZkTestServer Run Thread) [    ]
>> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>>    [junit4]   2> 409777 INFO  (ZkTestServer Run Thread) [    ]
>> o.a.s.c.ZkTestServer Starting server
>>    [junit4]   2> 409878 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer start zk server on port:34709
>>    [junit4]   2> 409878 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34709
>>    [junit4]   2> 409878 INFO
>> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
>> [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34709
>>    [junit4]   2> 409945 INFO  (zkConnectionManagerCallback-2392-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 409969 INFO  (zkConnectionManagerCallback-2394-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 409984 INFO  (zkConnectionManagerCallback-2396-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 410009 WARN  (jetty-launcher-2397-thread-2) [    ]
>> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>>    [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>>    [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>>    [junit4]   2> 410010 WARN  (jetty-launcher-2397-thread-1) [    ]
>> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>>    [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
>> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>>    [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>>    [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>>    [junit4]   2> 410011 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
>> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>>    [junit4]   2> 410021 WARN  (jetty-launcher-2397-thread-3) [    ]
>> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>>    [junit4]   2> 410022 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>>    [junit4]   2> 410022 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>>    [junit4]   2> 410022 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
>> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>>    [junit4]   2> 410073 WARN  (jetty-launcher-2397-thread-4) [    ]
>> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>>    [junit4]   2> 410091 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>>    [junit4]   2> 410091 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>>    [junit4]   2> 410091 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
>> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>>    [junit4]   2> 410105 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.e.j.s.session DefaultSessionIdManager workerName=node0
>>    [junit4]   2> 410105 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.e.j.s.session No SessionScavenger set, using defaults
>>    [junit4]   2> 410105 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.e.j.s.session node0 Scavenging every 660000ms
>>    [junit4]   2> 410106 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b58a746
>> {/solr,null,AVAILABLE}
>>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.e.j.s.session DefaultSessionIdManager workerName=node0
>>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.e.j.s.session No SessionScavenger set, using defaults
>>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.e.j.s.session node0 Scavenging every 600000ms
>>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.e.j.s.AbstractConnector Started ServerConnector@7076acd2{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:42515}
>>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.e.j.s.Server Started @410256ms
>>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
>> hostPort=42515}
>>    [junit4]   2> 410195 ERROR (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
>> be missing or incomplete.
>>    [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter Using logger factory
>> org.apache.logging.slf4j.Log4jLoggerFactory
>>    [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
>> version 9.0.0
>>    [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
>> null
>>    [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>>    [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
>> 2019-03-08T16:59:15.308Z
>>    [junit4]   2> 410210 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c8eb906
>> {/solr,null,AVAILABLE}
>>    [junit4]   2> 410224 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.e.j.s.session DefaultSessionIdManager workerName=node0
>>    [junit4]   2> 410224 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.e.j.s.session No SessionScavenger set, using defaults
>>    [junit4]   2> 410224 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.e.j.s.session node0 Scavenging every 600000ms
>>    [junit4]   2> 410225 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@474eb516
>> {/solr,null,AVAILABLE}
>>    [junit4]   2> 410226 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.e.j.s.session DefaultSessionIdManager workerName=node0
>>    [junit4]   2> 410226 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.e.j.s.session No SessionScavenger set, using defaults
>>    [junit4]   2> 410226 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.e.j.s.session node0 Scavenging every 600000ms
>>    [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4732d4da
>> {/solr,null,AVAILABLE}
>>    [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.e.j.s.AbstractConnector Started ServerConnector@28bc8065{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:36639}
>>    [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.e.j.s.Server Started @410289ms
>>    [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
>> hostPort=36639}
>>    [junit4]   2> 410227 ERROR (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
>> be missing or incomplete.
>>    [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter Using logger factory
>> org.apache.logging.slf4j.Log4jLoggerFactory
>>    [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
>> version 9.0.0
>>    [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
>> null
>>    [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>>    [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
>> 2019-03-08T16:59:15.341Z
>>    [junit4]   2> 410273 INFO  (zkConnectionManagerCallback-2401-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.e.j.s.AbstractConnector Started ServerConnector@45b901bd{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:39722}
>>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.e.j.s.Server Started @410335ms
>>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
>> hostPort=39722}
>>    [junit4]   2> 410273 ERROR (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
>> be missing or incomplete.
>>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter Using logger factory
>> org.apache.logging.slf4j.Log4jLoggerFactory
>>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
>> version 9.0.0
>>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
>> null
>>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
>> 2019-03-08T16:59:15.386Z
>>    [junit4]   2> 410275 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>    [junit4]   2> 410280 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverWorkLoopDelay is ignored
>>    [junit4]   2> 410280 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverBadNodeExpiration is ignored
>>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.e.j.s.AbstractConnector Started ServerConnector@74fc1d6c{HTTP/1.1,[http/1.1,
>> h2c]}{127.0.0.1:41647}
>>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.e.j.s.Server Started @410343ms
>>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
>> hostPort=41647}
>>    [junit4]   2> 410281 ERROR (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
>> be missing or incomplete.
>>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter Using logger factory
>> org.apache.logging.slf4j.Log4jLoggerFactory
>>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
>> version 9.0.0
>>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
>> null
>>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>>    [junit4]   2> 410282 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
>> 2019-03-08T16:59:15.394Z
>>    [junit4]   2> 410283 INFO  (zkConnectionManagerCallback-2399-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 410284 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>    [junit4]   2> 410287 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverWorkLoopDelay is ignored
>>    [junit4]   2> 410287 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverBadNodeExpiration is ignored
>>    [junit4]   2> 410290 INFO  (jetty-launcher-2397-thread-2) [    ]
>> o.a.s.c.SolrXmlConfig MBean server found:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters
>> were configured - adding default JMX reporter.
>>    [junit4]   2> 410291 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.c.SolrXmlConfig MBean server found:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters
>> were configured - adding default JMX reporter.
>>    [junit4]   2> 410295 INFO  (zkConnectionManagerCallback-2403-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 410301 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>    [junit4]   2> 410304 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverWorkLoopDelay is ignored
>>    [junit4]   2> 410306 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverBadNodeExpiration is ignored
>>    [junit4]   2> 410307 INFO  (jetty-launcher-2397-thread-1) [    ]
>> o.a.s.c.SolrXmlConfig MBean server found:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters
>> were configured - adding default JMX reporter.
>>    [junit4]   2> 410311 INFO  (zkConnectionManagerCallback-2405-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 410320 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>    [junit4]   2> 410330 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverWorkLoopDelay is ignored
>>    [junit4]   2> 410330 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.c.SolrXmlConfig Configuration parameter
>> autoReplicaFailoverBadNodeExpiration is ignored
>>    [junit4]   2> 410332 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.c.SolrXmlConfig MBean server found:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters
>> were configured - adding default JMX reporter.
>>    [junit4]   2> 410595 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
>> WhitelistHostChecker [whitelistHosts=null,
>> whitelistHostCheckingEnabled=true]
>>    [junit4]   2> 410610 WARN  (jetty-launcher-2397-thread-3) [    ]
>> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
>> SslContextFactory@103722e5[provider=null,keyStore=null,trustStore=null]
>>    [junit4]   2> 410635 WARN  (jetty-launcher-2397-thread-3) [    ]
>> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
>> SslContextFactory@3e3df1b7[provider=null,keyStore=null,trustStore=null]
>>    [junit4]   2> 410636 INFO  (jetty-launcher-2397-thread-3) [    ]
>> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34709/solr
>>    [junit4]   2> 410656 INFO  (zkConnectionManagerCallback-2411-thread-1)
>> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>>    [junit4]   2> 410667 INFO  (jetty-launcher-2397-thread-4) [    ]
>> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
>> WhitelistHostChecker [whitelistHosts=null, whitelis
>>
>> [...truncated too long message...]
>>
>> at
>> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>>    [junit4]   2>         at
>> org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
>>    [junit4]   2>         at
>> org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
>>    [junit4]   2>   46) Thread[id=6265,
>> name=org.apache.hadoop.hdfs.server.blockmanagement.PendingReconstructionBlocks$PendingReconstructionMonitor@519f9fb7,
>> state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>>    [junit4]   2>         at java.lang.Thread.sleep(Native Method)
>>    [junit4]   2>         at
>> org.apache.hadoop.hdfs.server.blockmanagement.PendingReconstructionBlocks$PendingReconstructionMonitor.run(PendingReconstructionBlocks.java:246)
>>    [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
>>    [junit4]   2>   47) Thread[id=6320, name=Socket Reader #1 for port
>> 37000, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>>    [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.interrupt(Native
>> Method)
>>    [junit4]   2>         at
>> sun.nio.ch.EPollArrayWrapper.interrupt(EPollArrayWrapper.java:317)
>>    [junit4]   2>         at
>> sun.nio.ch.EPollSelectorImpl.wakeup(EPollSelectorImpl.java:207)
>>    [junit4]   2>         at
>> java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
>>    [junit4]   2>         at
>> java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
>>    [junit4]   2>         at
>> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
>>    [junit4]   2>         at
>> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>>    [junit4]   2>         at
>> sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>>    [junit4]   2>         at
>> sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
>>    [junit4]   2>         at
>> org.apache.hadoop.ipc.Server$Listener$Reader.doRunLoop(Server.java:1097)
>>    [junit4]   2>         at
>> org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:1076)
>>    [junit4]   2>   48) Thread[id=6327, name=IPC Server handler 0 on
>> 37000, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>>    [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
>>    [junit4]   2>         at
>> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>>    [junit4]   2>         at
>> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>>    [junit4]   2>         at
>> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>>    [junit4]   2>         at
>> org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
>>    [junit4]   2>         at
>> org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
>>    [junit4]   2>   49) Thread[id=6266, name=DatanodeAdminMonitor-0,
>> state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>>    [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
>>    [junit4]   2>         at
>> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>>    [junit4]   2>         at
>> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>>    [junit4]   2>         at
>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
>>    [junit4]   2>         at
>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
>>    [junit4]   2>         at
>> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
>>    [junit4]   2>         at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>>    [junit4]   2>         at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>>    [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
>>    [junit4]   2>   50) Thread[id=6352,
>> name=refreshUsed-/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-001/hdfsBaseDir/data/data2/current/BP-978842632-10.41.0.5-1552064342193,
>> state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>>    [junit4]   2>         at java.lang.Thread.sleep(Native Method)
>>    [junit4]   2>         at
>> org.apache.hadoop.fs.CachingGetSpaceUsed$RefreshThread.run(CachingGetSpaceUsed.java:179)
>>    [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
>>    [junit4]   2>   51) Thread[id=6331, name=IPC Server handler 4 on
>> 37000, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>>    [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
>>    [junit4]   2>         at
>> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>>    [junit4]   2>         at
>> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>>    [junit4]   2>         at
>> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>>    [junit4]   2>         at
>> org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
>>    [junit4]   2>         at
>> org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
>>    [junit4]   2>   52) Thread[id=6302, name=nioEventLoopGroup-2-1,
>> state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>>    [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native
>> Method)
>>    [junit4]   2>         at
>> sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
>>    [junit4]   2>         at
>> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
>>    [junit4]   2>         at
>> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>>    [junit4]   2>         at
>> sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>>    [junit4]   2>         at
>> io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
>>    [junit4]   2>         at
>> io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:754)
>>    [junit4]   2>         at
>> io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:410)
>>    [junit4]   2>         at
>> io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:131)
>>    [junit4]   2>         at
>> io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
>>    [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
>>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {},
>> docValues:{}, maxPointsInLeafNode=125, maxMBSortInHeap=7.126346147659913,
>> sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f454086),
>> locale=en-NZ, timezone=Asia/Dili
>>    [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
>> 1.8.0_191 (64-bit)/cpus=4,threads=66,free=130241800,total=438829056
>>    [junit4]   2> NOTE: All tests run in this JVM: [SplitShardTest,
>> TestOnReconnectListenerSupport, SolrCloudReportersTest,
>> CdcrVersionReplicationTest, TestFileDictionaryLookup, MetricTriggerTest,
>> TestBM25SimilarityFactory, MoveReplicaTest, CustomHighlightComponentTest,
>> AutoscalingHistoryHandlerTest, TestTrie, FileBasedSpellCheckerTest,
>> BJQParserTest, TestMaxScoreQueryParser, TestReload,
>> TestLuceneIndexBackCompat, CoreAdminOperationTest,
>> TestComplexPhraseQParserPlugin, TestCoreAdminApis, RAMDirectoryFactoryTest,
>> TestSchemalessBufferedUpdates, FieldMutatingUpdateProcessorTest,
>> TestFacetMethods, ChaosMonkeyNothingIsSafeWithPullReplicasTest,
>> TestGraphMLResponseWriter, TestConfigReload,
>> ParsingFieldUpdateProcessorsTest, TestManagedSchema, SOLR749Test,
>> DistribJoinFromCollectionTest, TestCollectionAPI,
>> ExternalFileFieldSortTest, ChangedSchemaMergeTest, TestRemoteStreaming,
>> TestExclusionRuleCollectionAccess, TestConfigSetProperties,
>> LeaderElectionIntegrationTest, DirectoryFactoryTest,
>> LegacyCloudClusterPropTest, TestSQLHandlerNonCloud, TestSystemIdResolver,
>> HdfsCollectionsAPIDistributedZkTest]
>>    [junit4]   2> NOTE: download the large Jenkins line-docs file by
>> running 'ant get-jenkins-line-docs' in the lucene directory.
>>    [junit4]   2> NOTE: reproduce with: ant test
>> -Dtestcase=HdfsCollectionsAPIDistributedZkTest
>> -Dtests.seed=A23D00C6F401CC94 -Dtests.multiplier=2 -Dtests.nightly=true
>> -Dtests.slow=true
>> -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
>> -Dtests.locale=en-NZ -Dtests.timezone=Asia/Dili -Dtests.asserts=true
>> -Dtests.file.encoding=ISO-8859-1
>>    [junit4] ERROR   0.00s J2 | HdfsCollectionsAPIDistributedZkTest
>> (suite) <<<
>>    [junit4]    > Throwable #1: java.lang.Exception: Suite timeout
>> exceeded (>= 3600000 msec).
>>    [junit4]    >        at
>> __randomizedtesting.SeedInfo.seed([A23D00C6F401CC94]:0)
>>    [junit4] Completed [357/846 (1!)] on J2 in 3613.55s, 3 tests, 2 errors
>> <<< FAILURES!
>>
>> [...truncated 1463 lines...]
>>    [junit4] JVM J2: stdout was not empty, see:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20190308_165224_976435898618271851762.sysout
>>    [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
>>    [junit4] java.lang.OutOfMemoryError: Java heap space
>>    [junit4] Dumping heap to
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid18661.hprof
>> ...
>>    [junit4] Heap dump file created [718649182 bytes in 18.978 secs]
>>    [junit4] <<< JVM J2: EOF ----
>>
>> [...truncated 9017 lines...]
>> BUILD FAILED
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651:
>> The following error occurred while executing this line:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585:
>> Some of the tests produced a heap dump, but did not fail. Maybe a
>> suppressed OutOfMemoryError? Dumps created:
>> * java_pid18661.hprof
>>
>> Total time: 281 minutes 25 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: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: [JENKINS] Lucene-Solr-NightlyTests-master - Build # 1786 - Failure

Posted by Kevin Risden <kr...@apache.org>.
Hmmm I'll dig and see what is going on with this.

Kevin Risden


On Fri, Mar 8, 2019 at 1:18 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1786/
>
> 2 tests failed.
> FAILED:
> org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI
>
> Error Message:
> Test abandoned because suite timeout was reached.
>
> Stack Trace:
> java.lang.Exception: Test abandoned because suite timeout was reached.
>         at __randomizedtesting.SeedInfo.seed([A23D00C6F401CC94]:0)
>
>
> FAILED:  junit.framework.TestSuite.org
> .apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest
>
> Error Message:
> Suite timeout exceeded (>= 3600000 msec).
>
> Stack Trace:
> java.lang.Exception: Suite timeout exceeded (>= 3600000 msec).
>         at __randomizedtesting.SeedInfo.seed([A23D00C6F401CC94]:0)
>
>
>
>
> Build Log:
> [...truncated 14385 lines...]
>    [junit4] Suite:
> org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest
>    [junit4]   2> Creating dataDir:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/init-core-data-001
>    [junit4]   2> 395384 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
> w/NUMERIC_DOCVALUES_SYSPROP=true
>    [junit4]   2> 395385 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
> via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN,
> clientAuth=NaN)
>    [junit4]   2> 395385 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
> test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
>    [junit4]   2> 396158 WARN
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for
> your platform... using builtin-java classes where applicable
>    [junit4]   1> Formatting using clusterid: testClusterID
>    [junit4]   2> 397732 WARN
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
> hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
>    [junit4]   2> 398052 WARN
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using
> Log4j
>    [junit4]   2> 398096 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built:
> 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6;
> jvm 1.8.0_191-b12
>    [junit4]   2> 398102 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 398102 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 398102 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 398105 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@655c873d
> {static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>    [junit4]   2> 398404 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@33b20724
> {hdfs,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-43104-hdfs-_-any-6596358922321797196.dir/webapp/,AVAILABLE}{/hdfs}
>    [junit4]   2> 398405 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.AbstractConnector Started ServerConnector@538519af
> {HTTP/1.1,[http/1.1]}{localhost:43104}
>    [junit4]   2> 398405 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.Server Started @398467ms
>    [junit4]   2> 400089 WARN
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async
> since the logger is not log4j
>    [junit4]   2> 400518 WARN
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using
> Log4j
>    [junit4]   2> 400527 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built:
> 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6;
> jvm 1.8.0_191-b12
>    [junit4]   2> 400528 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 400528 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 400528 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 400529 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@253f748e
> {static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>    [junit4]   2> 400707 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@11130f4
> {datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-37309-datanode-_-any-3185228825448904120.dir/webapp/,AVAILABLE}{/datanode}
>    [junit4]   2> 400708 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f166b0e
> {HTTP/1.1,[http/1.1]}{localhost:37309}
>    [junit4]   2> 400708 INFO
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.e.j.s.Server Started @400770ms
>    [junit4]   2> 401443 WARN
> (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker)
> [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async
> since the logger is not log4j
>    [junit4]   2> 402890 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: Processing first
> storage report for DS-f8e34ba7-3576-41ce-a2e8-3b11a62ec1ca from datanode
> 9ea10e01-9eb0-4f73-be10-9edab98b1871
>    [junit4]   2> 402894 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: from storage
> DS-f8e34ba7-3576-41ce-a2e8-3b11a62ec1ca node DatanodeRegistration(
> 127.0.0.1:43008, datanodeUuid=9ea10e01-9eb0-4f73-be10-9edab98b1871,
> infoPort=33172, infoSecurePort=0, ipcPort=37000,
> storageInfo=lv=-57;cid=testClusterID;nsid=1118631180;c=1552064342193),
> blocks: 0, hasStaleStorage: true, processing time: 4 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 402894 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: Processing first
> storage report for DS-27393714-9b93-4b9b-bfc2-49d33ca5f4a3 from datanode
> 9ea10e01-9eb0-4f73-be10-9edab98b1871
>    [junit4]   2> 402894 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: from storage
> DS-27393714-9b93-4b9b-bfc2-49d33ca5f4a3 node DatanodeRegistration(
> 127.0.0.1:43008, datanodeUuid=9ea10e01-9eb0-4f73-be10-9edab98b1871,
> infoPort=33172, infoSecurePort=0, ipcPort=37000,
> storageInfo=lv=-57;cid=testClusterID;nsid=1118631180;c=1552064342193),
> blocks: 0, hasStaleStorage: false, processing time: 0 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 403216 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
>    [junit4]   2> 403218 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002
>    [junit4]   2> 403218 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 403228 INFO  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 403228 INFO  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 403328 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer start zk server on port:39876
>    [junit4]   2> 403328 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39876
>    [junit4]   2> 403328 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39876
>    [junit4]   2> 403358 INFO  (zkConnectionManagerCallback-2294-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403364 INFO  (zkConnectionManagerCallback-2296-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403366 INFO  (zkConnectionManagerCallback-2298-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403373 WARN  (jetty-launcher-2299-thread-2) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 403374 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 403374 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 403374 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 403374 WARN  (jetty-launcher-2299-thread-3) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 403375 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 403375 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 403375 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 403375 WARN  (jetty-launcher-2299-thread-4) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 403376 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 403376 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 403376 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@407f66e6
> {/solr,null,AVAILABLE}
>    [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c16ba9d
> {/solr,null,AVAILABLE}
>    [junit4]   2> 403381 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 403381 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 403381 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@258b3984{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:41125}
>    [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.e.j.s.Server Started @403444ms
>    [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=41125}
>    [junit4]   2> 403382 ERROR (jetty-launcher-2299-thread-3) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 9.0.0
>    [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-08T16:59:08.496Z
>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@20bd6443{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:42903}
>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24cf8fb1
> {/solr,null,AVAILABLE}
>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.e.j.s.Server Started @403447ms
>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=42903}
>    [junit4]   2> 403385 ERROR (jetty-launcher-2299-thread-4) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 9.0.0
>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-08T16:59:08.498Z
>    [junit4]   2> 403389 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@4b190d39{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:33761}
>    [junit4]   2> 403389 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.e.j.s.Server Started @403451ms
>    [junit4]   2> 403389 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=33761}
>    [junit4]   2> 403390 ERROR (jetty-launcher-2299-thread-2) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 9.0.0
>    [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-08T16:59:08.503Z
>    [junit4]   2> 403397 WARN  (jetty-launcher-2299-thread-1) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 403401 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 403401 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 403402 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 403410 INFO  (zkConnectionManagerCallback-2301-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403411 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 403417 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 403417 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 403418 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 403421 INFO  (zkConnectionManagerCallback-2303-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403421 INFO  (zkConnectionManagerCallback-2305-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403425 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 403425 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 403432 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 403432 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 403433 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 403433 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 403449 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [
>   ] o.a.z.s.NIOServerCnxn Unable to read additional data from client
> sessionid 0x10312ba5f1d0003, likely client has closed socket
>    [junit4]   2> 403502 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 403503 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 403503 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 403503 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 403506 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14f56814
> {/solr,null,AVAILABLE}
>    [junit4]   2> 403506 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@48540908{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:43500}
>    [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.e.j.s.Server Started @403576ms
>    [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=43500}
>    [junit4]   2> 403514 ERROR (jetty-launcher-2299-thread-1) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 9.0.0
>    [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-08T16:59:08.628Z
>    [junit4]   2> 403561 INFO  (zkConnectionManagerCallback-2307-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403562 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 403566 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 403566 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 403568 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 403744 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 403753 WARN  (jetty-launcher-2299-thread-2) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@4658969d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 403759 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 403782 WARN  (jetty-launcher-2299-thread-4) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@523e02ac[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 403798 WARN  (jetty-launcher-2299-thread-2) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@7bdd21a9[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 403799 INFO  (jetty-launcher-2299-thread-2) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
>    [junit4]   2> 403816 WARN  (jetty-launcher-2299-thread-4) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@5cf2f652[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 403818 INFO  (jetty-launcher-2299-thread-4) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
>    [junit4]   2> 403824 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 403835 WARN  (jetty-launcher-2299-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@6a859ba2[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 403859 INFO  (zkConnectionManagerCallback-2319-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403859 INFO  (zkConnectionManagerCallback-2315-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403874 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 403875 WARN  (jetty-launcher-2299-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@6de78155[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 403876 INFO  (jetty-launcher-2299-thread-3) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
>    [junit4]   2> 403877 INFO  (zkConnectionManagerCallback-2323-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403881 INFO  (zkConnectionManagerCallback-2326-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403881 INFO  (zkConnectionManagerCallback-2330-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403882 WARN  (jetty-launcher-2299-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@15c48d97[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 403886 WARN  (jetty-launcher-2299-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@33dace39[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 403887 INFO  (jetty-launcher-2299-thread-1) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
>    [junit4]   2> 403895 INFO  (zkConnectionManagerCallback-2339-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403900 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [
>   ] o.a.z.s.NIOServerCnxn Unable to read additional data from client
> sessionid 0x10312ba5f1d000c, likely client has closed socket
>    [junit4]   2> 403925 INFO  (zkConnectionManagerCallback-2341-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403925 INFO  (zkConnectionManagerCallback-2343-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 403938 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.OverseerElectionContext I am going
> to be the leader 127.0.0.1:33761_solr
>    [junit4]   2> 403940 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.Overseer Overseer
> (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) starting
>    [junit4]   2> 403942 INFO  (jetty-launcher-2299-thread-3)
> [n:127.0.0.1:41125_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:41125_solr
>    [junit4]   2> 403948 INFO  (zkCallback-2340-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 403951 INFO  (zkCallback-2342-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 403955 INFO  (jetty-launcher-2299-thread-1)
> [n:127.0.0.1:43500_solr    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:43500_solr as DOWN
>    [junit4]   2> 403957 INFO  (jetty-launcher-2299-thread-1)
> [n:127.0.0.1:43500_solr    ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 403957 INFO  (jetty-launcher-2299-thread-1)
> [n:127.0.0.1:43500_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:43500_solr
>    [junit4]   2> 403961 INFO  (zkCallback-2325-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 403962 INFO  (zkCallback-2340-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 403963 INFO  (zkCallback-2342-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 403971 INFO  (zkCallback-2325-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 404002 INFO  (zkConnectionManagerCallback-2352-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 404004 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 404006 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:39876/solr ready
>    [junit4]   2> 404007 INFO
> (OverseerStateUpdate-72922610637013002-127.0.0.1:33761_solr-n_0000000000)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.Overseer Starting to work on the
> main queue : 127.0.0.1:33761_solr
>    [junit4]   2> 404008 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:33761_solr as DOWN
>    [junit4]   2> 404011 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 404011 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:33761_solr
>    [junit4]   2> 404013 INFO  (zkCallback-2340-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 404017 INFO  (zkCallback-2342-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 404018 INFO  (zkCallback-2325-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 404034 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (3)
>    [junit4]   2> 404038 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:42903_solr as DOWN
>    [junit4]   2> 404039 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 404039 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:42903_solr
>    [junit4]   2> 404040 INFO  (zkCallback-2340-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 404042 INFO  (zkCallback-2342-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 404049 INFO  (zkCallback-2322-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 404050 INFO  (zkCallback-2325-thread-2) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 404050 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 404076 INFO  (zkConnectionManagerCallback-2357-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 404087 INFO  (jetty-launcher-2299-thread-1)
> [n:127.0.0.1:43500_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (4)
>    [junit4]   2> 404093 INFO  (zkCallback-2351-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
>    [junit4]   2> 404093 INFO  (zkConnectionManagerCallback-2362-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 404096 INFO  (jetty-launcher-2299-thread-1)
> [n:127.0.0.1:43500_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:39876/solr ready
>    [junit4]   2> 404097 INFO  (jetty-launcher-2299-thread-3)
> [n:127.0.0.1:41125_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (4)
>    [junit4]   2> 404099 INFO  (jetty-launcher-2299-thread-3)
> [n:127.0.0.1:41125_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:39876/solr ready
>    [junit4]   2> 404103 INFO  (jetty-launcher-2299-thread-1)
> [n:127.0.0.1:43500_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 404110 INFO  (jetty-launcher-2299-thread-3)
> [n:127.0.0.1:41125_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 404122 INFO  (zkConnectionManagerCallback-2368-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 404124 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (4)
>    [junit4]   2> 404125 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404126 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:39876/solr ready
>    [junit4]   2> 404127 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 404211 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404211 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404218 INFO  (jetty-launcher-2299-thread-2)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node2/.
>    [junit4]   2> 404237 INFO  (jetty-launcher-2299-thread-1)
> [n:127.0.0.1:43500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404255 INFO  (jetty-launcher-2299-thread-3)
> [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404306 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404371 INFO  (jetty-launcher-2299-thread-3)
> [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404371 INFO  (jetty-launcher-2299-thread-3)
> [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404373 INFO  (jetty-launcher-2299-thread-1)
> [n:127.0.0.1:43500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404373 INFO  (jetty-launcher-2299-thread-1)
> [n:127.0.0.1:43500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404384 INFO  (jetty-launcher-2299-thread-3)
> [n:127.0.0.1:41125_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node3/.
>    [junit4]   2> 404386 INFO  (jetty-launcher-2299-thread-1)
> [n:127.0.0.1:43500_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node1/.
>    [junit4]   2> 404405 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404405 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 404411 INFO  (jetty-launcher-2299-thread-4)
> [n:127.0.0.1:42903_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node4/.
>    [junit4]   2> 404675 INFO  (zkConnectionManagerCallback-2376-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 404677 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) ->
> (4)
>    [junit4]   2> 404678 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
> 127.0.0.1:39876/solr ready
>    [junit4]   2> 404698 INFO  (qtp1512331531-6393) [n:127.0.0.1:41125_solr
>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with
> params
> collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
> and sendToOCPQueue=true
>    [junit4]   2> 404713 INFO
> (OverseerThreadFactory-2385-thread-1-processing-n:127.0.0.1:33761_solr)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create
> collection created_and_deleted
>    [junit4]   2> 404844 INFO
> (OverseerStateUpdate-72922610637013002-127.0.0.1:33761_solr-n_0000000000)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"created_and_deleted",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"created_and_deleted_shard1_replica_n1",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"http://127.0.0.1:41125/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 405050 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation
> core create command
> qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 405050 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1]
> o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
> transient cores
>    [junit4]   2> 406086 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
> MatchVersion: 9.0.0
>    [junit4]   2> 406108 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.s.IndexSchema
> [created_and_deleted_shard1_replica_n1] Schema name=minimal
>    [junit4]   2> 406151 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
> minimal/1.1 with uniqueid field id
>    [junit4]   2> 406151 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.CoreContainer Creating
> SolrCore 'created_and_deleted_shard1_replica_n1' using configuration from
> collection created_and_deleted, trusted=true
>    [junit4]   2> 406151 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
> monitoring for 'solr.core.created_and_deleted.shard1.replica_n1' (registry
> 'solr.core.created_and_deleted.shard1.replica_n1') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
>    [junit4]   2> 406247 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
> solr.hdfs.home=hdfs://localhost:36552/solr_hdfs_home
>    [junit4]   2> 406247 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr
> Kerberos Authentication disabled
>    [junit4]   2> 406247 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore
> [[created_and_deleted_shard1_replica_n1] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node3/created_and_deleted_shard1_replica_n1],
> dataDir=[hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/]
>    [junit4]   2> 406273 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
> creating directory factory for path
> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/snapshot_metadata
>    [junit4]   2> 406347 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
> Number of slabs of block cache [1] with direct memory allocation set to
> [true]
>    [junit4]   2> 406347 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block
> cache target memory usage, slab size of [4194304] will allocate [1] slabs
> and use ~[4194304] bytes
>    [junit4]   2> 406347 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
> Creating new global HDFS BlockCache
>    [junit4]   2> 407299 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block
> cache on write is disabled
>    [junit4]   2> 407310 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
> creating directory factory for path
> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data
>    [junit4]   2> 407345 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
> creating directory factory for path
> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/index
>    [junit4]   2> 407352 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory
> Number of slabs of block cache [1] with direct memory allocation set to
> [true]
>    [junit4]   2> 407352 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block
> cache target memory usage, slab size of [4194304] will allocate [1] slabs
> and use ~[4194304] bytes
>    [junit4]   2> 407367 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block
> cache on write is disabled
>    [junit4]   2> 408810 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateHandler Using
> UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
>    [junit4]   2> 408810 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
> UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
> maxNumLogsToKeep=10 numVersionBuckets=65536
>    [junit4]   2> 408810 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing
> HdfsUpdateLog: tlogDfsReplication=3
>    [junit4]   2> 408859 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.u.CommitTracker Hard
> AutoCommit: disabled
>    [junit4]   2> 408859 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.u.CommitTracker Soft
> AutoCommit: disabled
>    [junit4]   2> 409071 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@7a34cc0c[created_and_deleted_shard1_replica_n1] main]
>    [junit4]   2> 409073 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
> Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>    [junit4]   2> 409074 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
> Loaded null at path _rest_managed.json using
> ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 409078 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
> will be reserved for 10000ms.
>    [junit4]   2> 409081 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateLog Could not find
> max version in index or recent updates, using new clock 1627457432263327744
>    [junit4]   2> 409088 INFO  (searcherExecutor-2400-thread-1-processing-n:
> 127.0.0.1:41125_solr x:created_and_deleted_shard1_replica_n1
> c:created_and_deleted s:shard1 r:core_node2) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore
> [created_and_deleted_shard1_replica_n1] Registered new searcher
> Searcher@7a34cc0c[created_and_deleted_shard1_replica_n1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 409094 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
> update of terms at /collections/created_and_deleted/terms/shard1 to
> Terms{values={core_node2=0}, version=0}
>    [junit4]   2> 409094 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
> /collections/created_and_deleted/leaders/shard1
>    [junit4]   2> 409103 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
> Enough replicas found to continue.
>    [junit4]   2> 409103 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
> I may be the new leader - try and sync
>    [junit4]   2> 409103 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas
> to http://127.0.0.1:41125/solr/created_and_deleted_shard1_replica_n1/
>    [junit4]   2> 409104 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success
> - now sync replicas to me
>    [junit4]   2> 409104 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy
> http://127.0.0.1:41125/solr/created_and_deleted_shard1_replica_n1/ has no
> replicas
>    [junit4]   2> 409104 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
> /collections/created_and_deleted/leaders/shard1/leader after winning as
> /collections/created_and_deleted/leader_elect/shard1/election/72922610637013005-core_node2-n_0000000000
>    [junit4]   2> 409108 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
> I am the new leader:
> http://127.0.0.1:41125/solr/created_and_deleted_shard1_replica_n1/ shard1
>    [junit4]   2> 409111 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.c.ZkController I am the
> leader, no recovery necessary
>    [junit4]   2> 409113 INFO  (zkCallback-2340-thread-1) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDataChanged
> path:/collections/created_and_deleted/state.json] for collection
> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>    [junit4]   2> 409120 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
> c:created_and_deleted s:shard1 r:core_node2
> x:created_and_deleted_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
> webapp=null path=/admin/cores
> params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT}
> status=0 QTime=4072
>    [junit4]   2> 409128 INFO  (qtp1512331531-6393) [n:127.0.0.1:41125_solr
>   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for
> at most 45 seconds. Check all shard replicas
>    [junit4]   2> 409217 INFO  (zkCallback-2340-thread-1) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDataChanged
> path:/collections/created_and_deleted/state.json] for collection
> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>    [junit4]   2> 409218 INFO  (qtp1512331531-6393) [n:127.0.0.1:41125_solr
>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
> status=0 QTime=4520
>    [junit4]   2> 409219 INFO  (zkCallback-2340-thread-2) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDataChanged
> path:/collections/created_and_deleted/state.json] for collection
> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>    [junit4]   2> 409222 INFO  (qtp1512331531-6396) [n:127.0.0.1:41125_solr
>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with
> params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 409222 INFO  (qtp1512331531-6396) [n:127.0.0.1:41125_solr
>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={action=LIST&wt=javabin&version=2} status=0 QTime=0
>    [junit4]   2> 409222 INFO  (zkCallback-2340-thread-3) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDataChanged
> path:/collections/created_and_deleted/state.json] for collection
> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>    [junit4]   2> 409223 INFO  (qtp1512331531-6392) [n:127.0.0.1:41125_solr
>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with
> params name=created_and_deleted&action=DELETE&wt=javabin&version=2 and
> sendToOCPQueue=true
>    [junit4]   2> 409225 INFO
> (OverseerCollectionConfigSetProcessor-72922610637013002-127.0.0.1:33761_solr-n_0000000000)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path:
> /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor
> may have disconnected from ZooKeeper
>    [junit4]   2> 409228 INFO
> (OverseerThreadFactory-2385-thread-2-processing-n:127.0.0.1:33761_solr)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler
> Executing Collection
> Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
> asyncId=null
>    [junit4]   2> 409230 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.m.SolrMetricManager
> Closing metric reporters for
> registry=solr.core.created_and_deleted.shard1.replica_n1, tag=null
>    [junit4]   2> 409230 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter
> Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68eff5cb:
> rootName = null, domain = solr.core.created_and_deleted.shard1.replica_n1,
> service url = null, agent id = null] for registry
> solr.core.created_and_deleted.shard1.replica_n1 /
> com.codahale.metrics.MetricRegistry@5c87766a
>    [junit4]   2> 409259 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore
> [created_and_deleted_shard1_replica_n1]  CLOSING SolrCore
> org.apache.solr.core.SolrCore@18dba612
>    [junit4]   2> 409259 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.m.SolrMetricManager
> Closing metric reporters for
> registry=solr.core.created_and_deleted.shard1.replica_n1, tag=18dba612
>    [junit4]   2> 409259 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.m.SolrMetricManager
> Closing metric reporters for
> registry=solr.collection.created_and_deleted.shard1.leader, tag=18dba612
>    [junit4]   2> 409318 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing
> hdfs directory
> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/index
>    [junit4]   2> 409329 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing
> hdfs directory
> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/snapshot_metadata
>    [junit4]   2> 409329 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing
> hdfs directory
> hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data
>    [junit4]   2> 409367 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
> update of terms at /collections/created_and_deleted/terms/shard1 to
> Terms{values={}, version=1}
>    [junit4]   2> 409370 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr
>   x:created_and_deleted_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
> webapp=null path=/admin/cores
> params={deleteInstanceDir=true&deleteMetricsHistory=true&core=created_and_deleted_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
> status=0 QTime=140
>    [junit4]   2> 409474 INFO  (zkCallback-2340-thread-3) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDeleted
> path:/collections/created_and_deleted/state.json] for collection
> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>    [junit4]   2> 409474 INFO  (zkCallback-2340-thread-2) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDeleted
> path:/collections/created_and_deleted/state.json] for collection
> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>    [junit4]   2> 409474 INFO  (zkCallback-2340-thread-1) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDeleted
> path:/collections/created_and_deleted/state.json] for collection
> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>    [junit4]   2> 409474 INFO  (zkCallback-2325-thread-2) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDeleted
> path:/collections/created_and_deleted/state.json] for collection
> [created_and_deleted] has occurred - updating... (live nodes size: [4])
>    [junit4]   2> 409494 INFO  (qtp1512331531-6392) [n:127.0.0.1:41125_solr
>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={name=created_and_deleted&action=DELETE&wt=javabin&version=2}
> status=0 QTime=271
>    [junit4]   2> 409496 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with
> params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 409496 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr
>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={action=LIST&wt=javabin&version=2} status=0 QTime=0
>    [junit4]   2> 409507 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.c.CoreContainer Shutting down CoreContainer instance=750012282
>    [junit4]   2> 409507 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.
> 1:33761_solr
>    [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.c.CoreContainer Publish this node as DOWN...
>    [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.c.ZkController Publish node=127.0.0.1:33761_solr as DOWN
>    [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.c.CoreContainer Shutting down CoreContainer instance=1950560799
>    [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.
> 1:42903_solr
>    [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.c.CoreContainer Shutting down CoreContainer instance=528523295
>    [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.
> 1:43500_solr
>    [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.c.CoreContainer Shutting down CoreContainer instance=1475976209
>    [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.
> 1:41125_solr
>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.c.CoreContainer Publish this node as DOWN...
>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.c.ZkController Publish node=127.0.0.1:43500_solr as DOWN
>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.c.CoreContainer Publish this node as DOWN...
>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.c.CoreContainer Publish this node as DOWN...
>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.c.ZkController Publish node=127.0.0.1:41125_solr as DOWN
>    [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.c.ZkController Publish node=127.0.0.1:42903_solr as DOWN
>    [junit4]   2> 409530 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
> tag=null
>    [junit4]   2> 409530 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@34bae6bb: rootName =
> null, domain = solr.node, service url = null, agent id = null] for registry
> solr.node / com.codahale.metrics.MetricRegistry@6ee21d8e
>    [junit4]   2> 409538 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
> tag=null
>    [junit4]   2> 409538 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@2c642080: rootName =
> null, domain = solr.node, service url = null, agent id = null] for registry
> solr.node / com.codahale.metrics.MetricRegistry@55b70618
>    [junit4]   2> 409540 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
> tag=null
>    [junit4]   2> 409540 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@543bb4ed: rootName =
> null, domain = solr.jvm, service url = null, agent id = null] for registry
> solr.jvm / com.codahale.metrics.MetricRegistry@53998627
>    [junit4]   2> 409550 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
> tag=null
>    [junit4]   2> 409550 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@5b7cf20e: rootName =
> null, domain = solr.jetty, service url = null, agent id = null] for
> registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
>    [junit4]   2> 409550 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for
> registry=solr.cluster, tag=null
>    [junit4]   2> 409552 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
> tag=null
>    [junit4]   2> 409552 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@69f73d51: rootName =
> null, domain = solr.jvm, service url = null, agent id = null] for registry
> solr.jvm / com.codahale.metrics.MetricRegistry@53998627
>    [junit4]   2> 409553 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
> tag=null
>    [junit4]   2> 409553 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@1194466e: rootName =
> null, domain = solr.node, service url = null, agent id = null] for registry
> solr.node / com.codahale.metrics.MetricRegistry@556d5710
>    [junit4]   2> 409554 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
> tag=null
>    [junit4]   2> 409554 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@59333640: rootName =
> null, domain = solr.jvm, service url = null, agent id = null] for registry
> solr.jvm / com.codahale.metrics.MetricRegistry@53998627
>    [junit4]   2> 409556 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
> tag=null
>    [junit4]   2> 409556 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@75e5ff84: rootName =
> null, domain = solr.jetty, service url = null, agent id = null] for
> registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
>    [junit4]   2> 409556 INFO  (jetty-closer-2378-thread-4) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for
> registry=solr.cluster, tag=null
>    [junit4]   2> 409560 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
> tag=null
>    [junit4]   2> 409560 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@2b1be72e: rootName =
> null, domain = solr.jetty, service url = null, agent id = null] for
> registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
>    [junit4]   2> 409561 INFO  (jetty-closer-2378-thread-3) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for
> registry=solr.cluster, tag=null
>    [junit4]   2> 409569 INFO  (closeThreadPool-2388-thread-2) [    ]
> o.a.s.c.Overseer Overseer
> (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) closing
>    [junit4]   2> 409570 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
> tag=null
>    [junit4]   2> 409570 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@7040d5ee: rootName =
> null, domain = solr.node, service url = null, agent id = null] for registry
> solr.node / com.codahale.metrics.MetricRegistry@435eb3e5
>    [junit4]   2> 409570 INFO
> (OverseerStateUpdate-72922610637013002-127.0.0.1:33761_solr-n_0000000000)
> [n:127.0.0.1:33761_solr    ] o.a.s.c.Overseer Overseer Loop exiting :
> 127.0.0.1:33761_solr
>    [junit4]   2> 409587 INFO
> (OverseerAutoScalingTriggerThread-72922610637013002-127.0.0.1:33761_solr-n_0000000000)
> [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but
> we are closed, exiting.
>    [junit4]   2> 409587 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
> tag=null
>    [junit4]   2> 409587 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@7650d1f0: rootName =
> null, domain = solr.jvm, service url = null, agent id = null] for registry
> solr.jvm / com.codahale.metrics.MetricRegistry@53998627
>    [junit4]   2> 409588 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
> tag=null
>    [junit4]   2> 409588 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.m.r.SolrJmxReporter Closing reporter
> [org.apache.solr.metrics.reporters.SolrJmxReporter@570451f1: rootName =
> null, domain = solr.jetty, service url = null, agent id = null] for
> registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
>    [junit4]   2> 409588 INFO  (jetty-closer-2378-thread-2) [    ]
> o.a.s.m.SolrMetricManager Closing metric reporters for
> registry=solr.cluster, tag=null
>    [junit4]   2> 409595 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [
>   ] o.a.z.s.NIOServerCnxn Unable to read additional data from client
> sessionid 0x10312ba5f1d000a, likely client has closed socket
>    [junit4]   2> 409595 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [
>   ] o.a.z.s.NIOServerCnxn Unable to read additional data from client
> sessionid 0x10312ba5f1d000e, likely client has closed socket
>    [junit4]   2> 409595 INFO  (zkCallback-2340-thread-2) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
>    [junit4]   2> 409596 INFO  (zkCallback-2361-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
>    [junit4]   2> 409596 INFO  (zkCallback-2340-thread-3) [    ]
> o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41125
> _solr
>    [junit4]   2> 409599 INFO  (zkCallback-2361-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
>    [junit4]   2> 409626 INFO  (jetty-closer-2378-thread-1) [    ]
> o.a.s.c.Overseer Overseer
> (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) closing
>    [junit4]   2> 409626 INFO  (closeThreadPool-2388-thread-1) [    ]
> o.a.s.c.Overseer Overseer
> (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) closing
>    [junit4]   2> 409630 INFO  (jetty-closer-2378-thread-4) [    ]
> o.e.j.s.AbstractConnector Stopped ServerConnector@48540908{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:0}
>    [junit4]   2> 409641 INFO  (jetty-closer-2378-thread-4) [    ]
> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14f56814
> {/solr,null,UNAVAILABLE}
>    [junit4]   2> 409665 INFO  (jetty-closer-2378-thread-2) [    ]
> o.e.j.s.AbstractConnector Stopped ServerConnector@258b3984{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:0}
>    [junit4]   2> 409676 INFO  (jetty-closer-2378-thread-4) [    ]
> o.e.j.s.session node0 Stopped scavenging
>    [junit4]   2> 409676 INFO  (jetty-closer-2378-thread-3) [    ]
> o.e.j.s.AbstractConnector Stopped ServerConnector@20bd6443{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:0}
>    [junit4]   2> 409680 INFO  (jetty-closer-2378-thread-1) [    ]
> o.e.j.s.AbstractConnector Stopped ServerConnector@4b190d39{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:0}
>    [junit4]   2> 409681 INFO  (jetty-closer-2378-thread-2) [    ]
> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@407f66e6
> {/solr,null,UNAVAILABLE}
>    [junit4]   2> 409681 INFO  (jetty-closer-2378-thread-3) [    ]
> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c16ba9d
> {/solr,null,UNAVAILABLE}
>    [junit4]   2> 409697 INFO  (jetty-closer-2378-thread-3) [    ]
> o.e.j.s.session node0 Stopped scavenging
>    [junit4]   2> 409697 INFO  (jetty-closer-2378-thread-1) [    ]
> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@24cf8fb1
> {/solr,null,UNAVAILABLE}
>    [junit4]   2> 409697 INFO  (jetty-closer-2378-thread-2) [    ]
> o.e.j.s.session node0 Stopped scavenging
>    [junit4]   2> 409700 INFO  (jetty-closer-2378-thread-1) [    ]
> o.e.j.s.session node0 Stopped scavenging
>    [junit4]   2> 409710 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
>    [junit4]   2> 409712 WARN  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer Watch limit violations:
>    [junit4]   2> Maximum concurrent create/delete watches above limit:
>    [junit4]   2>
>    [junit4]   2>        9       /solr/aliases.json
>    [junit4]   2>        9       /solr/clusterprops.json
>    [junit4]   2>        4       /solr/security.json
>    [junit4]   2>        3
>  /solr/collections/created_and_deleted/terms/shard1
>    [junit4]   2>        2
>  /solr/collections/created_and_deleted/state.json
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent data watches above limit:
>    [junit4]   2>
>    [junit4]   2>        9       /solr/clusterstate.json
>    [junit4]   2>        6
>  /solr/collections/created_and_deleted/state.json
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent children watches above limit:
>    [junit4]   2>
>    [junit4]   2>        9       /solr/live_nodes
>    [junit4]   2>        9       /solr/collections
>    [junit4]   2>
>    [junit4]   2> 409720 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39876
>    [junit4]   2> 409720 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39876
>    [junit4]   2> 409720 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
>    [junit4]   2> 409721 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94])
> [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
>    [junit4]   2> 409765 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
> [    ] o.a.s.SolrTestCaseJ4 ###Starting deletePartiallyCreatedCollection
>    [junit4]   2> 409771 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-003
>    [junit4]   2> 409771 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 409777 INFO  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 409777 INFO  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 409878 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer start zk server on port:34709
>    [junit4]   2> 409878 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34709
>    [junit4]   2> 409878 INFO
> (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94])
> [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34709
>    [junit4]   2> 409945 INFO  (zkConnectionManagerCallback-2392-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 409969 INFO  (zkConnectionManagerCallback-2394-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 409984 INFO  (zkConnectionManagerCallback-2396-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 410009 WARN  (jetty-launcher-2397-thread-2) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 410010 WARN  (jetty-launcher-2397-thread-1) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 410011 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 410021 WARN  (jetty-launcher-2397-thread-3) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 410022 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 410022 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 410022 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 410073 WARN  (jetty-launcher-2397-thread-4) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 410091 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 410091 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 410091 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 410105 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 410105 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 410105 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 410106 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b58a746
> {/solr,null,AVAILABLE}
>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@7076acd2{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:42515}
>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.e.j.s.Server Started @410256ms
>    [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=42515}
>    [junit4]   2> 410195 ERROR (jetty-launcher-2397-thread-2) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 9.0.0
>    [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-08T16:59:15.308Z
>    [junit4]   2> 410210 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c8eb906
> {/solr,null,AVAILABLE}
>    [junit4]   2> 410224 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 410224 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 410224 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 410225 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@474eb516
> {/solr,null,AVAILABLE}
>    [junit4]   2> 410226 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 410226 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 410226 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4732d4da
> {/solr,null,AVAILABLE}
>    [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@28bc8065{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:36639}
>    [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.e.j.s.Server Started @410289ms
>    [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=36639}
>    [junit4]   2> 410227 ERROR (jetty-launcher-2397-thread-4) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 9.0.0
>    [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-08T16:59:15.341Z
>    [junit4]   2> 410273 INFO  (zkConnectionManagerCallback-2401-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@45b901bd{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:39722}
>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.e.j.s.Server Started @410335ms
>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=39722}
>    [junit4]   2> 410273 ERROR (jetty-launcher-2397-thread-1) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 9.0.0
>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-08T16:59:15.386Z
>    [junit4]   2> 410275 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 410280 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 410280 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@74fc1d6c{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:41647}
>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.e.j.s.Server Started @410343ms
>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=41647}
>    [junit4]   2> 410281 ERROR (jetty-launcher-2397-thread-3) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 9.0.0
>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 410282 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-08T16:59:15.394Z
>    [junit4]   2> 410283 INFO  (zkConnectionManagerCallback-2399-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 410284 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 410287 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 410287 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 410290 INFO  (jetty-launcher-2397-thread-2) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 410291 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 410295 INFO  (zkConnectionManagerCallback-2403-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 410301 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 410304 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 410306 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 410307 INFO  (jetty-launcher-2397-thread-1) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 410311 INFO  (zkConnectionManagerCallback-2405-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 410320 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 410330 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 410330 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 410332 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 410595 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 410610 WARN  (jetty-launcher-2397-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@103722e5[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 410635 WARN  (jetty-launcher-2397-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@3e3df1b7[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 410636 INFO  (jetty-launcher-2397-thread-3) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34709/solr
>    [junit4]   2> 410656 INFO  (zkConnectionManagerCallback-2411-thread-1)
> [    ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 410667 INFO  (jetty-launcher-2397-thread-4) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null, whitelis
>
> [...truncated too long message...]
>
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>    [junit4]   2>         at
> org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
>    [junit4]   2>         at
> org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
>    [junit4]   2>   46) Thread[id=6265,
> name=org.apache.hadoop.hdfs.server.blockmanagement.PendingReconstructionBlocks$PendingReconstructionMonitor@519f9fb7,
> state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>    [junit4]   2>         at java.lang.Thread.sleep(Native Method)
>    [junit4]   2>         at
> org.apache.hadoop.hdfs.server.blockmanagement.PendingReconstructionBlocks$PendingReconstructionMonitor.run(PendingReconstructionBlocks.java:246)
>    [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2>   47) Thread[id=6320, name=Socket Reader #1 for port
> 37000, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>    [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.interrupt(Native
> Method)
>    [junit4]   2>         at
> sun.nio.ch.EPollArrayWrapper.interrupt(EPollArrayWrapper.java:317)
>    [junit4]   2>         at
> sun.nio.ch.EPollSelectorImpl.wakeup(EPollSelectorImpl.java:207)
>    [junit4]   2>         at
> java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
>    [junit4]   2>         at
> java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
>    [junit4]   2>         at
> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
>    [junit4]   2>         at
> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>    [junit4]   2>         at
> sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>    [junit4]   2>         at
> sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
>    [junit4]   2>         at
> org.apache.hadoop.ipc.Server$Listener$Reader.doRunLoop(Server.java:1097)
>    [junit4]   2>         at
> org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:1076)
>    [junit4]   2>   48) Thread[id=6327, name=IPC Server handler 0 on 37000,
> state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>    [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
>    [junit4]   2>         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>    [junit4]   2>         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>    [junit4]   2>         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>    [junit4]   2>         at
> org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
>    [junit4]   2>         at
> org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
>    [junit4]   2>   49) Thread[id=6266, name=DatanodeAdminMonitor-0,
> state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>    [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
>    [junit4]   2>         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>    [junit4]   2>         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>    [junit4]   2>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
>    [junit4]   2>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
>    [junit4]   2>         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
>    [junit4]   2>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>    [junit4]   2>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2>   50) Thread[id=6352,
> name=refreshUsed-/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-001/hdfsBaseDir/data/data2/current/BP-978842632-10.41.0.5-1552064342193,
> state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>    [junit4]   2>         at java.lang.Thread.sleep(Native Method)
>    [junit4]   2>         at
> org.apache.hadoop.fs.CachingGetSpaceUsed$RefreshThread.run(CachingGetSpaceUsed.java:179)
>    [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2>   51) Thread[id=6331, name=IPC Server handler 4 on 37000,
> state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>    [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
>    [junit4]   2>         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>    [junit4]   2>         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>    [junit4]   2>         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>    [junit4]   2>         at
> org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
>    [junit4]   2>         at
> org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
>    [junit4]   2>   52) Thread[id=6302, name=nioEventLoopGroup-2-1,
> state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
>    [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native
> Method)
>    [junit4]   2>         at
> sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
>    [junit4]   2>         at
> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
>    [junit4]   2>         at
> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>    [junit4]   2>         at
> sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>    [junit4]   2>         at
> io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
>    [junit4]   2>         at
> io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:754)
>    [junit4]   2>         at
> io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:410)
>    [junit4]   2>         at
> io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:131)
>    [junit4]   2>         at
> io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
>    [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {},
> docValues:{}, maxPointsInLeafNode=125, maxMBSortInHeap=7.126346147659913,
> sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f454086),
> locale=en-NZ, timezone=Asia/Dili
>    [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
> 1.8.0_191 (64-bit)/cpus=4,threads=66,free=130241800,total=438829056
>    [junit4]   2> NOTE: All tests run in this JVM: [SplitShardTest,
> TestOnReconnectListenerSupport, SolrCloudReportersTest,
> CdcrVersionReplicationTest, TestFileDictionaryLookup, MetricTriggerTest,
> TestBM25SimilarityFactory, MoveReplicaTest, CustomHighlightComponentTest,
> AutoscalingHistoryHandlerTest, TestTrie, FileBasedSpellCheckerTest,
> BJQParserTest, TestMaxScoreQueryParser, TestReload,
> TestLuceneIndexBackCompat, CoreAdminOperationTest,
> TestComplexPhraseQParserPlugin, TestCoreAdminApis, RAMDirectoryFactoryTest,
> TestSchemalessBufferedUpdates, FieldMutatingUpdateProcessorTest,
> TestFacetMethods, ChaosMonkeyNothingIsSafeWithPullReplicasTest,
> TestGraphMLResponseWriter, TestConfigReload,
> ParsingFieldUpdateProcessorsTest, TestManagedSchema, SOLR749Test,
> DistribJoinFromCollectionTest, TestCollectionAPI,
> ExternalFileFieldSortTest, ChangedSchemaMergeTest, TestRemoteStreaming,
> TestExclusionRuleCollectionAccess, TestConfigSetProperties,
> LeaderElectionIntegrationTest, DirectoryFactoryTest,
> LegacyCloudClusterPropTest, TestSQLHandlerNonCloud, TestSystemIdResolver,
> HdfsCollectionsAPIDistributedZkTest]
>    [junit4]   2> NOTE: download the large Jenkins line-docs file by
> running 'ant get-jenkins-line-docs' in the lucene directory.
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=HdfsCollectionsAPIDistributedZkTest
> -Dtests.seed=A23D00C6F401CC94 -Dtests.multiplier=2 -Dtests.nightly=true
> -Dtests.slow=true
> -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
> -Dtests.locale=en-NZ -Dtests.timezone=Asia/Dili -Dtests.asserts=true
> -Dtests.file.encoding=ISO-8859-1
>    [junit4] ERROR   0.00s J2 | HdfsCollectionsAPIDistributedZkTest (suite)
> <<<
>    [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded
> (>= 3600000 msec).
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([A23D00C6F401CC94]:0)
>    [junit4] Completed [357/846 (1!)] on J2 in 3613.55s, 3 tests, 2 errors
> <<< FAILURES!
>
> [...truncated 1463 lines...]
>    [junit4] JVM J2: stdout was not empty, see:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20190308_165224_976435898618271851762.sysout
>    [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
>    [junit4] java.lang.OutOfMemoryError: Java heap space
>    [junit4] Dumping heap to
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid18661.hprof
> ...
>    [junit4] Heap dump file created [718649182 bytes in 18.978 secs]
>    [junit4] <<< JVM J2: EOF ----
>
> [...truncated 9017 lines...]
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585:
> Some of the tests produced a heap dump, but did not fail. Maybe a
> suppressed OutOfMemoryError? Dumps created:
> * java_pid18661.hprof
>
> Total time: 281 minutes 25 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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1786 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1786/

2 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([A23D00C6F401CC94]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest

Error Message:
Suite timeout exceeded (>= 3600000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 3600000 msec).
	at __randomizedtesting.SeedInfo.seed([A23D00C6F401CC94]:0)




Build Log:
[...truncated 14385 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/init-core-data-001
   [junit4]   2> 395384 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 395385 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 395385 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 396158 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 397732 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 398052 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 398096 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 398102 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 398102 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 398102 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 398105 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@655c873d{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 398404 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@33b20724{hdfs,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-43104-hdfs-_-any-6596358922321797196.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 398405 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@538519af{HTTP/1.1,[http/1.1]}{localhost:43104}
   [junit4]   2> 398405 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.Server Started @398467ms
   [junit4]   2> 400089 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 400518 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 400527 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 400528 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 400528 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 400528 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 400529 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@253f748e{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 400707 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@11130f4{datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-37309-datanode-_-any-3185228825448904120.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 400708 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f166b0e{HTTP/1.1,[http/1.1]}{localhost:37309}
   [junit4]   2> 400708 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.e.j.s.Server Started @400770ms
   [junit4]   2> 401443 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A23D00C6F401CC94]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 402890 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: Processing first storage report for DS-f8e34ba7-3576-41ce-a2e8-3b11a62ec1ca from datanode 9ea10e01-9eb0-4f73-be10-9edab98b1871
   [junit4]   2> 402894 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: from storage DS-f8e34ba7-3576-41ce-a2e8-3b11a62ec1ca node DatanodeRegistration(127.0.0.1:43008, datanodeUuid=9ea10e01-9eb0-4f73-be10-9edab98b1871, infoPort=33172, infoSecurePort=0, ipcPort=37000, storageInfo=lv=-57;cid=testClusterID;nsid=1118631180;c=1552064342193), blocks: 0, hasStaleStorage: true, processing time: 4 msecs, invalidatedBlocks: 0
   [junit4]   2> 402894 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: Processing first storage report for DS-27393714-9b93-4b9b-bfc2-49d33ca5f4a3 from datanode 9ea10e01-9eb0-4f73-be10-9edab98b1871
   [junit4]   2> 402894 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xf3db7a82292f541b: from storage DS-27393714-9b93-4b9b-bfc2-49d33ca5f4a3 node DatanodeRegistration(127.0.0.1:43008, datanodeUuid=9ea10e01-9eb0-4f73-be10-9edab98b1871, infoPort=33172, infoSecurePort=0, ipcPort=37000, storageInfo=lv=-57;cid=testClusterID;nsid=1118631180;c=1552064342193), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 403216 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
   [junit4]   2> 403218 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002
   [junit4]   2> 403218 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 403228 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 403228 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 403328 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer start zk server on port:39876
   [junit4]   2> 403328 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39876
   [junit4]   2> 403328 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39876
   [junit4]   2> 403358 INFO  (zkConnectionManagerCallback-2294-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403364 INFO  (zkConnectionManagerCallback-2296-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403366 INFO  (zkConnectionManagerCallback-2298-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403373 WARN  (jetty-launcher-2299-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 403374 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 403374 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 403374 INFO  (jetty-launcher-2299-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 403374 WARN  (jetty-launcher-2299-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 403375 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 403375 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 403375 INFO  (jetty-launcher-2299-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 403375 WARN  (jetty-launcher-2299-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 403376 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 403376 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 403376 INFO  (jetty-launcher-2299-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 403378 INFO  (jetty-launcher-2299-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@407f66e6{/solr,null,AVAILABLE}
   [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 403380 INFO  (jetty-launcher-2299-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c16ba9d{/solr,null,AVAILABLE}
   [junit4]   2> 403381 INFO  (jetty-launcher-2299-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 403381 INFO  (jetty-launcher-2299-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 403381 INFO  (jetty-launcher-2299-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@258b3984{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41125}
   [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ] o.e.j.s.Server Started @403444ms
   [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41125}
   [junit4]   2> 403382 ERROR (jetty-launcher-2299-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 403382 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 403383 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-08T16:59:08.496Z
   [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20bd6443{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42903}
   [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24cf8fb1{/solr,null,AVAILABLE}
   [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ] o.e.j.s.Server Started @403447ms
   [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42903}
   [junit4]   2> 403385 ERROR (jetty-launcher-2299-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 403385 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-08T16:59:08.498Z
   [junit4]   2> 403389 INFO  (jetty-launcher-2299-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b190d39{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33761}
   [junit4]   2> 403389 INFO  (jetty-launcher-2299-thread-2) [    ] o.e.j.s.Server Started @403451ms
   [junit4]   2> 403389 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33761}
   [junit4]   2> 403390 ERROR (jetty-launcher-2299-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 403390 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-08T16:59:08.503Z
   [junit4]   2> 403397 WARN  (jetty-launcher-2299-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 403401 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 403401 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 403402 INFO  (jetty-launcher-2299-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 403410 INFO  (zkConnectionManagerCallback-2301-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403411 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 403417 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 403417 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 403418 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 403421 INFO  (zkConnectionManagerCallback-2303-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403421 INFO  (zkConnectionManagerCallback-2305-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403425 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 403425 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 403432 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 403432 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 403433 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 403433 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 403449 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10312ba5f1d0003, likely client has closed socket
   [junit4]   2> 403502 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 403503 INFO  (jetty-launcher-2299-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 403503 INFO  (jetty-launcher-2299-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 403503 INFO  (jetty-launcher-2299-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 403506 INFO  (jetty-launcher-2299-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14f56814{/solr,null,AVAILABLE}
   [junit4]   2> 403506 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@48540908{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43500}
   [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ] o.e.j.s.Server Started @403576ms
   [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43500}
   [junit4]   2> 403514 ERROR (jetty-launcher-2299-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 403514 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 403515 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-08T16:59:08.628Z
   [junit4]   2> 403561 INFO  (zkConnectionManagerCallback-2307-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403562 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 403566 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 403566 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 403568 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 403744 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 403753 WARN  (jetty-launcher-2299-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4658969d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 403759 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 403782 WARN  (jetty-launcher-2299-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@523e02ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 403798 WARN  (jetty-launcher-2299-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7bdd21a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 403799 INFO  (jetty-launcher-2299-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
   [junit4]   2> 403816 WARN  (jetty-launcher-2299-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5cf2f652[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 403818 INFO  (jetty-launcher-2299-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
   [junit4]   2> 403824 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 403835 WARN  (jetty-launcher-2299-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6a859ba2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 403859 INFO  (zkConnectionManagerCallback-2319-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403859 INFO  (zkConnectionManagerCallback-2315-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403874 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 403875 WARN  (jetty-launcher-2299-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6de78155[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 403876 INFO  (jetty-launcher-2299-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
   [junit4]   2> 403877 INFO  (zkConnectionManagerCallback-2323-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403881 INFO  (zkConnectionManagerCallback-2326-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403881 INFO  (zkConnectionManagerCallback-2330-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403882 WARN  (jetty-launcher-2299-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@15c48d97[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 403886 WARN  (jetty-launcher-2299-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@33dace39[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 403887 INFO  (jetty-launcher-2299-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39876/solr
   [junit4]   2> 403895 INFO  (zkConnectionManagerCallback-2339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403900 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10312ba5f1d000c, likely client has closed socket
   [junit4]   2> 403925 INFO  (zkConnectionManagerCallback-2341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403925 INFO  (zkConnectionManagerCallback-2343-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 403938 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33761_solr
   [junit4]   2> 403940 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.c.Overseer Overseer (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) starting
   [junit4]   2> 403942 INFO  (jetty-launcher-2299-thread-3) [n:127.0.0.1:41125_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41125_solr
   [junit4]   2> 403948 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 403951 INFO  (zkCallback-2342-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 403955 INFO  (jetty-launcher-2299-thread-1) [n:127.0.0.1:43500_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:43500_solr as DOWN
   [junit4]   2> 403957 INFO  (jetty-launcher-2299-thread-1) [n:127.0.0.1:43500_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 403957 INFO  (jetty-launcher-2299-thread-1) [n:127.0.0.1:43500_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43500_solr
   [junit4]   2> 403961 INFO  (zkCallback-2325-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 403962 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 403963 INFO  (zkCallback-2342-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 403971 INFO  (zkCallback-2325-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 404002 INFO  (zkConnectionManagerCallback-2352-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 404004 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 404006 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39876/solr ready
   [junit4]   2> 404007 INFO  (OverseerStateUpdate-72922610637013002-127.0.0.1:33761_solr-n_0000000000) [n:127.0.0.1:33761_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33761_solr
   [junit4]   2> 404008 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33761_solr as DOWN
   [junit4]   2> 404011 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 404011 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33761_solr
   [junit4]   2> 404013 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 404017 INFO  (zkCallback-2342-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 404018 INFO  (zkCallback-2325-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 404034 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 404038 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42903_solr as DOWN
   [junit4]   2> 404039 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 404039 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42903_solr
   [junit4]   2> 404040 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 404042 INFO  (zkCallback-2342-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 404049 INFO  (zkCallback-2322-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 404050 INFO  (zkCallback-2325-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 404050 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 404076 INFO  (zkConnectionManagerCallback-2357-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 404087 INFO  (jetty-launcher-2299-thread-1) [n:127.0.0.1:43500_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 404093 INFO  (zkCallback-2351-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 404093 INFO  (zkConnectionManagerCallback-2362-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 404096 INFO  (jetty-launcher-2299-thread-1) [n:127.0.0.1:43500_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39876/solr ready
   [junit4]   2> 404097 INFO  (jetty-launcher-2299-thread-3) [n:127.0.0.1:41125_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 404099 INFO  (jetty-launcher-2299-thread-3) [n:127.0.0.1:41125_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39876/solr ready
   [junit4]   2> 404103 INFO  (jetty-launcher-2299-thread-1) [n:127.0.0.1:43500_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 404110 INFO  (jetty-launcher-2299-thread-3) [n:127.0.0.1:41125_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 404122 INFO  (zkConnectionManagerCallback-2368-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 404124 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 404125 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404126 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39876/solr ready
   [junit4]   2> 404127 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 404211 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404211 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404218 INFO  (jetty-launcher-2299-thread-2) [n:127.0.0.1:33761_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node2/.
   [junit4]   2> 404237 INFO  (jetty-launcher-2299-thread-1) [n:127.0.0.1:43500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404255 INFO  (jetty-launcher-2299-thread-3) [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404306 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404371 INFO  (jetty-launcher-2299-thread-3) [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404371 INFO  (jetty-launcher-2299-thread-3) [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404373 INFO  (jetty-launcher-2299-thread-1) [n:127.0.0.1:43500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404373 INFO  (jetty-launcher-2299-thread-1) [n:127.0.0.1:43500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404384 INFO  (jetty-launcher-2299-thread-3) [n:127.0.0.1:41125_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node3/.
   [junit4]   2> 404386 INFO  (jetty-launcher-2299-thread-1) [n:127.0.0.1:43500_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node1/.
   [junit4]   2> 404405 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404405 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 404411 INFO  (jetty-launcher-2299-thread-4) [n:127.0.0.1:42903_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node4/.
   [junit4]   2> 404675 INFO  (zkConnectionManagerCallback-2376-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 404677 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 404678 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39876/solr ready
   [junit4]   2> 404698 INFO  (qtp1512331531-6393) [n:127.0.0.1:41125_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 404713 INFO  (OverseerThreadFactory-2385-thread-1-processing-n:127.0.0.1:33761_solr) [n:127.0.0.1:33761_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection created_and_deleted
   [junit4]   2> 404844 INFO  (OverseerStateUpdate-72922610637013002-127.0.0.1:33761_solr-n_0000000000) [n:127.0.0.1:33761_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"created_and_deleted",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"created_and_deleted_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41125/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 405050 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 405050 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 406086 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 406108 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.s.IndexSchema [created_and_deleted_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 406151 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 406151 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'created_and_deleted_shard1_replica_n1' using configuration from collection created_and_deleted, trusted=true
   [junit4]   2> 406151 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.created_and_deleted.shard1.replica_n1' (registry 'solr.core.created_and_deleted.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61
   [junit4]   2> 406247 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:36552/solr_hdfs_home
   [junit4]   2> 406247 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 406247 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore [[created_and_deleted_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-002/node3/created_and_deleted_shard1_replica_n1], dataDir=[hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/]
   [junit4]   2> 406273 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/snapshot_metadata
   [junit4]   2> 406347 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 406347 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 406347 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 407299 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 407310 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data
   [junit4]   2> 407345 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/index
   [junit4]   2> 407352 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 407352 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 407367 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 408810 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 408810 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 408810 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 408859 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 408859 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 409071 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7a34cc0c[created_and_deleted_shard1_replica_n1] main]
   [junit4]   2> 409073 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 409074 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 409078 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 409081 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627457432263327744
   [junit4]   2> 409088 INFO  (searcherExecutor-2400-thread-1-processing-n:127.0.0.1:41125_solr x:created_and_deleted_shard1_replica_n1 c:created_and_deleted s:shard1 r:core_node2) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore [created_and_deleted_shard1_replica_n1] Registered new searcher Searcher@7a34cc0c[created_and_deleted_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 409094 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/created_and_deleted/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 409094 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/created_and_deleted/leaders/shard1
   [junit4]   2> 409103 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 409103 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 409103 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41125/solr/created_and_deleted_shard1_replica_n1/
   [junit4]   2> 409104 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 409104 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:41125/solr/created_and_deleted_shard1_replica_n1/ has no replicas
   [junit4]   2> 409104 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/created_and_deleted/leaders/shard1/leader after winning as /collections/created_and_deleted/leader_elect/shard1/election/72922610637013005-core_node2-n_0000000000
   [junit4]   2> 409108 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41125/solr/created_and_deleted_shard1_replica_n1/ shard1
   [junit4]   2> 409111 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 409113 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 409120 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr c:created_and_deleted s:shard1 r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=4072
   [junit4]   2> 409128 INFO  (qtp1512331531-6393) [n:127.0.0.1:41125_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 409217 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 409218 INFO  (qtp1512331531-6393) [n:127.0.0.1:41125_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=4520
   [junit4]   2> 409219 INFO  (zkCallback-2340-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 409222 INFO  (qtp1512331531-6396) [n:127.0.0.1:41125_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 409222 INFO  (qtp1512331531-6396) [n:127.0.0.1:41125_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 409222 INFO  (zkCallback-2340-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 409223 INFO  (qtp1512331531-6392) [n:127.0.0.1:41125_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=created_and_deleted&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 409225 INFO  (OverseerCollectionConfigSetProcessor-72922610637013002-127.0.0.1:33761_solr-n_0000000000) [n:127.0.0.1:33761_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 409228 INFO  (OverseerThreadFactory-2385-thread-2-processing-n:127.0.0.1:33761_solr) [n:127.0.0.1:33761_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 409230 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.created_and_deleted.shard1.replica_n1, tag=null
   [junit4]   2> 409230 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68eff5cb: rootName = null, domain = solr.core.created_and_deleted.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.created_and_deleted.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@5c87766a
   [junit4]   2> 409259 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore [created_and_deleted_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18dba612
   [junit4]   2> 409259 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.created_and_deleted.shard1.replica_n1, tag=18dba612
   [junit4]   2> 409259 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.created_and_deleted.shard1.leader, tag=18dba612
   [junit4]   2> 409318 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/index
   [junit4]   2> 409329 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data/snapshot_metadata
   [junit4]   2> 409329 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost:36552/solr_hdfs_home/created_and_deleted/core_node2/data
   [junit4]   2> 409367 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/created_and_deleted/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 409370 INFO  (qtp1512331531-6394) [n:127.0.0.1:41125_solr    x:created_and_deleted_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=created_and_deleted_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=140
   [junit4]   2> 409474 INFO  (zkCallback-2340-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 409474 INFO  (zkCallback-2340-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 409474 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 409474 INFO  (zkCallback-2325-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 409494 INFO  (qtp1512331531-6392) [n:127.0.0.1:41125_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=created_and_deleted&action=DELETE&wt=javabin&version=2} status=0 QTime=271
   [junit4]   2> 409496 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 409496 INFO  (qtp1512331531-6395) [n:127.0.0.1:41125_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 409507 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=750012282
   [junit4]   2> 409507 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33761_solr
   [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:33761_solr as DOWN
   [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1950560799
   [junit4]   2> 409513 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42903_solr
   [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=528523295
   [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43500_solr
   [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1475976209
   [junit4]   2> 409516 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41125_solr
   [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:43500_solr as DOWN
   [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:41125_solr as DOWN
   [junit4]   2> 409517 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:42903_solr as DOWN
   [junit4]   2> 409530 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 409530 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@34bae6bb: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6ee21d8e
   [junit4]   2> 409538 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 409538 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2c642080: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@55b70618
   [junit4]   2> 409540 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 409540 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@543bb4ed: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@53998627
   [junit4]   2> 409550 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 409550 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b7cf20e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
   [junit4]   2> 409550 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 409552 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 409552 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69f73d51: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@53998627
   [junit4]   2> 409553 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 409553 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1194466e: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@556d5710
   [junit4]   2> 409554 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 409554 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@59333640: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@53998627
   [junit4]   2> 409556 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 409556 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@75e5ff84: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
   [junit4]   2> 409556 INFO  (jetty-closer-2378-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 409560 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 409560 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b1be72e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
   [junit4]   2> 409561 INFO  (jetty-closer-2378-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 409569 INFO  (closeThreadPool-2388-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) closing
   [junit4]   2> 409570 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 409570 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7040d5ee: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@435eb3e5
   [junit4]   2> 409570 INFO  (OverseerStateUpdate-72922610637013002-127.0.0.1:33761_solr-n_0000000000) [n:127.0.0.1:33761_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33761_solr
   [junit4]   2> 409587 INFO  (OverseerAutoScalingTriggerThread-72922610637013002-127.0.0.1:33761_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 409587 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 409587 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7650d1f0: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@53998627
   [junit4]   2> 409588 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 409588 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@570451f1: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@78399ce0
   [junit4]   2> 409588 INFO  (jetty-closer-2378-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 409595 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10312ba5f1d000a, likely client has closed socket
   [junit4]   2> 409595 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10312ba5f1d000e, likely client has closed socket
   [junit4]   2> 409595 INFO  (zkCallback-2340-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 409596 INFO  (zkCallback-2361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 409596 INFO  (zkCallback-2340-thread-3) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41125_solr
   [junit4]   2> 409599 INFO  (zkCallback-2361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 409626 INFO  (jetty-closer-2378-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) closing
   [junit4]   2> 409626 INFO  (closeThreadPool-2388-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72922610637013002-127.0.0.1:33761_solr-n_0000000000) closing
   [junit4]   2> 409630 INFO  (jetty-closer-2378-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@48540908{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 409641 INFO  (jetty-closer-2378-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14f56814{/solr,null,UNAVAILABLE}
   [junit4]   2> 409665 INFO  (jetty-closer-2378-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@258b3984{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 409676 INFO  (jetty-closer-2378-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 409676 INFO  (jetty-closer-2378-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@20bd6443{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 409680 INFO  (jetty-closer-2378-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4b190d39{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 409681 INFO  (jetty-closer-2378-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@407f66e6{/solr,null,UNAVAILABLE}
   [junit4]   2> 409681 INFO  (jetty-closer-2378-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c16ba9d{/solr,null,UNAVAILABLE}
   [junit4]   2> 409697 INFO  (jetty-closer-2378-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 409697 INFO  (jetty-closer-2378-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@24cf8fb1{/solr,null,UNAVAILABLE}
   [junit4]   2> 409697 INFO  (jetty-closer-2378-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 409700 INFO  (jetty-closer-2378-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 409710 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 409712 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/collections/created_and_deleted/terms/shard1
   [junit4]   2> 	2	/solr/collections/created_and_deleted/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/created_and_deleted/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 
   [junit4]   2> 409720 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39876
   [junit4]   2> 409720 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39876
   [junit4]   2> 409720 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
   [junit4]   2> 409721 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[A23D00C6F401CC94]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
   [junit4]   2> 409765 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deletePartiallyCreatedCollection
   [junit4]   2> 409771 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-003
   [junit4]   2> 409771 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 409777 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 409777 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 409878 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer start zk server on port:34709
   [junit4]   2> 409878 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34709
   [junit4]   2> 409878 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[A23D00C6F401CC94]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34709
   [junit4]   2> 409945 INFO  (zkConnectionManagerCallback-2392-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 409969 INFO  (zkConnectionManagerCallback-2394-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 409984 INFO  (zkConnectionManagerCallback-2396-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 410009 WARN  (jetty-launcher-2397-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 410010 WARN  (jetty-launcher-2397-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 410010 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 410011 INFO  (jetty-launcher-2397-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 410021 WARN  (jetty-launcher-2397-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 410022 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 410022 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 410022 INFO  (jetty-launcher-2397-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 410073 WARN  (jetty-launcher-2397-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 410091 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 410091 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 410091 INFO  (jetty-launcher-2397-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 410105 INFO  (jetty-launcher-2397-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 410105 INFO  (jetty-launcher-2397-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 410105 INFO  (jetty-launcher-2397-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 410106 INFO  (jetty-launcher-2397-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b58a746{/solr,null,AVAILABLE}
   [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7076acd2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42515}
   [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-2) [    ] o.e.j.s.Server Started @410256ms
   [junit4]   2> 410194 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42515}
   [junit4]   2> 410195 ERROR (jetty-launcher-2397-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 410195 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-08T16:59:15.308Z
   [junit4]   2> 410210 INFO  (jetty-launcher-2397-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c8eb906{/solr,null,AVAILABLE}
   [junit4]   2> 410224 INFO  (jetty-launcher-2397-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 410224 INFO  (jetty-launcher-2397-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 410224 INFO  (jetty-launcher-2397-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 410225 INFO  (jetty-launcher-2397-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@474eb516{/solr,null,AVAILABLE}
   [junit4]   2> 410226 INFO  (jetty-launcher-2397-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 410226 INFO  (jetty-launcher-2397-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 410226 INFO  (jetty-launcher-2397-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4732d4da{/solr,null,AVAILABLE}
   [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28bc8065{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36639}
   [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-4) [    ] o.e.j.s.Server Started @410289ms
   [junit4]   2> 410227 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36639}
   [junit4]   2> 410227 ERROR (jetty-launcher-2397-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 410228 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-08T16:59:15.341Z
   [junit4]   2> 410273 INFO  (zkConnectionManagerCallback-2401-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@45b901bd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39722}
   [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ] o.e.j.s.Server Started @410335ms
   [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39722}
   [junit4]   2> 410273 ERROR (jetty-launcher-2397-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 410273 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-08T16:59:15.386Z
   [junit4]   2> 410275 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 410280 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 410280 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@74fc1d6c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41647}
   [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ] o.e.j.s.Server Started @410343ms
   [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41647}
   [junit4]   2> 410281 ERROR (jetty-launcher-2397-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 410281 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 410282 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-08T16:59:15.394Z
   [junit4]   2> 410283 INFO  (zkConnectionManagerCallback-2399-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 410284 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 410287 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 410287 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 410290 INFO  (jetty-launcher-2397-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 410291 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 410295 INFO  (zkConnectionManagerCallback-2403-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 410301 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 410304 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 410306 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 410307 INFO  (jetty-launcher-2397-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 410311 INFO  (zkConnectionManagerCallback-2405-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 410320 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 410330 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 410330 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 410332 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3664f61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 410595 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 410610 WARN  (jetty-launcher-2397-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@103722e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 410635 WARN  (jetty-launcher-2397-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3e3df1b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 410636 INFO  (jetty-launcher-2397-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34709/solr
   [junit4]   2> 410656 INFO  (zkConnectionManagerCallback-2411-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 410667 INFO  (jetty-launcher-2397-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelis

[...truncated too long message...]

at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
   [junit4]   2>         at org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
   [junit4]   2>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
   [junit4]   2>   46) Thread[id=6265, name=org.apache.hadoop.hdfs.server.blockmanagement.PendingReconstructionBlocks$PendingReconstructionMonitor@519f9fb7, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.hadoop.hdfs.server.blockmanagement.PendingReconstructionBlocks$PendingReconstructionMonitor.run(PendingReconstructionBlocks.java:246)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>   47) Thread[id=6320, name=Socket Reader #1 for port 37000, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.interrupt(Native Method)
   [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.interrupt(EPollArrayWrapper.java:317)
   [junit4]   2>         at sun.nio.ch.EPollSelectorImpl.wakeup(EPollSelectorImpl.java:207)
   [junit4]   2>         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
   [junit4]   2>         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
   [junit4]   2>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
   [junit4]   2>         at org.apache.hadoop.ipc.Server$Listener$Reader.doRunLoop(Server.java:1097)
   [junit4]   2>         at org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:1076)
   [junit4]   2>   48) Thread[id=6327, name=IPC Server handler 0 on 37000, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
   [junit4]   2>         at org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
   [junit4]   2>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
   [junit4]   2>   49) Thread[id=6266, name=DatanodeAdminMonitor-0, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>   50) Thread[id=6352, name=refreshUsed-/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest_A23D00C6F401CC94-001/tempDir-001/hdfsBaseDir/data/data2/current/BP-978842632-10.41.0.5-1552064342193, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.hadoop.fs.CachingGetSpaceUsed$RefreshThread.run(CachingGetSpaceUsed.java:179)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>   51) Thread[id=6331, name=IPC Server handler 4 on 37000, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
   [junit4]   2>         at org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
   [junit4]   2>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
   [junit4]   2>   52) Thread[id=6302, name=nioEventLoopGroup-2-1, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]   2>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>         at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
   [junit4]   2>         at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:754)
   [junit4]   2>         at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:410)
   [junit4]   2>         at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:131)
   [junit4]   2>         at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=125, maxMBSortInHeap=7.126346147659913, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f454086), locale=en-NZ, timezone=Asia/Dili
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=66,free=130241800,total=438829056
   [junit4]   2> NOTE: All tests run in this JVM: [SplitShardTest, TestOnReconnectListenerSupport, SolrCloudReportersTest, CdcrVersionReplicationTest, TestFileDictionaryLookup, MetricTriggerTest, TestBM25SimilarityFactory, MoveReplicaTest, CustomHighlightComponentTest, AutoscalingHistoryHandlerTest, TestTrie, FileBasedSpellCheckerTest, BJQParserTest, TestMaxScoreQueryParser, TestReload, TestLuceneIndexBackCompat, CoreAdminOperationTest, TestComplexPhraseQParserPlugin, TestCoreAdminApis, RAMDirectoryFactoryTest, TestSchemalessBufferedUpdates, FieldMutatingUpdateProcessorTest, TestFacetMethods, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestGraphMLResponseWriter, TestConfigReload, ParsingFieldUpdateProcessorsTest, TestManagedSchema, SOLR749Test, DistribJoinFromCollectionTest, TestCollectionAPI, ExternalFileFieldSortTest, ChangedSchemaMergeTest, TestRemoteStreaming, TestExclusionRuleCollectionAccess, TestConfigSetProperties, LeaderElectionIntegrationTest, DirectoryFactoryTest, LegacyCloudClusterPropTest, TestSQLHandlerNonCloud, TestSystemIdResolver, HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsCollectionsAPIDistributedZkTest -Dtests.seed=A23D00C6F401CC94 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=en-NZ -Dtests.timezone=Asia/Dili -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | HdfsCollectionsAPIDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 3600000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A23D00C6F401CC94]:0)
   [junit4] Completed [357/846 (1!)] on J2 in 3613.55s, 3 tests, 2 errors <<< FAILURES!

[...truncated 1463 lines...]
   [junit4] JVM J2: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20190308_165224_976435898618271851762.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid18661.hprof ...
   [junit4] Heap dump file created [718649182 bytes in 18.978 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 9017 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid18661.hprof

Total time: 281 minutes 25 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