You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/01/02 21:51:27 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.1) - Build # 21200 - Still Unstable!

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

2 tests failed.
FAILED:  org.apache.solr.cloud.DistribCursorPagingTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:39415

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:39415
	at __randomizedtesting.SeedInfo.seed([9ADC4EA09FD73476:1288717A312B598E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	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.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:320)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 42 more


FAILED:  org.apache.solr.cloud.TestDownShardTolerantSearch.searchingShouldFailWithoutTolerantSearchSetToTrue

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:45543/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([9ADC4EA09FD73476:A80CEFAB9A755517]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	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.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestDownShardTolerantSearch.searchingShouldFailWithoutTolerantSearchSetToTrue(TestDownShardTolerantSearch.java:54)
	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)




Build Log:
[...truncated 1785 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20180102_203116_4853772149801340793508.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20180102_203116_4858635844314090540044.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20180102_203116_4888925091533323304338.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 281 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20180102_203955_304402702079933803131.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 18 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20180102_203955_30711378637710657311294.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20180102_203955_3048545487783070249522.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 934 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20180102_204118_3461735517539096333584.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20180102_204118_34611428558600422822083.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 126 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20180102_204118_34611774809172504143143.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 228 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20180102_204318_41210018672490176229181.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20180102_204318_41216453884224004568327.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20180102_204318_412356886342339706445.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 241 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20180102_204330_09812046166826462739812.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180102_204330_0989206547818371091899.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20180102_204330_09810541156786892203948.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20180102_204356_9061025887612618051847.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20180102_204356_90615734011498461549114.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20180102_204356_90615183660728885096286.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 164 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20180102_204403_3032045743029154317057.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20180102_204403_3034620314983888979532.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20180102_204403_3034269782030732091791.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20180102_204406_0992533381564958297004.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180102_204406_0963847276534931650214.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180102_204406_09617544323101927143935.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20180102_204417_4151040807598354287668.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180102_204417_4156505868851409239974.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 157 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20180102_204425_42812868937863047470985.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20180102_204425_4299135912521513471368.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20180102_204425_42816461778629779181172.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 169 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20180102_204428_11011645329616464438488.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20180102_204435_8068209732492566543601.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20180102_204435_80610184496635497453514.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20180102_204435_8076598921157818766142.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1293 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20180102_204453_62512484362138646328122.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20180102_204453_6255195653940807153237.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20180102_204453_6251640058546232394384.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 230 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20180102_204501_8449543317526742103006.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20180102_204501_844890414512958790050.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20180102_204501_8442828673250019313548.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 260 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20180102_204512_9501617804402286979886.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20180102_204512_9503762053959335003605.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20180102_204512_95017134058081853827256.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 208 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20180102_204806_5566579049925608774802.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20180102_204806_5574848085447636595519.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20180102_204806_557691262565945603953.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 170 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20180102_204809_3506858164990409002559.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20180102_204809_35016606341030728079763.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20180102_204809_35010975949722263870123.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 226 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20180102_204819_77717918076618454976131.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20180102_204819_77712339455813310972812.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20180102_204819_77716560016982549936394.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 179 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20180102_204851_7233334274313301067383.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20180102_204851_7237256598406610191113.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20180102_204851_7234873958766783511355.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 240 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20180102_204903_3857954462473063345034.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20180102_204903_38512667657910167075874.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20180102_204903_38514914212713354997388.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20180102_204924_4126793887094852479015.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20180102_204924_4127992448041919241819.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20180102_204924_41211099702405957222413.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20180102_204945_60113127849568555165534.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J1-20180102_204945_6013009375762469724848.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 172 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20180102_204954_2323951321277403570249.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20180102_204954_2327086091987259327246.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J0-20180102_204954_2327290612693378786325.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 298 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20180102_205009_414112293669510802670.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20180102_205009_4145553400974815777480.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J0-20180102_205009_4147809107631709113955.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 230 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20180102_205017_51417802374643459115178.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20180102_205017_5142345030314145063792.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20180102_205017_5143720744861933860785.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 207 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20180102_205025_4264642013102648727939.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20180102_205025_4267724806898895157787.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20180102_205025_42614771624437334173008.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 216 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20180102_205038_450309839477404943496.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20180102_205038_4501915470323881530252.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20180102_205038_45117761443926807973040.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 317 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20180102_205128_6353308263863794452485.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20180102_205128_6356573258637543371138.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20180102_205128_63512141158457483848549.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 148 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20180102_205147_008245463479640810665.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 175 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20180102_205148_81415818832888444211927.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20180102_205148_81411271094602023382770.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20180102_205148_81411436775820967755185.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 253 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20180102_205234_13512764005048636076528.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20180102_205234_1359196738096302720486.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20180102_205234_1352973735137329928361.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1955 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestDownShardTolerantSearch
   [junit4]   2> 307825 INFO  (SUITE-TestDownShardTolerantSearch-seed#[9ADC4EA09FD73476]-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/J1/temp/solr.cloud.TestDownShardTolerantSearch_9ADC4EA09FD73476-001/init-core-data-001
   [junit4]   2> 307826 WARN  (SUITE-TestDownShardTolerantSearch-seed#[9ADC4EA09FD73476]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 307826 INFO  (SUITE-TestDownShardTolerantSearch-seed#[9ADC4EA09FD73476]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 307826 INFO  (SUITE-TestDownShardTolerantSearch-seed#[9ADC4EA09FD73476]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 307827 INFO  (SUITE-TestDownShardTolerantSearch-seed#[9ADC4EA09FD73476]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDownShardTolerantSearch_9ADC4EA09FD73476-001/tempDir-001
   [junit4]   2> 307827 INFO  (SUITE-TestDownShardTolerantSearch-seed#[9ADC4EA09FD73476]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 307828 INFO  (Thread-508) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 307828 INFO  (Thread-508) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 307836 ERROR (Thread-508) [    ] 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> 307928 INFO  (SUITE-TestDownShardTolerantSearch-seed#[9ADC4EA09FD73476]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37965
   [junit4]   2> 307932 INFO  (zkConnectionManagerCallback-491-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307950 INFO  (jetty-launcher-488-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 307950 INFO  (jetty-launcher-488-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 307955 INFO  (jetty-launcher-488-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4849c1a4{/solr,null,AVAILABLE}
   [junit4]   2> 307956 INFO  (jetty-launcher-488-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28c24f70{/solr,null,AVAILABLE}
   [junit4]   2> 307961 INFO  (jetty-launcher-488-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7be66fe4{SSL,[ssl, http/1.1]}{127.0.0.1:٤٥٥٤٣}
   [junit4]   2> 307961 INFO  (jetty-launcher-488-thread-2) [    ] o.e.j.s.Server Started @٣٠٩٨٣٧ms
   [junit4]   2> 307961 INFO  (jetty-launcher-488-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45543}
   [junit4]   2> 307961 ERROR (jetty-launcher-488-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 307961 INFO  (jetty-launcher-488-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 307961 INFO  (jetty-launcher-488-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 307961 INFO  (jetty-launcher-488-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 307961 INFO  (jetty-launcher-488-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-02T20:58:43.381809Z
   [junit4]   2> 307961 INFO  (jetty-launcher-488-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@73a40fe3{SSL,[ssl, http/1.1]}{127.0.0.1:٤٣٥٩٥}
   [junit4]   2> 307962 INFO  (jetty-launcher-488-thread-1) [    ] o.e.j.s.Server Started @٣٠٩٨٣٨ms
   [junit4]   2> 307962 INFO  (jetty-launcher-488-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43595}
   [junit4]   2> 307962 ERROR (jetty-launcher-488-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 307962 INFO  (jetty-launcher-488-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 307962 INFO  (jetty-launcher-488-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 307962 INFO  (jetty-launcher-488-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 307962 INFO  (jetty-launcher-488-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-02T20:58:43.382904Z
   [junit4]   2> 307968 INFO  (zkConnectionManagerCallback-493-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307969 INFO  (zkConnectionManagerCallback-495-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307969 INFO  (jetty-launcher-488-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 307969 INFO  (jetty-launcher-488-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 307980 INFO  (jetty-launcher-488-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37965/solr
   [junit4]   2> 307984 INFO  (jetty-launcher-488-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37965/solr
   [junit4]   2> 307988 INFO  (zkConnectionManagerCallback-499-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307992 INFO  (zkConnectionManagerCallback-503-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308002 INFO  (zkConnectionManagerCallback-505-thread-1-processing-n:127.0.0.1:45543_solr) [n:127.0.0.1:45543_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308003 INFO  (zkConnectionManagerCallback-507-thread-1-processing-n:127.0.0.1:43595_solr) [n:127.0.0.1:43595_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308075 INFO  (jetty-launcher-488-thread-2) [n:127.0.0.1:45543_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 308075 INFO  (jetty-launcher-488-thread-2) [n:127.0.0.1:45543_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45543_solr
   [junit4]   2> 308076 INFO  (jetty-launcher-488-thread-2) [n:127.0.0.1:45543_solr    ] o.a.s.c.Overseer Overseer (id=99282237734912005-127.0.0.1:45543_solr-n_0000000000) starting
   [junit4]   2> 308077 INFO  (jetty-launcher-488-thread-1) [n:127.0.0.1:43595_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 308077 INFO  (jetty-launcher-488-thread-1) [n:127.0.0.1:43595_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43595_solr
   [junit4]   2> 308088 INFO  (zkCallback-504-thread-1-processing-n:127.0.0.1:45543_solr) [n:127.0.0.1:45543_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 308088 INFO  (zkCallback-506-thread-1-processing-n:127.0.0.1:43595_solr) [n:127.0.0.1:43595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 308099 INFO  (jetty-launcher-488-thread-2) [n:127.0.0.1:45543_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45543_solr
   [junit4]   2> 308100 INFO  (zkCallback-506-thread-1-processing-n:127.0.0.1:43595_solr) [n:127.0.0.1:43595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 308100 INFO  (zkCallback-504-thread-1-processing-n:127.0.0.1:45543_solr) [n:127.0.0.1:45543_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 308116 INFO  (jetty-launcher-488-thread-1) [n:127.0.0.1:43595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43595.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aebb679
   [junit4]   2> 308128 INFO  (jetty-launcher-488-thread-1) [n:127.0.0.1:43595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43595.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aebb679
   [junit4]   2> 308128 INFO  (jetty-launcher-488-thread-1) [n:127.0.0.1:43595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43595.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aebb679
   [junit4]   2> 308130 INFO  (jetty-launcher-488-thread-1) [n:127.0.0.1:43595_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDownShardTolerantSearch_9ADC4EA09FD73476-001/tempDir-001/node1/.
   [junit4]   2> 308149 INFO  (jetty-launcher-488-thread-2) [n:127.0.0.1:45543_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45543.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aebb679
   [junit4]   2> 308157 INFO  (jetty-launcher-488-thread-2) [n:127.0.0.1:45543_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45543.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aebb679
   [junit4]   2> 308157 INFO  (jetty-launcher-488-thread-2) [n:127.0.0.1:45543_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45543.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aebb679
   [junit4]   2> 308158 INFO  (jetty-launcher-488-thread-2) [n:127.0.0.1:45543_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDownShardTolerantSearch_9ADC4EA09FD73476-001/tempDir-001/node2/.
   [junit4]   2> 308178 INFO  (zkConnectionManagerCallback-513-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308180 INFO  (zkConnectionManagerCallback-517-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308181 INFO  (SUITE-TestDownShardTolerantSearch-seed#[9ADC4EA09FD73476]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 308181 INFO  (SUITE-TestDownShardTolerantSearch-seed#[9ADC4EA09FD73476]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37965/solr ready
   [junit4]   2> 308188 INFO  (TEST-TestDownShardTolerantSearch.searchingShouldFailWithoutTolerantSearchSetToTrue-seed#[9ADC4EA09FD73476]) [    ] o.a.s.SolrTestCaseJ4 ###Starting searchingShouldFailWithoutTolerantSearchSetToTrue
   [junit4]   2> 308216 INFO  (qtp1328982029-2243) [n:127.0.0.1:45543_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=tolerant&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 308220 INFO  (OverseerThreadFactory-850-thread-1-processing-n:127.0.0.1:45543_solr) [n:127.0.0.1:45543_solr    ] o.a.s.c.CreateCollectionCmd Create collection tolerant
   [junit4]   2> 308325 INFO  (OverseerStateUpdate-99282237734912005-127.0.0.1:45543_solr-n_0000000000) [n:127.0.0.1:45543_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tolerant",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tolerant_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45543/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 308326 INFO  (OverseerStateUpdate-99282237734912005-127.0.0.1:45543_solr-n_0000000000) [n:127.0.0.1:45543_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tolerant",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"tolerant_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43595/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 308541 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tolerant_shard1_replica_n1&action=CREATE&numShards=2&collection=tolerant&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 308541 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 308547 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tolerant_shard2_replica_n2&action=CREATE&numShards=2&collection=tolerant&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 308547 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 308653 INFO  (zkCallback-506-thread-1-processing-n:127.0.0.1:43595_solr) [n:127.0.0.1:43595_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tolerant/state.json] for collection [tolerant] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 308653 INFO  (zkCallback-504-thread-1-processing-n:127.0.0.1:45543_solr) [n:127.0.0.1:45543_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tolerant/state.json] for collection [tolerant] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 308653 INFO  (zkCallback-506-thread-2-processing-n:127.0.0.1:43595_solr) [n:127.0.0.1:43595_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tolerant/state.json] for collection [tolerant] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 308653 INFO  (zkCallback-504-thread-2-processing-n:127.0.0.1:45543_solr) [n:127.0.0.1:45543_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tolerant/state.json] for collection [tolerant] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 309554 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 309562 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 309566 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.s.IndexSchema [tolerant_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 309566 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.s.IndexSchema [tolerant_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 309568 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 309568 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'tolerant_shard2_replica_n2' using configuration from collection tolerant, trusted=true
   [junit4]   2> 309568 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 309568 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'tolerant_shard1_replica_n1' using configuration from collection tolerant, trusted=true
   [junit4]   2> 309568 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43595.solr.core.tolerant.shard2.replica_n2' (registry 'solr.core.tolerant.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aebb679
   [junit4]   2> 309568 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 309568 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.SolrCore [[tolerant_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDownShardTolerantSearch_9ADC4EA09FD73476-001/tempDir-001/node1/tolerant_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDownShardTolerantSearch_9ADC4EA09FD73476-001/tempDir-001/node1/./tolerant_shard2_replica_n2/data/]
   [junit4]   2> 309568 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45543.solr.core.tolerant.shard1.replica_n1' (registry 'solr.core.tolerant.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aebb679
   [junit4]   2> 309569 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 309569 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.SolrCore [[tolerant_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDownShardTolerantSearch_9ADC4EA09FD73476-001/tempDir-001/node2/tolerant_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDownShardTolerantSearch_9ADC4EA09FD73476-001/tempDir-001/node2/./tolerant_shard1_replica_n1/data/]
   [junit4]   2> 309600 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 309600 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 309601 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 309601 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 309602 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@67bbf665[tolerant_shard2_replica_n2] main]
   [junit4]   2> 309603 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 309603 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 309603 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 309604 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588515805618765824
   [junit4]   2> 309604 INFO  (searcherExecutor-855-thread-1-processing-n:127.0.0.1:43595_solr x:tolerant_shard2_replica_n2 s:shard2 c:tolerant r:core_node4) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.SolrCore [tolerant_shard2_replica_n2] Registered new searcher Searcher@67bbf665[tolerant_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 309607 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 309607 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 309607 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43595/solr/tolerant_shard2_replica_n2/
   [junit4]   2> 309607 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 309607 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:43595/solr/tolerant_shard2_replica_n2/ has no replicas
   [junit4]   2> 309607 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 309608 INFO  (qtp1013509706-2234) [n:127.0.0.1:43595_solr c:tolerant s:shard2 r:core_node4 x:tolerant_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43595/solr/tolerant_shard2_replica_n2/ shard2
   [junit4]   2> 309621 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 309621 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 309623 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 309623 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 309624 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@22064d5d[tolerant_shard1_replica_n1] main]
   [junit4]   2> 309625 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 309625 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 309626 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 309626 INFO  (searcherExecutor-856-thread-1-processing-n:127.0.0.1:45543_solr x:tolerant_shard1_replica_n1 s:shard1 c:tolerant r:core_node3) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.SolrCore [tolerant_shard1_replica_n1] Registered new searcher Searcher@22064d5d[tolerant_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 309626 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588515805641834496
   [junit4]   2> 309629 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 309629 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 309629 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45543/solr/tolerant_shard1_replica_n1/
   [junit4]   2> 309629 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 309629 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:45543/solr/tolerant_shard1_replica_n1/ has no replicas
   [junit4]   2> 309629 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 309630 INFO  (qtp1328982029-2241) [n:127.0.0.1:45543_solr c:tolerant s:shard1 r:core_node3 x:tolerant_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45543/solr/tolerant_shard1_replica_n1/ shard1
   [junit4]   2> 488219 ERROR (qtp1328982029-2243) [n:127.0.0.1:45543_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:314)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 488219 INFO  (qtp1328982029-2243) [n:127.0.0.1:45543_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=tolerant&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=500 QTime=180003
   [junit4]   2> 488219 ERROR (qtp1328982029-2243) [n:127.0.0.1:45543_solr    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:314)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 488220 INFO  (TEST-TestDownShardTolerantSearch.searchingShouldFailWithoutTolerantSearchSetToTrue-seed#[9ADC4EA09FD73476]) [    ] o.a.s.SolrTestCaseJ4 ###Ending searchingShouldFailWithoutTolerantSearchSetToTrue
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDownShardTolerantSearch -Dtests.method=searchingShouldFailWithoutTolerantSearchSetToTrue -Dtests.seed=9ADC4EA09FD73476 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-KW -Dtests.timezone=Europe/Bratislava -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    180s J1 | TestDownShardTolerantSearch.searchingShouldFailWithoutTolerantSearchSetToTrue <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:45543/solr: create the collection time out:180s
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9ADC4EA09FD73476:A80CEFAB9A755517]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit

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

ty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J2-20180102_214537_97810383668717664547051.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20180102_214537_97816783073088698118442.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 553 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20180102_214631_2338476625026937255756.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20180102_214631_2331763655389178480997.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20180102_214631_23310290669903595657671.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1260 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20180102_214647_8143995923796626490813.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20180102_214647_81316611611521500996526.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 650 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20180102_214654_3121870809843654139940.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20180102_214654_3126507998754873886699.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20180102_214654_31212720284726833892916.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 558 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20180102_214714_94711983809510663567975.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20180102_214714_9472215902637337021005.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20180102_214714_94712721529395138801978.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 563 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20180102_214727_676868129124731251235.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20180102_214727_67615161803593670120658.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 643 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20180102_214734_98816432941915144889016.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20180102_214734_9885681344359483900949.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20180102_214734_9885841417183767687119.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20180102_214800_9372058550027183730313.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20180102_214800_9377362486098408230808.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 548 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20180102_214813_13610724189851492109043.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 32219 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+37) - Build # 21201 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21201/
Java: 64bit/jdk-10-ea+37 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([4A6ABB09D249B2AC:C23E84D37CB5DF54]:0)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1261)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:449)
	at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:97)
	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)


FAILED:  org.apache.solr.schema.TestCloudSchemaless.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:34559/bix

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:34559/bix
	at __randomizedtesting.SeedInfo.seed([4A6ABB09D249B2AC:C23E84D37CB5DF54]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	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.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:320)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 42 more




Build Log:
[...truncated 13486 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica
   [junit4]   2> 2486131 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-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/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_4A6ABB09D249B2AC-001/init-core-data-001
   [junit4]   2> 2486131 WARN  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=28 numCloses=28
   [junit4]   2> 2486131 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2486132 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-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> 2486133 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_4A6ABB09D249B2AC-001/tempDir-001
   [junit4]   2> 2486133 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2486133 INFO  (Thread-6134) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2486133 INFO  (Thread-6134) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2486134 ERROR (Thread-6134) [    ] 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> 2486233 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39971
   [junit4]   2> 2486235 INFO  (zkConnectionManagerCallback-4322-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486237 INFO  (jetty-launcher-4319-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2486237 INFO  (jetty-launcher-4319-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2486239 INFO  (jetty-launcher-4319-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c9a2646{/solr,null,AVAILABLE}
   [junit4]   2> 2486239 INFO  (jetty-launcher-4319-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@380217f8{/solr,null,AVAILABLE}
   [junit4]   2> 2486239 INFO  (jetty-launcher-4319-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7118407c{SSL,[ssl, http/1.1]}{127.0.0.1:44563}
   [junit4]   2> 2486239 INFO  (jetty-launcher-4319-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@df2e422{SSL,[ssl, http/1.1]}{127.0.0.1:33333}
   [junit4]   2> 2486239 INFO  (jetty-launcher-4319-thread-1) [    ] o.e.j.s.Server Started @2488155ms
   [junit4]   2> 2486239 INFO  (jetty-launcher-4319-thread-2) [    ] o.e.j.s.Server Started @2488155ms
   [junit4]   2> 2486240 INFO  (jetty-launcher-4319-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44563}
   [junit4]   2> 2486240 INFO  (jetty-launcher-4319-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33333}
   [junit4]   2> 2486240 ERROR (jetty-launcher-4319-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2486240 ERROR (jetty-launcher-4319-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2486240 INFO  (jetty-launcher-4319-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2486240 INFO  (jetty-launcher-4319-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2486240 INFO  (jetty-launcher-4319-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2486240 INFO  (jetty-launcher-4319-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2486240 INFO  (jetty-launcher-4319-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2486240 INFO  (jetty-launcher-4319-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2486240 INFO  (jetty-launcher-4319-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-03T00:36:13.475436Z
   [junit4]   2> 2486240 INFO  (jetty-launcher-4319-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-03T00:36:13.475475Z
   [junit4]   2> 2486241 INFO  (zkConnectionManagerCallback-4326-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486241 INFO  (zkConnectionManagerCallback-4325-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486241 INFO  (jetty-launcher-4319-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2486241 INFO  (jetty-launcher-4319-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2486247 INFO  (jetty-launcher-4319-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39971/solr
   [junit4]   2> 2486248 INFO  (zkConnectionManagerCallback-4330-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486249 INFO  (jetty-launcher-4319-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39971/solr
   [junit4]   2> 2486249 INFO  (zkConnectionManagerCallback-4334-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486249 INFO  (zkConnectionManagerCallback-4336-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486250 INFO  (zkConnectionManagerCallback-4338-thread-1-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486284 INFO  (jetty-launcher-4319-thread-1) [n:127.0.0.1:44563_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2486284 INFO  (jetty-launcher-4319-thread-1) [n:127.0.0.1:44563_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44563_solr
   [junit4]   2> 2486285 INFO  (jetty-launcher-4319-thread-1) [n:127.0.0.1:44563_solr    ] o.a.s.c.Overseer Overseer (id=99283092987510790-127.0.0.1:44563_solr-n_0000000000) starting
   [junit4]   2> 2486285 INFO  (jetty-launcher-4319-thread-2) [n:127.0.0.1:33333_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2486285 INFO  (jetty-launcher-4319-thread-2) [n:127.0.0.1:33333_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33333_solr
   [junit4]   2> 2486289 INFO  (zkCallback-4333-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2486289 INFO  (zkCallback-4337-thread-1-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2486294 INFO  (jetty-launcher-4319-thread-1) [n:127.0.0.1:44563_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44563_solr
   [junit4]   2> 2486294 INFO  (zkCallback-4337-thread-1-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2486297 INFO  (zkCallback-4333-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2486380 INFO  (jetty-launcher-4319-thread-2) [n:127.0.0.1:33333_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33333.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2486389 INFO  (jetty-launcher-4319-thread-2) [n:127.0.0.1:33333_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33333.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2486390 INFO  (jetty-launcher-4319-thread-2) [n:127.0.0.1:33333_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33333.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2486391 INFO  (jetty-launcher-4319-thread-2) [n:127.0.0.1:33333_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_4A6ABB09D249B2AC-001/tempDir-001/node2/.
   [junit4]   2> 2486391 INFO  (jetty-launcher-4319-thread-1) [n:127.0.0.1:44563_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44563.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2486399 INFO  (jetty-launcher-4319-thread-1) [n:127.0.0.1:44563_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44563.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2486400 INFO  (jetty-launcher-4319-thread-1) [n:127.0.0.1:44563_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44563.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2486401 INFO  (jetty-launcher-4319-thread-1) [n:127.0.0.1:44563_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_4A6ABB09D249B2AC-001/tempDir-001/node1/.
   [junit4]   2> 2486544 INFO  (zkConnectionManagerCallback-4344-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486546 INFO  (zkConnectionManagerCallback-4348-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486546 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2486547 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39971/solr ready
   [junit4]   2> 2486559 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&replicationFactor=1&collection.configName=config&name=solr_9504&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2486560 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&replicationFactor=1&collection.configName=config&name=solr_9504&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2486560 INFO  (qtp470993904-22571) [n:127.0.0.1:33333_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2486561 INFO  (qtp470993904-22571) [n:127.0.0.1:33333_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2486561 INFO  (OverseerThreadFactory-7887-thread-1-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.CreateCollectionCmd Create collection solr_9504
   [junit4]   2> 2486664 INFO  (OverseerStateUpdate-99283092987510790-127.0.0.1:44563_solr-n_0000000000) [n:127.0.0.1:44563_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solr_9504",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"solr_9504_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33333/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2486867 INFO  (qtp470993904-22571) [n:127.0.0.1:33333_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=solr_9504&version=2&replicaType=NRT&async=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698&coreNodeName=core_node2&name=solr_9504_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 2486867 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=solr_9504&version=2&replicaType=NRT&async=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698&coreNodeName=core_node2&name=solr_9504_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 2486867 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2486867 INFO  (qtp470993904-22565) [n:127.0.0.1:33333_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698
   [junit4]   2> 2486867 INFO  (qtp470993904-22565) [n:127.0.0.1:33333_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2486969 INFO  (zkCallback-4333-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2486969 INFO  (zkCallback-4333-thread-2-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2487562 INFO  (qtp470993904-22573) [n:127.0.0.1:33333_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2487562 INFO  (qtp470993904-22573) [n:127.0.0.1:33333_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2487868 INFO  (qtp470993904-22565) [n:127.0.0.1:33333_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698
   [junit4]   2> 2487868 INFO  (qtp470993904-22565) [n:127.0.0.1:33333_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2487872 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2487876 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.s.IndexSchema [solr_9504_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2487877 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2487877 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'solr_9504_shard1_replica_n1' using configuration from collection solr_9504, trusted=true
   [junit4]   2> 2487877 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33333.solr.core.solr_9504.shard1.replica_n1' (registry 'solr.core.solr_9504.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2487877 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2487877 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrCore [[solr_9504_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_4A6ABB09D249B2AC-001/tempDir-001/node2/solr_9504_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_4A6ABB09D249B2AC-001/tempDir-001/node2/./solr_9504_shard1_replica_n1/data/]
   [junit4]   2> 2487965 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2487965 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2487966 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2487966 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2487967 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@20507dce[solr_9504_shard1_replica_n1] main]
   [junit4]   2> 2487968 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 2487968 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2487968 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2487969 INFO  (searcherExecutor-7892-thread-1-processing-x:solr_9504_shard1_replica_n1 r:core_node2 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE n:127.0.0.1:33333_solr s:shard1 c:solr_9504) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrCore [solr_9504_shard1_replica_n1] Registered new searcher Searcher@20507dce[solr_9504_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2487969 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588529489724309504
   [junit4]   2> 2487971 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2487971 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2487971 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33333/solr/solr_9504_shard1_replica_n1/
   [junit4]   2> 2487971 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2487972 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:33333/solr/solr_9504_shard1_replica_n1/ has no replicas
   [junit4]   2> 2487972 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2487973 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33333/solr/solr_9504_shard1_replica_n1/ shard1
   [junit4]   2> 2488074 INFO  (zkCallback-4333-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2488074 INFO  (zkCallback-4333-thread-2-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2488123 INFO  (parallelCoreAdminExecutor-7888-thread-1-processing-n:127.0.0.1:33333_solr 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698 CREATE) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2488225 INFO  (zkCallback-4333-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2488225 INFO  (zkCallback-4333-thread-2-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2488563 INFO  (qtp470993904-22574) [n:127.0.0.1:33333_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2488564 INFO  (qtp470993904-22574) [n:127.0.0.1:33333_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2488868 INFO  (qtp470993904-22571) [n:127.0.0.1:33333_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698
   [junit4]   2> 2488869 INFO  (qtp470993904-22571) [n:127.0.0.1:33333_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b02640915871312698&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2488870 INFO  (OverseerThreadFactory-7887-thread-1-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2489564 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2489565 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2489565 INFO  (qtp470993904-22565) [n:127.0.0.1:33333_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2489565 INFO  (qtp470993904-22565) [n:127.0.0.1:33333_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=16a1e0b9-4a44-4ab9-9a7e-60d05866b5b0&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2489572 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2489574 INFO  (qtp470993904-22574) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1588529491406225408)]} 0 0
   [junit4]   2> 2489575 INFO  (qtp470993904-22571) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1588529491408322560)]} 0 0
   [junit4]   2> 2489576 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1588529491409371136)]} 0 0
   [junit4]   2> 2489578 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1588529491411468288)]} 0 0
   [junit4]   2> 2489579 INFO  (qtp470993904-22574) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1588529491412516864)]} 0 0
   [junit4]   2> 2489579 INFO  (qtp470993904-22571) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1588529491412516865)]} 0 0
   [junit4]   2> 2489580 INFO  (qtp470993904-22565) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1588529491413565440)]} 0 0
   [junit4]   2> 2489580 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1588529491413565441)]} 0 0
   [junit4]   2> 2489581 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1588529491413565442)]} 0 0
   [junit4]   2> 2489581 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1588529491414614016)]} 0 0
   [junit4]   2> 2489581 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1588529491414614017,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2489581 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3aafc2f3 commitCommandVersion:1588529491414614017
   [junit4]   2> 2489660 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@610efca5[solr_9504_shard1_replica_n1] main]
   [junit4]   2> 2489660 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2489661 INFO  (searcherExecutor-7892-thread-1-processing-n:127.0.0.1:33333_solr x:solr_9504_shard1_replica_n1 s:shard1 c:solr_9504 r:core_node2) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrCore [solr_9504_shard1_replica_n1] Registered new searcher Searcher@610efca5[solr_9504_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10)))}
   [junit4]   2> 2489662 INFO  (qtp470993904-22563) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=solr_9504:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 80
   [junit4]   2> 2489662 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.ChaosMonkey monkey: kill jetty! 33333
   [junit4]   2> 2489663 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@df2e422{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2489663 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=426980389
   [junit4]   2> 2489663 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2489663 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@caaedd2: rootName = solr_33333, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@fbbb095
   [junit4]   2> 2489671 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2489671 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6803b07c: rootName = solr_33333, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4ad8b71a
   [junit4]   2> 2489676 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2489676 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@70f6d734: rootName = solr_33333, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@334360d0
   [junit4]   2> 2489677 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33333_solr
   [junit4]   2> 2489677 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2489677 INFO  (zkCallback-4337-thread-1-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2489677 INFO  (zkCallback-4347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2489677 INFO  (zkCallback-4333-thread-2-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2489677 INFO  (coreCloseExecutor-7897-thread-1) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrCore [solr_9504_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@fced1ef
   [junit4]   2> 2489677 INFO  (coreCloseExecutor-7897-thread-1) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.solr_9504.shard1.replica_n1, tag=265212399
   [junit4]   2> 2489677 INFO  (coreCloseExecutor-7897-thread-1) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@16ef28a2: rootName = solr_33333, domain = solr.core.solr_9504.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.solr_9504.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@40a666d2
   [junit4]   2> 2489686 INFO  (coreCloseExecutor-7897-thread-1) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.solr_9504.shard1.leader, tag=265212399
   [junit4]   2> 2489689 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@380217f8{/solr,null,UNAVAILABLE}
   [junit4]   2> 2489689 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 33333
   [junit4]   2> 2489708 INFO  (qtp1879563970-22562) [n:127.0.0.1:44563_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params async=3a3e5919-300f-435e-bace-e121b1616fa8&action=ADDREPLICA&collection=solr_9504&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2489709 INFO  (qtp1879563970-22562) [n:127.0.0.1:44563_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=3a3e5919-300f-435e-bace-e121b1616fa8&action=ADDREPLICA&collection=solr_9504&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2489709 INFO  (OverseerCollectionConfigSetProcessor-99283092987510790-127.0.0.1:44563_solr-n_0000000000) [n:127.0.0.1:44563_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2489710 INFO  (OverseerThreadFactory-7887-thread-2-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:44563_solr for creating new replica
   [junit4]   2> 2490709 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.ChaosMonkey monkey: starting jetty! 33333
   [junit4]   2> 2490710 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2490711 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@293bafb5{/solr,null,AVAILABLE}
   [junit4]   2> 2490712 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@32839f8{SSL,[ssl, http/1.1]}{127.0.0.1:33333}
   [junit4]   2> 2490712 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.e.j.s.Server Started @2492627ms
   [junit4]   2> 2490712 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33333}
   [junit4]   2> 2490712 ERROR (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2490712 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2490712 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2490712 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2490712 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-03T00:36:17.947940Z
   [junit4]   2> 2490716 INFO  (zkConnectionManagerCallback-4350-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2490717 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2490725 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39971/solr
   [junit4]   2> 2490726 INFO  (zkConnectionManagerCallback-4354-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2490729 INFO  (zkConnectionManagerCallback-4356-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2490731 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2490732 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [n:127.0.0.1:33333_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2490733 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [n:127.0.0.1:33333_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33333_solr
   [junit4]   2> 2490734 INFO  (zkCallback-4347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2490734 INFO  (zkCallback-4337-thread-1-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2490740 INFO  (zkCallback-4355-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2490794 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [n:127.0.0.1:33333_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33333.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2490806 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [n:127.0.0.1:33333_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33333.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2490806 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [n:127.0.0.1:33333_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33333.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2490808 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [n:127.0.0.1:33333_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_4A6ABB09D249B2AC-001/tempDir-001/node2/.
   [junit4]   2> 2490809 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [n:127.0.0.1:33333_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [solr_9504_shard1_replica_n1]
   [junit4]   2> 2490809 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2490812 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2490828 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.s.IndexSchema [solr_9504_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2490829 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2490835 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2490839 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.s.IndexSchema [solr_9504_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2490840 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2490840 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'solr_9504_shard1_replica_n1' using configuration from collection solr_9504, trusted=true
   [junit4]   2> 2490840 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33333.solr.core.solr_9504.shard1.replica_n1' (registry 'solr.core.solr_9504.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8c54a3
   [junit4]   2> 2490840 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2490840 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrCore [[solr_9504_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_4A6ABB09D249B2AC-001/tempDir-001/node2/solr_9504_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_4A6ABB09D249B2AC-001/tempDir-001/node2/./solr_9504_shard1_replica_n1/data/]
   [junit4]   2> 2490862 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2490862 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2490882 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2490883 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2490886 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1becd156[solr_9504_shard1_replica_n1] main]
   [junit4]   2> 2490887 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 2490887 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2490887 INFO  (coreLoadExecutor-7904-thread-1-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2490889 INFO  (searcherExecutor-7905-thread-1-processing-n:127.0.0.1:33333_solr x:solr_9504_shard1_replica_n1 s:shard1 c:solr_9504 r:core_node2) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrCore [solr_9504_shard1_replica_n1] Registered new searcher Searcher@1becd156[solr_9504_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10)))}
   [junit4]   2> 2490894 INFO  (coreZkRegister-7899-thread-1-processing-n:127.0.0.1:33333_solr x:solr_9504_shard1_replica_n1 s:shard1 c:solr_9504 r:core_node2) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2490894 INFO  (coreZkRegister-7899-thread-1-processing-n:127.0.0.1:33333_solr x:solr_9504_shard1_replica_n1 s:shard1 c:solr_9504 r:core_node2) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2490894 INFO  (coreZkRegister-7899-thread-1-processing-n:127.0.0.1:33333_solr x:solr_9504_shard1_replica_n1 s:shard1 c:solr_9504 r:core_node2) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33333/solr/solr_9504_shard1_replica_n1/
   [junit4]   2> 2490894 INFO  (coreZkRegister-7899-thread-1-processing-n:127.0.0.1:33333_solr x:solr_9504_shard1_replica_n1 s:shard1 c:solr_9504 r:core_node2) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2490894 INFO  (coreZkRegister-7899-thread-1-processing-n:127.0.0.1:33333_solr x:solr_9504_shard1_replica_n1 s:shard1 c:solr_9504 r:core_node2) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:33333/solr/solr_9504_shard1_replica_n1/ has no replicas
   [junit4]   2> 2490894 INFO  (coreZkRegister-7899-thread-1-processing-n:127.0.0.1:33333_solr x:solr_9504_shard1_replica_n1 s:shard1 c:solr_9504 r:core_node2) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2490895 INFO  (coreZkRegister-7899-thread-1-processing-n:127.0.0.1:33333_solr x:solr_9504_shard1_replica_n1 s:shard1 c:solr_9504 r:core_node2) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33333/solr/solr_9504_shard1_replica_n1/ shard1
   [junit4]   2> 2490895 INFO  (coreZkRegister-7899-thread-1-processing-n:127.0.0.1:33333_solr x:solr_9504_shard1_replica_n1 s:shard1 c:solr_9504 r:core_node2) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2519807 ERROR (OverseerThreadFactory-7887-thread-2-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: solr_9504 operation: addreplica failed:org.apache.solr.common.SolrException: Timed out waiting to see all replicas: [solr_9504_shard1_replica_n3] in cluster state. Last state: DocCollection(solr_9504//collections/solr_9504/state.json/4)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"solr_9504_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:33333/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33333_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0"}
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.waitToSeeReplicasInState(OverseerCollectionMessageHandler.java:714)
   [junit4]   2> 	at org.apache.solr.cloud.AddReplicaCmd.addReplica(AddReplicaCmd.java:121)
   [junit4]   2> 	at org.apache.solr.cloud.AddReplicaCmd.call(AddReplicaCmd.java:73)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:242)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 2519808 INFO  (OverseerThreadFactory-7887-thread-2-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2521717 INFO  (OverseerCollectionConfigSetProcessor-99283092987510790-127.0.0.1:44563_solr-n_0000000000) [n:127.0.0.1:44563_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2580997 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLeaderElectionWithEmptyReplica -Dtests.method=test -Dtests.seed=4A6ABB09D249B2AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-FM -Dtests.timezone=Asia/Manila -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   91.4s J1 | TestLeaderElectionWithEmptyReplica.test <<<
   [junit4]    > Throwable #1: java.util.concurrent.TimeoutException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4A6ABB09D249B2AC:C23E84D37CB5DF54]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1261)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:449)
   [junit4]    > 	at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:97)
   [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]   2> 2581000 INFO  (jetty-closer-4320-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@32839f8{SSL,[ssl, http/1.1]}{127.0.0.1:33333}
   [junit4]   2> 2581000 INFO  (jetty-closer-4320-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7118407c{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2581000 INFO  (jetty-closer-4320-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=131347605
   [junit4]   2> 2581000 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1771540959
   [junit4]   2> 2581000 INFO  (jetty-closer-4320-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2581000 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2581000 INFO  (jetty-closer-4320-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22b95fad: rootName = solr_33333, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7fa92172
   [junit4]   2> 2581000 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f473fde: rootName = solr_44563, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@13143cee
   [junit4]   2> 2581006 INFO  (jetty-closer-4320-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2581006 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2581006 INFO  (jetty-closer-4320-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@75e15442: rootName = solr_33333, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4ad8b71a
   [junit4]   2> 2581006 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c89736f: rootName = solr_44563, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4ad8b71a
   [junit4]   2> 2581011 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2581011 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4078f53e: rootName = solr_44563, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@334360d0
   [junit4]   2> 2581011 INFO  (jetty-closer-4320-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2581011 INFO  (jetty-closer-4320-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1137062b: rootName = solr_33333, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@334360d0
   [junit4]   2> 2581011 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44563_solr
   [junit4]   2> 2581011 INFO  (jetty-closer-4320-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33333_solr
   [junit4]   2> 2581013 INFO  (jetty-closer-4320-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2581013 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2581013 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2581013 INFO  (zkCallback-4337-thread-2-processing-n:127.0.0.1:44563_solr) [n:127.0.0.1:44563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 2581013 INFO  (coreCloseExecutor-7910-thread-1) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.c.SolrCore [solr_9504_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4e81073c
   [junit4]   2> 2581013 INFO  (coreCloseExecutor-7910-thread-1) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.solr_9504.shard1.replica_n1, tag=1317078844
   [junit4]   2> 2581013 INFO  (coreCloseExecutor-7910-thread-1) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@647a978: rootName = solr_33333, domain = solr.core.solr_9504.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.solr_9504.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@5d6ee2ac
   [junit4]   2> 2581013 INFO  (jetty-closer-4320-thread-2) [    ] o.a.s.c.Overseer Overseer (id=99283092987510790-127.0.0.1:44563_solr-n_0000000000) closing
   [junit4]   2> 2581013 INFO  (OverseerStateUpdate-99283092987510790-127.0.0.1:44563_solr-n_0000000000) [n:127.0.0.1:44563_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44563_solr
   [junit4]   2> 2581016 WARN  (OverseerAutoScalingTriggerThread-99283092987510790-127.0.0.1:44563_solr-n_0000000000) [n:127.0.0.1:44563_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2581017 INFO  (jetty-closer-4320-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c9a2646{/solr,null,UNAVAILABLE}
   [junit4]   2> 2581021 INFO  (zkCallback-4355-thread-2-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 2581021 INFO  (zkCallback-4355-thread-3-processing-n:127.0.0.1:33333_solr) [n:127.0.0.1:33333_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33333_solr
   [junit4]   2> 2581021 INFO  (coreCloseExecutor-7910-thread-1) [n:127.0.0.1:33333_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.solr_9504.shard1.leader, tag=1317078844
   [junit4]   2> 2581025 INFO  (jetty-closer-4320-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@293bafb5{/solr,null,UNAVAILABLE}
   [junit4]   2> 2581025 ERROR (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-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> 2581025 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39971 39971
   [junit4]   2> 2586142 INFO  (Thread-6134) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39971 39971
   [junit4]   2> 2586142 WARN  (Thread-6134) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/collections/solr_9504/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99283092987510790-127.0.0.1:44563_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_4A6ABB09D249B2AC-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@16cd8f16), locale=en-FM, timezone=Asia/Manila
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=316973960,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SimpleCollectionCreateDeleteTest, TestFastLRUCache, AtomicUpdatesTest, TestUtilizeNode, TestSolrCloudWithHadoopAuthPlugin, DOMUtilTest, TestCollationField, TestLuceneMatchVersion, TestStressCloudBlindAtomicUpdates, SpellingQueryConverterTest, SuggesterTSTTest, SolrCmdDistributorTest, SOLR749Test, TestNumericTokenStream, RemoteQueryErrorTest, SolrMetricReporterTest, TestCoreBackup, CreateCollectionCleanupTest, TestCorePropertiesReload, HdfsLockFactoryTest, ClusterStateUpdateTest, TestBinaryResponseWriter, SaslZkACLProviderTest, TestPolicyCloud, TestReRankQParserPlugin, WrapperMergePolicyFactoryTest, SignatureUpdateProcessorFactoryTest, DistributedVersionInfoTest, DistributedFacetPivotLongTailTest, MissingSegmentRecoveryTest, SolrSlf4jReporterTest, TestClusterProperties, ChaosMonkeySafeLeaderTest, TestFieldCacheVsDocValues, AddReplicaTest, QueryResultKeyTest, TestQuerySenderNoQuery, TestJmxIntegration, CoreMergeIndexesAdminHandlerTest, TestExpandComponent, TestXmlQParser, TestCursorMarkWithoutUniqueKey, RegexBoostProcessorTest, CloudExitableDirectoryReaderTest, BlockJoinFacetDistribTest, TestLocalFSCloudBackupRestore, AnalyticsQueryTest, OpenCloseCoreStressTest, BlockDirectoryTest, TestLargeCluster, ZkSolrClientTest, PrimUtilsTest, DeleteLastCustomShardedReplicaTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BasicAuthIntegrationTest, SolrIndexSplitterTest, TestScoreJoinQPNoScore, TestRTGBase, AssignTest, CloudMLTQParserTest, TestAnalyzeInfixSuggestions, HealthCheckHandlerTest, HighlighterConfigTest, TestPullReplicaErrorHandling, StatsReloadRaceTest, TestDistribStateManager, TestFieldCacheReopen, TestPointFields, LukeRequestHandlerTest, SolrXmlInZkTest, DocumentAnalysisRequestHandlerTest, TestMacros, DebugComponentTest, TestCloudInspectUtil, ManagedSchemaRoundRobinCloudTest, TestRemoteStreaming, TestSQLHandlerNonCloud, TestQueryWrapperFilter, SynonymTokenizerTest, StressHdfsTest, MetricsConfigTest, LeaderFailoverAfterPartitionTest, MergeStrategyTest, OutputWriterTest, TestCloudPseudoReturnFields, TestSolrCloudSnapshots, ClassificationUpdateProcessorTest, TestSimpleTrackingShardHandler, OverseerModifyCollectionTest, ResponseHeaderTest, ConvertedLegacyTest, TestCryptoKeys, PingRequestHandlerTest, ConcurrentDeleteAndCreateCollectionTest, TestNRTOpen, TestAtomicUpdateErrorCases, TestMultiValuedNumericRangeQuery, TestNumericTerms32, TestFieldTypeCollectionResource, CachingDirectoryFactoryTest, TestShortCircuitedRequests, AutoscalingHistoryHandlerTest, TestExactSharedStatsCache, RestartWhileUpdatingTest, TestFreeTextSuggestions, NotRequiredUniqueKeyTest, SearchHandlerTest, TestFaceting, TestStressReorder, TestSolrCloudWithDelegationTokens, TestLegacyFieldReuse, TriggerIntegrationTest, TestSolr4Spatial, RegexBytesRefFilterTest, TestConfigSetsAPI, PropertiesRequestHandlerTest, BooleanFieldTest, SampleTest, TestManagedSynonymFilterFactory, DistributedSuggestComponentTest, TestImplicitCoreProperties, SchemaVersionSpecificBehaviorTest, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, RecoveryZkTest, TestReplicationHandler, ZkCLITest, StatsComponentTest, SpellCheckComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestFiltering, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, ShowFileRequestHandlerTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, PolyFieldTest, TestUpdate, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, IndexBasedSpellCheckerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, TestIndexingPerformance, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, ReturnFieldsTest, MBeansHandlerTest, MultiTermTest, TestDocSet, NumericFieldsTest, TestElisionMultitermQuery, DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, DateFieldTest, SliceStateTest, FileUtilsTest, DistributedIntervalFacetingTest, ConnectionReuseTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConfigSetsAPITest, ConnectionManagerTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MoveReplicaHDFSFailoverTest, MoveReplicaTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, TestCloudDeleteByQuery, TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudSearcherWarming, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestLeaderElectionWithEmptyReplica]
   [junit4] Completed [559/765 (1!)] on J1 in 100.02s, 1 test, 1 error <<< FAILURES!

[...truncated 800 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> 3215349 INFO  (SUITE-TestCloudSchemaless-seed#[4A6ABB09D249B2AC]-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/J1/temp/solr.schema.TestCloudSchemaless_4A6ABB09D249B2AC-001/init-core-data-001
   [junit4]   2> 3215349 WARN  (SUITE-TestCloudSchemaless-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 3215350 INFO  (SUITE-TestCloudSchemaless-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3215350 INFO  (SUITE-TestCloudSchemaless-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 3215350 INFO  (SUITE-TestCloudSchemaless-seed#[4A6ABB09D249B2AC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /bix/
   [junit4]   2> 3215352 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3215353 INFO  (Thread-7447) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3215353 INFO  (Thread-7447) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3215358 ERROR (Thread-7447) [    ] 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> 3215453 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.ZkTestServer start zk server on port:43529
   [junit4]   2> 3215454 INFO  (zkConnectionManagerCallback-5620-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3215455 INFO  (zkConnectionManagerCallback-5622-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3215457 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3215457 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 3215458 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3215458 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3215458 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3215459 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3215459 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3215459 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3215460 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3215460 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3215460 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3215461 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 3215535 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3215537 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42e87429{/bix,null,AVAILABLE}
   [junit4]   2> 3215537 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@8ecf2ca{HTTP/1.1,[http/1.1]}{127.0.0.1:34559}
   [junit4]   2> 3215537 INFO  (TEST-TestCloudSchemaless.test-seed#[4A6ABB09D249B2AC]) [    ] o.e.j.s.Server Started @3217453ms
   [junit4]   2> 3215537 INFO  (TEST-TestCloudSchemaless.test-seed#[

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

ava.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    > 	... 42 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_4A6ABB09D249B2AC-001
   [junit4]   2> Jan 03, 2018 12:58:53 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1170, maxMBSortInHeap=5.994875124160612, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3ad643b1), locale=ln-CD, timezone=Australia/Perth
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=338751824,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SimpleCollectionCreateDeleteTest, TestFastLRUCache, AtomicUpdatesTest, TestUtilizeNode, TestSolrCloudWithHadoopAuthPlugin, DOMUtilTest, TestCollationField, TestLuceneMatchVersion, TestStressCloudBlindAtomicUpdates, SpellingQueryConverterTest, SuggesterTSTTest, SolrCmdDistributorTest, SOLR749Test, TestNumericTokenStream, RemoteQueryErrorTest, SolrMetricReporterTest, TestCoreBackup, CreateCollectionCleanupTest, TestCorePropertiesReload, HdfsLockFactoryTest, ClusterStateUpdateTest, TestBinaryResponseWriter, SaslZkACLProviderTest, TestPolicyCloud, TestReRankQParserPlugin, WrapperMergePolicyFactoryTest, SignatureUpdateProcessorFactoryTest, DistributedVersionInfoTest, DistributedFacetPivotLongTailTest, MissingSegmentRecoveryTest, SolrSlf4jReporterTest, TestClusterProperties, ChaosMonkeySafeLeaderTest, TestFieldCacheVsDocValues, AddReplicaTest, QueryResultKeyTest, TestQuerySenderNoQuery, TestJmxIntegration, CoreMergeIndexesAdminHandlerTest, TestExpandComponent, TestXmlQParser, TestCursorMarkWithoutUniqueKey, RegexBoostProcessorTest, CloudExitableDirectoryReaderTest, BlockJoinFacetDistribTest, TestLocalFSCloudBackupRestore, AnalyticsQueryTest, OpenCloseCoreStressTest, BlockDirectoryTest, TestLargeCluster, ZkSolrClientTest, PrimUtilsTest, DeleteLastCustomShardedReplicaTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BasicAuthIntegrationTest, SolrIndexSplitterTest, TestScoreJoinQPNoScore, TestRTGBase, AssignTest, CloudMLTQParserTest, TestAnalyzeInfixSuggestions, HealthCheckHandlerTest, HighlighterConfigTest, TestPullReplicaErrorHandling, StatsReloadRaceTest, TestDistribStateManager, TestFieldCacheReopen, TestPointFields, LukeRequestHandlerTest, SolrXmlInZkTest, DocumentAnalysisRequestHandlerTest, TestMacros, DebugComponentTest, TestCloudInspectUtil, ManagedSchemaRoundRobinCloudTest, TestRemoteStreaming, TestSQLHandlerNonCloud, TestQueryWrapperFilter, SynonymTokenizerTest, StressHdfsTest, MetricsConfigTest, LeaderFailoverAfterPartitionTest, MergeStrategyTest, OutputWriterTest, TestCloudPseudoReturnFields, TestSolrCloudSnapshots, ClassificationUpdateProcessorTest, TestSimpleTrackingShardHandler, OverseerModifyCollectionTest, ResponseHeaderTest, ConvertedLegacyTest, TestCryptoKeys, PingRequestHandlerTest, ConcurrentDeleteAndCreateCollectionTest, TestNRTOpen, TestAtomicUpdateErrorCases, TestMultiValuedNumericRangeQuery, TestNumericTerms32, TestFieldTypeCollectionResource, CachingDirectoryFactoryTest, TestShortCircuitedRequests, AutoscalingHistoryHandlerTest, TestExactSharedStatsCache, RestartWhileUpdatingTest, TestFreeTextSuggestions, NotRequiredUniqueKeyTest, SearchHandlerTest, TestFaceting, TestStressReorder, TestSolrCloudWithDelegationTokens, TestLegacyFieldReuse, TriggerIntegrationTest, TestSolr4Spatial, RegexBytesRefFilterTest, TestConfigSetsAPI, PropertiesRequestHandlerTest, BooleanFieldTest, SampleTest, TestManagedSynonymFilterFactory, DistributedSuggestComponentTest, TestImplicitCoreProperties, SchemaVersionSpecificBehaviorTest, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, RecoveryZkTest, TestReplicationHandler, ZkCLITest, StatsComponentTest, SpellCheckComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestFiltering, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, ShowFileRequestHandlerTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, PolyFieldTest, TestUpdate, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, IndexBasedSpellCheckerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, TestIndexingPerformance, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, ReturnFieldsTest, MBeansHandlerTest, MultiTermTest, TestDocSet, NumericFieldsTest, TestElisionMultitermQuery, DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, DateFieldTest, SliceStateTest, FileUtilsTest, DistributedIntervalFacetingTest, ConnectionReuseTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConfigSetsAPITest, ConnectionManagerTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MoveReplicaHDFSFailoverTest, MoveReplicaTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, TestCloudDeleteByQuery, TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudSearcherWarming, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestLeaderElectionWithEmptyReplica, TestRandomFlRTGCloud, TestRequestForwarding, TestRequestStatusCollectionAPI, TestSizeLimitedDistributedMap, TestSkipOverseerOperations, TestStressInPlaceUpdates, TestTolerantUpdateProcessorRandomCloud, VMParamsZkACLAndCredentialsProvidersTest, AutoAddReplicasPlanActionTest, ExecutePlanActionTest, MetricTriggerTest, NodeAddedTriggerTest, NodeLostTriggerTest, SystemLogListenerTest, TestPolicyCloud, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateReaderTest, CoreSorterTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, TestConfigOverlay, TestConfigSetImmutable, TestConfigSets, TestInfoStreamLogging, TestSimpleTextCodec, TestSolrXml, TestBlobHandler, TestSystemCollAutoCreate, TestNumericRangeQuery32, JvmMetricsTest, SolrCoreMetricManagerTest, SolrMetricsIntegrationTest, SolrGangliaReporterTest, SolrGraphiteReporterTest, SolrCloudReportersTest, TestStreamBody, JSONWriterTest, TestCustomDocTransformer, TestExportWriter, TestGeoJSONResponseWriter, TestPushWriter, TestRawResponseWriter, TestRawTransformer, TestRetrieveFieldsOptimizer, TestSubQueryTransformer, TestManagedResource, TestBulkSchemaAPI, TestSchemaResource, TestSerializedLuceneMatchVersion, ChangedSchemaMergeTest, DateRangeFieldTest, EnumFieldTest, SpatialRPTFieldTypeTest, TestCloudSchemaless]
   [junit4] Completed [765/765 (2!)] on J1 in 631.55s, 1 test, 1 error <<< FAILURES!

[...truncated 40780 lines...]