Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20758/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.io.stream.StreamingTest

Error Message:
Error from server at https://127.0.0.1:33921/solr: create the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33921/solr: create the collection time out:180s
        at __randomizedtesting.SeedInfo.seed([26DBA8C075873093]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.client.solrj.io.stream.StreamingTest.configureCluster(StreamingTest.java:102)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.MigrateRouteKeyTest.multipleShardMigrateTest

Error Message:
DocCount on target collection does not match expected:<19> but was:<20>

Stack Trace:
java.lang.AssertionError: DocCount on target collection does not match 
expected:<19> but was:<20>
        at 
__randomizedtesting.SeedInfo.seed([DE33448CD7B22E04:C2235EF6F6729EE5]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.MigrateRouteKeyTest.multipleShardMigrateTest(MigrateRouteKeyTest.java:144)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.TestLocalFSCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<RUNNING>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<RUNNING>
        at 
__randomizedtesting.SeedInfo.seed([DE33448CD7B22E04:56677B56794E43FC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:277)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:136)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12100 lines...]
   [junit4] Suite: org.apache.solr.cloud.MigrateRouteKeyTest
   [junit4]   2> 955938 INFO  
(SUITE-MigrateRouteKeyTest-seed#[DE33448CD7B22E04]-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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MigrateRouteKeyTest_DE33448CD7B22E04-001/init-core-data-001
   [junit4]   2> 955938 INFO  
(SUITE-MigrateRouteKeyTest-seed#[DE33448CD7B22E04]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 955939 INFO  
(SUITE-MigrateRouteKeyTest-seed#[DE33448CD7B22E04]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 955940 INFO  
(SUITE-MigrateRouteKeyTest-seed#[DE33448CD7B22E04]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MigrateRouteKeyTest_DE33448CD7B22E04-001/tempDir-001
   [junit4]   2> 955940 INFO  
(SUITE-MigrateRouteKeyTest-seed#[DE33448CD7B22E04]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 955941 INFO  (Thread-1842) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 955941 INFO  (Thread-1842) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 955946 ERROR (Thread-1842) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 956041 INFO  
(SUITE-MigrateRouteKeyTest-seed#[DE33448CD7B22E04]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44759
   [junit4]   2> 956045 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 956045 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 956045 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a686702{/solr,null,AVAILABLE}
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1bb3c37a{/solr,null,AVAILABLE}
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@21f944c1{SSL,[ssl, 
http/1.1]}{127.0.0.1:36171}
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.e.j.s.Server Started @957804ms
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36171}
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@25b8f6ef{SSL,[ssl, 
http/1.1]}{127.0.0.1:40253}
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.e.j.s.Server Started @957804ms
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40253}
   [junit4]   2> 956046 ERROR (jetty-launcher-5373-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 956046 ERROR (jetty-launcher-5373-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-29T01:08:01.383Z
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 956046 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-29T01:08:01.383Z
   [junit4]   2> 956050 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 956055 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 956055 INFO  (jetty-launcher-5373-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44759/solr
   [junit4]   2> 956059 INFO  (jetty-launcher-5373-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44759/solr
   [junit4]   2> 956153 INFO  (jetty-launcher-5373-thread-2) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 956153 INFO  (jetty-launcher-5373-thread-2) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36171_solr
   [junit4]   2> 956153 INFO  (jetty-launcher-5373-thread-2) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.Overseer Overseer 
(id=98909505537835014-127.0.0.1:36171_solr-n_0000000000) starting
   [junit4]   2> 956154 INFO  (jetty-launcher-5373-thread-1) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 956158 INFO  (jetty-launcher-5373-thread-1) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40253_solr
   [junit4]   2> 956161 INFO  
(zkCallback-5381-thread-1-processing-n:127.0.0.1:40253_solr) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 956161 INFO  
(zkCallback-5385-thread-1-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 956166 INFO  (jetty-launcher-5373-thread-2) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36171_solr
   [junit4]   2> 956167 INFO  
(zkCallback-5381-thread-1-processing-n:127.0.0.1:40253_solr) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 956167 INFO  
(zkCallback-5385-thread-1-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 956209 INFO  (jetty-launcher-5373-thread-1) 
[n:127.0.0.1:40253_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40253.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4dde99b7
   [junit4]   2> 956214 INFO  (jetty-launcher-5373-thread-1) 
[n:127.0.0.1:40253_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40253.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4dde99b7
   [junit4]   2> 956214 INFO  (jetty-launcher-5373-thread-1) 
[n:127.0.0.1:40253_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40253.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4dde99b7
   [junit4]   2> 956215 INFO  (jetty-launcher-5373-thread-1) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MigrateRouteKeyTest_DE33448CD7B22E04-001/tempDir-001/node1/.
   [junit4]   2> 956270 INFO  (jetty-launcher-5373-thread-2) 
[n:127.0.0.1:36171_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36171.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4dde99b7
   [junit4]   2> 956278 INFO  (jetty-launcher-5373-thread-2) 
[n:127.0.0.1:36171_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36171.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4dde99b7
   [junit4]   2> 956278 INFO  (jetty-launcher-5373-thread-2) 
[n:127.0.0.1:36171_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36171.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4dde99b7
   [junit4]   2> 956279 INFO  (jetty-launcher-5373-thread-2) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MigrateRouteKeyTest_DE33448CD7B22E04-001/tempDir-001/node2/.
   [junit4]   2> 956303 INFO  
(SUITE-MigrateRouteKeyTest-seed#[DE33448CD7B22E04]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 956305 INFO  
(SUITE-MigrateRouteKeyTest-seed#[DE33448CD7B22E04]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44759/solr ready
   [junit4]   2> 956334 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_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> 956336 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_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=2
   [junit4]   2> 956336 INFO  
(SUITE-MigrateRouteKeyTest-seed#[DE33448CD7B22E04]-worker) [    ] 
o.a.s.c.MigrateRouteKeyTest Using legacyCloud=false for cluster
   [junit4]   2> 956342 INFO  
(TEST-MigrateRouteKeyTest.multipleShardMigrateTest-seed#[DE33448CD7B22E04]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting multipleShardMigrateTest
   [junit4]   2> 956343 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=sourceCollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 956344 INFO  
(OverseerThreadFactory-3770-thread-1-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
sourceCollection
   [junit4]   2> 956447 INFO  
(OverseerStateUpdate-98909505537835014-127.0.0.1:36171_solr-n_0000000000) 
[n:127.0.0.1:36171_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:36171/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 956447 INFO  
(OverseerStateUpdate-98909505537835014-127.0.0.1:36171_solr-n_0000000000) 
[n:127.0.0.1:36171_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:40253/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 956651 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr    
] 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> 956652 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 956671 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr    
] 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> 956672 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 956778 INFO  
(zkCallback-5381-thread-1-processing-n:127.0.0.1:40253_solr) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 956778 INFO  
(zkCallback-5385-thread-1-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 956778 INFO  
(zkCallback-5385-thread-2-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 956778 INFO  
(zkCallback-5381-thread-2-processing-n:127.0.0.1:40253_solr) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 957660 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 957665 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_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> 957666 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_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> 957666 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_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> 957667 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36171.solr.core.sourceCollection.shard1.replica_n1' (registry 
'solr.core.sourceCollection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4dde99b7
   [junit4]   2> 957667 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 957667 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MigrateRouteKeyTest_DE33448CD7B22E04-001/tempDir-001/node2/sourceCollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MigrateRouteKeyTest_DE33448CD7B22E04-001/tempDir-001/node2/./sourceCollection_shard1_replica_n1/data/]
   [junit4]   2> 957677 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 957681 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_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> 957682 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_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> 957682 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_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> 957683 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40253.solr.core.sourceCollection.shard2.replica_n2' (registry 
'solr.core.sourceCollection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4dde99b7
   [junit4]   2> 957683 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 957683 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MigrateRouteKeyTest_DE33448CD7B22E04-001/tempDir-001/node1/sourceCollection_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MigrateRouteKeyTest_DE33448CD7B22E04-001/tempDir-001/node1/./sourceCollection_shard2_replica_n2/data/]
   [junit4]   2> 957705 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_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> 957705 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_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> 957705 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 957705 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 957706 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@60e164ca[sourceCollection_shard1_replica_n1] main]
   [junit4]   2> 957707 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 957707 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 957708 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 957708 INFO  
(searcherExecutor-3775-thread-1-processing-n:127.0.0.1:36171_solr 
x:sourceCollection_shard1_replica_n1 s:shard1 c:sourceCollection r:core_node3) 
[n:127.0.0.1:36171_solr c:sourceCollection s:shard1 r:core_node3 
x:sourceCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[sourceCollection_shard1_replica_n1] Registered new searcher 
Searcher@60e164ca[sourceCollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 957708 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1582552090458193920
   [junit4]   2> 957711 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 957711 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 957711 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:36171/solr/sourceCollection_shard1_replica_n1/
   [junit4]   2> 957711 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 957711 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:36171/solr/sourceCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 957711 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 957712 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36171/solr/sourceCollection_shard1_replica_n1/ shard1
   [junit4]   2> 957718 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 957718 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 957719 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 957719 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 957720 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3f9820e8[sourceCollection_shard2_replica_n2] main]
   [junit4]   2> 957721 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 957721 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 957722 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 957758 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1582552090510622720
   [junit4]   2> 957758 INFO  
(searcherExecutor-3776-thread-1-processing-n:127.0.0.1:40253_solr 
x:sourceCollection_shard2_replica_n2 s:shard2 c:sourceCollection r:core_node4) 
[n:127.0.0.1:40253_solr c:sourceCollection s:shard2 r:core_node4 
x:sourceCollection_shard2_replica_n2] o.a.s.c.SolrCore 
[sourceCollection_shard2_replica_n2] Registered new searcher 
Searcher@3f9820e8[sourceCollection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 957761 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 957761 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 957761 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:40253/solr/sourceCollection_shard2_replica_n2/
   [junit4]   2> 957761 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 957761 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:40253/solr/sourceCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 957761 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 957762 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:40253/solr/sourceCollection_shard2_replica_n2/ shard2
   [junit4]   2> 957867 INFO  
(zkCallback-5385-thread-2-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 957867 INFO  
(zkCallback-5385-thread-3-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 957867 INFO  
(zkCallback-5381-thread-1-processing-n:127.0.0.1:40253_solr) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 957867 INFO  
(zkCallback-5381-thread-2-processing-n:127.0.0.1:40253_solr) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 957912 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 957913 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 957913 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=sourceCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=sourceCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1262
   [junit4]   2> 957913 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=sourceCollection_shard2_replica_n2&action=CREATE&numShards=2&collection=sourceCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1241
   [junit4]   2> 957915 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 958015 INFO  
(zkCallback-5385-thread-3-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 958015 INFO  
(zkCallback-5385-thread-2-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 958015 INFO  
(zkCallback-5381-thread-2-processing-n:127.0.0.1:40253_solr) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 958015 INFO  
(zkCallback-5381-thread-1-processing-n:127.0.0.1:40253_solr) 
[n:127.0.0.1:40253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/sourceCollection/state.json] for collection 
[sourceCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 958345 INFO  
(OverseerCollectionConfigSetProcessor-98909505537835014-127.0.0.1:36171_solr-n_0000000000)
 [n:127.0.0.1:36171_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> 958915 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=sourceCollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2571
   [junit4]   2> 958932 INFO  (qtp2056482791-19299) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[a/1!0 
(1582552091737456640)]} 0 5
   [junit4]   2> 958939 INFO  (qtp1682103095-19296) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[b!1 
(1582552091746893824)]} 0 1
   [junit4]   2> 958941 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[c!2 
(1582552091751088128)]} 0 0
   [junit4]   2> 958942 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[d!3 
(1582552091752136704)]} 0 0
   [junit4]   2> 958943 INFO  (qtp2056482791-19287) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[e!4 
(1582552091753185280)]} 0 0
   [junit4]   2> 958943 INFO  (qtp2056482791-19297) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[f!5 
(1582552091753185281)]} 0 0
   [junit4]   2> 958944 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[g!6 
(1582552091754233856)]} 0 0
   [junit4]   2> 958944 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[h!7 
(1582552091754233857)]} 0 0
   [junit4]   2> 958945 INFO  (qtp1682103095-19296) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[i!8 
(1582552091755282432)]} 0 0
   [junit4]   2> 958945 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[j!9 
(1582552091755282433)]} 0 0
   [junit4]   2> 958946 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[k!10 
(1582552091756331008)]} 0 0
   [junit4]   2> 958946 INFO  (qtp2056482791-19299) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[l!11 
(1582552091756331008)]} 0 0
   [junit4]   2> 958947 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[m!12 
(1582552091757379584)]} 0 0
   [junit4]   2> 958947 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[n!13 
(1582552091757379584)]} 0 0
   [junit4]   2> 958948 INFO  (qtp2056482791-19287) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[o!14 
(1582552091758428160)]} 0 0
   [junit4]   2> 958948 INFO  (qtp1682103095-19296) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[p!15 
(1582552091758428160)]} 0 0
   [junit4]   2> 958949 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[q!16 
(1582552091759476736)]} 0 0
   [junit4]   2> 958950 INFO  (qtp2056482791-19297) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[r!17 
(1582552091759476736)]} 0 0
   [junit4]   2> 958950 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[s!18 
(1582552091760525312)]} 0 0
   [junit4]   2> 958951 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[t!19 
(1582552091761573888)]} 0 0
   [junit4]   2> 958951 INFO  (qtp2056482791-19299) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[u!20 
(1582552091761573888)]} 0 0
   [junit4]   2> 958952 INFO  (qtp1682103095-19296) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[v!21 
(1582552091762622464)]} 0 0
   [junit4]   2> 958953 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[w!22 
(1582552091763671040)]} 0 0
   [junit4]   2> 958954 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[x!23 
(1582552091764719616)]} 0 0
   [junit4]   2> 958955 INFO  (qtp2056482791-19287) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[y!24 
(1582552091765768192)]} 0 0
   [junit4]   2> 958956 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[z!25 
(1582552091765768192)]} 0 0
   [junit4]   2> 958956 INFO  (qtp2056482791-19297) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[a/1!26 
(1582552091766816768)]} 0 0
   [junit4]   2> 958957 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[b!27 
(1582552091767865344)]} 0 0
   [junit4]   2> 958958 INFO  (qtp1682103095-19296) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[c!28 
(1582552091767865345)]} 0 0
   [junit4]   2> 958958 INFO  (qtp2056482791-19297) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[d!29 
(1582552091768913920)]} 0 0
   [junit4]   2> 958959 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[e!30 
(1582552091769962496)]} 0 0
   [junit4]   2> 958960 INFO  (qtp2056482791-19287) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[f!31 
(1582552091771011072)]} 0 0
   [junit4]   2> 958961 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[g!32 
(1582552091772059648)]} 0 0
   [junit4]   2> 958962 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[h!33 
(1582552091773108224)]} 0 0
   [junit4]   2> 958963 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[i!34 
(1582552091773108225)]} 0 0
   [junit4]   2> 958966 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[j!35 
(1582552091777302528)]} 0 0
   [junit4]   2> 958967 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[k!36 
(1582552091778351104)]} 0 0
   [junit4]   2> 958968 INFO  (qtp2056482791-19299) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[l!37 
(1582552091779399680)]} 0 0
   [junit4]   2> 958970 INFO  (qtp2056482791-19299) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[m!38 
(1582552091781496832)]} 0 0
   [junit4]   2> 958971 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[n!39 
(1582552091782545408)]} 0 0
   [junit4]   2> 958972 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[o!40 
(1582552091783593984)]} 0 0
   [junit4]   2> 958974 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[p!41 
(1582552091784642560)]} 0 0
   [junit4]   2> 958974 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[q!42 
(1582552091785691136)]} 0 0
   [junit4]   2> 958975 INFO  (qtp2056482791-19287) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[r!43 
(1582552091786739712)]} 0 0
   [junit4]   2> 958976 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[s!44 
(1582552091787788288)]} 0 0
   [junit4]   2> 958977 INFO  (qtp1682103095-19296) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[t!45 
(1582552091787788289)]} 0 0
   [junit4]   2> 958978 INFO  (qtp2056482791-19297) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[u!46 
(1582552091789885440)]} 0 0
   [junit4]   2> 958979 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[v!47 
(1582552091789885440)]} 0 0
   [junit4]   2> 958979 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[w!48 
(1582552091790934016)]} 0 0
   [junit4]   2> 958980 INFO  (qtp2056482791-19297) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[x!49 
(1582552091791982592)]} 0 0
   [junit4]   2> 958981 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[y!50 
(1582552091793031168)]} 0 0
   [junit4]   2> 958982 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[z!51 
(1582552091794079744)]} 0 0
   [junit4]   2> 958982 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[a/1!52 
(1582552091794079744)]} 0 0
   [junit4]   2> 958984 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[b!53 
(1582552091796176896)]} 0 0
   [junit4]   2> 958984 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[c!54 
(1582552091796176897)]} 0 0
   [junit4]   2> 958985 INFO  (qtp2056482791-19299) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[d!55 
(1582552091797225472)]} 0 0
   [junit4]   2> 958986 INFO  (qtp2056482791-19299) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[e!56 
(1582552091798274048)]} 0 0
   [junit4]   2> 958987 INFO  (qtp2056482791-19287) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[f!57 
(1582552091799322624)]} 0 0
   [junit4]   2> 958988 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[g!58 
(1582552091800371200)]} 0 0
   [junit4]   2> 958988 INFO  (qtp1682103095-19296) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[h!59 
(1582552091800371201)]} 0 0
   [junit4]   2> 958989 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[i!60 
(1582552091801419776)]} 0 0
   [junit4]   2> 958990 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[j!61 
(1582552091802468352)]} 0 0
   [junit4]   2> 958991 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[k!62 
(1582552091803516928)]} 0 0
   [junit4]   2> 958991 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[l!63 
(1582552091803516928)]} 0 0
   [junit4]   2> 958992 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[m!64 
(1582552091804565504)]} 0 0
   [junit4]   2> 958993 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[n!65 
(1582552091805614080)]} 0 0
   [junit4]   2> 958993 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[o!66 
(1582552091805614080)]} 0 0
   [junit4]   2> 958994 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[p!67 
(1582552091806662656)]} 0 0
   [junit4]   2> 958995 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[q!68 
(1582552091806662657)]} 0 0
   [junit4]   2> 958995 INFO  (qtp2056482791-19287) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[r!69 
(1582552091807711232)]} 0 0
   [junit4]   2> 958996 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[s!70 
(1582552091808759808)]} 0 0
   [junit4]   2> 958997 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[t!71 
(1582552091809808384)]} 0 0
   [junit4]   2> 958997 INFO  (qtp2056482791-19297) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[u!72 
(1582552091809808384)]} 0 0
   [junit4]   2> 958999 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[v!73 
(1582552091811905536)]} 0 0
   [junit4]   2> 959001 INFO  (qtp1682103095-19296) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[w!74 
(1582552091814002688)]} 0 0
   [junit4]   2> 959002 INFO  (qtp2056482791-19299) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[x!75 
(1582552091815051264)]} 0 0
   [junit4]   2> 959003 INFO  (qtp2056482791-19285) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[y!76 
(1582552091816099840)]} 0 0
   [junit4]   2> 959004 INFO  (qtp1682103095-19296) [n:127.0.0.1:36171_solr 
c:sourceCollection s:shard1 r:core_node3 x:sourceCollection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[z!77 
(1582552091817148416)]} 0 0
   [junit4]   2> 959004 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=migrate_multipleshardtest_targetCollection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 959005 INFO  
