Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21012/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 90 
seconds
        at __randomizedtesting.SeedInfo.seed([36A7347C8A285BC5]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
        at 
org.apache.solr.client.solrj.io.stream.StreamingTest.configureCluster(StreamingTest.java:103)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.index.TestStressNRT.test

Error Message:
MockDirectoryWrapper: cannot close: there are still 10 open files: {_1j.cfs=1, 
_1i.cfs=1, _1m.fdt=1, _1h.cfs=1, _1f.cfs=1, _1m_Lucene50_0.tim=1, _1n.cfs=1, 
_1m_Lucene50_0.doc=1, _1l.cfs=1, _1k.cfs=1}

Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still 
10 open files: {_1j.cfs=1, _1i.cfs=1, _1m.fdt=1, _1h.cfs=1, _1f.cfs=1, 
_1m_Lucene50_0.tim=1, _1n.cfs=1, _1m_Lucene50_0.doc=1, _1l.cfs=1, _1k.cfs=1}
        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
        at org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:398)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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 
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 
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: unclosed IndexInput: _1f.cfs
        at 
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:776)
        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:78)
        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:71)
        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:99)
        at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:184)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:333)
        at 
org.apache.lucene.index.StandardDirectoryReader$2.doBody(StandardDirectoryReader.java:327)
        at 
org.apache.lucene.index.StandardDirectoryReader$2.doBody(StandardDirectoryReader.java:323)
        at 
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:667)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromCommit(StandardDirectoryReader.java:329)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenNoWriter(StandardDirectoryReader.java:319)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:270)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
        at org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:160)


FAILED:  
org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete

Error Message:
Error from server at 
https://127.0.0.1:39953/solr/testcollection_shard1_replica_n3: 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_n3/update. Reason: <pre>    Can not find: 
/solr/testcollection_shard1_replica_n3/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:39953/solr/testcollection_shard1_replica_n3: 
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_n3/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n3/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([EAB2D62855EFDF79:4948788DD20735DC]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:549)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1012)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:167)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:39953/solr/testcollection_shard1_replica_n3: 
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_n3/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.20.v20170531</a><hr/>
</body>
</html>

        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:526)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        ... 1 more




Build Log:
[...truncated 1174 lines...]
   [junit4] Suite: org.apache.lucene.index.TestStressNRT
   [junit4]   1> READER1: FAILED: unexpected exception
   [junit4]   1> READER0: FAILED: unexpected exception
   [junit4]   1> java.lang.AssertionError: No documents or tombstones found for 
id 65, expected at least -21 reader=StandardDirectoryReader(segments_j:236 
_1f(8.0.0):c136/133:delGen=5 _1h(8.0.0):c58/56:delGen=4 
_1i(8.0.0):c210/202:delGen=3 _1k(8.0.0):c43/35:delGen=2 
_1j(8.0.0):c71/64:delGen=3 _1l(8.0.0):c81/69:delGen=2 _1n(8.0.0):c5/3:delGen=1 
_1m(8.0.0):C109/80:delGen=2)
   [junit4]   1>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   1>        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:348)
   [junit4]   1> java.lang.AssertionError: No documents or tombstones found for 
id 169, expected at least 12 reader=StandardDirectoryReader(segments_j:236 
_1f(8.0.0):c136/133:delGen=5 _1h(8.0.0):c58/56:delGen=4 
_1i(8.0.0):c210/202:delGen=3 _1k(8.0.0):c43/35:delGen=2 
_1j(8.0.0):c71/64:delGen=3 _1l(8.0.0):c81/69:delGen=2 _1n(8.0.0):c5/3:delGen=1 
_1m(8.0.0):C109/80:delGen=2)
   [junit4]   1>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   1>        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:348)
   [junit4]   2> Nov 27, 2017 12:35:42 PTG 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[READER0,5,TGRP-TestStressNRT]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: No 
documents or tombstones found for id 169, expected at least 12 
reader=StandardDirectoryReader(segments_j:236 _1f(8.0.0):c136/133:delGen=5 
_1h(8.0.0):c58/56:delGen=4 _1i(8.0.0):c210/202:delGen=3 
_1k(8.0.0):c43/35:delGen=2 _1j(8.0.0):c71/64:delGen=3 
_1l(8.0.0):c81/69:delGen=2 _1n(8.0.0):c5/3:delGen=1 _1m(8.0.0):C109/80:delGen=2)
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C4541956331CF68E]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:377)
   [junit4]   2> Caused by: java.lang.AssertionError: No documents or 
tombstones found for id 169, expected at least 12 
reader=StandardDirectoryReader(segments_j:236 _1f(8.0.0):c136/133:delGen=5 
_1h(8.0.0):c58/56:delGen=4 _1i(8.0.0):c210/202:delGen=3 
_1k(8.0.0):c43/35:delGen=2 _1j(8.0.0):c71/64:delGen=3 
_1l(8.0.0):c81/69:delGen=2 _1n(8.0.0):c5/3:delGen=1 _1m(8.0.0):C109/80:delGen=2)
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:348)
   [junit4]   2> 
   [junit4]   2> Nov 27, 2017 12:35:42 PTG 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[READER1,5,TGRP-TestStressNRT]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: No 
