You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/03/29 16:43:25 UTC

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 41 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/41/

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([19B4A7309AA317CD:929374E1DBA5BC49]: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:307)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:231)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.eclipse.jetty.server.Server.doStart(Server.java:385)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:565)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:504)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:472)
	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=169941, name=qtp1608579614-169941, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=169945, name=qtp1608579614-169945, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=169944, name=qtp1608579614-169944, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         at java.lang.Thread.run(Thread.java:748)    4) Thread[id=169940, name=qtp1608579614-169940-acceptor-0@1c79850d-ServerConnector@5bdf653a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40697}, 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:701)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.lang.Thread.run(Thread.java:748)    5) Thread[id=169939, name=qtp1608579614-169939, 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:472)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$109/1019081359.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.lang.Thread.run(Thread.java:748)    6) Thread[id=169946, name=Session-HouseKeeper-1941592d-1, 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=170033, name=Connector-Scheduler-5bdf653a-1, 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)    8) Thread[id=169942, name=qtp1608579614-169942, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         at java.lang.Thread.run(Thread.java:748)    9) Thread[id=169943, name=qtp1608579614-169943, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         at java.lang.Thread.run(Thread.java:748)   10) Thread[id=169938, name=qtp1608579614-169938, 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:472)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$109/1019081359.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         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=169941, name=qtp1608579614-169941, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=169945, name=qtp1608579614-169945, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=169944, name=qtp1608579614-169944, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=169940, name=qtp1608579614-169940-acceptor-0@1c79850d-ServerConnector@5bdf653a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40697}, 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:701)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.lang.Thread.run(Thread.java:748)
   5) Thread[id=169939, name=qtp1608579614-169939, 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:472)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$109/1019081359.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.lang.Thread.run(Thread.java:748)
   6) Thread[id=169946, name=Session-HouseKeeper-1941592d-1, 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=170033, name=Connector-Scheduler-5bdf653a-1, 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)
   8) Thread[id=169942, name=qtp1608579614-169942, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
   9) Thread[id=169943, name=qtp1608579614-169943, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
  10) Thread[id=169938, name=qtp1608579614-169938, 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:472)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$109/1019081359.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([19B4A7309AA317CD]: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=169941, name=qtp1608579614-169941, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=169945, name=qtp1608579614-169945, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=169944, name=qtp1608579614-169944, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         at java.lang.Thread.run(Thread.java:748)    4) Thread[id=169938, name=qtp1608579614-169938, 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:472)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$109/1019081359.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.lang.Thread.run(Thread.java:748)    5) Thread[id=169940, name=qtp1608579614-169940, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         at java.lang.Thread.run(Thread.java:748)    6) Thread[id=169939, name=qtp1608579614-169939, 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:472)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$109/1019081359.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.lang.Thread.run(Thread.java:748)    7) Thread[id=169946, name=Session-HouseKeeper-1941592d-1, 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)    8) Thread[id=170033, name=Connector-Scheduler-5bdf653a-1, 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)    9) Thread[id=169942, name=qtp1608579614-169942, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         at java.lang.Thread.run(Thread.java:748)   10) Thread[id=169943, name=qtp1608579614-169943, 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:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)         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=169941, name=qtp1608579614-169941, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=169945, name=qtp1608579614-169945, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=169944, name=qtp1608579614-169944, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=169938, name=qtp1608579614-169938, 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:472)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$109/1019081359.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.lang.Thread.run(Thread.java:748)
   5) Thread[id=169940, name=qtp1608579614-169940, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
   6) Thread[id=169939, name=qtp1608579614-169939, 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:472)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$109/1019081359.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.lang.Thread.run(Thread.java:748)
   7) Thread[id=169946, name=Session-HouseKeeper-1941592d-1, 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)
   8) Thread[id=170033, name=Connector-Scheduler-5bdf653a-1, 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)
   9) Thread[id=169942, name=qtp1608579614-169942, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
  10) Thread[id=169943, name=qtp1608579614-169943, 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:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([19B4A7309AA317CD]:0)




Build Log:
[...truncated 15207 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 3432172 INFO  (SUITE-ShardSplitTest-seed#[19B4A7309AA317CD]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3432172 INFO  (SUITE-ShardSplitTest-seed#[19B4A7309AA317CD]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3432173 INFO  (SUITE-ShardSplitTest-seed#[19B4A7309AA317CD]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_19B4A7309AA317CD-001/data-dir-214-001
   [junit4]   2> 3432173 WARN  (SUITE-ShardSplitTest-seed#[19B4A7309AA317CD]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=47 numCloses=47
   [junit4]   2> 3432173 INFO  (SUITE-ShardSplitTest-seed#[19B4A7309AA317CD]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3432174 INFO  (SUITE-ShardSplitTest-seed#[19B4A7309AA317CD]-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> 3432174 INFO  (SUITE-ShardSplitTest-seed#[19B4A7309AA317CD]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /tsai/m
   [junit4]   2> 3432179 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3432180 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3432180 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3432280 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer start zk server on port:42613
   [junit4]   2> 3432280 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42613
   [junit4]   2> 3432280 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42613
   [junit4]   2> 3432280 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42613
   [junit4]   2> 3432283 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3432286 INFO  (zkConnectionManagerCallback-17537-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3432286 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3432288 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3432289 INFO  (zkConnectionManagerCallback-17539-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3432289 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3432290 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3432290 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 3432291 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3432292 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3432293 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3432293 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3432294 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3432294 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3432295 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3432296 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3432296 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3432297 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 3432372 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3432372 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3432372 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3432372 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 3432373 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3432373 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3432373 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3432374 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f56a164{/tsai/m,null,AVAILABLE}
   [junit4]   2> 3432374 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6657da72{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41495}
   [junit4]   2> 3432374 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.s.Server Started @3432402ms
   [junit4]   2> 3432374 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_19B4A7309AA317CD-001/tempDir-001/control/data, replicaType=NRT, hostContext=/tsai/m, hostPort=41495, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_19B4A7309AA317CD-001/control-001/cores}
   [junit4]   2> 3432375 ERROR (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3432375 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3432375 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.1
   [junit4]   2> 3432375 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3432375 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 3432375 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-29T15:43:24.218Z
   [junit4]   2> 3432376 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3432376 INFO  (zkConnectionManagerCallback-17541-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3432376 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3432477 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3432477 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_19B4A7309AA317CD-001/control-001/solr.xml
   [junit4]   2> 3432481 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3432481 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3432482 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1c6639cb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3432680 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 3432680 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@708ebf99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3432680 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@708ebf99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3432683 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1e2da3b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3432683 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1e2da3b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3432684 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42613/solr
   [junit4]   2> 3432685 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3432686 INFO  (zkConnectionManagerCallback-17548-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3432686 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3432787 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3432788 INFO  (zkConnectionManagerCallback-17550-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3432788 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3432837 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41495_tsai%2Fm
   [junit4]   2> 3432837 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.Overseer Overseer (id=73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) starting
   [junit4]   2> 3432841 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 3432841 INFO  (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41495_tsai%2Fm
   [junit4]   2> 3432841 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41495_tsai%2Fm
   [junit4]   2> 3432842 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 3432842 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 3432842 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 3432842 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 3432842 INFO  (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 3432842 INFO  (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3432844 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3432844 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3432857 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3432876 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c6639cb
   [junit4]   2> 3432884 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c6639cb
   [junit4]   2> 3432884 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c6639cb
   [junit4]   2> 3432885 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_19B4A7309AA317CD-001/control-001/cores
   [junit4]   2> 3432901 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3432902 INFO  (zkConnectionManagerCallback-17559-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3432902 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3432903 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3432903 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[19B4A7309AA317CD]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42613/solr ready
   [junit4]   2> 3432904 INFO  (qtp1853025454-165411) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495_tsai%252Fm&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3432906 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 3432906 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 3432906 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495_tsai%2Fm",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3432906 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 3432906 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495_tsai%2Fm",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3432906 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 3432906 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 3432906 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 3432906 DEBUG (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 3432906 INFO  (OverseerCollectionConfigSetProcessor-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 3432906 INFO  (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 3432907 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/control_collection 
   [junit4]   2> 3432907 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:control_collection
   [junit4]   2> 3432908 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 3432908 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495_tsai%2Fm",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 3432908 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 3432909 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/control_collection/state.json
   [junit4]   2> 3433009 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495_tsai%2Fm",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3433010 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495_tsai%2Fm
   [junit4]   2> 3433012 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm    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> 3433012 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3433014 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495/tsai/m",
   [junit4]   2>   "node_name":"127.0.0.1:41495_tsai%2Fm",
   [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> 3433014 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495/tsai/m",
   [junit4]   2>   "node_name":"127.0.0.1:41495_tsai%2Fm",
   [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> 3433014 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:41495/tsai/m",
   [junit4]   2>   "node_name":"127.0.0.1:41495_tsai%2Fm",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 3433014 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495/tsai/m",
   [junit4]   2>           "node_name":"127.0.0.1:41495_tsai%2Fm",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3433115 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 0
   [junit4]   2> 3434023 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 3434037 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434107 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434121 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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 configset conf1, trusted=true
   [junit4]   2> 3434121 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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@1c6639cb
   [junit4]   2> 3434121 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_19B4A7309AA317CD-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_19B4A7309AA317CD-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 3434123 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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=31, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=1.8046875, floorSegmentMB=1.8349609375, forceMergeDeletesPctAllowed=6.236210446555321, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=23.065536179016007
   [junit4]   2> 3434378 WARN  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434418 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434418 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434419 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3434419 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3434420 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@4004390a
   [junit4]   2> 3434420 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@437853fa[control_collection_shard1_replica_n1] main]
   [junit4]   2> 3434422 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3434422 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434422 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3434422 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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 1662513689410928640
   [junit4]   2> 3434425 INFO  (searcherExecutor-14604-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:41495_tsai%2Fm 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@437853fa[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3434427 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434427 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434430 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3434430 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434430 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41495/tsai/m/control_collection_shard1_replica_n1/
   [junit4]   2> 3434430 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434430 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:41495/tsai/m/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 3434430 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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/73494025014149124-core_node2-n_0000000000
   [junit4]   2> 3434431 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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:41495/tsai/m/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 3434432 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495/tsai/m",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 3434532 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 1
   [junit4]   2> 3434532 INFO  (zkCallback-17549-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> 3434533 INFO  (zkCallback-17549-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> 3434533 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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> 3434534 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495/tsai/m",
   [junit4]   2>   "node_name":"127.0.0.1:41495_tsai%2Fm",
   [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> 3434534 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495/tsai/m",
   [junit4]   2>   "node_name":"127.0.0.1:41495_tsai%2Fm",
   [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> 3434534 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:41495/tsai/m",
   [junit4]   2>   "node_name":"127.0.0.1:41495_tsai%2Fm",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 3434534 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] 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:41495/tsai/m",
   [junit4]   2>           "node_name":"127.0.0.1:41495_tsai%2Fm",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 3434534 INFO  (qtp1853025454-165413) [n:127.0.0.1:41495_tsai%2Fm 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=1522
   [junit4]   2> 3434535 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.a.c.CreateCollectionCmd Finished create command on all shards for collection: control_collection
   [junit4]   2> 3434535 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 3434535 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 3434535 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 3434535 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 3434535 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 3434535 INFO  (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 3434535 DEBUG (OverseerThreadFactory-14599-thread-1-processing-n:127.0.0.1:41495_tsai%2Fm) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={127.0.0.1:41495_tsai%2Fm={responseHeader={status=0,QTime=1522},core=control_collection_shard1_replica_n1}}}
   [junit4]   2> 3434536 INFO  (qtp1853025454-165411) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 3434635 DEBUG (OverseerStateUpdate-73494025014149124-127.0.0.1:41495_tsai%2Fm-n_0000000000) [n:127.0.0.1:41495_tsai%2Fm     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 2
   [junit4]   2> 3434635 INFO  (zkCallback-17549-thread-2) [     ] o.a.s.c.c.

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

d.run(Thread.java:748)
   [junit4]    >    2) Thread[id=169945, name=qtp1608579614-169945, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    3) Thread[id=169944, name=qtp1608579614-169944, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    4) Thread[id=169938, name=qtp1608579614-169938, state=RUNNABLE, group=TGRP-ShardSplitTest]
   [junit4]    >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]    >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]    >         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
   [junit4]    >         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:472)
   [junit4]    >         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)
   [junit4]    >         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
   [junit4]    >         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
   [junit4]    >         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
   [junit4]    >         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
   [junit4]    >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$109/1019081359.run(Unknown Source)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    5) Thread[id=169940, name=qtp1608579614-169940, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    6) Thread[id=169939, name=qtp1608579614-169939, state=RUNNABLE, group=TGRP-ShardSplitTest]
   [junit4]    >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]    >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]    >         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
   [junit4]    >         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:472)
   [junit4]    >         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)
   [junit4]    >         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
   [junit4]    >         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
   [junit4]    >         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
   [junit4]    >         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
   [junit4]    >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$109/1019081359.run(Unknown Source)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    7) Thread[id=169946, name=Session-HouseKeeper-1941592d-1, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    8) Thread[id=170033, name=Connector-Scheduler-5bdf653a-1, state=WAITING, group=TGRP-ShardSplitTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    9) Thread[id=169942, name=qtp1608579614-169942, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >   10) Thread[id=169943, name=qtp1608579614-169943, state=TIMED_WAITING, group=TGRP-ShardSplitTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([19B4A7309AA317CD]:0)
   [junit4] Completed [570/900 (1!)] on J0 in 570.28s, 11 tests, 3 errors <<< FAILURES!

[...truncated 53589 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 43 - Still unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
re-indexing warning not found

Stack Trace:
java.lang.AssertionError: re-indexing warning not found
	at __randomizedtesting.SeedInfo.seed([FF335A1F696D933D:8FC6F9B609A53A4B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat(SystemCollectionCompatTest.java:215)
	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 14698 lines...]
   [junit4] Suite: org.apache.solr.cloud.SystemCollectionCompatTest
   [junit4]   2> 4553428 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4553428 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4553429 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001/data-dir-216-001
   [junit4]   2> 4553429 WARN  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=286 numCloses=286
   [junit4]   2> 4553429 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4553431 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4553431 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001/tempDir-001
   [junit4]   2> 4553432 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4553432 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4553432 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4553532 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:40961
   [junit4]   2> 4553532 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40961
   [junit4]   2> 4553532 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40961
   [junit4]   2> 4553532 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40961
   [junit4]   2> 4553535 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4553537 INFO  (zkConnectionManagerCallback-17348-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4553537 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4553540 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4553541 INFO  (zkConnectionManagerCallback-17350-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4553541 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4553542 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4553543 INFO  (zkConnectionManagerCallback-17352-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4553543 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4553647 WARN  (jetty-launcher-17353-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 4553647 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4553647 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4553647 INFO  (jetty-launcher-17353-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 4553648 WARN  (jetty-launcher-17353-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 4553648 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4553648 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4553648 INFO  (jetty-launcher-17353-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 4553649 INFO  (jetty-launcher-17353-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4553649 INFO  (jetty-launcher-17353-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ae45b48{/solr,null,AVAILABLE}
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c427d89{/solr,null,AVAILABLE}
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@67613380{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44800}
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-1) [     ] o.e.j.s.Server Started @4553688ms
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44800}
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@752e879c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43889}
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-2) [     ] o.e.j.s.Server Started @4553688ms
   [junit4]   2> 4553650 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43889}
   [junit4]   2> 4553650 ERROR (jetty-launcher-17353-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4553651 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4553651 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.1
   [junit4]   2> 4553651 ERROR (jetty-launcher-17353-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4553651 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4553651 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4553651 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 4553651 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-31T18:44:20.380Z
   [junit4]   2> 4553651 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.1
   [junit4]   2> 4553651 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4553651 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 4553651 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-31T18:44:20.380Z
   [junit4]   2> 4553652 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4553652 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4553653 INFO  (zkConnectionManagerCallback-17355-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4553653 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4553653 INFO  (zkConnectionManagerCallback-17357-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4553653 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4553654 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4553654 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4554223 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4554224 WARN  (jetty-launcher-17353-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d14e44b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4554224 WARN  (jetty-launcher-17353-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d14e44b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4554227 WARN  (jetty-launcher-17353-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1f1996d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4554227 WARN  (jetty-launcher-17353-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1f1996d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4554228 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40961/solr
   [junit4]   2> 4554229 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4554230 INFO  (zkConnectionManagerCallback-17365-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4554230 INFO  (jetty-launcher-17353-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4554334 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4554335 INFO  (zkConnectionManagerCallback-17367-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4554335 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4554417 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43889_solr
   [junit4]   2> 4554418 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.c.Overseer Overseer (id=72546217068003334-127.0.0.1:43889_solr-n_0000000000) starting
   [junit4]   2> 4554423 INFO  (OverseerStateUpdate-72546217068003334-127.0.0.1:43889_solr-n_0000000000) [n:127.0.0.1:43889_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43889_solr
   [junit4]   2> 4554423 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43889_solr
   [junit4]   2> 4554425 INFO  (zkCallback-17366-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4554426 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4554427 WARN  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4554448 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4554502 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@279f3f30
   [junit4]   2> 4554516 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@279f3f30
   [junit4]   2> 4554516 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@279f3f30
   [junit4]   2> 4554518 INFO  (jetty-launcher-17353-thread-2) [n:127.0.0.1:43889_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001/tempDir-001/node2/.
   [junit4]   2> 4554701 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4554702 WARN  (jetty-launcher-17353-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2d61d623[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4554702 WARN  (jetty-launcher-17353-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2d61d623[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4554705 WARN  (jetty-launcher-17353-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@26c1a210[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4554705 WARN  (jetty-launcher-17353-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@26c1a210[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4554706 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40961/solr
   [junit4]   2> 4554707 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4554708 INFO  (zkConnectionManagerCallback-17377-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4554708 INFO  (jetty-launcher-17353-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4554811 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4554812 INFO  (zkConnectionManagerCallback-17379-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4554812 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4554818 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4554823 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44800_solr as DOWN
   [junit4]   2> 4554824 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4554824 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44800_solr
   [junit4]   2> 4554825 INFO  (zkCallback-17366-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4554825 INFO  (zkCallback-17378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4554826 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4554827 WARN  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4554847 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4554879 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44800.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@279f3f30
   [junit4]   2> 4554895 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44800.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@279f3f30
   [junit4]   2> 4554895 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44800.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@279f3f30
   [junit4]   2> 4554897 INFO  (jetty-launcher-17353-thread-1) [n:127.0.0.1:44800_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001/tempDir-001/node1/.
   [junit4]   2> 4554938 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 4554938 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4554940 INFO  (zkConnectionManagerCallback-17388-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4554940 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4554941 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4554943 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40961/solr ready
   [junit4]   2> 4554978 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[FF335A1F696D933D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBackCompat
   [junit4]   2> 4554980 INFO  (qtp2078897809-83573) [n:127.0.0.1:43889_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4554989 INFO  (OverseerThreadFactory-14379-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection .system
   [junit4]   2> 4555098 INFO  (OverseerStateUpdate-72546217068003334-127.0.0.1:43889_solr-n_0000000000) [n:127.0.0.1:43889_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44800/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44800_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4555101 INFO  (OverseerStateUpdate-72546217068003334-127.0.0.1:43889_solr-n_0000000000) [n:127.0.0.1:43889_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43889/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43889_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4555305 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr    x:.system_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4555305 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr    x:.system_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4555305 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr    x:.system_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4555319 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 4555319 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 4555327 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 4555327 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 4555330 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 4555330 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 4555344 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 4555344 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 4555345 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema
   [junit4]   2> 4555345 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 4555347 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using configuration from configset .system, trusted=true
   [junit4]   2> 4555347 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@279f3f30
   [junit4]   2> 4555347 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001/tempDir-001/node2/.system_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
   [junit4]   2> 4555349 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to /configs/.system/schema.xml.bak
   [junit4]   2> 4555349 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from configset .system, trusted=true
   [junit4]   2> 4555350 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44800.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@279f3f30
   [junit4]   2> 4555350 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001/tempDir-001/node1/.system_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001/tempDir-001/node1/./.system_shard1_replica_n1/data/]
   [junit4]   2> 4555433 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4555433 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4555433 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4555433 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4555435 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 4555435 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 4555435 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4555435 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4555436 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10446e2b[.system_shard1_replica_n2] main]
   [junit4]   2> 4555436 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@158b3023[.system_shard1_replica_n1] main]
   [junit4]   2> 4555438 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 4555438 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 4555438 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 4555438 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 4555439 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 4555439 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 4555439 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 4555439 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4555440 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4555440 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1662706266584121344
   [junit4]   2> 4555441 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 4555444 INFO  (searcherExecutor-14391-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@10446e2b[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4555445 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 4555445 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 6 ms
   [junit4]   2> 4555446 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4555446 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1662706266590412800
   [junit4]   2> 4555447 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 4555447 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 4555450 INFO  (searcherExecutor-14392-thread-1-processing-n:127.0.0.1:44800_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@158b3023[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4555452 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_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> 4555452 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 4555452 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 4555953 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4555953 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4555953 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43889/solr/.system_shard1_replica_n2/
   [junit4]   2> 4555954 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n2 url=http://127.0.0.1:43889/solr START replicas=[http://127.0.0.1:44800/solr/.system_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 4555954 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n2 url=http://127.0.0.1:43889/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 4555956 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_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> 4555956 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 4555956 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_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> 4555956 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/.system/leaders/shard1/leader after winning as /collections/.system/leader_elect/shard1/election/72546217068003334-core_node4-n_0000000000
   [junit4]   2> 4555958 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43889/solr/.system_shard1_replica_n2/ shard1
   [junit4]   2> 4556061 INFO  (zkCallback-17366-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4556062 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4556064 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=759
   [junit4]   2> 4556165 INFO  (zkCallback-17366-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4556165 INFO  (zkCallback-17366-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4556459 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1154
   [junit4]   2> 4556461 INFO  (qtp2078897809-83573) [n:127.0.0.1:43889_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> 4556560 INFO  (zkCallback-17378-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4556560 INFO  (zkCallback-17366-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4556560 INFO  (zkCallback-17366-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4556560 INFO  (zkCallback-17378-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4556560 INFO  (qtp2078897809-83573) [n:127.0.0.1:43889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1580
   [junit4]   2> 4556561 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[FF335A1F696D933D]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: .system
   [junit4]   2> 4556565 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[FF335A1F696D933D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4556566 INFO  (zkConnectionManagerCallback-17395-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4556566 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[FF335A1F696D933D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4556568 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[FF335A1F696D933D]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4556569 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[FF335A1F696D933D]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40961/solr ready
   [junit4]   2> 4556574 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 4556577 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43889/solr/.system_shard1_replica_n2/&wt=javabin&version=2}{add=[17131e8a87dTaas7tirkjd56ot6aqwm8jesi3 (1662706267771109376)]} 0 1
   [junit4]   2> 4556578 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17131e8a87dTaas7tirkjd56ot6aqwm8jesi3 (1662706267771109376)]} 0 6
   [junit4]   2> 4556580 INFO  (qtp2078897809-83573) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1662706267779497984,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4556580 INFO  (qtp2078897809-83573) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@44157558 commitCommandVersion:1662706267779497984
   [junit4]   2> 4556581 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1662706267780546560,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4556581 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f1d7777 commitCommandVersion:1662706267780546560
   [junit4]   2> 4556584 INFO  (qtp2078897809-83573) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d4f65b0[.system_shard1_replica_n2] main]
   [junit4]   2> 4556584 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@35d487ef[.system_shard1_replica_n1] main]
   [junit4]   2> 4556584 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4556584 INFO  (qtp2078897809-83573) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4556588 INFO  (searcherExecutor-14392-thread-1-processing-n:127.0.0.1:44800_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@35d487ef[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.1, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1585680263311}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 4556588 INFO  (searcherExecutor-14391-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@2d4f65b0[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.1, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1585680263311}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 4556588 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:43889/solr/.system_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 7
   [junit4]   2> 4556589 INFO  (qtp2078897809-83573) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n2]  webapp=/solr path=/update params={_stateVer_=.system:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 10
   [junit4]   2> 4556591 INFO  (qtp2078897809-83575) [n:127.0.0.1:43889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556595 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556601 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 4556604 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 4556608 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 4556609 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ZkController Persisted config data to node /configs/.system/schema.xml.bak 
   [junit4]   2> 4556610 INFO  (Thread-35465) [     ] o.a.s.c.SolrCore config update listener called for core .system_shard1_replica_n2
   [junit4]   2> 4556610 INFO  (Thread-35466) [     ] o.a.s.c.SolrCore config update listener called for core .system_shard1_replica_n1
   [junit4]   2> 4556612 INFO  (Thread-35465) [     ] o.a.s.c.SolrCore core reload .system_shard1_replica_n2
   [junit4]   2> 4556617 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 4556626 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 4556640 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 4556640 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n2' using configuration from configset .system
   [junit4]   2> 4556714 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@279f3f30
   [junit4]   2> 4556714 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001/tempDir-001/node2/.system_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
   [junit4]   2> 4556783 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 4556783 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4556787 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e6076cf[.system_shard1_replica_n2] main]
   [junit4]   2> 4556789 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 4556789 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 4556789 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 4556789 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556790 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4556792 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 4556796 INFO  (searcherExecutor-14401-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@e6076cf[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.1, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1585680263311}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 4556797 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@786720f1[.system_shard1_replica_n2] main]
   [junit4]   2> 4556797 INFO  (qtp2078897809-83571) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 2 for collection .system
   [junit4]   2> 4556801 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556801 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556801 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556802 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556803 INFO  (searcherExecutor-14401-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@786720f1[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C1:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.1, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1585680263311}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 4556804 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556804 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556804 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556805 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556805 INFO  (Thread-35465) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 4556805 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556806 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556806 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556806 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556807 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556807 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556807 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556807 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556808 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556808 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556808 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556809 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556809 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556810 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556810 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556810 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556810 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556811 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556811 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556811 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556811 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556812 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556812 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556812 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556812 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556813 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556813 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556813 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556813 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556814 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556814 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556814 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556815 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556815 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556815 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556815 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556816 INFO  (Thread-35465) [     ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 4556816 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556816 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556816 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556816 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556817 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556817 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556817 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556817 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556818 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556818 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556818 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556818 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556819 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556819 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556819 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556820 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556820 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556820 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556820 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556821 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556821 INFO  (Thread-35465) [     ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 4556821 INFO  (Thread-35465) [     ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n2' using configuration from configset .system
   [junit4]   2> 4556821 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556821 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556821 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556822 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556822 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556823 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556823 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556823 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556823 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556824 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556824 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556824 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556825 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556825 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556825 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556825 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556826 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556826 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556826 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556826 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556827 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556827 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556827 INFO  (qtp1772536004-83570) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556827 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556828 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556828 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556828 INFO  (qtp1772536004-83572) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556829 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:44800/solr/.system_shard1_replica_n1/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 4556829 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 4556829 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4556829 INFO  (qtp1772536004-83574) [n:127.0.0.1:44800_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4556830 ERROR (managedSchemaExecutor-14405-thread-1-processing-n:127.0.0.1:43889_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:43889_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:4

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

for registry=solr.cluster, tag=null
   [junit4]   2> 4753190 INFO  (closeThreadPool-133605-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72546217068003336-127.0.0.1:44800_solr-n_0000000001) closing
   [junit4]   2> 4753191 INFO  (OverseerStateUpdate-72546217068003336-127.0.0.1:44800_solr-n_0000000001) [n:127.0.0.1:44800_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44800_solr
   [junit4]   2> 4753192 INFO  (OverseerAutoScalingTriggerThread-72546217068003336-127.0.0.1:44800_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4753194 INFO  (closeThreadPool-133605-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72546217068003336-127.0.0.1:44800_solr-n_0000000001) closing
   [junit4]   2> 4753295 INFO  (jetty-closer-133601-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72546217068003336-127.0.0.1:44800_solr-n_0000000001) closing
   [junit4]   2> 4753296 INFO  (jetty-closer-133601-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@67613380{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 4753296 INFO  (jetty-closer-133601-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7ae45b48{/solr,null,UNAVAILABLE}
   [junit4]   2> 4753296 INFO  (jetty-closer-133601-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4753297 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4753501 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> 	10	/solr/configs/.system/managed-schema
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	7	/solr/collections/.system/terms/shard1
   [junit4]   2> 	6	/solr/configs/.system
   [junit4]   2> 	5	/solr/collections/.system/collectionprops.json
   [junit4]   2> 	3	/solr/collections/.system/state.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	29	/solr/collections/.system/state.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	3	/solr/configs/.system/managed-schema
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/overseer/queue
   [junit4]   2> 	19	/solr/overseer/collection-queue-work
   [junit4]   2> 	16	/solr/collections
   [junit4]   2> 	14	/solr/live_nodes
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 4753503 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40961
   [junit4]   2> 4753503 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40961
   [junit4]   2> 4753503 INFO  (SUITE-SystemCollectionCompatTest-seed#[FF335A1F696D933D]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40961
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_FF335A1F696D933D-001
   [junit4]   2> Mar 31, 2020 6:47:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=FST50, type=Lucene84}, docValues:{timestamp_l=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Direct), time_l=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=256, maxMBSortInHeap=5.721685730936129, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@22a2c825), locale=de-GR, timezone=Europe/Zaporozhye
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=149826000,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [NoCacheHeaderTest, FullSolrCloudDistribCmdsTest, QueryElevationComponentTest, TestDistributedStatsComponentCardinality, DocValuesNotIndexedTest, AssignBackwardCompatibilityTest, SliceStateTest, DeleteNodeTest, ResourceLoaderTest, TestSolrCloudSnapshots, TestLegacyNumericRangeQueryBuilder, TestAddFieldRealTimeGet, QueryResultKeyTest, SolrCoreTest, RoutingToNodesWithPropertiesTest, ScheduledTriggerIntegrationTest, TestSchemaSimilarityResource, JavaBinAtomicUpdateMultivalueTest, TestInfoStreamLogging, TestCoreBackup, TestStandardQParsers, TestFieldCacheVsDocValues, TestLeaderElectionZkExpiry, TriggerCooldownIntegrationTest, BasicAuthIntegrationTest, TestCloudPivotFacet, UnloadDistributedZkTest, SolrXmlInZkTest, TestExclusionRuleCollectionAccess, SampleTest, TestRestoreCore, ClassificationUpdateProcessorTest, SolrMetricsIntegrationTest, ConjunctionSolrSpellCheckerTest, CleanupOldIndexTest, HdfsRecoverLeaseTest, TestWriterPerf, OverseerTest, TestReplicaProperties, TestManagedResourceStorage, TestBlobHandler, TestQuerySenderListener, ConfigureRecoveryStrategyTest, BasicZkTest, AnalyticsQueryTest, TestGraphTermsQParserPlugin, ZkShardTermsTest, TestFacetMethods, TestRuleBasedAuthorizationPlugin, HDFSCollectionsAPITest, TestConfigSetImmutable, DateMathParserTest, CategoryRoutedAliasUpdateProcessorTest, CollectionStateFormat2Test, TermVectorComponentDistributedTest, CdcrRequestHandlerTest, TestManagedSchemaThreadSafety, TestSizeLimitedDistributedMap, TestValueSourceCache, TestCloudRecovery2, NodeAddedTriggerTest, TestExportTool, OverseerSolrResponseUnsafeSerializationTest, TestRandomDVFaceting, TestOverriddenPrefixQueryForCustomFieldType, TestDistribIDF, TestObjectReleaseTracker, NumericFieldsTest, TestStressInPlaceUpdates, TestSurroundQueryParser, TestPullReplicaErrorHandling, TestChildDocTransformerHierarchy, TestImpersonationWithHadoopAuth, TestLRUStatsCache, TestPseudoReturnFields, DocValuesMissingTest, PreAnalyzedUpdateProcessorTest, BigEndianAscendingWordDeserializerTest, IndexSizeTriggerMixedBoundsTest, CursorPagingTest, TestLegacyNumericUtils, MetricTriggerIntegrationTest, CoreAdminOperationTest, SignificantTermsQParserPluginTest, SortByFunctionTest, OverseerModifyCollectionTest, SearchHandlerTest, RulesTest, TestConfigsApi, TestSolrCoreProperties, LegacyCloudClusterPropTest, TestInitQParser, TestRTGBase, TestSolrCachePerf, TestSimExtremeIndexing, TestCloudJSONFacetJoinDomain, PeerSyncWithIndexFingerprintCachingTest, HdfsChaosMonkeyNothingIsSafeTest, TestInPlaceUpdateWithRouteField, TestSnapshotCloudManager, SimpleCollectionCreateDeleteTest, ShardRoutingCustomTest, TestAtomicUpdateErrorCases, QueryParsingTest, SolrJmxReporterTest, TestNestedDocsSort, TestPhraseSuggestions, TestPivotHelperCode, LeaderElectionIntegrationTest, FieldAnalysisRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, SolrIndexConfigTest, TestReRankQParserPlugin, ExplicitHLLTest, TestSolrJ, JWTVerificationkeyResolverTest, TestCharFilters, DistributedSuggestComponentTest, TestGroupingSearch, UtilsToolTest, TestSSLRandomization, TestCSVResponseWriter, TestPostingsSolrHighlighter, TestOrdValues, TestManagedSynonymGraphFilterFactory, SuggesterTest, BlockJoinFacetSimpleTest, TestComplexPhraseLeadingWildcard, TestSolrCloudWithKerberosAlt, CdcrBootstrapTest, TestSweetSpotSimilarityFactory, SolrCoreMetricManagerTest, TestShardHandlerFactory, MoveReplicaHDFSTest, TestSlowCompositeReaderWrapper, TestDistributedMissingSort, SystemInfoHandlerTest, TestSortableTextField, DaemonStreamApiTest, RegexBytesRefFilterTest, ClusterStateTest, TestSolrConfigHandlerCloud, BadComponentTest, BufferStoreTest, MetricsHandlerTest, TestFreeTextSuggestions, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, AliasIntegrationTest, ChaosMonkeySafeLeaderTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DistributedQueueTest, DistributedVersionInfoTest, HttpPartitionTest, HttpPartitionWithTlogReplicasTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MigrateRouteKeyTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MultiThreadedOCPTest, NestedShardedAtomicUpdateTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, RecoveryAfterSoftCommitTest, RecoveryZkTest, ReindexCollectionTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, SystemCollectionCompatTest]
   [junit4] Completed [335/900 (1!)] on J0 in 200.40s, 1 test, 1 failure <<< FAILURES!

[...truncated 54465 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 42 - Failure

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

No tests ran.

Build Log:
[...truncated 447 lines...]
ERROR: command execution failed.
ERROR: Step ‘Archive the artifacts’ failed: no workspace for Lucene-Solr-NightlyTests-8.5 #42
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for Lucene-Solr-NightlyTests-8.5 #42
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)