(OverseerThreadFactory-3770-thread-2-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
migrate_multipleshardtest_targetCollection
   [junit4]   2> 959209 INFO  
(OverseerStateUpdate-98909505537835014-127.0.0.1:36171_solr-n_0000000000) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"migrate_multipleshardtest_targetCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"migrate_multipleshardtest_targetCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36171/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 959413 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=migrate_multipleshardtest_targetCollection_shard1_replica_n1&action=CREATE&numShards=1&collection=migrate_multipleshardtest_targetCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 959522 INFO  
(zkCallback-5385-thread-3-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/migrate_multipleshardtest_targetCollection/state.json] for 
collection [migrate_multipleshardtest_targetCollection] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 959522 INFO  
(zkCallback-5385-thread-2-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/migrate_multipleshardtest_targetCollection/state.json] for 
collection [migrate_multipleshardtest_targetCollection] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 960428 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 960435 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.s.IndexSchema 
[migrate_multipleshardtest_targetCollection_shard1_replica_n1] Schema 
name=minimal
   [junit4]   2> 960437 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 960437 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 
'migrate_multipleshardtest_targetCollection_shard1_replica_n1' using 
configuration from collection migrate_multipleshardtest_targetCollection, 
trusted=true
   [junit4]   2> 960438 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36171.solr.core.migrate_multipleshardtest_targetCollection.shard1.replica_n1'
 (registry 
'solr.core.migrate_multipleshardtest_targetCollection.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dde99b7
   [junit4]   2> 960438 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 960438 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.SolrCore 
[[migrate_multipleshardtest_targetCollection_shard1_replica_n1] ] Opening new 
SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MigrateRouteKeyTest_DE33448CD7B22E04-001/tempDir-001/node2/migrate_multipleshardtest_targetCollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MigrateRouteKeyTest_DE33448CD7B22E04-001/tempDir-001/node2/./migrate_multipleshardtest_targetCollection_shard1_replica_n1/data/]
   [junit4]   2> 960472 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 960472 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 960473 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 960473 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 960474 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5ee7c5ae[migrate_multipleshardtest_targetCollection_shard1_replica_n1]
 main]
   [junit4]   2> 960474 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 960474 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 960475 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 960475 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1582552093359603712
   [junit4]   2> 960475 INFO  