documents or tombstones found for id 65, expected at least -21 
reader=StandardDirectoryReader(segments_j:236 _1f(8.0.0):c136/133:delGen=5 
_1h(8.0.0):c58/56:delGen=4 _1i(8.0.0):c210/202:delGen=3 
_1k(8.0.0):c43/35:delGen=2 _1j(8.0.0):c71/64:delGen=3 
_1l(8.0.0):c81/69:delGen=2 _1n(8.0.0):c5/3:delGen=1 _1m(8.0.0):C109/80:delGen=2)
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C4541956331CF68E]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:377)
   [junit4]   2> Caused by: java.lang.AssertionError: No documents or 
tombstones found for id 65, expected at least -21 
reader=StandardDirectoryReader(segments_j:236 _1f(8.0.0):c136/133:delGen=5 
_1h(8.0.0):c58/56:delGen=4 _1i(8.0.0):c210/202:delGen=3 
_1k(8.0.0):c43/35:delGen=2 _1j(8.0.0):c71/64:delGen=3 
_1l(8.0.0):c81/69:delGen=2 _1n(8.0.0):c5/3:delGen=1 _1m(8.0.0):C109/80:delGen=2)
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:348)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestStressNRT 
-Dtests.method=test -Dtests.seed=C4541956331CF68E -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=ms -Dtests.timezone=US/Pacific-New 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.26s J0 | TestStressNRT.test <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: 
MockDirectoryWrapper: cannot close: there are still 10 open files: {_1j.cfs=1, 
_1i.cfs=1, _1m.fdt=1, _1h.cfs=1, _1f.cfs=1, _1m_Lucene50_0.tim=1, _1n.cfs=1, 
_1m_Lucene50_0.doc=1, _1l.cfs=1, _1k.cfs=1}
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
   [junit4]    >        at 
org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:398)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: java.lang.RuntimeException: unclosed IndexInput: 
_1f.cfs
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:776)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:78)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:71)
   [junit4]    >        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:99)
   [junit4]    >        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:184)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:333)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader$2.doBody(StandardDirectoryReader.java:327)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader$2.doBody(StandardDirectoryReader.java:323)
   [junit4]    >        at 
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:667)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromCommit(StandardDirectoryReader.java:329)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenNoWriter(StandardDirectoryReader.java:319)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:270)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
   [junit4]    >        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]    >        at 
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:160)Throwable 
#2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=2712, name=READER1, state=RUNNABLE, 
group=TGRP-TestStressNRT]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: No documents or tombstones found for id 65, expected 
at least -21 reader=StandardDirectoryReader(segments_j:236 
_1f(8.0.0):c136/133:delGen=5 _1h(8.0.0):c58/56:delGen=4 
_1i(8.0.0):c210/202:delGen=3 _1k(8.0.0):c43/35:delGen=2 
_1j(8.0.0):c71/64:delGen=3 _1l(8.0.0):c81/69:delGen=2 _1n(8.0.0):c5/3:delGen=1 
_1m(8.0.0):C109/80:delGen=2)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C4541956331CF68E]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:377)
   [junit4]    > Caused by: java.lang.AssertionError: No documents or 
tombstones found for id 65, expected at least -21 
reader=StandardDirectoryReader(segments_j:236 _1f(8.0.0):c136/133:delGen=5 
_1h(8.0.0):c58/56:delGen=4 _1i(8.0.0):c210/202:delGen=3 
_1k(8.0.0):c43/35:delGen=2 _1j(8.0.0):c71/64:delGen=3 
_1l(8.0.0):c81/69:delGen=2 _1n(8.0.0):c5/3:delGen=1 _1m(8.0.0):C109/80:delGen=2)
   [junit4]    >        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:348)Throwable 
#3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=2711, name=READER0, state=RUNNABLE, 
group=TGRP-TestStressNRT]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: No documents or tombstones found for id 169, expected 
at least 12 reader=StandardDirectoryReader(segments_j:236 
_1f(8.0.0):c136/133:delGen=5 _1h(8.0.0):c58/56:delGen=4 
_1i(8.0.0):c210/202:delGen=3 _1k(8.0.0):c43/35:delGen=2 
_1j(8.0.0):c71/64:delGen=3 _1l(8.0.0):c81/69:delGen=2 _1n(8.0.0):c5/3:delGen=1 
_1m(8.0.0):C109/80:delGen=2)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C4541956331CF68E]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:377)
   [junit4]    > Caused by: java.lang.AssertionError: No documents or 
