Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.7/15/

4 tests failed.
FAILED:  org.apache.solr.cloud.MigrateRouteKeyTest.multipleShardMigrateTest

Error Message:
DocCount on target collection does not match expected:<8> but was:<9>

Stack Trace:
java.lang.AssertionError: DocCount on target collection does not match 
expected:<8> but was:<9>
        at 
__randomizedtesting.SeedInfo.seed([565588B2122F9CD2:4A4592C833EF2C33]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at 
org.apache.solr.cloud.MigrateRouteKeyTest.multipleShardMigrateTest(MigrateRouteKeyTest.java:163)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
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([565588B2122F9CD2:DD725B6353293756]:0)
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)
        at sun.nio.ch.Net.bind(Net.java:425)
        at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at 
org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
        at 
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:308)
        at 
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at 
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.server.Server.doStart(Server.java:394)
        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:510)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:449)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:417)
        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:1075)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1047)
        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=21370, 
name=qtp905665526-21370, state=TIMED_WAITING, group=TGRP-ShardSplitTest]        
 at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)     
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=21364, 
name=qtp905665526-21364, state=TIMED_WAITING, group=TGRP-ShardSplitTest]        
 at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)     
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720) 
        at java.lang.Thread.run(Thread.java:748)    3) Thread[id=21363, 
name=qtp905665526-21363, state=RUNNABLE, group=TGRP-ShardSplitTest]         at 
sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
         at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$33/519868693.run(Unknown Source)   
      at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)    4) Thread[id=21492, 
name=Scheduler-834984337, 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)    5) Thread[id=21367, 
name=qtp905665526-21367, state=TIMED_WAITING, group=TGRP-ShardSplitTest]        
 at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)     
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720) 
        at java.lang.Thread.run(Thread.java:748)    6) Thread[id=21371, 
name=Scheduler-911839782, 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=21366, 
name=qtp905665526-21366-acceptor-0@2515fa28-ServerConnector@51dcdfa0{HTTP/1.1,[http/1.1]}{127.0.0.1:43127},
 state=RUNNABLE, group=TGRP-ShardSplitTest]         at 
sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at 
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)     
    at 
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)     
    at 
org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:385)       
  at 
org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)    8) Thread[id=21365, 
name=qtp905665526-21365, state=RUNNABLE, group=TGRP-ShardSplitTest]         at 
sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
         at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$33/519868693.run(Unknown Source)   
      at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)    9) Thread[id=21368, 
name=qtp905665526-21368, state=TIMED_WAITING, group=TGRP-ShardSplitTest]        
 at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)     
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720) 
        at java.lang.Thread.run(Thread.java:748)   10) Thread[id=21369, 
name=qtp905665526-21369, state=TIMED_WAITING, group=TGRP-ShardSplitTest]        
 at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)     
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 10 threads leaked from 
SUITE scope at org.apache.solr.cloud.api.collections.ShardSplitTest: 
   1) Thread[id=21370, name=qtp905665526-21370, state=TIMED_WAITING, 
group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=21364, name=qtp905665526-21364, state=TIMED_WAITING, 
group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=21363, name=qtp905665526-21363, state=RUNNABLE, 
group=TGRP-ShardSplitTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$33/519868693.run(Unknown Source)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=21492, name=Scheduler-834984337, 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)
   5) Thread[id=21367, name=qtp905665526-21367, state=TIMED_WAITING, 
group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   6) Thread[id=21371, name=Scheduler-911839782, 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=21366, 
name=qtp905665526-21366-acceptor-0@2515fa28-ServerConnector@51dcdfa0{HTTP/1.1,[http/1.1]}{127.0.0.1:43127},
 state=RUNNABLE, group=TGRP-ShardSplitTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at 
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
        at 
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
        at 
org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:385)
        at 
org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   8) Thread[id=21365, name=qtp905665526-21365, state=RUNNABLE, 
group=TGRP-ShardSplitTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$33/519868693.run(Unknown Source)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   9) Thread[id=21368, name=qtp905665526-21368, state=TIMED_WAITING, 
group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
  10) Thread[id=21369, name=qtp905665526-21369, state=TIMED_WAITING, 
group=TGRP-ShardSplitTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([565588B2122F9CD2]: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=21371, name=Scheduler-911839782, state=TIMED_WAITING, 
group=TGRP-ShardSplitTest]         at sun.misc.Unsafe.park(Native Method)       
  at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)     
    at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=21365, 
