Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20684/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseParallelGC

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:36621/solr: create the collection time out:180s
        at __randomizedtesting.SeedInfo.seed([2E61D6C44DEB47E2]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.createMiniSolrCloudCluster(TestStressCloudBlindAtomicUpdates.java:132)
        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 
https://127.0.0.1:43467/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 https://127.0.0.1:43467/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([2E61D6C44DEB47E2:8D9B7861CA03AD47]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        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 https://127.0.0.1:43467/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:590)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
        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.cloud.MoveReplicaTest.test

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:40073/solr: create the collection time out:180s
        at 
__randomizedtesting.SeedInfo.seed([2E61D6C44DEB47E2:A635E91EE3172A1A]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.MoveReplicaTest.testFailedMove

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:40073/solr: delete the collection time out:180s
        at 
__randomizedtesting.SeedInfo.seed([2E61D6C44DEB47E2:84AC0536FA389232]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:444)
        at 
org.apache.solr.cloud.MoveReplicaTest.beforeTest(MoveReplicaTest.java:88)
        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$9.evaluate(RandomizedRunner.java:968)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeLost/127.0.0.1:34989_solr exists

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeLost/127.0.0.1:34989_solr exists
        at 
__randomizedtesting.SeedInfo.seed([2E61D6C44DEB47E2:36DB5EC843DE8A0D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:856)
        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 11920 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/init-core-data-001
   [junit4]   2> 367766 WARN  
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[2E61D6C44DEB47E2]-worker) [  
  ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 367767 INFO  
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[2E61D6C44DEB47E2]-worker) [  
  ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 367767 INFO  
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[2E61D6C44DEB47E2]-worker) [  
  ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 367768 INFO  
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[2E61D6C44DEB47E2]-worker) [  
  ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 367769 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001
   [junit4]   2> 367769 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 367769 INFO  (Thread-907) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 367769 INFO  (Thread-907) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 367770 ERROR (Thread-907) [    ] 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> 367869 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.c.ZkTestServer start zk server on port:40311
   [junit4]   2> 367875 INFO  (jetty-launcher-342-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 367875 INFO  (jetty-launcher-342-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 367875 INFO  (jetty-launcher-342-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 367875 INFO  (jetty-launcher-342-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 367875 INFO  (jetty-launcher-342-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 367878 INFO  (jetty-launcher-342-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57e817{/solr,null,AVAILABLE}
   [junit4]   2> 367878 INFO  (jetty-launcher-342-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@db4ca5{/solr,null,AVAILABLE}
   [junit4]   2> 367878 INFO  (jetty-launcher-342-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@19c618d{/solr,null,AVAILABLE}
   [junit4]   2> 367878 INFO  (jetty-launcher-342-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e14885{/solr,null,AVAILABLE}
   [junit4]   2> 367880 INFO  (jetty-launcher-342-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13e5732{/solr,null,AVAILABLE}
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@df34ef{SSL,[ssl, 
http/1.1]}{127.0.0.1:39695}
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3c6d2a{SSL,[ssl, 
http/1.1]}{127.0.0.1:43467}
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-4) [    ] 
o.e.j.s.Server Started @369892ms
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-3) [    ] 
o.e.j.s.Server Started @369892ms
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@10e203e{SSL,[ssl, 
http/1.1]}{127.0.0.1:42079}
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43467}
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-1) [    ] 
o.e.j.s.Server Started @369892ms
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39695}
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42079}
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-5) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@129b9ef{SSL,[ssl, 
http/1.1]}{127.0.0.1:36969}
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-5) [    ] 
o.e.j.s.Server Started @369892ms
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36969}
   [junit4]   2> 367882 ERROR (jetty-launcher-342-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 367882 ERROR (jetty-launcher-342-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 367882 ERROR (jetty-launcher-342-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-16T19:57:10.054Z
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-16T19:57:10.054Z
   [junit4]   2> 367882 ERROR (jetty-launcher-342-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-16T19:57:10.054Z
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 367882 INFO  (jetty-launcher-342-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-16T19:57:10.054Z
   [junit4]   2> 367883 INFO  (jetty-launcher-342-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@96d87a{SSL,[ssl, 
http/1.1]}{127.0.0.1:44445}
   [junit4]   2> 367883 INFO  (jetty-launcher-342-thread-2) [    ] 
o.e.j.s.Server Started @369893ms
   [junit4]   2> 367883 INFO  (jetty-launcher-342-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44445}
   [junit4]   2> 367883 ERROR (jetty-launcher-342-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 367883 INFO  (jetty-launcher-342-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 367883 INFO  (jetty-launcher-342-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 367883 INFO  (jetty-launcher-342-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 367883 INFO  (jetty-launcher-342-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-16T19:57:10.055Z
   [junit4]   2> 367891 INFO  (jetty-launcher-342-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 367892 INFO  (jetty-launcher-342-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 367895 INFO  (jetty-launcher-342-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 367897 INFO  (jetty-launcher-342-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 367913 INFO  (jetty-launcher-342-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40311/solr
   [junit4]   2> 367903 INFO  (jetty-launcher-342-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 367913 INFO  (jetty-launcher-342-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40311/solr
   [junit4]   2> 367914 INFO  (jetty-launcher-342-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40311/solr
   [junit4]   2> 367933 INFO  (jetty-launcher-342-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40311/solr
   [junit4]   2> 367939 INFO  (jetty-launcher-342-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40311/solr
   [junit4]   2> 367987 INFO  (jetty-launcher-342-thread-5) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 367987 INFO  (jetty-launcher-342-thread-2) 
[n:127.0.0.1:44445_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 367988 INFO  (jetty-launcher-342-thread-5) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36969_solr
   [junit4]   2> 367988 INFO  (jetty-launcher-342-thread-2) 
[n:127.0.0.1:44445_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44445_solr
   [junit4]   2> 367988 INFO  (jetty-launcher-342-thread-5) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.Overseer Overseer 
(id=98840335479078925-127.0.0.1:36969_solr-n_0000000000) starting
   [junit4]   2> 367989 INFO  
(zkCallback-369-thread-1-processing-n:127.0.0.1:44445_solr) 
[n:127.0.0.1:44445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 367989 INFO  
(zkCallback-367-thread-1-processing-n:127.0.0.1:36969_solr) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 367990 INFO  (jetty-launcher-342-thread-3) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 367991 INFO  (jetty-launcher-342-thread-3) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 367991 INFO  (jetty-launcher-342-thread-4) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 367992 INFO  (jetty-launcher-342-thread-3) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43467_solr
   [junit4]   2> 367994 INFO  
(zkCallback-368-thread-1-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 367999 INFO  
(zkCallback-367-thread-1-processing-n:127.0.0.1:36969_solr) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 367999 INFO  
(zkCallback-369-thread-1-processing-n:127.0.0.1:44445_solr) 
[n:127.0.0.1:44445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 367999 INFO  
(zkCallback-363-thread-1-processing-n:127.0.0.1:39695_solr) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 367999 INFO  (jetty-launcher-342-thread-4) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 368000 INFO  (jetty-launcher-342-thread-1) 
[n:127.0.0.1:42079_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 368000 INFO  (jetty-launcher-342-thread-4) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39695_solr
   [junit4]   2> 368010 INFO  
(zkCallback-367-thread-1-processing-n:127.0.0.1:36969_solr) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 368010 INFO  
(zkCallback-368-thread-1-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 368010 INFO  
(zkCallback-363-thread-1-processing-n:127.0.0.1:39695_solr) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 368013 INFO  
(zkCallback-366-thread-1-processing-n:127.0.0.1:42079_solr) 
[n:127.0.0.1:42079_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 368014 INFO  
(zkCallback-369-thread-1-processing-n:127.0.0.1:44445_solr) 
[n:127.0.0.1:44445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 368016 INFO  (jetty-launcher-342-thread-1) 
[n:127.0.0.1:42079_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 368017 INFO  (jetty-launcher-342-thread-1) 
[n:127.0.0.1:42079_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42079_solr
   [junit4]   2> 368018 INFO  
(zkCallback-369-thread-1-processing-n:127.0.0.1:44445_solr) 
[n:127.0.0.1:44445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 368018 INFO  
(zkCallback-363-thread-1-processing-n:127.0.0.1:39695_solr) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 368019 INFO  
(zkCallback-366-thread-1-processing-n:127.0.0.1:42079_solr) 
[n:127.0.0.1:42079_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 368019 INFO  
(zkCallback-368-thread-1-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 368019 INFO  
(OverseerStateUpdate-98840335479078925-127.0.0.1:36969_solr-n_0000000000) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 368030 INFO  (jetty-launcher-342-thread-5) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36969_solr
   [junit4]   2> 368031 INFO  
(zkCallback-363-thread-1-processing-n:127.0.0.1:39695_solr) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 368031 INFO  
(zkCallback-369-thread-1-processing-n:127.0.0.1:44445_solr) 
[n:127.0.0.1:44445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 368042 INFO  
(zkCallback-368-thread-1-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 368042 INFO  
(zkCallback-366-thread-1-processing-n:127.0.0.1:42079_solr) 
[n:127.0.0.1:42079_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 368043 INFO  
(zkCallback-367-thread-1-processing-n:127.0.0.1:36969_solr) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 368116 INFO  (jetty-launcher-342-thread-2) 
[n:127.0.0.1:44445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44445.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368116 INFO  (jetty-launcher-342-thread-4) 
[n:127.0.0.1:39695_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39695.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368125 INFO  (jetty-launcher-342-thread-2) 
[n:127.0.0.1:44445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44445.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368126 INFO  (jetty-launcher-342-thread-2) 
[n:127.0.0.1:44445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44445.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368127 INFO  (jetty-launcher-342-thread-2) 
[n:127.0.0.1:44445_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node2/.
   [junit4]   2> 368129 INFO  (jetty-launcher-342-thread-4) 
[n:127.0.0.1:39695_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39695.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368129 INFO  (jetty-launcher-342-thread-4) 
[n:127.0.0.1:39695_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39695.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368130 INFO  (jetty-launcher-342-thread-4) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node4/.
   [junit4]   2> 368141 INFO  (jetty-launcher-342-thread-1) 
[n:127.0.0.1:42079_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42079.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368149 INFO  (jetty-launcher-342-thread-1) 
[n:127.0.0.1:42079_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42079.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368149 INFO  (jetty-launcher-342-thread-1) 
[n:127.0.0.1:42079_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42079.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368150 INFO  (jetty-launcher-342-thread-1) 
[n:127.0.0.1:42079_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node1/.
   [junit4]   2> 368189 INFO  (jetty-launcher-342-thread-3) 
[n:127.0.0.1:43467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43467.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368196 INFO  (jetty-launcher-342-thread-3) 
[n:127.0.0.1:43467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43467.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368196 INFO  (jetty-launcher-342-thread-3) 
[n:127.0.0.1:43467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43467.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368197 INFO  (jetty-launcher-342-thread-3) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node3/.
   [junit4]   2> 368241 INFO  (jetty-launcher-342-thread-5) 
[n:127.0.0.1:36969_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36969.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368257 INFO  (jetty-launcher-342-thread-5) 
[n:127.0.0.1:36969_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36969.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368258 INFO  (jetty-launcher-342-thread-5) 
[n:127.0.0.1:36969_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36969.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 368258 INFO  (jetty-launcher-342-thread-5) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node5/.
   [junit4]   2> 368291 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 368291 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40311/solr ready
   [junit4]   2> 368293 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionCreateSearchDelete
   [junit4]   2> 368293 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@96d87a{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 368294 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=19974489
   [junit4]   2> 368294 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 368294 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2bd979: rootName = 
solr_44445, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@11a2148
   [junit4]   2> 368299 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 368299 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@10ad8f9: rootName = 
solr_44445, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1da0b71
   [junit4]   2> 368302 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 368302 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@17afa3a: rootName = 
solr_44445, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@19fe356
   [junit4]   2> 368303 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 368304 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 368304 INFO  
(zkCallback-368-thread-1-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 368304 INFO  
(zkCallback-367-thread-1-processing-n:127.0.0.1:36969_solr) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 368304 INFO  
(zkCallback-363-thread-1-processing-n:127.0.0.1:39695_solr) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 368304 INFO  
(zkCallback-366-thread-1-processing-n:127.0.0.1:42079_solr) 
[n:127.0.0.1:42079_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 368305 INFO  (zkCallback-379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 369804 WARN  
(zkCallback-369-thread-1-processing-n:127.0.0.1:44445_solr) 
[n:127.0.0.1:44445_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 369805 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@19c618d{/solr,null,UNAVAILABLE}
   [junit4]   2> 369807 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 369811 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c5d977{/solr,null,AVAILABLE}
   [junit4]   2> 369812 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c044c{SSL,[ssl, 
http/1.1]}{127.0.0.1:43231}
   [junit4]   2> 369812 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.e.j.s.Server Started @371822ms
   [junit4]   2> 369812 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43231}
   [junit4]   2> 369813 ERROR 
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 369814 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 369815 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 369815 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 369815 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-16T19:57:11.987Z
   [junit4]   2> 369822 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 369834 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40311/solr
   [junit4]   2> 369842 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [n:127.0.0.1:43231_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 369843 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [n:127.0.0.1:43231_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 369844 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [n:127.0.0.1:43231_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43231_solr
   [junit4]   2> 369844 INFO  
(zkCallback-363-thread-1-processing-n:127.0.0.1:39695_solr) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 369844 INFO  (zkCallback-379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 369845 INFO  
(zkCallback-366-thread-1-processing-n:127.0.0.1:42079_solr) 
[n:127.0.0.1:42079_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 369845 INFO  
(zkCallback-367-thread-1-processing-n:127.0.0.1:36969_solr) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 369845 INFO  
(zkCallback-368-thread-2-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 369845 INFO  
(zkCallback-384-thread-1-processing-n:127.0.0.1:43231_solr) 
[n:127.0.0.1:43231_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 370008 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [n:127.0.0.1:43231_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43231.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 370017 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [n:127.0.0.1:43231_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43231.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 370017 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [n:127.0.0.1:43231_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43231.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 370018 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[2E61D6C44DEB47E2])
 [n:127.0.0.1:43231_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node6/.
   [junit4]   2> 370076 INFO  (qtp21531943-2743) [n:127.0.0.1:36969_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=6cc019a8-8a96-4d1c-87ef-6810322211f8&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> 370077 INFO  (qtp21531943-2743) [n:127.0.0.1:36969_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=6cc019a8-8a96-4d1c-87ef-6810322211f8&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 370078 INFO  (qtp21531943-2717) [n:127.0.0.1:36969_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=6cc019a8-8a96-4d1c-87ef-6810322211f8&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 370078 INFO  (qtp21531943-2717) [n:127.0.0.1:36969_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=6cc019a8-8a96-4d1c-87ef-6810322211f8&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 370078 INFO  
(OverseerThreadFactory-1135-thread-1-processing-n:127.0.0.1:36969_solr) 
[n:127.0.0.1:36969_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testcollection
   [junit4]   2> 370182 INFO  
(OverseerStateUpdate-98840335479078925-127.0.0.1:36969_solr-n_0000000000) 
[n:127.0.0.1:36969_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":"https://127.0.0.1:42079/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 370183 INFO  
(OverseerStateUpdate-98840335479078925-127.0.0.1:36969_solr-n_0000000000) 
[n:127.0.0.1:36969_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":"https://127.0.0.1:43467/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 370184 INFO  
(OverseerStateUpdate-98840335479078925-127.0.0.1:36969_solr-n_0000000000) 
[n:127.0.0.1:36969_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":"https://127.0.0.1:43231/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 370185 INFO  
(OverseerStateUpdate-98840335479078925-127.0.0.1:36969_solr-n_0000000000) 
[n:127.0.0.1:36969_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_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39695/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 370412 INFO  (qtp10327281-2846) [n:127.0.0.1:43231_solr    ] 
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&async=6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192&coreNodeName=core_node7&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=0
   [junit4]   2> 370412 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192&coreNodeName=core_node7&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 370412 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 370430 INFO  (qtp33120020-2750) [n:127.0.0.1:42079_solr    ] 
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&async=6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=4
   [junit4]   2> 370430 INFO  
(parallelCoreAdminExecutor-1138-thread-1-processing-n:127.0.0.1:42079_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669 CREATE) 
[n:127.0.0.1:42079_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 370431 INFO  
(parallelCoreAdminExecutor-1138-thread-1-processing-n:127.0.0.1:42079_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669 CREATE) 
[n:127.0.0.1:42079_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 370433 INFO  (qtp8466536-2716) [n:127.0.0.1:39695_solr    ] 
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&async=6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844&coreNodeName=core_node8&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=2
   [junit4]   2> 370433 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844&coreNodeName=core_node8&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 370433 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 370442 INFO  (qtp18436378-2722) [n:127.0.0.1:43467_solr    ] 
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&async=6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136&coreNodeName=core_node5&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=1
   [junit4]   2> 370442 INFO  
(parallelCoreAdminExecutor-1142-thread-1-processing-n:127.0.0.1:43467_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136 CREATE) 
[n:127.0.0.1:43467_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136&coreNodeName=core_node5&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 370443 INFO  
(parallelCoreAdminExecutor-1142-thread-1-processing-n:127.0.0.1:43467_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136 CREATE) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 370443 INFO  (qtp18436378-2745) [n:127.0.0.1:43467_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136
   [junit4]   2> 370443 INFO  (qtp18436378-2745) [n:127.0.0.1:43467_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 370552 INFO  
(zkCallback-363-thread-1-processing-n:127.0.0.1:39695_solr) 
[n:127.0.0.1:39695_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> 370552 INFO  
(zkCallback-384-thread-1-processing-n:127.0.0.1:43231_solr) 
[n:127.0.0.1:43231_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> 370552 INFO  
(zkCallback-366-thread-1-processing-n:127.0.0.1:42079_solr) 
[n:127.0.0.1:42079_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> 370552 INFO  
(zkCallback-366-thread-2-processing-n:127.0.0.1:42079_solr) 
[n:127.0.0.1:42079_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> 370552 INFO  
(zkCallback-368-thread-1-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_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> 370552 INFO  
(zkCallback-368-thread-2-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_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> 370552 INFO  
(zkCallback-363-thread-2-processing-n:127.0.0.1:39695_solr) 
[n:127.0.0.1:39695_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> 370552 INFO  
(zkCallback-384-thread-2-processing-n:127.0.0.1:43231_solr) 
[n:127.0.0.1:43231_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> 371083 INFO  (qtp8466536-2754) [n:127.0.0.1:39695_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=6cc019a8-8a96-4d1c-87ef-6810322211f8&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 371084 INFO  (qtp8466536-2754) [n:127.0.0.1:39695_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=6cc019a8-8a96-4d1c-87ef-6810322211f8&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 371436 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_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> 371441 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_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> 371443 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_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> 371443 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_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> 371444 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_solr c:testcollection s:shard2 r:core_node7 
x:testcollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_43231.solr.core.testcollection.shard2.replica_n4' (registry 
'solr.core.testcollection.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 371444 INFO  (qtp18436378-2752) [n:127.0.0.1:43467_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136
   [junit4]   2> 371444 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_solr c:testcollection s:shard2 r:core_node7 
x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 371444 INFO  (qtp18436378-2752) [n:127.0.0.1:43467_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 371444 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_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/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node6/testcollection_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node6/./testcollection_shard2_replica_n4/data/]
   [junit4]   2> 371454 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 371454 INFO  
(parallelCoreAdminExecutor-1138-thread-1-processing-n:127.0.0.1:42079_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669 CREATE) 
[n:127.0.0.1:42079_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> 371458 INFO  
(parallelCoreAdminExecutor-1142-thread-1-processing-n:127.0.0.1:43467_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136 CREATE) 
[n:127.0.0.1:43467_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 371459 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.s.IndexSchema 
[testcollection_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 371461 INFO  
(parallelCoreAdminExecutor-1138-thread-1-processing-n:127.0.0.1:42079_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669 CREATE) 
[n:127.0.0.1:42079_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> 371461 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 371461 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 
'testcollection_shard2_replica_n6' using configuration from collection 
testcollection, trusted=true
   [junit4]   2> 371462 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_39695.solr.core.testcollection.shard2.replica_n6' (registry 
'solr.core.testcollection.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 371462 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 371462 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.c.SolrCore 
[[testcollection_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node4/testcollection_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node4/./testcollection_shard2_replica_n6/data/]
   [junit4]   2> 371463 INFO  
(parallelCoreAdminExecutor-1138-thread-1-processing-n:127.0.0.1:42079_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669 CREATE) 
[n:127.0.0.1:42079_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> 371463 INFO  
(parallelCoreAdminExecutor-1138-thread-1-processing-n:127.0.0.1:42079_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669 CREATE) 
[n:127.0.0.1:42079_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> 371463 INFO  
(parallelCoreAdminExecutor-1138-thread-1-processing-n:127.0.0.1:42079_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669 CREATE) 
[n:127.0.0.1:42079_solr c:testcollection s:shard1 r:core_node3 
x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_42079.solr.core.testcollection.shard1.replica_n1' (registry 
'solr.core.testcollection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 371463 INFO  
(parallelCoreAdminExecutor-1138-thread-1-processing-n:127.0.0.1:42079_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669 CREATE) 
[n:127.0.0.1:42079_solr c:testcollection s:shard1 r:core_node3 
x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 371463 INFO  
(parallelCoreAdminExecutor-1138-thread-1-processing-n:127.0.0.1:42079_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681671567669 CREATE) 
[n:127.0.0.1:42079_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/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node1/testcollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node1/./testcollection_shard1_replica_n1/data/]
   [junit4]   2> 371463 INFO  
(parallelCoreAdminExecutor-1142-thread-1-processing-n:127.0.0.1:43467_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136 CREATE) 
[n:127.0.0.1:43467_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema 
[testcollection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 371465 INFO  
(parallelCoreAdminExecutor-1142-thread-1-processing-n:127.0.0.1:43467_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136 CREATE) 
[n:127.0.0.1:43467_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 371465 INFO  
(parallelCoreAdminExecutor-1142-thread-1-processing-n:127.0.0.1:43467_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136 CREATE) 
[n:127.0.0.1:43467_solr c:testcollection s:shard1 r:core_node5 
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> 371465 INFO  
(parallelCoreAdminExecutor-1142-thread-1-processing-n:127.0.0.1:43467_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136 CREATE) 
[n:127.0.0.1:43467_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_43467.solr.core.testcollection.shard1.replica_n2' (registry 
'solr.core.testcollection.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f73fa
   [junit4]   2> 371465 INFO  
(parallelCoreAdminExecutor-1142-thread-1-processing-n:127.0.0.1:43467_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136 CREATE) 
[n:127.0.0.1:43467_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 371465 INFO  
(parallelCoreAdminExecutor-1142-thread-1-processing-n:127.0.0.1:43467_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136 CREATE) 
[n:127.0.0.1:43467_solr c:testcollection s:shard1 r:core_node5 
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/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node3/testcollection_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_2E61D6C44DEB47E2-001/tempDir-001/node3/./testcollection_shard1_replica_n2/data/]
   [junit4]   2> 371511 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 371511 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 371512 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 371512 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 371513 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f3642d[testcollection_shard2_replica_n6] main]
   [junit4]   2> 371514 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 371515 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 371515 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 371516 INFO  
(searcherExecutor-1154-thread-1-processing-x:testcollection_shard2_replica_n6 
r:core_node8 6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE 
n:127.0.0.1:39695_solr s:shard2 c:testcollection) [n:127.0.0.1:39695_solr 
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] 
o.a.s.c.SolrCore [testcollection_shard2_replica_n6] Registered new searcher 
Searcher@1f3642d[testcollection_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 371516 INFO  
(parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:39695_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681674460844 CREATE) 
[n:127.0.0.1:39695_solr c:testcollection s:shard2 r:core_node8 
x:testcollection_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1581445371593228288
   [junit4]   2> 371518 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_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> 371518 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_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> 371519 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_solr c:testcollection s:shard2 r:core_node7 
x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 371519 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_solr c:testcollection s:shard2 r:core_node7 
x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 371521 INFO  
(parallelCoreAdminExecutor-1151-thread-1-processing-n:127.0.0.1:43231_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681673587192 CREATE) 
[n:127.0.0.1:43231_solr c:testcollection s:shard2 r:core_node7 
x:testcollection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14b74c2[testcollection_shard2_replica_n4] main]
   [junit4]   2> 371523 INFO  
(parallelCoreAdminExecutor-1142-thread-1-processing-n:127.0.0.1:43467_solr 
6cc019a8-8a96-4d1c-87ef-6810322211f84102681672626136 CREATE) [n:127.0.0

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

from ZooKeeper... (6) -> (4)
   [junit4]   2> 2715620 DEBUG (jetty-closer-3105-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2715620 INFO  
(zkCallback-3172-thread-1-processing-n:127.0.0.1:45779_solr) 
[n:127.0.0.1:45779_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (4)
   [junit4]   2> 2715620 INFO  
(zkCallback-3184-thread-1-processing-n:127.0.0.1:33731_solr) 
[n:127.0.0.1:33731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (4)
   [junit4]   2> 2715620 INFO  
(zkCallback-3240-thread-2-processing-n:127.0.0.1:33507_solr) 
[n:127.0.0.1:33507_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (4)
   [junit4]   2> 2715620 WARN  
(zkCallback-3172-thread-1-processing-n:127.0.0.1:45779_solr) 
[n:127.0.0.1:45779_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2715621 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 0x15f26e520bd0012, 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> 2715621 INFO  (jetty-closer-3105-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2715621 INFO  (jetty-closer-3105-thread-3) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2715621 WARN  
(zkCallback-3240-thread-3-processing-n:127.0.0.1:33507_solr) 
[n:127.0.0.1:33507_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2715621 INFO  (jetty-closer-3105-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@53744d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2715621 INFO  (jetty-closer-3105-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@193b43{/solr,null,UNAVAILABLE}
   [junit4]   2> 2717120 WARN  
(zkCallback-3225-thread-1-processing-n:127.0.0.1:41537_solr) 
[n:127.0.0.1:41537_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2717120 WARN  
(zkCallback-3246-thread-1-processing-n:127.0.0.1:38849_solr) 
[n:127.0.0.1:38849_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2717120 INFO  (jetty-closer-3105-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@afb89e{/solr,null,UNAVAILABLE}
   [junit4]   2> 2717120 INFO  (jetty-closer-3105-thread-6) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1091249{/solr,null,UNAVAILABLE}
   [junit4]   2> 2717120 WARN  
(zkCallback-3144-thread-1-processing-n:127.0.0.1:45145_solr) 
[n:127.0.0.1:45145_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2717121 INFO  (jetty-closer-3105-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@199e4c4{/solr,null,UNAVAILABLE}
   [junit4]   2> 2717121 WARN  
(zkCallback-3184-thread-1-processing-n:127.0.0.1:33731_solr) 
[n:127.0.0.1:33731_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2717122 INFO  (jetty-closer-3105-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@ac221{/solr,null,UNAVAILABLE}
   [junit4]   2> 2717123 ERROR 
(SUITE-TriggerIntegrationTest-seed#[2E61D6C44DEB47E2]-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> 2717123 INFO  
(SUITE-TriggerIntegrationTest-seed#[2E61D6C44DEB47E2]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45697 45697
   [junit4]   2> 2717185 INFO  (Thread-5321) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45697 45697
   [junit4]   2> 2717186 WARN  (Thread-5321) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        32      /solr/aliases.json
   [junit4]   2>        13      /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        32      /solr/clusterprops.json
   [junit4]   2>        32      /solr/clusterstate.json
   [junit4]   2>        5       /solr/autoscaling.json
   [junit4]   2>        4       
/solr/overseer_elect/election/98840482364063778-127.0.0.1:33731_solr-n_0000000007
   [junit4]   2>        2       
/solr/overseer_elect/election/98840482364063762-127.0.0.1:45145_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        32      /solr/collections
   [junit4]   2>        25      /solr/live_nodes
   [junit4]   2>        5       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/queue-work
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/autoscaling/events/node_added_trigger
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_2E61D6C44DEB47E2-001
   [junit4]   2> Oct 16, 2017 8:36:19 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=638, maxMBSortInHeap=6.032904733293208, 
sim=RandomSimilarity(queryNorm=false): {}, locale=uk-UA, timezone=Africa/Asmara
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=77316424,total=453509120
   [junit4]   2> NOTE: All tests run in this JVM: [CheckHdfsIndexTest, 
BitVectorTest, NotRequiredUniqueKeyTest, TestRequestStatusCollectionAPI, 
SortSpecParsingTest, TestQueryUtils, SimplePostToolTest, TestJmxIntegration, 
ForceLeaderTest, TestInPlaceUpdatesDistrib, TestDFISimilarityFactory, 
DistributedQueryComponentCustomSortTest, CloudMLTQParserTest, EnumFieldTest, 
BadIndexSchemaTest, DataDrivenBlockJoinTest, GraphQueryTest, 
TolerantUpdateProcessorTest, StatsComponentTest, 
TestOnReconnectListenerSupport, DateMathParserTest, CopyFieldTest, TestTrie, 
SearchHandlerTest, PolyFieldTest, SortByFunctionTest, 
SolrMetricsIntegrationTest, TestIndexSearcher, TestOrdValues, 
TlogReplayBufferedWhileIndexingTest, OverseerModifyCollectionTest, 
TestMaxScoreQueryParser, DateFieldTest, LeaderElectionTest, 
DistributedFacetPivotSmallAdvancedTest, TestExportWriter, 
XsltUpdateRequestHandlerTest, TestManagedStopFilterFactory, SolrXmlInZkTest, 
TestUtils, TestDownShardTolerantSearch, TestDFRSimilarityFactory, 
SolrJmxReporterCloudTest, TestNumericTerms32, TestAnalyzeInfixSuggestions, 
SimpleFacetsTest, TestTolerantSearch, DeleteInactiveReplicaTest, TestNRTOpen, 
SmileWriterTest, TestStressCloudBlindAtomicUpdates, TestFieldCacheVsDocValues, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestFastWriter, 
TestCorePropertiesReload, HardAutoCommitTest, MetricUtilsTest, 
TestPseudoReturnFields, TermsComponentTest, AutoCommitTest, 
TestNumericRangeQuery32, TestAuthorizationFramework, TestHdfsBackupRestoreCore, 
StressHdfsTest, TestLeaderElectionWithEmptyReplica, 
ShufflingReplicaListTransformerTest, TestJavabinTupleStreamParser, 
TestShortCircuitedRequests, ResponseHeaderTest, TestSmileRequest, 
PingRequestHandlerTest, DeleteReplicaTest, DistributedFacetExistsSmallTest, 
DirectUpdateHandlerOptimizeTest, UnloadDistributedZkTest, 
BasicDistributedZk2Test, DistributedQueueTest, TestPullReplicaErrorHandling, 
TestDistributedMissingSort, HdfsAutoAddReplicasIntegrationTest, 
DistribCursorPagingTest, ClusterStateTest, ShowFileRequestHandlerTest, 
NodeLostTriggerTest, QueryResultKeyTest, CircularListTest, 
ConnectionManagerTest, TestSchemalessBufferedUpdates, 
TestPayloadScoreQParserPlugin, TestSurroundQueryParser, 
TestSubQueryTransformerDistrib, HdfsTlogReplayBufferedWhileIndexingTest, 
TestFreeTextSuggestions, TestSolrCloudWithHadoopAuthPlugin, TestReloadDeadlock, 
TestHttpShardHandlerFactory, TestMaxTokenLenTokenizer, TestHashQParserPlugin, 
TestHalfAndHalfDocValues, TestZkChroot, TestSolrCoreProperties, 
SolrCloudReportersTest, TestCloudManagedSchema, HdfsNNFailoverTest, TestReload, 
TestSha256AuthenticationProvider, TestConfigSetImmutable, AtomicUpdatesTest, 
HdfsLockFactoryTest, BadCopyFieldTest, AnalyticsMergeStrategyTest, 
TestLMJelinekMercerSimilarityFactory, MoveReplicaTest, SuggesterFSTTest, 
CollectionStateFormat2Test, CdcrReplicationHandlerTest, 
SecurityConfHandlerTest, ReturnFieldsTest, ResponseLogComponentTest, 
DirectUpdateHandlerTest, CollectionsAPISolrJTest, TestCloudPseudoReturnFields, 
TestCloudRecovery, TestCloudSearcherWarming, TestConfigSetsAPIZkFailure, 
TestCryptoKeys, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, 
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, 
TestPullReplica, TestSSLRandomization, TestSegmentSorting, TestTlogReplica, 
AutoScalingHandlerTest, ExecutePlanActionTest, TriggerIntegrationTest]
   [junit4] Completed [583/745 (4!)] on J2 in 108.84s, 10 tests, 1 failure <<< 
FAILURES!

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

Reply via email to