tombstones found for id 169, expected at least 12 
reader=StandardDirectoryReader(segments_j:236 _1f(8.0.0):c136/133:delGen=5 
_1h(8.0.0):c58/56:delGen=4 _1i(8.0.0):c210/202:delGen=3 
_1k(8.0.0):c43/35:delGen=2 _1j(8.0.0):c71/64:delGen=3 
_1l(8.0.0):c81/69:delGen=2 _1n(8.0.0):c5/3:delGen=1 _1m(8.0.0):C109/80:delGen=2)
   [junit4]    >        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:348)
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@673b2442),
 locale=ms, timezone=US/Pacific-New
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=1,free=481316696,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestAxiomaticF1LOG, 
TestSegmentMerger, TestUpgradeIndexMergePolicy, TestDelegatingAnalyzerWrapper, 
TestBooleanQueryVisitSubscorers, TestIndexWriterNRTIsCurrent, 
TestSpanBoostQuery, TestBytesStore, TestControlledRealTimeReopenThread, 
TestSpanMultiTermQueryWrapper, TestMaxTermFrequency, TestSmallFloat, 
TestSimpleExplanations, TestNamedSPILoader, TestDateTools, 
TestIndexWriterExceptions, TestIntArrayDocIdSet, TestStressDeletes, 
TestAllFilesCheckIndexHeader, TestThreadedForceMerge, TestConstantScoreQuery, 
TestApproximationSearchEquivalence, TestDeletionPolicy, 
TestLucene50CompoundFormat, TestDeterminizeLexicon, TestPagedBytes, 
TestClassicSimilarity, TestDirectoryReaderReopen, TestLiveFieldValues, 
TestIndexingSequenceNumbers, TestNeverDelete, Test2BBKDPoints, 
TestIntBlockPool, Test4GBStoredFields, TestNumericUtils, TestNRTReaderCleanup, 
TestWordlistLoader, TestNoDeletionPolicy, TestOmitNorms, 
TestDoubleRangeFieldQueries, TestSimpleFSDirectory, TestSloppyPhraseQuery, 
TestFilterCodecReader, TestIndexWriterOnVMError, TestCodecs, 
TestIndexWriterWithThreads, TestMutablePointsReaderUtils, TestBasicModelG, 
TestRegexpRandom, TestMathUtil, TestIndexableField, TestTermVectorsWriter, 
TestFuzzyQuery, TestTermQuery, TestDocsWithFieldSet, TestForceMergeForever, 
TestMultiThreadTermVectors, TestFixedLengthBytesRefArray, TestWildcardRandom, 
TestLucene50TermVectorsFormat, TestIndexedDISI, TestUniqueTermCount, 
TestMultiPhraseQuery, TestMultiCollector, TestNot, TestQueryRescorer, 
TestGeoUtils, TestUTF32ToUTF8, TestSleepingLockWrapper, TestIndexWriter, 
TestIndependenceChiSquared, TestStandardAnalyzer, TestDocCount, 
TestBinaryTerms, TestIsCurrent, TestSimilarityProvider, TestBytesRef, 
TestFlushByRamOrCountsPolicy, TestPersistentSnapshotDeletionPolicy, 
TestAtomicUpdate, TestSearchAfter, TestHighCompressionMode, 
TestDocumentsWriterStallControl, TestRegexpRandom2, TestNRTCachingDirectory, 
TestFieldCacheRewriteMethod, TestPerFieldPostingsFormat2, TestSort, TestToken, 
TestFieldsReader, TestSimpleSearchEquivalence, TestCustomSearcherSort, 
TestDocValuesIndexing, TestSimilarityBase, TestHugeRamFile, 
TestBooleanMinShouldMatch, TestTermsEnum2, Test2BDocs, TestPostingsOffsets, 
TestMixedCodecs, TestTransactionRollback, TestFlex, TestSpanExplanations, 
TestRAMDirectory, TestDeterminism, TestDocsAndPositions, 
TestMergeSchedulerExternal, TestStressNRT]
   [junit4] Completed [292/476 (1!)] on J0 in 0.26s, 1 test, 1 error <<< 
FAILURES!