(searcherExecutor-3785-thread-1-processing-n:127.0.0.1:36171_solr 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1 s:shard1 
c:migrate_multipleshardtest_targetCollection r:core_node2) 
[n:127.0.0.1:36171_solr c:migrate_multipleshardtest_targetCollection s:shard1 
r:core_node2 x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.SolrCore [migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
Registered new searcher 
Searcher@5ee7c5ae[migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 960477 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 960477 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 960477 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:36171/solr/migrate_multipleshardtest_targetCollection_shard1_replica_n1/
   [junit4]   2> 960477 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 960477 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:36171/solr/migrate_multipleshardtest_targetCollection_shard1_replica_n1/
 has no replicas
   [junit4]   2> 960477 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 960478 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36171/solr/migrate_multipleshardtest_targetCollection_shard1_replica_n1/
 shard1
   [junit4]   2> 960579 INFO  
(zkCallback-5385-thread-3-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/migrate_multipleshardtest_targetCollection/state.json] for 
collection [migrate_multipleshardtest_targetCollection] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 960579 INFO  
(zkCallback-5385-thread-2-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/migrate_multipleshardtest_targetCollection/state.json] for 
collection [migrate_multipleshardtest_targetCollection] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 960629 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 960630 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_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=migrate_multipleshardtest_targetCollection_shard1_replica_n1&action=CREATE&numShards=1&collection=migrate_multipleshardtest_targetCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1217
   [junit4]   2> 960631 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 960731 INFO  
(zkCallback-5385-thread-2-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/migrate_multipleshardtest_targetCollection/state.json] for 
collection [migrate_multipleshardtest_targetCollection] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 960731 INFO  
(zkCallback-5385-thread-3-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/migrate_multipleshardtest_targetCollection/state.json] for 
collection [migrate_multipleshardtest_targetCollection] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 961006 INFO  
(OverseerCollectionConfigSetProcessor-98909505537835014-127.0.0.1:36171_solr-n_0000000000)
 [n:127.0.0.1:36171_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> 961631 INFO  (qtp1682103095-19286) [n:127.0.0.1:36171_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=migrate_multipleshardtest_targetCollection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2627
   [junit4]   2> 961633 INFO  (qtp2056482791-19287) [n:127.0.0.1:40253_solr 
c:sourceCollection s:shard2 r:core_node4 x:sourceCollection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [sourceCollection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[a/1!78 
(1582552094573854720)]} 0 0
   [junit4]   2> 961634 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr 
c:migrate_multipleshardtest_targetCollection s:shard1 r:core_node2 
x:migrate_multipleshardtest_targetCollection_shard1_replica_n1] 
o.a.s.c.S.Request 
[migrate_multipleshardtest_targetCollection_shard1_replica_n1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 961635 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :migrate with params 
async=b42f050c-2b45-4d7b-a01e-1d081fa78a41&split.key=a/1!&target.collection=migrate_multipleshardtest_targetCollection&forward.timeout=45&action=MIGRATE&collection=sourceCollection&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 961636 INFO  (qtp1682103095-19298) [n:127.0.0.1:36171_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=b42f050c-2b45-4d7b-a01e-1d081fa78a41&split.key=a/1!&target.collection=migrate_multipleshardtest_targetCollection&forward.timeout=45&action=MIGRATE&collection=sourceCollection&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 961636 INFO  (qtp1682103095-19290) [n:127.0.0.1:36171_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=b42f050c-2b45-4d7b-a01e-1d081fa78a41&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 961636 INFO  (qtp1682103095-19290) [n:127.0.0.1:36171_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=b42f050c-2b45-4d7b-a01e-1d081fa78a41&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 961637 INFO  
(OverseerThreadFactory-3770-thread-3-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.MigrateCmd Migrating source shard: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node4":{
   [junit4]   2>       "core":"sourceCollection_shard2_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:40253/solr";,
   [junit4]   2>       "node_name":"127.0.0.1:40253_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "leader":"true"}}} to target shard: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       
"core":"migrate_multipleshardtest_targetCollection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36171/solr";,
   [junit4]   2>       "node_name":"127.0.0.1:36171_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "leader":"true"}}} for split.key = a/1!
   [junit4]   2> 961637 INFO  
(OverseerThreadFactory-3770-thread-3-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.MigrateCmd Hash range for split.key: a/1! 
is: 0-7fffffff
   [junit4]   2> 961637 INFO  
(OverseerThreadFactory-3770-thread-3-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.MigrateCmd Common hash range between 
source shard: shard2 and target shard: shard1 = 0-7fffffff
   [junit4]   2> 961637 INFO  
(OverseerThreadFactory-3770-thread-3-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.MigrateCmd Asking target leader node: 
127.0.0.1:36171_solr core: 
migrate_multipleshardtest_targetCollection_shard1_replica_n1 to buffer updates
   [junit4]   2> 961637 INFO  (qtp1682103095-19300) [n:127.0.0.1:36171_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=b42f050c-2b45-4d7b-a01e-1d081fa78a415158136292082304&qt=/admin/cores&name=migrate_multipleshardtest_targetCollection_shard1_replica_n1&action=REQUESTBUFFERUPDATES&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 961637 INFO  
(parallelCoreAdminExecutor-3773-thread-1-processing-n:127.0.0.1:36171_solr 
b42f050c-2b45-4d7b-a01e-1d081fa78a415158136292082304 REQUESTBUFFERUPDATES) 
[n:127.0.0.1:36171_solr    ] o.a.s.h.a.CoreAdminOperation Starting to buffer 
updates on core:migrate_multipleshardtest_targetCollection_shard1_replica_n1
   [junit4]   2> 961637 INFO  
(parallelCoreAdminExecutor-3773-thread-1-processing-n:127.0.0.1:36171_solr 
b42f050c-2b45-4d7b-a01e-1d081fa78a415158136292082304 REQUESTBUFFERUPDATES) 
[n:127.0.0.1:36171_solr    ] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 961638 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
b42f050c-2b45-4d7b-a01e-1d081fa78a415158136292082304
   [junit4]   2> 961638 INFO  (qtp1682103095-19288) [n:127.0.0.1:36171_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=b42f050c-2b45-4d7b-a01e-1d081fa78a415158136292082304&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 961640 INFO  
(OverseerThreadFactory-3770-thread-3-processing-n:127.0.0.1:36171_solr) 
[n:127.0.0.1:36171_solr    ] o.a.s.c.MigrateCmd Adding routing rule: {
   [junit4]   2>   "operation":"addroutingrule",
   [junit4]   2>   "collection":"sourceCollection",
   [junit4]   2>  

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

xecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 231026 ERROR (qtp1090996464-98) [n:127.0.0.1:33921_solr 
c:streams s:shard1 r:core_node2 x:streams_shard1_replica_n1] 
o.a.s.c.ZkContainer :org.apache.solr.common.SolrException: Error getting leader 
from zk for shard shard1
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1207)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:890)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1050)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered 
leader was found after waiting for 1220000ms , collection: streams slice: 
shard1 saw state=null with live_nodes=[]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2>        ... 44 more
   [junit4]   2> 
   [junit4]   2> 231026 INFO  (qtp1090996464-98) [n:127.0.0.1:33921_solr 
c:streams s:shard1 r:core_node2 x:streams_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=streams_shard1_replica_n1&action=CREATE&numShards=1&collection=streams&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=209756
   [junit4]   2> 231027 ERROR 
(SUITE-StreamingTest-seed#[26DBA8C075873093]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 231027 INFO  
(SUITE-StreamingTest-seed#[26DBA8C075873093]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33697 33697
   [junit4]   2> 236835 INFO  (Thread-12) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33697 33697
   [junit4]   2> 236836 WARN  (Thread-12) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/collections/streams/state.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 236836 INFO  
(SUITE-StreamingTest-seed#[26DBA8C075873093]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1574, maxMBSortInHeap=6.961099431657721, 
sim=RandomSimilarity(queryNorm=false): {}, locale=id, timezone=Africa/Nouakchott
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=449871544,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[UsingSolrJRefGuideExamplesTest, TestNamedListCodec, GreaterThanEvaluatorTest, 
FieldValueEvaluatorTest, TestConfigSetAdminRequest, AscEvaluatorTest, 
StreamingTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=StreamingTest 
-Dtests.seed=26DBA8C075873093 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=id -Dtests.timezone=Africa/Nouakchott -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | StreamingTest (suite) <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33921/solr: create the collection time out:180s
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([26DBA8C075873093]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.StreamingTest.configureCluster(StreamingTest.java:102)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [131/146 (1!)] on J0 in 216.55s, 0 tests, 1 error <<< 
FAILURES!

[...truncated 46316 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to