name=qtp905665526-21365, state=RUNNABLE, group=TGRP-ShardSplitTest]         at 
sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
         at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$33/519868693.run(Unknown Source)   
      at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)    3) Thread[id=21363, 
name=qtp905665526-21363, state=RUNNABLE, group=TGRP-ShardSplitTest]         at 
sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
         at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$33/519868693.run(Unknown Source)   
      at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)    4) Thread[id=21492, 
name=Scheduler-834984337, state=WAITING, group=TGRP-ShardSplitTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

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




Build Log:
[...truncated 13335 lines...]
   [junit4] Suite: org.apache.solr.cloud.MigrateRouteKeyTest
   [junit4]   2> 258274 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/init-core-data-001
   [junit4]   2> 258275 WARN  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2514 numCloses=2514
   [junit4]   2> 258275 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 258277 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 258291 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001
   [junit4]   2> 258292 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 258366 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 258366 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 258466 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38092
   [junit4]   2> 258466 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38092
   [junit4]   2> 258466 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38092
   [junit4]   2> 258563 INFO  (zkConnectionManagerCallback-111-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 258583 INFO  (zkConnectionManagerCallback-113-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 258601 INFO  (zkConnectionManagerCallback-115-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 258658 WARN  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 258693 WARN  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 258694 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 258694 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 258694 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 258707 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 258707 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 258707 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 258730 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 258731 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 258731 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 258745 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 258745 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 258745 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 258746 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1113ab73{/solr,null,AVAILABLE}
   [junit4]   2> 258747 WARN  (jetty-launcher-116-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@65c05866[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258781 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@238850ac{/solr,null,AVAILABLE}
   [junit4]   2> 258781 WARN  (jetty-launcher-116-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@379c2f5f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258801 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@35b75195{SSL,[ssl, 
http/1.1]}{127.0.0.1:33177}
   [junit4]   2> 258801 INFO  (jetty-launcher-116-thread-2) [    ] 
o.e.j.s.Server Started @258978ms
   [junit4]   2> 258801 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33177}
   [junit4]   2> 258802 ERROR (jetty-launcher-116-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 258802 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 258802 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.7.2
   [junit4]   2> 258802 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 258802 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 258802 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-19T03:47:55.110Z
   [junit4]   2> 258852 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@16b8228{SSL,[ssl, 
http/1.1]}{127.0.0.1:36752}
   [junit4]   2> 258852 INFO  (jetty-launcher-116-thread-1) [    ] 
o.e.j.s.Server Started @259029ms
   [junit4]   2> 258852 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36752}
   [junit4]   2> 258862 INFO  (zkConnectionManagerCallback-118-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 258870 ERROR (jetty-launcher-116-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 258870 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 258870 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.7.2
   [junit4]   2> 258870 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 258870 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 258870 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-19T03:47:55.178Z
   [junit4]   2> 258909 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 258947 INFO  (zkConnectionManagerCallback-120-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259033 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 262906 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 262962 INFO  (jetty-launcher-116-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38092/solr
   [junit4]   2> 263066 INFO  (zkConnectionManagerCallback-124-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263326 INFO  (zkConnectionManagerCallback-126-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 264035 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 264129 INFO  (jetty-launcher-116-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38092/solr
   [junit4]   2> 264164 INFO  (zkConnectionManagerCallback-132-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 264386 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33177_solr
   [junit4]   2> 264387 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.Overseer Overseer 
(id=74716722194546694-127.0.0.1:33177_solr-n_0000000000) starting
   [junit4]   2> 264420 INFO  (zkConnectionManagerCallback-134-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 264655 INFO  (zkConnectionManagerCallback-141-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 264672 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:36752_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36752_solr
   [junit4]   2> 264693 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 264693 INFO  (zkCallback-133-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 264708 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38092/solr ready
   [junit4]   2> 264764 INFO  (zkCallback-140-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 264770 INFO  
(OverseerStateUpdate-74716722194546694-127.0.0.1:33177_solr-n_0000000000) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33177_solr
   [junit4]   2> 264801 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33177_solr as DOWN
   [junit4]   2> 264804 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 264804 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33177_solr
   [junit4]   2> 264875 INFO  (zkCallback-140-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 264875 INFO  (zkCallback-133-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 264878 INFO  
(OverseerStateUpdate-74716722194546694-127.0.0.1:33177_solr-n_0000000000) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 265223 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 265349 INFO  (zkConnectionManagerCallback-147-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265530 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:36752_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 265531 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:36752_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38092/solr ready
   [junit4]   2> 265551 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:36752_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 265586 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33177.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66d3e70f
   [junit4]   2> 265658 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33177.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66d3e70f
   [junit4]   2> 265658 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33177.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66d3e70f
   [junit4]   2> 265710 INFO  (jetty-launcher-116-thread-2) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001/node2/.
   [junit4]   2> 265746 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:36752_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36752.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66d3e70f
   [junit4]   2> 265929 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:36752_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36752.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66d3e70f
   [junit4]   2> 265930 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:36752_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36752.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66d3e70f
   [junit4]   2> 265931 INFO  (jetty-launcher-116-thread-1) 
[n:127.0.0.1:36752_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001/node1/.
   [junit4]   2> 266426 INFO  (zkConnectionManagerCallback-153-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 266510 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 266514 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38092/solr ready
   [junit4]   2> 266881 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params 
val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 266895 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=14
   [junit4]   2> 266897 INFO  
(SUITE-MigrateRouteKeyTest-seed#[565588B2122F9CD2]-worker) [    ] 
o.a.s.c.MigrateRouteKeyTest Using legacyCloud=false for cluster
   [junit4]   2> 267153 INFO  
(TEST-MigrateRouteKeyTest.testMissingSplitKey-seed#[565588B2122F9CD2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMissingSplitKey
   [junit4]   2> 267171 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=testMissingSplitKey-source&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 267354 INFO  
(OverseerThreadFactory-104-thread-1-processing-n:127.0.0.1:33177_solr) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testMissingSplitKey-source
   [junit4]   2> 267608 INFO  
(OverseerStateUpdate-74716722194546694-127.0.0.1:33177_solr-n_0000000000) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMissingSplitKey-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMissingSplitKey-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33177/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 267914 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr    
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testMissingSplitKey-source_shard1_replica_n1&action=CREATE&numShards=1&collection=testMissingSplitKey-source&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 269266 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.7.2
   [junit4]   2> 269340 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.s.IndexSchema 
[testMissingSplitKey-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 269360 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 269360 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'testMissingSplitKey-source_shard1_replica_n1' using configuration 
from collection testMissingSplitKey-source, trusted=true
   [junit4]   2> 269361 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_33177.solr.core.testMissingSplitKey-source.shard1.replica_n1' (registry 
'solr.core.testMissingSplitKey-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66d3e70f
   [junit4]   2> 269362 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.c.SolrCore 
[[testMissingSplitKey-source_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001/node2/testMissingSplitKey-source_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001/node2/./testMissingSplitKey-source_shard1_replica_n1/data/]
   [junit4]   2> 269794 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 269794 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 269831 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 269831 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 269873 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@76f52ec0[testMissingSplitKey-source_shard1_replica_n1] main]
   [junit4]   2> 269875 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 269875 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 269876 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 269876 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1633930640028073984
   [junit4]   2> 269902 INFO  
(searcherExecutor-113-thread-1-processing-n:127.0.0.1:33177_solr 
x:testMissingSplitKey-source_shard1_replica_n1 c:testMissingSplitKey-source 
s:shard1 r:core_node2) [n:127.0.0.1:33177_solr c:testMissingSplitKey-source 
s:shard1 r:core_node2 x:testMissingSplitKey-source_shard1_replica_n1] 
o.a.s.c.SolrCore [testMissingSplitKey-source_shard1_replica_n1] Registered new 
searcher Searcher@76f52ec0[testMissingSplitKey-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 269934 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testMissingSplitKey-source/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 269934 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testMissingSplitKey-source/leaders/shard1
   [junit4]   2> 269937 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 269937 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 269937 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:33177/solr/testMissingSplitKey-source_shard1_replica_n1/
   [junit4]   2> 269954 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 269955 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:33177/solr/testMissingSplitKey-source_shard1_replica_n1/ has 
no replicas
   [junit4]   2> 269955 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 269955 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testMissingSplitKey-source/leaders/shard1/leader after winning as 
/collections/testMissingSplitKey-source/leader_elect/shard1/election/74716722194546694-core_node2-n_0000000000
   [junit4]   2> 269957 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33177/solr/testMissingSplitKey-source_shard1_replica_n1/ 
shard1
   [junit4]   2> 270116 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMissingSplitKey-source/state.json] for collection 
[testMissingSplitKey-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 270120 INFO  (zkCallback-125-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMissingSplitKey-source/state.json] for collection 
[testMissingSplitKey-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 270134 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 270136 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source s:shard1 r:core_node2 
x:testMissingSplitKey-source_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testMissingSplitKey-source_shard1_replica_n1&action=CREATE&numShards=1&collection=testMissingSplitKey-source&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2222
   [junit4]   2> 270228 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_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> 270335 INFO  (zkCallback-125-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMissingSplitKey-source/state.json] for collection 
[testMissingSplitKey-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 270335 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMissingSplitKey-source/state.json] for collection 
[testMissingSplitKey-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 270371 INFO  (zkCallback-125-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMissingSplitKey-source/state.json] for collection 
[testMissingSplitKey-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 270408 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=testMissingSplitKey-source&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3253
   [junit4]   2> 270460 INFO  (qtp1916398309-346) [n:127.0.0.1:33177_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=testMissingSplitKey-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 270500 INFO  
(OverseerThreadFactory-104-thread-2-processing-n:127.0.0.1:33177_solr) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testMissingSplitKey-target
   [junit4]   2> 270517 INFO  
(OverseerCollectionConfigSetProcessor-74716722194546694-127.0.0.1:33177_solr-n_0000000000)
 [n:127.0.0.1:33177_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 270808 INFO  
(OverseerStateUpdate-74716722194546694-127.0.0.1:33177_solr-n_0000000000) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMissingSplitKey-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMissingSplitKey-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33177/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 271106 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr    
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testMissingSplitKey-target_shard1_replica_n1&action=CREATE&numShards=1&collection=testMissingSplitKey-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 272446 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.7.2
   [junit4]   2> 272554 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.s.IndexSchema 
[testMissingSplitKey-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 272557 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 272557 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'testMissingSplitKey-target_shard1_replica_n1' using configuration 
from collection testMissingSplitKey-target, trusted=true
   [junit4]   2> 272558 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_33177.solr.core.testMissingSplitKey-target.shard1.replica_n1' (registry 
'solr.core.testMissingSplitKey-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66d3e70f
   [junit4]   2> 272571 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.c.SolrCore 
[[testMissingSplitKey-target_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001/node2/testMissingSplitKey-target_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001/node2/./testMissingSplitKey-target_shard1_replica_n1/data/]
   [junit4]   2> 273293 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 273293 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 273294 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 273294 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 273309 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@44de3bb9[testMissingSplitKey-target_shard1_replica_n1] main]
   [junit4]   2> 273322 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 273322 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 273323 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 273341 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1633930643661389824
   [junit4]   2> 273407 INFO  
(searcherExecutor-118-thread-1-processing-n:127.0.0.1:33177_solr 
x:testMissingSplitKey-target_shard1_replica_n1 c:testMissingSplitKey-target 
s:shard1 r:core_node2) [n:127.0.0.1:33177_solr c:testMissingSplitKey-target 
s:shard1 r:core_node2 x:testMissingSplitKey-target_shard1_replica_n1] 
o.a.s.c.SolrCore [testMissingSplitKey-target_shard1_replica_n1] Registered new 
searcher Searcher@44de3bb9[testMissingSplitKey-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 273441 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testMissingSplitKey-target/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 273442 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testMissingSplitKey-target/leaders/shard1
   [junit4]   2> 273515 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 273515 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 273515 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:33177/solr/testMissingSplitKey-target_shard1_replica_n1/
   [junit4]   2> 273515 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 273515 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:33177/solr/testMissingSplitKey-target_shard1_replica_n1/ has 
no replicas
   [junit4]   2> 273515 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 273516 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testMissingSplitKey-target/leaders/shard1/leader after winning as 
/collections/testMissingSplitKey-target/leader_elect/shard1/election/74716722194546694-core_node2-n_0000000000
   [junit4]   2> 273553 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33177/solr/testMissingSplitKey-target_shard1_replica_n1/ 
shard1
   [junit4]   2> 273587 INFO  (zkCallback-125-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMissingSplitKey-target/state.json] for collection 
[testMissingSplitKey-target] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 273601 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 273654 INFO  (qtp1916398309-347) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-target s:shard1 r:core_node2 
x:testMissingSplitKey-target_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testMissingSplitKey-target_shard1_replica_n1&action=CREATE&numShards=1&collection=testMissingSplitKey-target&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2549
   [junit4]   2> 273674 INFO  (qtp1916398309-346) [n:127.0.0.1:33177_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> 273675 INFO  
(OverseerCollectionConfigSetProcessor-74716722194546694-127.0.0.1:33177_solr-n_0000000000)
 [n:127.0.0.1:33177_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 273762 INFO  (zkCallback-125-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMissingSplitKey-target/state.json] for collection 
[testMissingSplitKey-target] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 273762 INFO  (zkCallback-125-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMissingSplitKey-target/state.json] for collection 
[testMissingSplitKey-target] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 273763 INFO  (qtp1916398309-346) [n:127.0.0.1:33177_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=testMissingSplitKey-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3303
   [junit4]   2> 273784 INFO  (qtp1916398309-348) [n:127.0.0.1:33177_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :migrate with params 
split.key=&target.collection=testMissingSplitKey-target&forward.timeout=45&action=MIGRATE&collection=testMissingSplitKey-source&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 273952 ERROR 
(OverseerThreadFactory-104-thread-3-processing-n:127.0.0.1:33177_solr) 
[n:127.0.0.1:33177_solr c:testMissingSplitKey-source   ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: 
testMissingSplitKey-source operation: migrate 
failed:org.apache.solr.common.SolrException: The split.key cannot be null or 
empty
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.MigrateCmd.call(MigrateCmd.java:97)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:294)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:505)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 273974 INFO  (qtp1916398309-348) [n:127.0.0.1:33177_solr 
c:testMissingSplitKey-source   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={split.key=&target.collection=testMissingSplitKey-target&forward.timeout=45&action=MIGRATE&collection=testMissingSplitKey-source&wt=javabin&version=2}
 status=400 QTime=190
   [junit4]   2> 273989 INFO  
(TEST-MigrateRouteKeyTest.testMissingSplitKey-seed#[565588B2122F9CD2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMissingSplitKey
   [junit4]   2> 274081 INFO  
(TEST-MigrateRouteKeyTest.multipleShardMigrateTest-seed#[565588B2122F9CD2]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting multipleShardMigrateTest
   [junit4]   2> 274090 INFO  (qtp1916398309-349) [n:127.0.0.1:33177_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=sourceCollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 274130 INFO  
(OverseerCollectionConfigSetProcessor-74716722194546694-127.0.0.1:33177_solr-n_0000000000)
 [n:127.0.0.1:33177_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 274131 INFO  
(OverseerThreadFactory-104-thread-4-processing-n:127.0.0.1:33177_solr) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
sourceCollection
   [junit4]   2> 274392 INFO  
(OverseerStateUpdate-74716722194546694-127.0.0.1:33177_solr-n_0000000000) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"sourceCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"sourceCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33177/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 274408 INFO  
(OverseerStateUpdate-74716722194546694-127.0.0.1:33177_solr-n_0000000000) 
[n:127.0.0.1:33177_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"sourceCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"sourceCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36752/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 274615 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr    
x:sourceCollection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=sourceCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=sourceCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 274863 INFO  (qtp401470118-339) [n:127.0.0.1:36752_solr    
x:sourceCollection_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=sourceCollection_shard2_replica_n2&action=CREATE&numShards=2&collection=sourceCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 274864 INFO  (qtp401470118-339) [n:127.0.0.1:36752_solr    
x:sourceCollection_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 275956 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.2
   [junit4]   2> 275992 INFO  (qtp401470118-339) [n:127.0.0.1:36752_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.2
   [junit4]   2> 276045 INFO  (qtp401470118-339) [n:127.0.0.1:36752_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.s.IndexSchema [sourceCollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 276065 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.s.IndexSchema [sourceCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 276081 INFO  (qtp401470118-339) [n:127.0.0.1:36752_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 276081 INFO  (qtp401470118-339) [n:127.0.0.1:36752_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'sourceCollection_shard2_replica_n2' 
using configuration from collection sourceCollection, trusted=true
   [junit4]   2> 276082 INFO  (qtp401470118-339) [n:127.0.0.1:36752_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36752.solr.core.sourceCollection.shard2.replica_n2' (registry 
'solr.core.sourceCollection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66d3e70f
   [junit4]   2> 276082 INFO  (qtp401470118-339) [n:127.0.0.1:36752_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.SolrCore [[sourceCollection_shard2_replica_n2] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001/node1/sourceCollection_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001/node1/./sourceCollection_shard2_replica_n2/data/]
   [junit4]   2> 276101 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 276101 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'sourceCollection_shard1_replica_n1' 
using configuration from collection sourceCollection, trusted=true
   [junit4]   2> 276101 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33177.solr.core.sourceCollection.shard1.replica_n1' (registry 
'solr.core.sourceCollection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66d3e70f
   [junit4]   2> 276101 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.SolrCore [[sourceCollection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001/node2/sourceCollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MigrateRouteKeyTest_565588B2122F9CD2-001/tempDir-001/node2/./sourceCollection_shard1_replica_n1/data/]
   [junit4]   2> 276654 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 276654 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 276655 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 276655 INFO  (qtp1916398309-345) [n:127.0.0.1:33177_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 276657 INFO  (qtp1916398309-345) [n:127.0.0.

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

e] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

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

-jenkins-base:

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

Reply via email to