[...truncated 10447 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster
   [junit4]   2> 6449 INFO  
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[EAB2D62855EFDF79]-worker) [  
  ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/init-core-data-001
   [junit4]   2> 6450 INFO  
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[EAB2D62855EFDF79]-worker) [  
  ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 6450 INFO  
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[EAB2D62855EFDF79]-worker) [  
  ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 6455 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001
   [junit4]   2> 6460 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6462 INFO  (Thread-2) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6462 INFO  (Thread-2) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 6561 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.c.ZkTestServer start zk server on port:44375
   [junit4]   2> 6651 ERROR (Thread-2) [    ] 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> 6914 INFO  (jetty-launcher-5-thread-3) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 6914 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 6914 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 6915 INFO  (jetty-launcher-5-thread-5) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 6945 INFO  (jetty-launcher-5-thread-4) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 7034 INFO  (jetty-launcher-5-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22ca2b85{/solr,null,AVAILABLE}
   [junit4]   2> 7068 INFO  (jetty-launcher-5-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@599770b6{/solr,null,AVAILABLE}
   [junit4]   2> 7101 INFO  (jetty-launcher-5-thread-5) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@f126ed5{SSL,[ssl, 
http/1.1]}{127.0.0.1:38127}
   [junit4]   2> 7125 INFO  (jetty-launcher-5-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@79036ebc{/solr,null,AVAILABLE}
   [junit4]   2> 7126 INFO  (jetty-launcher-5-thread-5) [    ] o.e.j.s.Server 
Started @8514ms
   [junit4]   2> 7126 INFO  (jetty-launcher-5-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38127}
   [junit4]   2> 7125 INFO  (jetty-launcher-5-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@75b07b75{/solr,null,AVAILABLE}
   [junit4]   2> 7156 INFO  (jetty-launcher-5-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@44e49648{/solr,null,AVAILABLE}
   [junit4]   2> 7166 ERROR (jetty-launcher-5-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7166 INFO  (jetty-launcher-5-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 7166 INFO  (jetty-launcher-5-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7166 INFO  (jetty-launcher-5-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7169 INFO  (jetty-launcher-5-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-27T20:49:28.694651Z
   [junit4]   2> 7175 INFO  (jetty-launcher-5-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 7176 INFO  (jetty-launcher-5-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7926dca1{SSL,[ssl, 
http/1.1]}{127.0.0.1:41797}
   [junit4]   2> 7179 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.Server 
Started @8567ms
   [junit4]   2> 7176 INFO  (jetty-launcher-5-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1e281191{SSL,[ssl, 
http/1.1]}{127.0.0.1:43503}
   [junit4]   2> 7176 INFO  (jetty-launcher-5-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1ddb9d59{SSL,[ssl, 
http/1.1]}{127.0.0.1:34157}
   [junit4]   2> 7179 INFO  (jetty-launcher-5-thread-3) [    ] o.e.j.s.Server 
Started @8567ms
   [junit4]   2> 7179 INFO  (jetty-launcher-5-thread-4) [    ] o.e.j.s.Server 
Started @8567ms
   [junit4]   2> 7175 INFO  (jetty-launcher-5-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@41140134{SSL,[ssl, 
http/1.1]}{127.0.0.1:41509}
   [junit4]   2> 7180 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.Server 
Started @8568ms
   [junit4]   2> 7180 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41509}
   [junit4]   2> 7180 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34157}
   [junit4]   2> 7179 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43503}
   [junit4]   2> 7179 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41797}
   [junit4]   2> 7183 ERROR (jetty-launcher-5-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7183 ERROR (jetty-launcher-5-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7183 ERROR (jetty-launcher-5-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7183 ERROR (jetty-launcher-5-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7183 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 7200 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7200 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7200 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-27T20:49:28.727892Z
   [junit4]   2> 7183 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 7201 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7201 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7201 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-27T20:49:28.728724Z
   [junit4]   2> 7183 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 7202 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7202 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7202 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-27T20:49:28.729729Z
   [junit4]   2> 7183 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 7203 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7203 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7203 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-27T20:49:28.730597Z
   [junit4]   2> 7314 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7320 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7320 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7321 INFO  (jetty-launcher-5-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7321 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7392 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44375/solr
   [junit4]   2> 7392 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44375/solr
   [junit4]   2> 7428 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44375/solr
   [junit4]   2> 7435 INFO  (jetty-launcher-5-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44375/solr
   [junit4]   2> 7454 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44375/solr
   [junit4]   2> 7696 INFO  (jetty-launcher-5-thread-5) [n:127.0.0.1:38127_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7711 INFO  (jetty-launcher-5-thread-4) [n:127.0.0.1:34157_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7714 INFO  (jetty-launcher-5-thread-5) [n:127.0.0.1:38127_solr 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:38127_solr
   [junit4]   2> 7717 INFO  (jetty-launcher-5-thread-3) [n:127.0.0.1:43503_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7718 INFO  (jetty-launcher-5-thread-4) [n:127.0.0.1:34157_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34157_solr
   [junit4]   2> 7726 INFO  (jetty-launcher-5-thread-3) [n:127.0.0.1:43503_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43503_solr
   [junit4]   2> 7729 INFO  (jetty-launcher-5-thread-5) [n:127.0.0.1:38127_solr 
   ] o.a.s.c.Overseer Overseer 
(id=99078358174466063-127.0.0.1:38127_solr-n_0000000000) starting
   [junit4]   2> 7738 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:43503_solr) 
[n:127.0.0.1:43503_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 7738 INFO  
(zkCallback-30-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 7739 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:38127_solr) 
[n:127.0.0.1:38127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 8013 INFO  (jetty-launcher-5-thread-5) [n:127.0.0.1:38127_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38127_solr
   [junit4]   2> 8018 INFO  
(zkCallback-30-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 8018 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:43503_solr) 
[n:127.0.0.1:43503_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 8019 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:38127_solr) 
[n:127.0.0.1:38127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 8174 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:41509_solr 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 8179 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:41509_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 8185 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:41509_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41509_solr
   [junit4]   2> 8190 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:43503_solr) 
[n:127.0.0.1:43503_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 8195 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:41509_solr) 
[n:127.0.0.1:41509_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 8196 INFO  
(zkCallback-30-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 8196 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:38127_solr) 
[n:127.0.0.1:38127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 8240 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:41797_solr 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 8242 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:41797_solr 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 8245 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:41797_solr 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41797_solr
   [junit4]   2> 8246 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:43503_solr) 
[n:127.0.0.1:43503_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 8246 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:41509_solr) 
[n:127.0.0.1:41509_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 8246 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:38127_solr) 
[n:127.0.0.1:38127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 8251 INFO  
(zkCallback-27-thread-1-processing-n:127.0.0.1:41797_solr) 
[n:127.0.0.1:41797_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 8267 INFO  
(zkCallback-30-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 8328 INFO  (jetty-launcher-5-thread-4) [n:127.0.0.1:34157_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34157.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8331 INFO  (jetty-launcher-5-thread-4) [n:127.0.0.1:34157_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34157.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8331 INFO  (jetty-launcher-5-thread-4) [n:127.0.0.1:34157_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34157.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8341 INFO  (jetty-launcher-5-thread-3) [n:127.0.0.1:43503_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43503.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8342 INFO  (jetty-launcher-5-thread-3) [n:127.0.0.1:43503_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43503.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8342 INFO  (jetty-launcher-5-thread-3) [n:127.0.0.1:43503_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43503.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8366 INFO  (jetty-launcher-5-thread-3) [n:127.0.0.1:43503_solr 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node3/.
   [junit4]   2> 8398 INFO  (jetty-launcher-5-thread-4) [n:127.0.0.1:34157_solr 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node4/.
   [junit4]   2> 8443 INFO  (jetty-launcher-5-thread-5) [n:127.0.0.1:38127_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38127.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8444 INFO  (jetty-launcher-5-thread-5) [n:127.0.0.1:38127_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38127.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8444 INFO  (jetty-launcher-5-thread-5) [n:127.0.0.1:38127_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38127.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8449 INFO  (jetty-launcher-5-thread-5) [n:127.0.0.1:38127_solr 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node5/.
   [junit4]   2> 8532 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:41509_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41509.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8536 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:41509_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41509.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8536 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:41509_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41509.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8538 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:41509_solr 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node1/.
   [junit4]   2> 8553 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:41797_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41797.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8565 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:41797_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41797.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8566 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:41797_solr 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41797.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 8571 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:41797_solr 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node2/.
   [junit4]   2> 9056 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 9057 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:44375/solr ready
   [junit4]   2> 9080 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionCreateSearchDelete
   [junit4]   2> 9087 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1e281191{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 9087 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1019490076
   [junit4]   2> 9088 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 9088 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5b989260: rootName = 
solr_43503, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@2bee978d
   [junit4]   2> 9103 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 9103 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e5cc38: rootName = 
solr_43503, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@5b4dde95
   [junit4]   2> 9114 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 9114 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@203943f8: rootName = 
solr_43503, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@7f8c7c4f
   [junit4]   2> 9130 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43503_solr
   [junit4]   2> 9131 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 9131 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:38127_solr) 
[n:127.0.0.1:38127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 9131 INFO  
(zkCallback-30-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 9131 INFO  
(zkCallback-27-thread-1-processing-n:127.0.0.1:41797_solr) 
[n:127.0.0.1:41797_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 9131 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:41509_solr) 
[n:127.0.0.1:41509_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 9132 INFO  (zkCallback-42-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 9133 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 9133 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:43503_solr) 
[n:127.0.0.1:43503_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 9136 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 0x15fff3de7eb000e, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 9144 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@75b07b75{/solr,null,UNAVAILABLE}
   [junit4]   2> 9147 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 9167 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@67902ada{/solr,null,AVAILABLE}
   [junit4]   2> 9168 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.e.j.s.AbstractConnector Started ServerConnector@515ba46c{SSL,[ssl, 
http/1.1]}{127.0.0.1:39953}
   [junit4]   2> 9168 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.e.j.s.Server Started @10557ms
   [junit4]   2> 9168 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39953}
   [junit4]   2> 9169 ERROR 
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 9169 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 9169 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 9169 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 9169 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-27T20:49:30.696922Z
   [junit4]   2> 9172 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 9188 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44375/solr
   [junit4]   2> 9210 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [n:127.0.0.1:39953_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 9212 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [n:127.0.0.1:39953_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 9215 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [n:127.0.0.1:39953_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39953_solr
   [junit4]   2> 9216 INFO  (zkCallback-42-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 9216 INFO  
(zkCallback-30-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 9216 INFO  
(zkCallback-31-thread-1-processing-n:127.0.0.1:38127_solr) 
[n:127.0.0.1:38127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 9217 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:41509_solr) 
[n:127.0.0.1:41509_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 9217 INFO  
(zkCallback-27-thread-1-processing-n:127.0.0.1:41797_solr) 
[n:127.0.0.1:41797_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 9217 INFO  
(zkCallback-47-thread-1-processing-n:127.0.0.1:39953_solr) 
[n:127.0.0.1:39953_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 9295 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [n:127.0.0.1:39953_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39953.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 9308 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [n:127.0.0.1:39953_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39953.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 9308 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [n:127.0.0.1:39953_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39953.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 9310 INFO  
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[EAB2D62855EFDF79])
 [n:127.0.0.1:39953_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node6/.
   [junit4]   2> 9671 INFO  (qtp176521390-87) [n:127.0.0.1:34157_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 9686 INFO  
(OverseerThreadFactory-50-thread-1-processing-n:127.0.0.1:38127_solr) 
[n:127.0.0.1:38127_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testcollection
   [junit4]   2> 9828 INFO  
(OverseerStateUpdate-99078358174466063-127.0.0.1:38127_solr-n_0000000000) 
[n:127.0.0.1:38127_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:41509/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 9847 INFO  
(OverseerStateUpdate-99078358174466063-127.0.0.1:38127_solr-n_0000000000) 
[n:127.0.0.1:38127_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39953/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 9852 INFO  
(OverseerStateUpdate-99078358174466063-127.0.0.1:38127_solr-n_0000000000) 
[n:127.0.0.1:38127_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:34157/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 9859 INFO  
(OverseerStateUpdate-99078358174466063-127.0.0.1:38127_solr-n_0000000000) 
[n:127.0.0.1:38127_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:41797/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 10241 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&coreNodeName=core_node7&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 10243 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 10257 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&coreNodeName=core_node2&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 10257 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 10260 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&coreNodeName=core_node5&name=testcollection_shard1_replica_n3&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 10261 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 10273 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&coreNodeName=core_node8&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 10274 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 10402 INFO  
(zkCallback-27-thread-1-processing-n:127.0.0.1:41797_solr) 
[n:127.0.0.1:41797_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> 10402 INFO  
(zkCallback-30-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 10402 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:41509_solr) 
[n:127.0.0.1:41509_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> 10402 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:41509_solr) 
[n:127.0.0.1:41509_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> 10402 INFO  
(zkCallback-47-thread-1-processing-n:127.0.0.1:39953_solr) 
[n:127.0.0.1:39953_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> 10410 INFO  
(zkCallback-27-thread-2-processing-n:127.0.0.1:41797_solr) 
[n:127.0.0.1:41797_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> 10422 INFO  
(zkCallback-47-thread-2-processing-n:127.0.0.1:39953_solr) 
[n:127.0.0.1:39953_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> 10427 INFO  
(zkCallback-30-thread-2-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 11325 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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> 11334 INFO  (qtp176521390-75) [n:127.0.0.1:34157_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> 11339 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 11340 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 11358 INFO  (qtp176521390-75) [n:127.0.0.1:34157_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> 11358 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.s.IndexSchema [testcollection_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 11360 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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> 11363 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.s.IndexSchema [testcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 11365 WARN  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11365 WARN  (qtp2017846331-96) [n:127.0.0.1:41797_solr 
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11365 WARN  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11370 WARN  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11372 WARN  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 11373 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 11374 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 11374 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n3' 
using configuration from collection testcollection, trusted=true
   [junit4]   2> 11374 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 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> 11376 WARN  (qtp2017846331-96) [n:127.0.0.1:41797_solr 
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 11377 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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> 11377 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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> 11373 INFO  (qtp176521390-75) [n:127.0.0.1:34157_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> 11379 INFO  (qtp176521390-75) [n:127.0.0.1:34157_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> 11387 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34157.solr.core.testcollection.shard2.replica_n4' (registry 
'solr.core.testcollection.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 11387 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41509.solr.core.testcollection.shard1.replica_n1' (registry 
'solr.core.testcollection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 11387 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39953.solr.core.testcollection.shard1.replica_n3' (registry 
'solr.core.testcollection.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 11391 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 11391 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.c.SolrCore [[testcollection_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node4/testcollection_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node4/./testcollection_shard2_replica_n4/data/]
   [junit4]   2> 11393 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 11393 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.c.SolrCore [[testcollection_shard1_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node6/testcollection_shard1_replica_n3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node6/./testcollection_shard1_replica_n3/data/]
   [junit4]   2> 11394 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 11394 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node1/testcollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node1/./testcollection_shard1_replica_n1/data/]
   [junit4]   2> 11398 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_solr 
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41797.solr.core.testcollection.shard2.replica_n6' (registry 
'solr.core.testcollection.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75d0618d
   [junit4]   2> 11399 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_solr 
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 11399 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node2/testcollection_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_EAB2D62855EFDF79-001/tempDir-001/node2/./testcollection_shard2_replica_n6/data/]
   [junit4]   2> 11597 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 11597 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 11600 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11600 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11606 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@77cee15e[testcollection_shard1_replica_n3] main]
   [junit4]   2> 11609 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/solrCloudCollectionConfig
   [junit4]   2> 11610 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 11611 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 11612 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585253736135000064
   [junit4]   2> 11614 INFO  
(searcherExecutor-67-thread-1-processing-n:127.0.0.1:39953_solr 
x:testcollection_shard1_replica_n3 s:shard1 c:testcollection r:core_node5) 
[n:127.0.0.1:39953_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n3] o.a.s.c.SolrCore 
[testcollection_shard1_replica_n3] Registered new searcher 
Searcher@77cee15e[testcollection_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11632 INFO  (qtp1307177143-185) [n:127.0.0.1:39953_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 11639 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 11640 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 11643 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11643 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11646 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@518a8fbd[testcollection_shard1_replica_n1] main]
   [junit4]   2> 11647 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/solrCloudCollectionConfig
   [junit4]   2> 11647 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 11648 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 11650 INFO  
(searcherExecutor-68-thread-1-processing-n:127.0.0.1:41509_solr 
x:testcollection_shard1_replica_n1 s:shard1 c:testcollection r:core_node2) 
[n:127.0.0.1:41509_solr c:testcollection s:shard1 r:core_node2 
x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore 
[testcollection_shard1_replica_n1] Registered new searcher 
Searcher@518a8fbd[testcollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11650 INFO  (qtp386958536-61) [n:127.0.0.1:41509_solr 
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585253736174845952
   [junit4]   2> 11674 INFO  (qtp176521390-75) [n:127.0.0.1:34157_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> 11674 INFO  (qtp176521390-75) [n:127.0.0.1:34157_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> 11676 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11676 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11679 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14b40286[testcollection_shard2_replica_n4] main]
   [junit4]   2> 11680 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/solrCloudCollectionConfig
   [junit4]   2> 11681 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 11683 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 11686 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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> 11687 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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> 11689 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585253736215740416
   [junit4]   2> 11694 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_solr 
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11694 INFO  
(searcherExecutor-70-thread-1-processing-n:127.0.0.1:34157_solr 
x:testcollection_shard2_replica_n4 s:shard2 c:testcollection r:core_node7) 
[n:127.0.0.1:34157_solr c:testcollection s:shard2 r:core_node7 
x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore 
[testcollection_shard2_replica_n4] Registered new searcher 
Searcher@14b40286[testcollection_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11696 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_solr 
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11702 INFO  (qtp176521390-75) [n:127.0.0.1:34157_solr 
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 11705 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_solr 
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3b7b25f2[testcollection_shard2_replica_n6] main]
   [junit4]   2> 11706 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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> 11707 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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> 11707 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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> 11708 INFO  (qtp2017846331-96) [n:127.0.0.1:41797_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 1585253736235663360
   [junit4]   2> 11709 INFO  
(searcherExecutor-69-thread-1-processing-n:127.0.0.1:41797_solr 
x:testcollection_shard2_replica_n6 s:shard2 c:testcollection r:core_node8) 
[n:127.0.0.1:41

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

   [junit4]   1>    /autoscaling/events/.auto_add_replicas (0)
   [junit4]   1>  /autoscaling.json (0)
   [junit4]   1>  DATA:
   [junit4]   1>      {
   [junit4]   1>        "cluster-preferences":[{
   [junit4]   1>            "minimize":"cores",
   [junit4]   1>            "precision":1}],
   [junit4]   1>        "triggers":{".auto_add_replicas":{
   [junit4]   1>            "name":".auto_add_replicas",
   [junit4]   1>            "event":"nodeLost",
   [junit4]   1>            "waitFor":30,
   [junit4]   1>            "actions":[
   [junit4]   1>              {
   [junit4]   1>                "name":"auto_add_replicas_plan",
   [junit4]   1>                "class":"solr.AutoAddReplicasPlanAction"},
   [junit4]   1>              {
   [junit4]   1>                "name":"execute_plan",
   [junit4]   1>                "class":"solr.ExecutePlanAction"}],
   [junit4]   1>            "enabled":true}},
   [junit4]   1>        "listeners":{".auto_add_replicas.system":{
   [junit4]   1>            "beforeAction":[],
   [junit4]   1>            "afterAction":[],
   [junit4]   1>            "trigger":".auto_add_replicas",
   [junit4]   1>            "stage":[
   [junit4]   1>              "STARTED",
   [junit4]   1>              "ABORTED",
   [junit4]   1>              "SUCCEEDED",
   [junit4]   1>              "FAILED",
   [junit4]   1>              "BEFORE_ACTION",
   [junit4]   1>              "AFTER_ACTION",
   [junit4]   1>              "IGNORED"],
   [junit4]   1>            
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener"}}}
   [junit4]   1> 
   [junit4]   2> 213599 INFO  (jetty-closer-355-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@4feeb868{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 213600 INFO  (jetty-closer-355-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1110742536
   [junit4]   2> 213600 INFO  (jetty-closer-355-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 213600 INFO  (jetty-closer-355-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5d89a19d: rootName = 
solr_43681, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1da2c902
   [junit4]   2> 213605 INFO  (jetty-closer-355-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 213605 INFO  (jetty-closer-355-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@611ca5d4: rootName = 
solr_43681, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@36aea45b
   [junit4]   2> 213609 INFO  (jetty-closer-355-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 213609 INFO  (jetty-closer-355-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1cd1b299: rootName = 
solr_43681, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6781d0ff
   [junit4]   2> 213610 INFO  (jetty-closer-355-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43681_solr
   [junit4]   2> 213611 INFO  (jetty-closer-355-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 213611 INFO  (coreCloseExecutor-853-thread-1) 
[n:127.0.0.1:43681_solr c:streams_collection s:shard1 r:core_node2 
x:streams_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[streams_collection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@412fe8e
   [junit4]   2> 213611 INFO  (coreCloseExecutor-853-thread-1) 
[n:127.0.0.1:43681_solr c:streams_collection s:shard1 r:core_node2 
x:streams_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.streams_collection.shard1.replica_n1, 
tag=68353678
   [junit4]   2> 213611 INFO  (coreCloseExecutor-853-thread-1) 
[n:127.0.0.1:43681_solr c:streams_collection s:shard1 r:core_node2 
x:streams_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@24f37cf7: rootName 
= solr_43681, domain = solr.core.streams_collection.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.streams_collection.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@5cf936be
   [junit4]   2> 213612 INFO  
(zkCallback-361-thread-4-processing-n:127.0.0.1:43681_solr) 
[n:127.0.0.1:43681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 213616 INFO  (coreCloseExecutor-853-thread-1) 
[n:127.0.0.1:43681_solr c:streams_collection s:shard1 r:core_node2 
x:streams_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.streams_collection.shard1.leader, 
tag=68353678
   [junit4]   2> 213617 INFO  (jetty-closer-355-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99078528673513475-127.0.0.1:43681_solr-n_0000000000) closing
   [junit4]   2> 213618 INFO  
(OverseerStateUpdate-99078528673513475-127.0.0.1:43681_solr-n_0000000000) 
[n:127.0.0.1:43681_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43681_solr
   [junit4]   2> 213618 WARN  
(OverseerAutoScalingTriggerThread-99078528673513475-127.0.0.1:43681_solr-n_0000000000)
 [n:127.0.0.1:43681_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 213619 INFO  (jetty-closer-355-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5762cbe1{/solr,null,UNAVAILABLE}
   [junit4]   2> 213619 ERROR 
(SUITE-StreamingTest-seed#[36A7347C8A285BC5]-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> 213620 INFO  
(SUITE-StreamingTest-seed#[36A7347C8A285BC5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34435 34435
   [junit4]   2> 218755 INFO  (Thread-648) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34435 34435
   [junit4]   2> 218756 WARN  (Thread-648) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/collections/streams_collection/state.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 218756 INFO  
(SUITE-StreamingTest-seed#[36A7347C8A285BC5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1553, maxMBSortInHeap=7.956520430786406, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@65a821f2),
 locale=en-GD, timezone=Pacific/Guadalcanal
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=1,free=291278112,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkConfigManager, 
GraphExpressionTest, CloudSolrClientCacheTest, CubedRootEvaluatorTest, 
TestSpellCheckResponse, SolrExampleStreamingTest, TestConfigSetAdminRequest, 
SchemaTest, AscEvaluatorTest, FieldValueEvaluatorTest, TestV1toV2ApiMapper, 
TestPathTrie, ContentStreamTest, NotEvaluatorTest, LargeVolumeEmbeddedTest, 
ShardParamsTest, ConcurrentUpdateSolrClientBuilderTest, TestXMLEscaping, 
RawValueEvaluatorTest, TestToleratedUpdateError, StreamExpressionParserTest, 
NaturalLogEvaluatorTest, TestEmbeddedSolrServer, LargeVolumeBinaryJettyTest, 
JettyWebappTest, TermsResponseTest, TestDocumentObjectBinder, TestHash, 
SolrExceptionTest, FieldAnalysisResponseTest, FacetFieldTest, 
CollectionAdminRequestRequiredParamsTest, GetByIdTest, 
SolrSchemalessExampleTest, TestLBHttpSolrClient, HttpSolrClientBuilderTest, 
HttpSolrClientConPoolTest, TestCloudSolrClientConnections, 
SelectWithEvaluatorsTest, StreamingTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=StreamingTest 
-Dtests.seed=36A7347C8A285BC5 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en-GD -Dtests.timezone=Pacific/Guadalcanal -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | StreamingTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes 
recoverying - waited for 90 seconds
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([36A7347C8A285BC5]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.StreamingTest.configureCluster(StreamingTest.java:103)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [146/146 (1!)] on J0 in 127.10s, 0 tests, 1 failure <<< 
FAILURES!

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

Reply via email to