You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/11/20 05:47:52 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 20954 - Unstable!

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

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudSolrClientTest

Error Message:
There are still nodes recoverying - waited for 30 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30 seconds
	at __randomizedtesting.SeedInfo.seed([123DE3423A94C0D6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
	at org.apache.solr.client.solrj.impl.CloudSolrClientTest.setupCluster(CloudSolrClientTest.java:104)
	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.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete

Error Message:
Error from server at http://127.0.0.1:41277/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason: <pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:41277/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([13F0C4ADC7112120:B00A6A0840F9CB85]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:549)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1012)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:167)
	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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41277/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	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.lambda$directUpdate$0(CloudSolrClient.java:526)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at __randomizedtesting.SeedInfo.seed([13F0C4ADC7112120:7B89FF8E4169C3E]:0)
	at java.util.ArrayList.rangeCheck(ArrayList.java:653)
	at java.util.ArrayList.get(ArrayList.java:429)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	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 11612 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/init-core-data-001
   [junit4]   2> 93566 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[13F0C4ADC7112120]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 93567 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[13F0C4ADC7112120]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 93568 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[13F0C4ADC7112120]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 93570 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001
   [junit4]   2> 93570 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 93570 INFO  (Thread-171) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 93570 INFO  (Thread-171) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 93572 ERROR (Thread-171) [    ] 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> 93670 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.c.ZkTestServer start zk server on port:42167
   [junit4]   2> 93674 INFO  (jetty-launcher-124-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 93675 INFO  (jetty-launcher-124-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 93675 INFO  (jetty-launcher-124-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 93675 INFO  (jetty-launcher-124-thread-5) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 93677 INFO  (jetty-launcher-124-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 93680 INFO  (jetty-launcher-124-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c8fcaa4{/solr,null,AVAILABLE}
   [junit4]   2> 93681 INFO  (jetty-launcher-124-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5a36960d{HTTP/1.1,[http/1.1]}{127.0.0.1:39135}
   [junit4]   2> 93681 INFO  (jetty-launcher-124-thread-2) [    ] o.e.j.s.Server Started @96307ms
   [junit4]   2> 93681 INFO  (jetty-launcher-124-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39135}
   [junit4]   2> 93682 ERROR (jetty-launcher-124-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 93683 INFO  (jetty-launcher-124-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 93683 INFO  (jetty-launcher-124-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 93683 INFO  (jetty-launcher-124-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 93683 INFO  (jetty-launcher-124-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7640cfef{/solr,null,AVAILABLE}
   [junit4]   2> 93683 INFO  (jetty-launcher-124-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-20T04:53:10.558Z
   [junit4]   2> 93684 INFO  (jetty-launcher-124-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49aa386d{/solr,null,AVAILABLE}
   [junit4]   2> 93686 INFO  (jetty-launcher-124-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3cd5b3bf{/solr,null,AVAILABLE}
   [junit4]   2> 93690 INFO  (jetty-launcher-124-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3a9f8cce{HTTP/1.1,[http/1.1]}{127.0.0.1:37127}
   [junit4]   2> 93690 INFO  (jetty-launcher-124-thread-4) [    ] o.e.j.s.Server Started @96316ms
   [junit4]   2> 93690 INFO  (jetty-launcher-124-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37127}
   [junit4]   2> 93691 INFO  (jetty-launcher-124-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4e59e9d2{HTTP/1.1,[http/1.1]}{127.0.0.1:46833}
   [junit4]   2> 93691 INFO  (jetty-launcher-124-thread-1) [    ] o.e.j.s.Server Started @96317ms
   [junit4]   2> 93691 INFO  (jetty-launcher-124-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46833}
   [junit4]   2> 93691 ERROR (jetty-launcher-124-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 93691 INFO  (jetty-launcher-124-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 93691 INFO  (jetty-launcher-124-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 93691 INFO  (jetty-launcher-124-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 93691 INFO  (jetty-launcher-124-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-20T04:53:10.566Z
   [junit4]   2> 93692 INFO  (jetty-launcher-124-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e50c6ad{/solr,null,AVAILABLE}
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6ed4653e{HTTP/1.1,[http/1.1]}{127.0.0.1:44895}
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-5) [    ] o.e.j.s.Server Started @96322ms
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44895}
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@225dbaed{HTTP/1.1,[http/1.1]}{127.0.0.1:41277}
   [junit4]   2> 93696 ERROR (jetty-launcher-124-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-3) [    ] o.e.j.s.Server Started @96322ms
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41277}
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 93696 ERROR (jetty-launcher-124-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-20T04:53:10.571Z
   [junit4]   2> 93696 INFO  (jetty-launcher-124-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 93697 INFO  (jetty-launcher-124-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 93697 INFO  (jetty-launcher-124-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 93697 INFO  (jetty-launcher-124-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-20T04:53:10.572Z
   [junit4]   2> 93697 INFO  (jetty-launcher-124-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 93698 ERROR (jetty-launcher-124-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 93698 INFO  (jetty-launcher-124-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 93698 INFO  (jetty-launcher-124-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 93698 INFO  (jetty-launcher-124-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 93698 INFO  (jetty-launcher-124-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 93698 INFO  (jetty-launcher-124-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-20T04:53:10.573Z
   [junit4]   2> 93702 INFO  (jetty-launcher-124-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 93702 INFO  (jetty-launcher-124-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 93711 INFO  (jetty-launcher-124-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 93712 INFO  (jetty-launcher-124-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 93731 INFO  (jetty-launcher-124-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 93740 INFO  (jetty-launcher-124-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 93747 INFO  (jetty-launcher-124-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 93769 INFO  (jetty-launcher-124-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 93795 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15fd7c5e0af0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 93817 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15fd7c5e0af0009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 93862 INFO  (jetty-launcher-124-thread-5) [n:127.0.0.1:44895_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 93863 INFO  (jetty-launcher-124-thread-5) [n:127.0.0.1:44895_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44895_solr
   [junit4]   2> 93863 INFO  (jetty-launcher-124-thread-5) [n:127.0.0.1:44895_solr    ] o.a.s.c.Overseer Overseer (id=99034961703534599-127.0.0.1:44895_solr-n_0000000000) starting
   [junit4]   2> 93870 INFO  (jetty-launcher-124-thread-2) [n:127.0.0.1:39135_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 93871 INFO  (jetty-launcher-124-thread-2) [n:127.0.0.1:39135_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39135_solr
   [junit4]   2> 93903 INFO  (zkCallback-136-thread-1-processing-n:127.0.0.1:44895_solr) [n:127.0.0.1:44895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 93907 INFO  (zkCallback-148-thread-1-processing-n:127.0.0.1:39135_solr) [n:127.0.0.1:39135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 93911 INFO  (jetty-launcher-124-thread-3) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 93912 INFO  (jetty-launcher-124-thread-3) [n:127.0.0.1:41277_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 93913 INFO  (jetty-launcher-124-thread-3) [n:127.0.0.1:41277_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41277_solr
   [junit4]   2> 93914 INFO  (zkCallback-148-thread-1-processing-n:127.0.0.1:39135_solr) [n:127.0.0.1:39135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 93923 INFO  (jetty-launcher-124-thread-5) [n:127.0.0.1:44895_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44895_solr
   [junit4]   2> 93931 INFO  (zkCallback-148-thread-1-processing-n:127.0.0.1:39135_solr) [n:127.0.0.1:39135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 93938 INFO  (jetty-launcher-124-thread-1) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 93939 INFO  (jetty-launcher-124-thread-1) [n:127.0.0.1:46833_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 93940 INFO  (jetty-launcher-124-thread-1) [n:127.0.0.1:46833_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46833_solr
   [junit4]   2> 93947 INFO  (zkCallback-151-thread-1-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 93954 INFO  (zkCallback-148-thread-1-processing-n:127.0.0.1:39135_solr) [n:127.0.0.1:39135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 93957 INFO  (zkCallback-154-thread-1-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 93957 INFO  (zkCallback-136-thread-2-processing-n:127.0.0.1:44895_solr) [n:127.0.0.1:44895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 93974 INFO  (jetty-launcher-124-thread-4) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 93975 INFO  (jetty-launcher-124-thread-4) [n:127.0.0.1:37127_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 93977 INFO  (jetty-launcher-124-thread-4) [n:127.0.0.1:37127_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37127_solr
   [junit4]   2> 93978 INFO  (zkCallback-151-thread-1-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 93978 INFO  (zkCallback-154-thread-1-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 93978 INFO  (zkCallback-136-thread-2-processing-n:127.0.0.1:44895_solr) [n:127.0.0.1:44895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 93978 INFO  (zkCallback-148-thread-1-processing-n:127.0.0.1:39135_solr) [n:127.0.0.1:39135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 93987 INFO  (zkCallback-152-thread-1-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 94011 INFO  (jetty-launcher-124-thread-2) [n:127.0.0.1:39135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39135.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94035 INFO  (jetty-launcher-124-thread-2) [n:127.0.0.1:39135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39135.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94036 INFO  (jetty-launcher-124-thread-2) [n:127.0.0.1:39135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39135.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94037 INFO  (jetty-launcher-124-thread-2) [n:127.0.0.1:39135_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node2/.
   [junit4]   2> 94075 INFO  (jetty-launcher-124-thread-1) [n:127.0.0.1:46833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46833.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94080 INFO  (jetty-launcher-124-thread-5) [n:127.0.0.1:44895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44895.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94090 INFO  (jetty-launcher-124-thread-5) [n:127.0.0.1:44895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44895.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94096 INFO  (jetty-launcher-124-thread-1) [n:127.0.0.1:46833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46833.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94097 INFO  (jetty-launcher-124-thread-1) [n:127.0.0.1:46833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46833.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94098 INFO  (jetty-launcher-124-thread-1) [n:127.0.0.1:46833_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node1/.
   [junit4]   2> 94098 INFO  (jetty-launcher-124-thread-5) [n:127.0.0.1:44895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44895.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94100 INFO  (jetty-launcher-124-thread-5) [n:127.0.0.1:44895_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node5/.
   [junit4]   2> 94100 INFO  (jetty-launcher-124-thread-3) [n:127.0.0.1:41277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41277.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94108 INFO  (jetty-launcher-124-thread-3) [n:127.0.0.1:41277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41277.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94108 INFO  (jetty-launcher-124-thread-3) [n:127.0.0.1:41277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41277.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94110 INFO  (jetty-launcher-124-thread-3) [n:127.0.0.1:41277_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node3/.
   [junit4]   2> 94128 INFO  (jetty-launcher-124-thread-4) [n:127.0.0.1:37127_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37127.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94141 INFO  (jetty-launcher-124-thread-4) [n:127.0.0.1:37127_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37127.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94141 INFO  (jetty-launcher-124-thread-4) [n:127.0.0.1:37127_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37127.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94143 INFO  (jetty-launcher-124-thread-4) [n:127.0.0.1:37127_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node4/.
   [junit4]   2> 94340 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 94341 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42167/solr ready
   [junit4]   2> 94343 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionCreateSearchDelete
   [junit4]   2> 94343 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5a36960d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 94344 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2066783090
   [junit4]   2> 94344 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 94344 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1087d163: rootName = solr_39135, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6710be2c
   [junit4]   2> 94350 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 94350 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60af4b14: rootName = solr_39135, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3d5e4d7c
   [junit4]   2> 94354 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 94354 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b3d3f93: rootName = solr_39135, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1258c769
   [junit4]   2> 94356 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39135_solr
   [junit4]   2> 94357 INFO  (zkCallback-152-thread-1-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 94357 INFO  (zkCallback-151-thread-1-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 94357 INFO  (zkCallback-161-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 94357 INFO  (zkCallback-154-thread-1-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 94358 INFO  (zkCallback-136-thread-2-processing-n:127.0.0.1:44895_solr) [n:127.0.0.1:44895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 94358 INFO  (zkCallback-148-thread-1-processing-n:127.0.0.1:39135_solr) [n:127.0.0.1:39135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 94358 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 94360 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 94362 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7c8fcaa4{/solr,null,UNAVAILABLE}
   [junit4]   2> 94369 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 94419 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@31b139c5{/solr,null,AVAILABLE}
   [junit4]   2> 94419 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@dd40142{HTTP/1.1,[http/1.1]}{127.0.0.1:36979}
   [junit4]   2> 94419 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.e.j.s.Server Started @97045ms
   [junit4]   2> 94419 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36979}
   [junit4]   2> 94419 ERROR (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 94426 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 94426 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 94426 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 94426 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-20T04:53:11.301Z
   [junit4]   2> 94447 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 94455 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 94473 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 94475 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [n:127.0.0.1:36979_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 94476 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [n:127.0.0.1:36979_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36979_solr
   [junit4]   2> 94479 INFO  (zkCallback-151-thread-1-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 94479 INFO  (zkCallback-152-thread-1-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 94479 INFO  (zkCallback-136-thread-2-processing-n:127.0.0.1:44895_solr) [n:127.0.0.1:44895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 94479 INFO  (zkCallback-161-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 94483 INFO  (zkCallback-154-thread-1-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 94483 INFO  (zkCallback-166-thread-1-processing-n:127.0.0.1:36979_solr) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 94529 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [n:127.0.0.1:36979_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36979.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94537 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [n:127.0.0.1:36979_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36979.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94537 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [n:127.0.0.1:36979_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36979.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 94551 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[13F0C4ADC7112120]) [n:127.0.0.1:36979_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node6/.
   [junit4]   2> 94592 INFO  (qtp921323903-929) [n:127.0.0.1:36979_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 94595 INFO  (OverseerThreadFactory-314-thread-1-processing-n:127.0.0.1:44895_solr) [n:127.0.0.1:44895_solr    ] o.a.s.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 94699 INFO  (OverseerStateUpdate-99034961703534599-127.0.0.1:44895_solr-n_0000000000) [n:127.0.0.1:44895_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36979/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 94715 INFO  (OverseerStateUpdate-99034961703534599-127.0.0.1:44895_solr-n_0000000000) [n:127.0.0.1:44895_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41277/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 94715 INFO  (OverseerStateUpdate-99034961703534599-127.0.0.1:44895_solr-n_0000000000) [n:127.0.0.1:44895_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46833/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 94716 INFO  (OverseerStateUpdate-99034961703534599-127.0.0.1:44895_solr-n_0000000000) [n:127.0.0.1:44895_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37127/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 94904 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 94905 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 94907 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&coreNodeName=core_node7&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 94907 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 94911 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&coreNodeName=core_node6&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 94911 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 94912 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&coreNodeName=core_node8&name=testcollection_shard2_replica_n5&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 94912 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 95017 INFO  (zkCallback-166-thread-1-processing-n:127.0.0.1:36979_solr) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 95017 INFO  (zkCallback-151-thread-1-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 95017 INFO  (zkCallback-154-thread-1-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 95018 INFO  (zkCallback-152-thread-1-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 95018 INFO  (zkCallback-151-thread-2-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 95019 INFO  (zkCallback-152-thread-2-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 95022 INFO  (zkCallback-154-thread-2-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 95023 INFO  (zkCallback-166-thread-2-processing-n:127.0.0.1:36979_solr) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 95923 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 95923 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 95928 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.IndexSchema [testcollection_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 95931 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 95931 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 95931 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema [testcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 95931 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 95931 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n4' using configuration from collection testcollection, trusted=true
   [junit4]   2> 95932 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46833.solr.core.testcollection.shard2.replica_n4' (registry 'solr.core.testcollection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 95954 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.s.IndexSchema [testcollection_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 95954 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema [testcollection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 95955 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 95955 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [[testcollection_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node1/testcollection_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node1/./testcollection_shard2_replica_n4/data/]
   [junit4]   2> 95955 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 95955 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n5' using configuration from collection testcollection, trusted=true
   [junit4]   2> 95956 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 95956 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n1' using configuration from collection testcollection, trusted=true
   [junit4]   2> 95956 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37127.solr.core.testcollection.shard2.replica_n5' (registry 'solr.core.testcollection.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 95956 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 95956 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.c.SolrCore [[testcollection_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node4/testcollection_shard2_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node4/./testcollection_shard2_replica_n5/data/]
   [junit4]   2> 95956 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36979.solr.core.testcollection.shard1.replica_n1' (registry 'solr.core.testcollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 95956 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 95956 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node6/testcollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node6/./testcollection_shard1_replica_n1/data/]
   [junit4]   2> 95966 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 95966 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n2' using configuration from collection testcollection, trusted=true
   [junit4]   2> 95967 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41277.solr.core.testcollection.shard1.replica_n2' (registry 'solr.core.testcollection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e868fcb
   [junit4]   2> 95967 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 95967 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [[testcollection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node3/testcollection_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_13F0C4ADC7112120-001/tempDir-001/node3/./testcollection_shard1_replica_n2/data/]
   [junit4]   2> 96034 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 96034 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 96034 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 96034 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 96034 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 96034 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 96035 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 96035 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 96035 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 96035 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 96035 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 96035 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 96038 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@25f5a367[testcollection_shard1_replica_n2] main]
   [junit4]   2> 96039 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@445f3d9b[testcollection_shard2_replica_n4] main]
   [junit4]   2> 96039 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f2f7932[testcollection_shard2_replica_n5] main]
   [junit4]   2> 96042 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 96043 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 96044 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 96044 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 96048 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@118e633[testcollection_shard1_replica_n1] main]
   [junit4]   2> 96055 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 96055 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 96055 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 96055 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 96055 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 96055 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 96056 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 96056 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 96056 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584559389861216256
   [junit4]   2> 96056 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584559389861216256
   [junit4]   2> 96059 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 96059 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 96060 INFO  (searcherExecutor-335-thread-1-processing-n:127.0.0.1:41277_solr x:testcollection_shard1_replica_n2 s:shard1 c:testcollection r:core_node6) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [testcollection_shard1_replica_n2] Registered new searcher Searcher@25f5a367[testcollection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 96060 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 96060 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 96060 INFO  (qtp921323903-925) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584559389865410560
   [junit4]   2> 96060 INFO  (searcherExecutor-332-thread-1-processing-n:127.0.0.1:46833_solr x:testcollection_shard2_replica_n4 s:shard2 c:testcollection r:core_node7) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [testcollection_shard2_replica_n4] Registered new searcher Searcher@445f3d9b[testcollection_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 96061 INFO  (searcherExecutor-333-thread-1-processing-n:127.0.0.1:37127_solr x:testcollection_shard2_replica_n5 s:shard2 c:testcollection r:core_node8) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.c.SolrCore [testcollection_shard2_replica_n5] Registered new searcher Searcher@3f2f7932[testcollection_shard2_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 96061 INFO  (qtp605801904-826) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584559389866459136
   [junit4]   2> 96062 INFO  (searcherExecutor-334-thread-1-processing-n:127.0.0.1:36979_solr x:testcollection_shard1_replica_n1 s:shard1 c:testcollection r:core_node3) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher Searcher@118e633[testcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 96062 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 96064 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 96064 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 96064 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41277/solr/testcollection_shard1_replica_n2/
   [junit4]   2> 96064 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n2 url=http://127.0.0.1:41277/solr START replicas=[http://127.0.0.1:36979/solr/testcollection_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 96080 INFO  (qtp921323903-926) [n:127.0.0.1:36979_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.S.Request [testcollection_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 96165 INFO  (zkCallback-152-thread-2-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96165 INFO  (zkCallback-166-thread-1-processing-n:127.0.0.1:36979_solr) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96165 INFO  (zkCallback-152-thread-1-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96165 INFO  (zkCallback-151-thread-1-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96165 INFO  (zkCallback-154-thread-2-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96165 INFO  (zkCallback-154-thread-1-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96166 INFO  (zkCallback-166-thread-2-processing-n:127.0.0.1:36979_solr) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96166 INFO  (zkCallback-151-thread-2-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96366 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n2 url=http://127.0.0.1:41277/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 96366 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 96366 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 96366 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 96369 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41277/solr/testcollection_shard1_replica_n2/ shard1
   [junit4]   2> 96472 INFO  (zkCallback-166-thread-2-processing-n:127.0.0.1:36979_solr) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96472 INFO  (zkCallback-166-thread-1-processing-n:127.0.0.1:36979_solr) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96472 INFO  (zkCallback-151-thread-2-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96472 INFO  (zkCallback-151-thread-1-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96472 INFO  (zkCallback-154-thread-1-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96472 INFO  (zkCallback-154-thread-2-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96474 INFO  (zkCallback-152-thread-1-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96475 INFO  (zkCallback-152-thread-2-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96520 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 96522 INFO  (qtp1480231174-831) [n:127.0.0.1:41277_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&coreNodeName=core_node6&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1611
   [junit4]   2> 96563 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 96563 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 96563 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46833/solr/testcollection_shard2_replica_n4/
   [junit4]   2> 96563 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n4 url=http://127.0.0.1:46833/solr START replicas=[http://127.0.0.1:37127/solr/testcollection_shard2_replica_n5/] nUpdates=100
   [junit4]   2> 96575 INFO  (qtp605801904-806) [n:127.0.0.1:37127_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n5] o.a.s.c.S.Request [testcollection_shard2_replica_n5]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 96625 INFO  (zkCallback-152-thread-1-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96625 INFO  (zkCallback-151-thread-2-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96626 INFO  (zkCallback-151-thread-1-processing-n:127.0.0.1:41277_solr) [n:127.0.0.1:41277_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96626 INFO  (zkCallback-166-thread-2-processing-n:127.0.0.1:36979_solr) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96626 INFO  (zkCallback-166-thread-1-processing-n:127.0.0.1:36979_solr) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96626 INFO  (zkCallback-154-thread-1-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96626 INFO  (zkCallback-154-thread-2-processing-n:127.0.0.1:46833_solr) [n:127.0.0.1:46833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96626 INFO  (zkCallback-152-thread-2-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96865 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n4 url=http://127.0.0.1:46833/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 96865 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 96865 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 96865 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 96867 INFO  (qtp829774278-823) [n:127.0.0.1:46833_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46833/solr/testcollection_shard2_replica_n4/ shard2
   [junit4]   2> 96975 INFO  (zkCallback-152-thread-1-processing-n:127.0.0.1:37127_solr) [n:127.0.0.1:37127_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 96975 INFO  (zkCallback-166-thread-2-processing-n:127.0.0.1:36979_solr) [n:127.0.0.1:36979_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live 

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

hard2.replica_n2, tag=1378674618
   [junit4]   2> 97923 INFO  (zkCallback-50-thread-2-processing-n:127.0.0.1:33759_solr) [n:127.0.0.1:33759_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 97923 INFO  (coreCloseExecutor-372-thread-1) [n:127.0.0.1:45197_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c991573: rootName = solr_45197, domain = solr.core.collection1.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@7cb5e79c
   [junit4]   2> 97924 INFO  (jetty-closer-34-thread-3) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 97924 INFO  (jetty-closer-34-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44567_solr
   [junit4]   2> 97925 INFO  (jetty-closer-34-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 97925 WARN  (zkCallback-50-thread-2-processing-n:127.0.0.1:33759_solr) [n:127.0.0.1:33759_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:45197_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:45197_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1104)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1099)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 97944 INFO  (jetty-closer-34-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5fa8f91e{/solr,null,UNAVAILABLE}
   [junit4]   2> 97934 INFO  (coreCloseExecutor-372-thread-1) [n:127.0.0.1:45197_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=1378674618
   [junit4]   2> 97928 INFO  (zkCallback-49-thread-4-processing-n:127.0.0.1:44567_solr) [n:127.0.0.1:44567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 97925 INFO  (zkCallback-48-thread-3-processing-n:127.0.0.1:45197_solr) [n:127.0.0.1:45197_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 97948 INFO  (zkCallback-48-thread-5-processing-n:127.0.0.1:45197_solr) [n:127.0.0.1:45197_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 97947 INFO  (coreCloseExecutor-374-thread-1) [n:127.0.0.1:44567_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5e577606
   [junit4]   2> 97953 INFO  (coreCloseExecutor-374-thread-1) [n:127.0.0.1:44567_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=1582790150
   [junit4]   2> 97953 INFO  (coreCloseExecutor-374-thread-1) [n:127.0.0.1:44567_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10e4f2e5: rootName = solr_44567, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6b29a2f9
   [junit4]   2> 97954 INFO  (jetty-closer-34-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6e6aa5f5{/solr,null,UNAVAILABLE}
   [junit4]   2> 97960 INFO  (coreCloseExecutor-374-thread-1) [n:127.0.0.1:44567_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1582790150
   [junit4]   2> 97963 INFO  (jetty-closer-34-thread-2) [    ] o.a.s.c.Overseer Overseer (id=99035129706250248-127.0.0.1:44567_solr-n_0000000000) closing
   [junit4]   2> 97963 INFO  (OverseerStateUpdate-99035129706250248-127.0.0.1:44567_solr-n_0000000000) [n:127.0.0.1:44567_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44567_solr
   [junit4]   2> 97963 WARN  (OverseerAutoScalingTriggerThread-99035129706250248-127.0.0.1:44567_solr-n_0000000000) [n:127.0.0.1:44567_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 97965 INFO  (jetty-closer-34-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@785930bd{/solr,null,UNAVAILABLE}
   [junit4]   2> 97965 ERROR (SUITE-CloudSolrClientTest-seed#[123DE3423A94C0D6]-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> 97966 INFO  (SUITE-CloudSolrClientTest-seed#[123DE3423A94C0D6]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40505 40505
   [junit4]   2> 113744 INFO  (Thread-107) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40505 40505
   [junit4]   2> 113747 WARN  (Thread-107) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99035129706250248-127.0.0.1:44567_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 
   [junit4]   2> 113747 INFO  (SUITE-CloudSolrClientTest-seed#[123DE3423A94C0D6]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@175c6535), locale=pt-PT, timezone=America/Grand_Turk
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=323071296,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SolrExampleXMLTest, SineEvaluatorTest, AddEvaluatorTest, DocumentAnalysisResponseTest, CosineEvaluatorTest, TangentEvaluatorTest, TestCoreAdmin, TestHash, OperationsTest, SolrExampleBinaryTest, ExclusiveOrEvaluatorTest, GreaterThanEqualToEvaluatorTest, TestSolrJErrorHandling, TestBatchUpdate, SolrParamTest, NormalizeEvaluatorTest, HttpSolrClientBuilderTest, RegressionEvaluatorTest, LargeVolumeJettyTest, CloudSolrClientTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrClientTest -Dtests.seed=123DE3423A94C0D6 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt-PT -Dtests.timezone=America/Grand_Turk -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | CloudSolrClientTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 30 seconds
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([123DE3423A94C0D6]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClientTest.setupCluster(CloudSolrClientTest.java:104)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [84/146 (1!)] on J2 in 81.20s, 0 tests, 1 failure <<< FAILURES!

[...truncated 46554 lines...]