You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/12/13 22:33:53 UTC

[JENKINS-EA] Lucene-Solr-8.x-Windows (64bit/jdk-14-ea+24) - Build # 593 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/593/
Java: 64bit/jdk-14-ea+24 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup

Error Message:
IOException occurred when talking to server at: https://127.0.0.1:64702/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: https://127.0.0.1:64702/solr
	at __randomizedtesting.SeedInfo.seed([97264419CC559AF0:400E09C1DDB5D31E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:549)
	at org.apache.solr.cloud.TestCloudSearcherWarming.tearDown(TestCloudSearcherWarming.java:79)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:833)
Caused by: javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:110)
	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:564)
	... 47 more
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 69 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:325)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:457)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 65 more


FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup

Error Message:
IOException occurred when talking to server at: https://127.0.0.1:64968/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: https://127.0.0.1:64968/solr
	at __randomizedtesting.SeedInfo.seed([97264419CC559AF0:400E09C1DDB5D31E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:549)
	at org.apache.solr.cloud.TestCloudSearcherWarming.tearDown(TestCloudSearcherWarming.java:79)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:833)
Caused by: javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:110)
	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:564)
	... 47 more
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 69 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:325)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:457)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 65 more


FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup

Error Message:
IOException occurred when talking to server at: https://127.0.0.1:65004/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: https://127.0.0.1:65004/solr
	at __randomizedtesting.SeedInfo.seed([97264419CC559AF0:400E09C1DDB5D31E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:549)
	at org.apache.solr.cloud.TestCloudSearcherWarming.tearDown(TestCloudSearcherWarming.java:79)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:833)
Caused by: javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:110)
	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:564)
	... 47 more
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 69 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:325)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:457)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 65 more


FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup

Error Message:
IOException occurred when talking to server at: https://127.0.0.1:65172/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: https://127.0.0.1:65172/solr
	at __randomizedtesting.SeedInfo.seed([97264419CC559AF0:400E09C1DDB5D31E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:549)
	at org.apache.solr.cloud.TestCloudSearcherWarming.tearDown(TestCloudSearcherWarming.java:79)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:833)
Caused by: javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:110)
	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:564)
	... 47 more
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 69 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:325)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:457)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 65 more


FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup

Error Message:
IOException occurred when talking to server at: https://127.0.0.1:50245/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: https://127.0.0.1:50245/solr
	at __randomizedtesting.SeedInfo.seed([97264419CC559AF0:400E09C1DDB5D31E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:549)
	at org.apache.solr.cloud.TestCloudSearcherWarming.tearDown(TestCloudSearcherWarming.java:79)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:833)
Caused by: javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:110)
	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:564)
	... 47 more
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 69 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:325)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:457)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 65 more




Build Log:
[...truncated 13470 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudSearcherWarming
   [junit4]   2> 83425 INFO  (SUITE-TestCloudSearcherWarming-seed#[97264419CC559AF0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_97264419CC559AF0-001\data-dir-11-001
   [junit4]   2> 83425 WARN  (SUITE-TestCloudSearcherWarming-seed#[97264419CC559AF0]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 83425 INFO  (SUITE-TestCloudSearcherWarming-seed#[97264419CC559AF0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 83427 INFO  (SUITE-TestCloudSearcherWarming-seed#[97264419CC559AF0]-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> 83428 INFO  (SUITE-TestCloudSearcherWarming-seed#[97264419CC559AF0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 83430 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPeersyncFailureReplicationSuccess
   [junit4]   2> 83431 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_97264419CC559AF0-001\tempDir-001
   [junit4]   2> 83431 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 83431 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 83431 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 83533 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.ZkTestServer start zk server on port:50056
   [junit4]   2> 83533 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:50056
   [junit4]   2> 83533 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50056
   [junit4]   2> 83533 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50056
   [junit4]   2> 83535 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 83541 INFO  (zkConnectionManagerCallback-499-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83541 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 83545 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 83548 INFO  (zkConnectionManagerCallback-501-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83548 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 83549 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 83553 INFO  (zkConnectionManagerCallback-503-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83553 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 83664 WARN  (jetty-launcher-504-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 83665 WARN  (jetty-launcher-504-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 83665 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 83665 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 83665 INFO  (jetty-launcher-504-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+24-1107
   [junit4]   2> 83665 INFO  (jetty-launcher-504-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 83665 INFO  (jetty-launcher-504-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 83665 INFO  (jetty-launcher-504-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 83665 INFO  (jetty-launcher-504-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b422843{/solr,null,AVAILABLE}
   [junit4]   2> 83667 INFO  (jetty-launcher-504-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4e7c379d{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:50069}
   [junit4]   2> 83667 INFO  (jetty-launcher-504-thread-1) [     ] o.e.j.s.Server Started @83705ms
   [junit4]   2> 83667 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50069}
   [junit4]   2> 83667 ERROR (jetty-launcher-504-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 83667 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 83668 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 83668 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 83668 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 83668 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-13T20:35:15.738126100Z
   [junit4]   2> 83669 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 83672 INFO  (zkConnectionManagerCallback-506-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83672 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 83673 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 83836 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 83838 WARN  (jetty-launcher-504-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77c53184[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 83839 WARN  (jetty-launcher-504-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77c53184[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 83843 WARN  (jetty-launcher-504-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ae2e8cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 83843 WARN  (jetty-launcher-504-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ae2e8cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 83844 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50056/solr
   [junit4]   2> 83845 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 83849 INFO  (zkConnectionManagerCallback-513-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83849 INFO  (jetty-launcher-504-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 83953 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 83956 INFO  (zkConnectionManagerCallback-515-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83956 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 84071 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50069_solr
   [junit4]   2> 84072 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.c.Overseer Overseer (id=72067708835921925-127.0.0.1:50069_solr-n_0000000000) starting
   [junit4]   2> 84078 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50069_solr
   [junit4]   2> 84079 INFO  (OverseerStateUpdate-72067708835921925-127.0.0.1:50069_solr-n_0000000000) [n:127.0.0.1:50069_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:50069_solr
   [junit4]   2> 84081 INFO  (OverseerStateUpdate-72067708835921925-127.0.0.1:50069_solr-n_0000000000) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 84082 WARN  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 84113 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 84141 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50069.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1425661e
   [junit4]   2> 84151 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50069.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1425661e
   [junit4]   2> 84152 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50069.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1425661e
   [junit4]   2> 84154 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 84156 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:50069_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_97264419CC559AF0-001\tempDir-001\node1\.
   [junit4]   2> 84187 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 84187 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 84195 INFO  (zkConnectionManagerCallback-524-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 84195 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 84197 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 84199 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50056/solr ready
   [junit4]   2> 84226 INFO  (qtp1149525229-1289) [n:127.0.0.1:50069_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=2&name=testPeersyncFailureReplicationSuccess&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:50069_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 84230 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testPeersyncFailureReplicationSuccess
   [junit4]   2> 84231 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 84231 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/protwords.txt
   [junit4]   2> 84235 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 84237 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 84255 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 84257 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 84260 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 84261 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 84264 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 84267 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 84269 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 84272 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 84274 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 84277 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 84279 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 84281 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 84284 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 84286 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 84288 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 84290 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 84292 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 84293 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 84295 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 84296 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 84298 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 84299 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 84301 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 84303 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 84304 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 84306 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 84306 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 84310 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 84311 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 84312 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 84315 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 84317 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 84318 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 84320 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 84322 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 84324 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 84326 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 84329 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/solrconfig.xml
   [junit4]   2> 84330 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/synonyms.txt
   [junit4]   2> 84333 INFO  (OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:50069_solr) [n:127.0.0.1:50069_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/stopwords.txt
   [junit4]   2> 84459 INFO  (OverseerStateUpdate-72067708835921925-127.0.0.1:50069_solr-n_0000000000) [n:127.0.0.1:50069_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPeersyncFailureReplicationSuccess",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:50069/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 84704 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr    x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testPeersyncFailureReplicationSuccess.AUTOCREATED&newCollection=true&name=testPeersyncFailureReplicationSuccess_shard1_replica_n1&action=CREATE&numShards=1&collection=testPeersyncFailureReplicationSuccess&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 84704 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr    x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 85769 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 85788 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.IndexSchema [testPeersyncFailureReplicationSuccess_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 85956 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 86005 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testPeersyncFailureReplicationSuccess_shard1_replica_n1' using configuration from collection testPeersyncFailureReplicationSuccess, trusted=true
   [junit4]   2> 86005 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50069.solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1' (registry 'solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1425661e
   [junit4]   2> 86005 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrCore [[testPeersyncFailureReplicationSuccess_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_97264419CC559AF0-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_97264419CC559AF0-001\tempDir-001\node1\.\testPeersyncFailureReplicationSuccess_shard1_replica_n1\data\]
   [junit4]   2> 86110 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 86110 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 86112 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 86112 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 86117 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@40a1ef02[testPeersyncFailureReplicationSuccess_shard1_replica_n1] main]
   [junit4]   2> 86125 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 86127 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 86127 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 86129 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 86129 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 86130 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 86130 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 86131 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1652838176601931776
   [junit4]   2> 86132 INFO  (searcherExecutor-395-thread-1-processing-n:127.0.0.1:50069_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@40a1ef02[testPeersyncFailureReplicationSuccess_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 86132 INFO  (searcherExecutor-395-thread-1-processing-n:127.0.0.1:50069_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 86132 INFO  (searcherExecutor-395-thread-1-processing-n:127.0.0.1:50069_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 86133 INFO  (searcherExecutor-395-thread-1-processing-n:127.0.0.1:50069_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrCore [testPeersyncFailureReplicationSuccess_shard1_replica_n1] Registered new searcher Searcher@40a1ef02[testPeersyncFailureReplicationSuccess_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 86136 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testPeersyncFailureReplicationSuccess/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 86136 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testPeersyncFailureReplicationSuccess/leaders/shard1
   [junit4]   2> 86140 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 86140 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 86140 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:50069/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/
   [junit4]   2> 86140 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 86140 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:50069/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/ has no replicas
   [junit4]   2> 86140 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testPeersyncFailureReplicationSuccess/leaders/shard1/leader after winning as /collections/testPeersyncFailureReplicationSuccess/leader_elect/shard1/election/72067708835921925-core_node2-n_0000000000
   [junit4]   2> 86142 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:50069/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/ shard1
   [junit4]   2> 86245 INFO  (zkCallback-514-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 86246 INFO  (zkCallback-514-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 86247 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 86253 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testPeersyncFailureReplicationSuccess.AUTOCREATED&newCollection=true&name=testPeersyncFailureReplicationSuccess_shard1_replica_n1&action=CREATE&numShards=1&collection=testPeersyncFailureReplicationSuccess&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1550
   [junit4]   2> 86257 INFO  (qtp1149525229-1289) [n:127.0.0.1:50069_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 86350 INFO  (zkCallback-514-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 86350 INFO  (zkCallback-514-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 86350 INFO  (zkCallback-514-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 86350 INFO  (qtp1149525229-1289) [n:127.0.0.1:50069_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&maxShardsPerNode=2&name=testPeersyncFailureReplicationSuccess&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:50069_solr&wt=javabin&version=2} status=0 QTime=2125
   [junit4]   2> 86353 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testPeersyncFailureReplicationSuccess): The collection should have 1 shard and 1 replica
   [junit4]   2> 86354 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 86354 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 86354 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[97264419CC559AF0]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 86368 INFO  (Thread-218) [     ] o.a.s.c.SolrCore config update listener called for core testPeersyncFailureReplicationSuccess_shard1_replica_n1
   [junit4]   2> 86370 INFO  (Thread-218) [     ] o.a.s.c.SolrCore core reload testPeersyncFailureReplicationSuccess_shard1_replica_n1
   [junit4]   2> 86371 INFO  (qtp1149525229-1290) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection testPeersyncFailureReplicationSuccess
   [junit4]   2> 86374 INFO  (solrHandlerExecutor-400-thread-1-processing-n:127.0.0.1:50069_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 86383 INFO  (Thread-218) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 86420 INFO  (Thread-218) [     ] o.a.s.s.IndexSchema [testPeersyncFailureReplicationSuccess_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 86633 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 86634 INFO  (qtp1149525229-1293) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.S.Request [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 86635 INFO  (solrHandlerExecutor-400-thread-1-processing-n:127.0.0.1:50069_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:50069_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:50069/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 86635 INFO  (solrHandlerExecutor-400-thread-1-proce

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

s.c.ZkController Publish node=127.0.0.1:65172_solr as DOWN
   [junit4]   2> 177273 INFO  (coreCloseExecutor-362-thread-1) [n:127.0.0.1:65172_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SolrCore [testRepFactor1LeaderStartup_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3b3d0010
   [junit4]   2> 177273 INFO  (coreCloseExecutor-362-thread-1) [n:127.0.0.1:65172_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testRepFactor1LeaderStartup.shard1.replica_n1, tag=SolrCore@3b3d0010
   [junit4]   2> 177273 INFO  (coreCloseExecutor-362-thread-1) [n:127.0.0.1:65172_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@35fa5df2: rootName = solr_65172, domain = solr.core.testRepFactor1LeaderStartup.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testRepFactor1LeaderStartup.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@12f00f8f
   [junit4]   2> 177283 INFO  (coreCloseExecutor-362-thread-1) [n:127.0.0.1:65172_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testRepFactor1LeaderStartup.shard1.leader, tag=SolrCore@3b3d0010
   [junit4]   2> 177289 INFO  (jetty-closer-490-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 177290 INFO  (jetty-closer-490-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@23635496: rootName = solr_65172, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1631a1
   [junit4]   2> 177293 INFO  (jetty-closer-490-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 177294 INFO  (jetty-closer-490-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1657b3c8: rootName = solr_65172, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@42dc24
   [junit4]   2> 177297 INFO  (jetty-closer-490-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 177297 INFO  (jetty-closer-490-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49fe0379: rootName = solr_65172, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2adc2bd2
   [junit4]   2> 177297 INFO  (jetty-closer-490-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 177300 INFO  (closeThreadPool-494-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72068170942840841-127.0.0.1:65172_solr-n_0000000001) closing
   [junit4]   2> 177300 INFO  (OverseerStateUpdate-72068170942840841-127.0.0.1:65172_solr-n_0000000001) [n:127.0.0.1:65172_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:65172_solr
   [junit4]   2> 177300 INFO  (OverseerAutoScalingTriggerThread-72068170942840841-127.0.0.1:65172_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 177301 INFO  (closeThreadPool-494-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72068170942840841-127.0.0.1:65172_solr-n_0000000001) closing
   [junit4]   2> 177402 INFO  (jetty-closer-490-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72068170942840841-127.0.0.1:65172_solr-n_0000000001) closing
   [junit4]   2> 177404 INFO  (jetty-closer-490-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7f2f543e{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:65172}
   [junit4]   2> 177405 INFO  (jetty-closer-490-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5037b3af{/solr,null,UNAVAILABLE}
   [junit4]   2> 177405 INFO  (jetty-closer-490-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 177406 INFO  (SUITE-TestCloudSearcherWarming-seed#[97264419CC559AF0]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 177611 WARN  (ZkTestServer Run Thread) [     ] 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> 	4	/solr/collections/testRepFactor1LeaderStartup/terms/shard1
   [junit4]   2> 	3	/solr/configs/testRepFactor1LeaderStartup.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/configs/testRepFactor1LeaderStartup.AUTOCREATED
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/collections/testRepFactor1LeaderStartup/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/overseer/queue
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 177615 INFO  (SUITE-TestCloudSearcherWarming-seed#[97264419CC559AF0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:65159
   [junit4]   2> 177615 INFO  (SUITE-TestCloudSearcherWarming-seed#[97264419CC559AF0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65159
   [junit4]   2> 177615 INFO  (SUITE-TestCloudSearcherWarming-seed#[97264419CC559AF0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65159
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_97264419CC559AF0-003
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1078, maxMBSortInHeap=7.1711501506523305, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@495b0d8), locale=sw-UG, timezone=Etc/GMT-11
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 14-ea (64-bit)/cpus=3,threads=1,free=96374136,total=271056896
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudSearcherWarming, TestCloudSearcherWarming, TestCloudSearcherWarming]
   [junit4] Completed [5/5 (5!)] on J1 in 51.46s, 2 tests, 1 error <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1590: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1117: There were test failures: 5 suites, 10 tests, 5 errors [seed: 97264419CC559AF0]

Total time: 3 minutes 2 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.cloud.TestCloudSearcherWarming
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=453577cbd560d8bae08eea81a32b8b6308a2e011, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #592
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-13.0.1) - Build # 598 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/598/
Java: 64bit/jdk-13.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.core.ExitableDirectoryReaderTest.testPrefixQuery

Error Message:
Path not found: /responseHeader/partialResults

Stack Trace:
java.lang.RuntimeException: Path not found: /responseHeader/partialResults
	at __randomizedtesting.SeedInfo.seed([88270E9A11E59B88:3B703AD875387F0D]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1108)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1055)
	at org.apache.solr.core.ExitableDirectoryReaderTest.testPrefixQuery(ExitableDirectoryReaderTest.java:61)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:830)




Build Log:
[...truncated 14193 lines...]
   [junit4] Suite: org.apache.solr.core.ExitableDirectoryReaderTest
   [junit4]   2> 1426350 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1426351 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.ExitableDirectoryReaderTest_88270E9A11E59B88-001\data-dir-121-001
   [junit4]   2> 1426351 WARN  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1426351 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1426352 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 1426352 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1426354 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1426375 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 1426383 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 1426424 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 1426530 WARN  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\filestore] directory in SOLR_HOME [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:476) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:65) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:620) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:180) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:815) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:805) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:666) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:655) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.ExitableDirectoryReaderTest.beforeClass(ExitableDirectoryReaderTest.java:44) ~[test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:830) [?:?]
   [junit4]   2> 1426530 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1426535 WARN  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c98a528[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426535 WARN  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c98a528[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426540 WARN  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60a1f4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426540 WARN  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60a1f4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426542 WARN  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1426580 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1426580 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1426600 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b21d460
   [junit4]   2> 1426603 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b21d460
   [junit4]   2> 1426603 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b21d460
   [junit4]   2> 1426608 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1426634 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 1426642 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 1426681 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 1426692 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 1426692 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b21d460
   [junit4]   2> 1426692 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.ExitableDirectoryReaderTest_88270E9A11E59B88-001\data-dir-121-001\]
   [junit4]   2> 1426694 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=96.4697265625, floorSegmentMB=1.8525390625, forceMergeDeletesPctAllowed=28.8940677330803, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=34.51685284644643
   [junit4]   2> 1426765 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1426765 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1426766 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=27.763671875, floorSegmentMB=1.20703125, forceMergeDeletesPctAllowed=3.9042632471894168, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24424222929321396, deletesPctAllowed=46.22509579144737
   [junit4]   2> 1426766 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@76a02561[collection1] main]
   [junit4]   2> 1426767 WARN  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 1426767 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1426768 INFO  (searcherExecutor-6606-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@76a02561[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1426769 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1426770 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 0
   [junit4]   2> 1426772 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12]} 0 0
   [junit4]   2> 1426774 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13]} 0 0
   [junit4]   2> 1426774 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25]} 0 0
   [junit4]   2> 1426775 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[30]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[31]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[32]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[33]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[34]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[35]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[36]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[37]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[38]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[39]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[40]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[41]} 0 0
   [junit4]   2> 1426777 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[43]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[44]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[45]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[46]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[47]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[48]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[49]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[50]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[51]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[52]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[53]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[54]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[55]} 0 0
   [junit4]   2> 1426779 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[56]} 0 0
   [junit4]   2> 1426789 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[57]} 0 0
   [junit4]   2> 1426789 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[58]} 0 0
   [junit4]   2> 1426789 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[59]} 0 0
   [junit4]   2> 1426789 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[60]} 0 0
   [junit4]   2> 1426789 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[61]} 0 0
   [junit4]   2> 1426790 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[62]} 0 0
   [junit4]   2> 1426790 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[63]} 0 0
   [junit4]   2> 1426790 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[64]} 0 0
   [junit4]   2> 1426790 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[65]} 0 0
   [junit4]   2> 1426791 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[66]} 0 0
   [junit4]   2> 1426791 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[67]} 0 0
   [junit4]   2> 1426791 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[68]} 0 0
   [junit4]   2> 1426791 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[69]} 0 0
   [junit4]   2> 1426791 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[70]} 0 0
   [junit4]   2> 1426791 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[71]} 0 0
   [junit4]   2> 1426791 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[72]} 0 0
   [junit4]   2> 1426791 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[73]} 0 0
   [junit4]   2> 1426791 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[74]} 0 0
   [junit4]   2> 1426791 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[75]} 0 0
   [junit4]   2> 1426792 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[76]} 0 0
   [junit4]   2> 1426792 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[77]} 0 0
   [junit4]   2> 1426792 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[78]} 0 0
   [junit4]   2> 1426792 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[79]} 0 0
   [junit4]   2> 1426792 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[80]} 0 0
   [junit4]   2> 1426792 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[81]} 0 0
   [junit4]   2> 1426792 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[82]} 0 0
   [junit4]   2> 1426792 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[83]} 0 0
   [junit4]   2> 1426792 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[84]} 0 0
   [junit4]   2> 1426792 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[85]} 0 0
   [junit4]   2> 1426793 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[86]} 0 0
   [junit4]   2> 1426793 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[87]} 0 0
   [junit4]   2> 1426793 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[88]} 0 0
   [junit4]   2> 1426793 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[89]} 0 0
   [junit4]   2> 1426793 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[90]} 0 0
   [junit4]   2> 1426793 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[91]} 0 0
   [junit4]   2> 1426793 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[92]} 0 0
   [junit4]   2> 1426793 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[93]} 0 0
   [junit4]   2> 1426793 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[94]} 0 0
   [junit4]   2> 1426795 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[95]} 0 0
   [junit4]   2> 1426795 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[96]} 0 0
   [junit4]   2> 1426795 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[97]} 0 0
   [junit4]   2> 1426795 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[98]} 0 0
   [junit4]   2> 1426795 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99]} 0 0
   [junit4]   2> 1426795 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426795 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@25c01493 commitCommandVersion:0
   [junit4]   2> 1426800 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5fba45b5[collection1] main]
   [junit4]   2> 1426800 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1426801 INFO  (searcherExecutor-6606-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5fba45b5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):c100:[diagnostics={os=Windows 10, java.vendor=AdoptOpenJDK, java.version=13.0.1, java.vm.version=13.0.1+9, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=13.0.1+9, source=flush, os.version=10.0, timestamp=1576553955771}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1426801 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1426804 INFO  (TEST-ExitableDirectoryReaderTest.testCacheAssumptions-seed#[88270E9A11E59B88]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCacheAssumptions
   [junit4]   2> 1426810 WARN  (TEST-ExitableDirectoryReaderTest.testCacheAssumptions-seed#[88270E9A11E59B88]) [     ] o.a.s.h.c.SearchHandler Query: sleep=2&q=*:*&indent=true&fq=name:d*&timeAllowed=1&wt=xml; The request took too long to iterate over terms. Timeout: timeoutAt: 438981101740200 (System.nanoTime(): 438981106751500), TermsEnum=org.apache.lucene.index.AutomatonTermsEnum@158bb7e
   [junit4]   2> 1426810 INFO  (TEST-ExitableDirectoryReaderTest.testCacheAssumptions-seed#[88270E9A11E59B88]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={sleep=2&q=*:*&indent=true&fq=name:d*&timeAllowed=1&wt=xml} status=0 QTime=6
   [junit4]   2> 1426819 INFO  (TEST-ExitableDirectoryReaderTest.testCacheAssumptions-seed#[88270E9A11E59B88]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fq=name:d*&timeAllowed=10000&wt=xml} hits=100 status=0 QTime=7
   [junit4]   2> 1426819 INFO  (TEST-ExitableDirectoryReaderTest.testCacheAssumptions-seed#[88270E9A11E59B88]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCacheAssumptions
   [junit4]   2> 1426824 INFO  (TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[88270E9A11E59B88]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPrefixQuery
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ExitableDirectoryReaderTest -Dtests.method=testPrefixQuery -Dtests.seed=88270E9A11E59B88 -Dtests.slow=true -Dtests.locale=gsw -Dtests.timezone=America/Puerto_Rico -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J0 | ExitableDirectoryReaderTest.testPrefixQuery <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Path not found: /responseHeader/partialResults
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([88270E9A11E59B88:3B703AD875387F0D]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1108)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1055)
   [junit4]    > 	at org.apache.solr.core.ExitableDirectoryReaderTest.testPrefixQuery(ExitableDirectoryReaderTest.java:61)
   [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:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 1426827 INFO  (TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[88270E9A11E59B88]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={sleep=2&q=name:a*&timeAllowed=1&wt=xml} hits=100 status=0 QTime=1
   [junit4]   2> 1426827 ERROR (TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[88270E9A11E59B88]) [     ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /responseHeader/partialResults
   [junit4]   2>  expected =/responseHeader/partialResults==true]
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":1},
   [junit4]   2>   "response":{"numFound":100,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":"0",
   [junit4]   2>         "name":"a0 b0 c0 d0 e0"},
   [junit4]   2>       {
   [junit4]   2>         "id":"1",
   [junit4]   2>         "name":"a1 b1 c1 d1 e1"},
   [junit4]   2>       {
   [junit4]   2>         "id":"2",
   [junit4]   2>         "name":"a2 b2 c2 d2 e2"},
   [junit4]   2>       {
   [junit4]   2>         "id":"3",
   [junit4]   2>         "name":"a3 b3 c3 d3 e3"},
   [junit4]   2>       {
   [junit4]   2>         "id":"4",
   [junit4]   2>         "name":"a4 b4 c4 d4 e4"},
   [junit4]   2>       {
   [junit4]   2>         "id":"5",
   [junit4]   2>         "name":"a5 b5 c5 d5 e5"},
   [junit4]   2>       {
   [junit4]   2>         "id":"6",
   [junit4]   2>         "name":"a6 b6 c6 d6 e6"},
   [junit4]   2>       {
   [junit4]   2>         "id":"7",
   [junit4]   2>         "name":"a7 b7 c7 d7 e7"},
   [junit4]   2>       {
   [junit4]   2>         "id":"8",
   [junit4]   2>         "name":"a8 b8 c8 d8 e8"},
   [junit4]   2>       {
   [junit4]   2>         "id":"9",
   [junit4]   2>         "name":"a9 b9 c9 d9 e9"}]
   [junit4]   2>   }}
   [junit4]   2> 
   [junit4]   2>  request = sleep=2&q=name:a*&timeAllowed=1&wt=xml
   [junit4]   2> 1426827 INFO  (TEST-ExitableDirectoryReaderTest.testPrefixQuery-seed#[88270E9A11E59B88]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPrefixQuery
   [junit4]   2> 1426833 INFO  (TEST-ExitableDirectoryReaderTest.testQueryResults-seed#[88270E9A11E59B88]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testQueryResults
   [junit4]   2> 1426839 WARN  (TEST-ExitableDirectoryReaderTest.testQueryResults-seed#[88270E9A11E59B88]) [     ] o.a.s.s.SolrIndexSearcher Query: [name:e*]; The request took too long to iterate over terms. Timeout: timeoutAt: 438981130828600 (System.nanoTime(): 438981135759700), TermsEnum=org.apache.lucene.index.AutomatonTermsEnum@6aa80cfc
   [junit4]   2> 1426839 INFO  (TEST-ExitableDirectoryReaderTest.testQueryResults-seed#[88270E9A11E59B88]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={sleep=2&q=name:e*&indent=true&timeAllowed=1&wt=xml} hits=0 status=0 QTime=6
   [junit4]   2> 1426843 INFO  (TEST-ExitableDirectoryReaderTest.testQueryResults-seed#[88270E9A11E59B88]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:e*&indent=true&timeAllowed=10000&wt=xml} hits=100 status=0 QTime=4
   [junit4]   2> 1426843 INFO  (TEST-ExitableDirectoryReaderTest.testQueryResults-seed#[88270E9A11E59B88]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testQueryResults
   [junit4]   2> 1426843 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1426843 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1753515575
   [junit4]   2> 1426858 INFO  (coreCloseExecutor-6610-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1dacb76e
   [junit4]   2> 1426858 INFO  (coreCloseExecutor-6610-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@1dacb76e
   [junit4]   2> 1426858 INFO  (coreCloseExecutor-6610-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7fa5b843: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@78717d24
   [junit4]   2> 1426870 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1426870 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4599b2cc: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@71f8f6be
   [junit4]   2> 1426874 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1426874 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f88fa25: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7edfabf4
   [junit4]   2> 1426876 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1426876 INFO  (SUITE-ExitableDirectoryReaderTest-seed#[88270E9A11E59B88]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69de35ed: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@db2f411
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.ExitableDirectoryReaderTest_88270E9A11E59B88-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {_root_=PostingsFormat(name=LuceneVarGapFixedInterval), name=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), text=Lucene84}, docValues:{}, maxPointsInLeafNode=2044, maxMBSortInHeap=6.665643072648706, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@17594a11), locale=gsw, timezone=America/Puerto_Rico
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.1 (64-bit)/cpus=3,threads=2,free=126770208,total=427806720
   [junit4]   2> NOTE: All tests run in this JVM: [TestDirectoryFactory, TestCaffeineCache, TestSolrCloudWithHadoopAuthPlugin, ZkNodePropsTest, QueryEqualityTest, DocValuesMissingTest, SignatureUpdateProcessorFactoryTest, BadCopyFieldTest, ReplicationFactorTest, SpellCheckCollatorTest, TaggerTest, TestSort, TestPHPSerializedResponseWriter, TestFieldCacheWithThreads, TestCloudDeleteByQuery, StatelessScriptUpdateProcessorFactoryTest, SolrXmlInZkTest, CollectionTooManyReplicasTest, TestSchemaResource, ShardRoutingCustomTest, HighlighterConfigTest, PreAnalyzedUpdateProcessorTest, ResourceLoaderTest, PingRequestHandlerTest, ClassificationUpdateProcessorFactoryTest, TestDynamicLoadingUrl, BasicDistributedZk2Test, SpatialHeatmapFacetsTest, TestLocalFSCloudBackupRestore, TestAnalyzeInfixSuggestions, TestLFUCache, SolrCloudReportersTest, TestDynamicFieldResource, SolrJmxReporterTest, TestTrieFacet, TestCloudPseudoReturnFields, TestLegacyTerms, TestOverriddenPrefixQueryForCustomFieldType, TestEmbeddedSolrServerConstructors, TestExtendedDismaxParser, TestWaitForStateWithJettyShutdowns, RandomizedTaggerTest, AutoAddReplicasPlanActionTest, PathHierarchyTokenizerFactoryTest, TestCrossCoreJoin, SuggestComponentTest, TestSimClusterStateProvider, ZookeeperStatusHandlerTest, CleanupOldIndexTest, TestExplainDocTransformer, DistributedQueryElevationComponentTest, AtomicUpdatesTest, TestCoreBackup, AutoscalingHistoryHandlerTest, FacetPivotSmallTest, TestNumericRangeQuery32, DistributedFacetPivotWhiteBoxTest, HdfsAutoAddReplicasIntegrationTest, OverseerTaskQueueTest, DistributedFacetPivotLargeTest, MetricTriggerTest, TestHttpShardHandlerFactory, SignificantTermsQParserPluginTest, TestCodecSupport, TestStressReorder, TestConfigSetsAPIExclusivity, BasicAuthIntegrationTest, TestAuthorizationFramework, TestUninvertingReader, MetricsHistoryWithAuthIntegrationTest, DistributedUpdateProcessorTest, OpenExchangeRatesOrgProviderTest, TestSQLHandlerNonCloud, DebugComponentTest, TestDistributedStatsComponentCardinality, TestPullReplica, TestConfigsApi, TestHttpServletCarrier, ComputePlanActionTest, TestSolrConfigHandler, CustomHighlightComponentTest, BlockJoinFacetSimpleTest, HdfsThreadLeakTest, ZkControllerTest, PreAnalyzedFieldManagedSchemaCloudTest, DistributedQueryComponentCustomSortTest, TestComplexPhraseLeadingWildcard, BinaryUpdateRequestHandlerTest, BigEndianAscendingWordSerializerTest, NestedAtomicUpdateTest, TestSolrCoreProperties, SplitByPrefixTest, TestSafeXMLParsing, TestPerFieldSimilarityWithDefaultOverride, DateFieldTest, TestBinaryResponseWriter, RuleEngineTest, TestTrackingShardHandlerFactory, TestCharFilters, TestSimTriggerIntegration, SubstringBytesRefFilterTest, SearchHandlerTest, TestQuerySenderNoQuery, DistanceUnitsTest, LeaderTragicEventTest, AtomicUpdateProcessorFactoryTest, SolrIndexConfigTest, TestRetrieveFieldsOptimizer, AnalysisErrorHandlingTest, TestLeaderElectionWithEmptyReplica, TestSchemaVersionResource, TestCoreContainer, TestDistribIDF, TestSimNodeAddedTrigger, DistributedFacetPivotSmallAdvancedTest, JavabinLoaderTest, CdcrVersionReplicationTest, TestHighFrequencyDictionaryFactory, ActionThrottleTest, AlternateDirectoryTest, TestJsonFacets, TestUseDocValuesAsStored2, ExitableDirectoryReaderTest]
   [junit4] Completed [263/889 (1!)] on J0 in 0.77s, 3 tests, 1 error <<< FAILURES!

[...truncated 47109 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/598/consoleText

[repro] Revision: 10ea628bb6f4104ba14485d4b3dd2ee7f369a90e

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       ExitableDirectoryReaderTest
[repro] ant compile-test

[...truncated 3627 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.ExitableDirectoryReaderTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=88270E9A11E59B88 -Dtests.slow=true -Dtests.locale=gsw -Dtests.timezone=America/Puerto_Rico -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 83 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.core.ExitableDirectoryReaderTest
[repro] Exiting with code 0

[...truncated 78 lines...]

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-11.0.4) - Build # 597 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/597/
Java: 64bit/jdk-11.0.4 -XX:-UseCompressedOops -XX:+UseParallelGC

9 tests failed.
FAILED:  org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:47D6334F8AC257FA]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:110)
	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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence(TestModelManagerPersistence.java:173)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 63 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 59 more


FAILED:  org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testWrapperModelPersistence

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:101D24EC905248FA]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:110)
	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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.doWrapperModelPersistenceChecks(TestModelManagerPersistence.java:207)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testWrapperModelPersistence(TestModelManagerPersistence.java:260)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 64 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 60 more


FAILED:  org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:47D6334F8AC257FA]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:110)
	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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence(TestModelManagerPersistence.java:173)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 63 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 59 more


FAILED:  org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testWrapperModelPersistence

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:101D24EC905248FA]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:110)
	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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.doWrapperModelPersistenceChecks(TestModelManagerPersistence.java:207)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testWrapperModelPersistence(TestModelManagerPersistence.java:260)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 64 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 60 more


FAILED:  org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:47D6334F8AC257FA]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:110)
	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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence(TestModelManagerPersistence.java:173)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 63 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 59 more


FAILED:  org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:47D6334F8AC257FA]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:110)
	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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence(TestModelManagerPersistence.java:173)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 63 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 59 more


FAILED:  org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testWrapperModelPersistence

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:101D24EC905248FA]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:110)
	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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.doWrapperModelPersistenceChecks(TestModelManagerPersistence.java:207)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testWrapperModelPersistence(TestModelManagerPersistence.java:260)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 64 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 60 more


FAILED:  org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:47D6334F8AC257FA]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:110)
	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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence(TestModelManagerPersistence.java:173)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 63 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 59 more


FAILED:  org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testWrapperModelPersistence

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:101D24EC905248FA]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:110)
	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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.doWrapperModelPersistenceChecks(TestModelManagerPersistence.java:207)
	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testWrapperModelPersistence(TestModelManagerPersistence.java:260)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 64 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 60 more




Build Log:
[...truncated 24713 lines...]
   [junit4] Suite: org.apache.solr.ltr.store.rest.TestModelManagerPersistence
   [junit4]   1> 13:31:10.651 [TEST-TestModelManagerPersistence.testFilePersistence-seed#[657757322FAE31BF]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> Dec 16, 2019 5:31:11 PM org.restlet.Application start
   [junit4]   2> INFO: Starting org.apache.solr.rest.SolrSchemaRestApi application
   [junit4]   2> Dec 16, 2019 5:31:11 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:11	127.0.0.1	-	127.0.0.1	49297	GET	/solr/schema/model-store	wt=json&indent=on	200	-	0	9	https://127.0.0.1:49297	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:11 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:11	127.0.0.1	-	127.0.0.1	49297	GET	/solr/schema/feature-store/_DEFAULT_	wt=json&indent=on	200	-	0	1	https://127.0.0.1:49297	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:11 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:11	127.0.0.1	-	127.0.0.1	49297	PUT	/solr/schema/feature-store	wt=json&indent=on	200	-	933	17	https://127.0.0.1:49297	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:11 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:11	127.0.0.1	-	127.0.0.1	49297	PUT	/solr/schema/model-store	wt=json&indent=on	200	-	835	14	https://127.0.0.1:49297	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:11 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:11	127.0.0.1	-	127.0.0.1	49297	GET	/solr/schema/model-store	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49297	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:11 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:11	127.0.0.1	-	127.0.0.1	49297	GET	/solr/schema/feature-store/_DEFAULT_	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49297	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:11 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:11	127.0.0.1	-	127.0.0.1	49297	GET	/solr/schema/feature-store/_DEFAULT_	wt=json&indent=on	200	-	0	1	https://127.0.0.1:49297	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:11 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:11	127.0.0.1	-	127.0.0.1	49297	GET	/solr/schema/model-store	wt=json&indent=on	200	-	0	1	https://127.0.0.1:49297	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:12 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:12	127.0.0.1	-	127.0.0.1	49297	GET	/solr/schema/feature-store/_DEFAULT_	wt=json&indent=on	200	-	0	1	https://127.0.0.1:49297	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:12 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:12	127.0.0.1	-	127.0.0.1	49297	GET	/solr/schema/feature-store/_DEFAULT_	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49297	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   1> 13:31:12.044 [TEST-TestModelManagerPersistence.testFilePersistence-seed#[657757322FAE31BF]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 13:31:12.971 [TEST-TestModelManagerPersistence.testFilePersistence-seed#[657757322FAE31BF]] ERROR org.apache.solr.util.RestTestBase - REQUEST FAILED: /schema/model-store?wt=json&indent=on
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestModelManagerPersistence -Dtests.method=testFilePersistence -Dtests.seed=657757322FAE31BF -Dtests.slow=true -Dtests.locale=en-JM -Dtests.timezone=Europe/Astrakhan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   2.39s J0 | TestModelManagerPersistence.testFilePersistence <<<
   [junit4]    > Throwable #1: javax.net.ssl.SSLException: Software caused connection abort: recv failed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:47D6334F8AC257FA]:0)
   [junit4]    > 	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
   [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:110)
   [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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
   [junit4]    > 	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
   [junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
   [junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
   [junit4]    > 	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence(TestModelManagerPersistence.java:173)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > 	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
   [junit4]    > 		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]    > 		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
   [junit4]    > 		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
   [junit4]    > 		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
   [junit4]    > 		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
   [junit4]    > 		... 63 more
   [junit4]    > Caused by: java.net.SocketException: Software caused connection abort: recv failed
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
   [junit4]    > 	... 59 more
   [junit4]   1> 13:31:13.040 [TEST-TestModelManagerPersistence.testFeaturePersistence-seed#[657757322FAE31BF]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.Application start
   [junit4]   2> INFO: Starting org.apache.solr.rest.SolrSchemaRestApi application
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	PUT	/solr/schema/feature-store	wt=json&indent=on	200	-	111	6	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	PUT	/solr/schema/feature-store	wt=json&indent=on	200	-	113	3	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	PUT	/solr/schema/feature-store	wt=json&indent=on	200	-	112	4	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	PUT	/solr/schema/feature-store	wt=json&indent=on	200	-	113	3	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test1	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test2	wt=json&indent=on	200	-	0	1	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test	wt=json&indent=on	200	-	0	1	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test1	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test2	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	PUT	/solr/schema/model-store	wt=json&indent=on	200	-	165	4	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	PUT	/solr/schema/model-store	wt=json&indent=on	200	-	169	4	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	DELETE	/solr/schema/feature-store/test2	wt=json&indent=on	200	-	0	3	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	DELETE	/solr/schema/model-store/test-model2	wt=json&indent=on	200	-	0	3	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test2	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:13 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:13	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/model-store	wt=json&indent=on	200	-	0	1	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test2	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/model-store	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49331	DELETE	/solr/schema/model-store/test-model	wt=json&indent=on	200	-	0	4	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49331	DELETE	/solr/schema/feature-store/test1	wt=json&indent=on	200	-	0	2	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test1	wt=json&indent=on	200	-	0	3	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/model-store	wt=json&indent=on	200	-	0	1	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/feature-store/test1	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49331	GET	/solr/schema/model-store	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49331	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   1> 13:31:14.296 [TEST-TestModelManagerPersistence.testInnerCustomClassesPersistence-seed#[657757322FAE31BF]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.Application start
   [junit4]   2> INFO: Starting org.apache.solr.rest.SolrSchemaRestApi application
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49347	PUT	/solr/schema/feature-store	wt=json&indent=on	200	-	116	6	https://127.0.0.1:49347	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49347	GET	/solr/schema/feature-store/test42	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49347	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49347	PUT	/solr/schema/model-store	wt=json&indent=on	200	-	168	4	https://127.0.0.1:49347	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49347	GET	/solr/schema/model-store	wt=json&indent=on	200	-	0	1	https://127.0.0.1:49347	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49347	GET	/solr/schema/feature-store/test42	wt=json&indent=on	200	-	0	1	https://127.0.0.1:49347	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49347	GET	/solr/schema/model-store	wt=json&indent=on	200	-	0	0	https://127.0.0.1:49347	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   2> Dec 16, 2019 5:31:14 PM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2019-12-16	17:31:14	127.0.0.1	-	127.0.0.1	49

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

n	200	-	0	0	https://127.0.0.1:49714	Apache-HttpClient/4.5.6 (Java/11.0.4)	-
   [junit4]   1> 13:41:16.835 [TEST-TestModelManagerPersistence.testWrapperModelPersistence-seed#[657757322FAE31BF]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 13:41:17.858 [TEST-TestModelManagerPersistence.testWrapperModelPersistence-seed#[657757322FAE31BF]] ERROR org.apache.solr.util.RestTestBase - REQUEST FAILED: /schema/model-store?wt=json&indent=on
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestModelManagerPersistence -Dtests.method=testWrapperModelPersistence -Dtests.seed=657757322FAE31BF -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-JM -Dtests.timezone=Europe/Astrakhan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   2.44s J1 | TestModelManagerPersistence.testWrapperModelPersistence <<<
   [junit4]    > Throwable #1: javax.net.ssl.SSLException: Software caused connection abort: recv failed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([657757322FAE31BF:101D24EC905248FA]:0)
   [junit4]    > 	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
   [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:110)
   [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.solr.util.RestTestHarness.getResponse(RestTestHarness.java:215)
   [junit4]    > 	at org.apache.solr.util.RestTestHarness.query(RestTestHarness.java:107)
   [junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:226)
   [junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
   [junit4]    > 	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.doWrapperModelPersistenceChecks(TestModelManagerPersistence.java:207)
   [junit4]    > 	at org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testWrapperModelPersistence(TestModelManagerPersistence.java:260)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > 	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
   [junit4]    > 		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]    > 		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
   [junit4]    > 		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
   [junit4]    > 		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
   [junit4]    > 		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
   [junit4]    > 		... 64 more
   [junit4]    > Caused by: java.net.SocketException: Software caused connection abort: recv failed
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
   [junit4]    > 	... 60 more
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\contrib\solr-ltr\test\J1\temp\solr.ltr.store.rest.TestModelManagerPersistence_657757322FAE31BF-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {description=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), text=Lucene84, title=PostingsFormat(name=MockRandom)}, docValues:{_version_=DocValuesFormat(name=Asserting), popularity=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=867, maxMBSortInHeap=5.738167358549609, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e0d99c6), locale=en-JM, timezone=Europe/Astrakhan
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.4 (64-bit)/cpus=3,threads=1,free=136667944,total=269484032
   [junit4]   2> NOTE: All tests run in this JVM: [TestModelManagerPersistence, TestModelManagerPersistence]
   [junit4] Completed [5/5 (5!)] on J1 in 6.54s, 4 tests, 2 errors <<< FAILURES!

[...truncated 18 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1590: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1117: There were test failures: 5 suites, 20 tests, 9 errors, 3 ignored (3 assumptions) [seed: 657757322FAE31BF]

Total time: 37 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.ltr.store.rest.TestModelManagerPersistence
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=d19b54e1414de06b6746b8b15e473fe3fba8fd71, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #596
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-11.0.4) - Build # 596 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/596/
Java: 64bit/jdk-11.0.4 -XX:-UseCompressedOops -XX:+UseG1GC

7 tests failed.
FAILED:  org.apache.solr.handler.admin.LoggingHandlerTest.testLogLevelHandlerOutput

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([43234FAB51B2B92B:D8780A230C0307D2]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1020)
	at org.apache.solr.handler.admin.LoggingHandlerTest.testLogLevelHandlerOutput(LoggingHandlerTest.java:55)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//arr[@name='loggers']/lst/str[.='org.apache']/../null[@name='level']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">2</int></lst><str name="watcher">Log4j2</str><arr name="levels"><str>ALL</str><str>TRACE</str><str>DEBUG</str><str>INFO</str><str>WARN</str><str>ERROR</str><str>FATAL</str><str>OFF</str></arr><arr name="loggers"><lst><str name="name">root</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">SecurityLogger</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">SecurityLogger.org</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">SecurityLogger.org.apache</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">SecurityLogger.org.apache.hadoop</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">SecurityLogger.org.apache.hadoop.ipc</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">SecurityLogger.org.apache.hadoop.ipc.Server</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">com</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">com.codahale</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">com.codahale.metrics</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">com.codahale.metrics.ScheduledReporter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">com.codahale.metrics.jmx</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">com.codahale.metrics.jmx.JmxReporter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">com.jayway</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">com.jayway.jsonpath</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">com.jayway.jsonpath.internal</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">com.jayway.jsonpath.internal.JsonContext</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">com.jayway.jsonpath.internal.path</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">com.jayway.jsonpath.internal.path.CompiledPath</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.curator.ConnectionState</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.CuratorZookeeperClient</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.RetryLoop</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.framework</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.curator.framework.imps</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.curator.framework.imps.CuratorFrameworkImpl</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.framework.imps.FailedDeleteManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.framework.imps.GetDataBuilderImpl</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.framework.imps.NamespaceFacade</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.framework.listen</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.curator.framework.listen.ListenerContainer</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.framework.recipes</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.curator.framework.recipes.cache</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.curator.framework.recipes.cache.PathChildrenCache</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.framework.recipes.shared</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.curator.framework.recipes.shared.SharedValue</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.framework.state</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.curator.framework.state.ConnectionStateManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.retry</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.curator.retry.ExponentialBackoffRetry</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.utils</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.curator.utils.CloseableExecutorService</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.utils.CloseableUtils</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.utils.DefaultTracerDriver</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.curator.utils.ThreadUtils</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.directory</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.conf</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.conf.Configuration</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.conf.Configuration.deprecation</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.fs</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.fs.FileSystem</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.fs.HarFileSystem</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.fs.permission</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.fs.permission.FsPermission</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.ClientContext</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.DFSClient</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.DFSUtilClient</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.KeyProviderCache</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.NameNodeProxiesClient</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.PeerCache</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.client</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.client.impl</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.client.impl.DfsClientConf</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.protocol</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.protocol.datatransfer</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.protocol.datatransfer.sasl</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.protocol.datatransfer.sasl.DataTransferSaslUtil</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.protocol.datatransfer.sasl.SaslDataTransferClient</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.shortcircuit</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.shortcircuit.DomainSocketFactory</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.shortcircuit.ShortCircuitCache</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.util</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.util.ByteArrayManager</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.web</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.hdfs.web.WebHdfsFileSystem</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.io</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.io.FastByteComparisons</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.io.nativeio</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.io.nativeio.NativeIO</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.io.retry</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.io.retry.AsyncCallHandler</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.io.retry.RetryInvocationHandler</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.io.retry.RetryPolicies</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.io.retry.RetryUtils</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.ipc</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.ipc.Client</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.ipc.ProtobufRpcEngine</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.ipc.RPC</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.ipc.Server</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.metrics2</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.metrics2.impl</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.metrics2.impl.MetricsSystemImpl</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.metrics2.lib</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.metrics2.lib.Interns</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.metrics2.lib.MetricsSourceBuilder</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.metrics2.lib.MutableMetricsFactory</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.net</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.net.NetUtils</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.net.unix</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.net.unix.DomainSocketWatcher</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.security.Groups</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.HadoopKerberosName</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.SecurityUtil</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.UserGroupInformation</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.authentication</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.security.authentication.server</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.security.authentication.server.AuthenticationFilter</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.authentication.util</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.security.authentication.util.KerberosName</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.authentication.util.RolloverSignerSecretProvider</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.authentication.util.ZKSignerSecretProvider</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.token</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.security.token.Token</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.token.delegation</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.token.delegation.ZKDelegationTokenSecretManager</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.token.delegation.web</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.security.token.delegation.web.DelegationTokenManager</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.util</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.hadoop.util.JsonSerialization</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.util.NativeCodeLoader</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.util.PerformanceAdvisory</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.hadoop.util.Shell</str><str name="level">WARN</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.htrace</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.htrace.core</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.htrace.core.HTraceConfiguration</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.htrace.core.Tracer</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.htrace.core.TracerId</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.htrace.core.TracerPool</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.http.client</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.http.client.protocol</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.http.client.protocol.RequestAddCookies</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.client.protocol.RequestAuthCache</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.client.protocol.RequestClientConnControl</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.client.protocol.ResponseProcessCookies</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.conn</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.http.conn.ssl</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.http.conn.ssl.AllowAllHostnameVerifier</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.conn.ssl.BrowserCompatHostnameVerifier</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.conn.ssl.DefaultHostnameVerifier</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.conn.ssl.SSLConnectionSocketFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.conn.ssl.StrictHostnameVerifier</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.headers</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.http.impl.auth</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.http.impl.auth.HttpAuthenticator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.client</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.http.impl.client.DefaultRedirectStrategy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.client.InternalHttpClient</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.client.ProxyAuthenticationStrategy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.client.TargetAuthenticationStrategy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.conn</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.http.impl.conn.CPool</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.conn.DefaultHttpClientConnectionOperator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.conn.DefaultHttpResponseParser</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.conn.DefaultManagedHttpClientConnection</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.conn.PoolingHttpClientConnectionManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.execchain</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.http.impl.execchain.MainClientExec</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.execchain.ProtocolExec</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.execchain.RedirectExec</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.impl.execchain.RetryExec</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.http.wire</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.BaseDistributedSearchTestCase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.SolrJettyTestBase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.SolrTestCase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.SolrTestCaseJ4</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.TestDistributedSearch</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.TestGroupingSearch</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.TestRandomFaceting</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.api</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.api.AnnotatedApi</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.api.ApiBag</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.api.V2HttpCall</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.client.solrj</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.client.solrj.cloud</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.client.solrj.cloud.SocketProxy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.cloud.autoscaling</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.cloud.autoscaling.MoveReplicaSuggester</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.cloud.autoscaling.Policy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.cloud.autoscaling.PolicyHelper</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.cloud.autoscaling.Preference</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.cloud.autoscaling.Row</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.cloud.autoscaling.Suggester</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.embedded</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.client.solrj.embedded.JettySolrRunner</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.BaseCloudSolrClient</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.BaseHttpClusterStateProvider</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.Http2SolrClient</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.HttpClientUtil</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.HttpSolrClient</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.SolrClientCloudManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.SolrClientDataProvider</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.SolrHttpRequestRetryHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.XMLResponseParser</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.io</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.client.solrj.io.SolrClientCache</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.io.stream</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.client.solrj.io.stream.CommitStream</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.io.stream.DaemonStream</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.io.stream.UpdateStream</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.request</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.client.solrj.routing</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.client.solrj.routing.RequestReplicaListTransformerGenerator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.AbstractDistribZkTestBase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.AbstractFullDistribZkTestBase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ActionThrottle</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ActiveReplicaWatcher</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.BasicDistributedZkTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ChaosMonkey</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.CloudConfigSetService</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.CloudInspectUtil</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.CloudUtil</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.CollectionPropsTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.CollectionsAPISolrJTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.DeleteInactiveReplicaTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.DistribCursorPagingTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ElectionContext</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ExclusiveSliceProperty</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.FullThrottleStoppableIndexingThread</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.HttpPartitionOnCommitTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.HttpPartitionTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.IpTables</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.LeaderElector</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.LeaderFailoverAfterPartitionTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.LeaderFailureAfterFreshStartTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.LeaderTragicEventTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.LockTree</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.MiniSolrCloudCluster</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.MoveReplicaTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.Overseer</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.OverseerCollectionConfigSetProcessorTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.OverseerConfigSetMessageHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.OverseerElectionContext</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.OverseerNodePrioritizer</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.OverseerRolesTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.OverseerTaskProcessor</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.OverseerTaskQueue</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.PackageManagerCLITest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.RecoveringCoreTermWatcher</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.RecoveryStrategy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ReplicateFromLeader</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ReplicationFactorTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.RoutingToNodesWithPropertiesTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ShardLeaderElectionContext</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ShardLeaderElectionContextBase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ShardRoutingTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.SolrCloudAuthTestCase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.SolrCloudExampleTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.SolrCloudTestCase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.SolrXmlInZkTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.StoppableCommitThread</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.StoppableSearchThread</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.SyncStrategy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.SystemCollectionCompatTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestAuthenticationFramework</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestCloudDeleteByQuery</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestCloudRecovery2</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestConfigSetsAPI</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestConfigSetsAPIExclusivity</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestDistribDocBasedVersion</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestDownShardTolerantSearch</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestDynamicFieldNamesIndexCorrectly</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestLockTree</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestOnReconnectListenerSupport</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestPullReplica</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestPullReplicaErrorHandling</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestRandomRequestDistribution</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestSegmentSorting</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestSolrCloudWithDelegationTokens</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestStressInPlaceUpdates</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestStressLiveNodes</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestTlogReplica</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestTolerantUpdateProcessorCloud</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.TriLevelCompositeIdRoutingTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.VMParamsZkACLAndCredentialsProvidersTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ZkController</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ZkDistributedQueue</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ZkShardTerms</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ZkSolrResourceLoader</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.ZkTestServer</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.AddReplicaCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.Assign</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.BackupCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.CategoryRoutedAlias</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.CollectionReloadTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.CreateCollectionCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.CreateShardCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.CreateSnapshotCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.DeleteCollectionCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.DeleteNodeCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.DeleteReplicaCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.DeleteShardCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.DeleteSnapshotCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.MaintainRoutedAliasCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.MigrateCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.MoveReplicaCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.OverseerRoleCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.OverseerStatusCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.ReindexCollectionCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.RenameCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.ReplaceNodeCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.RestoreCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.RoutedAlias</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.SetAliasPropCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.ShardSplitTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.SplitShardCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.TestHdfsCloudBackupRestore</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.api.collections.UtilizeNodeCmd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.AutoScalingHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.ComputePlanAction</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.ComputePlanActionTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.ExecutePlanAction</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.HttpTriggerListener</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.InactiveMarkersPlanAction</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.InactiveShardPlanAction</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.IndexSizeTrigger</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.IndexSizeTriggerSizeEstimationTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.MetricTrigger</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.NodeAddedTrigger</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.NodeLostTrigger</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.NodeMarkersRegistrationTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.OverseerTriggerThread</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.RestoreTriggerStateTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.ScheduledTrigger</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.ScheduledTriggerIntegrationTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.ScheduledTriggers</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.SearchRateTrigger</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.SystemLogListener</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.SystemLogListenerTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.TriggerBase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.TriggerEventQueue</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.TriggerIntegrationTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestEventQueueAction</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.SimCloudManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.SimDistributedQueueFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.SimNodeStateProvider</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.SimScenario</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.SimUtils</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.SnapshotCloudManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.SnapshotDistribStateManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.TestSimClusterStateProvider</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.TestSimComputePlanAction</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.TestSimDistribStateManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.TestSimExecutePlanAction</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration$TestEventQueueAction</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.autoscaling.sim.TestSnapshotCloudManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.cdcr</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.cdcr.CdcrBootstrapTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.cdcr.CdcrTestsUtil</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.hdfs</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.cloud.hdfs.HdfsTestUtil</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.overseer</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.overseer.ClusterStateMutator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.overseer.CollectionMutator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.overseer.NodeMutator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.overseer.ReplicaMutator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.overseer.SliceMutator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.overseer.ZkStateWriter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.overseer.ZkStateWriterTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.rule</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.cloud.rule.ReplicaAssigner</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.cloud.rule.ServerSnitchContext</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.common.cloud</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.common.cloud.ClusterProperties</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.ClusterStateUtil</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.ConnectionManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.DefaultConnectionStrategy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.NodesSysPropsCacher</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.SolrZkClient</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.ZkClientConnectionStrategy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.ZkConfigManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.ZkMaintenanceUtils</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.ZkStateReader</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.ZkStateReader$AliasesManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.rule</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.common.cloud.rule.ImplicitSnitch</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.cloud.rule.SnitchContext</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.util</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.common.util.ExecutorUtil</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.util.IOUtils</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.util.JavaBinCodec</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.util.ObjectReleaseTracker</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.util.RetryUtil</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.util.TimeSource</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.common.util.Utils</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.core.BlobRepository</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.CachingDirectoryFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.CachingDirectoryFactoryTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.ConfigSetProperties</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.ConfigSetService</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.CoreContainer</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.CoreDescriptor</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.CorePropertiesLocator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.DirectoryFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.EphemeralDirectoryFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.HdfsDirectoryFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.IndexDeletionPolicyWrapper</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.MMapDirectoryFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.MemClassLoader</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.PluginBag</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.QuerySenderListener</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.RequestHandlers</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.RequestParams</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.SchemaCodecFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.SolrConfig</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.SolrCore</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.SolrCore.Request</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.SolrCore.SlowRequest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.SolrCores</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.SolrDeletionPolicy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.SolrResourceLoader</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.SolrXmlConfig</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.StandardDirectoryFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.TestSolrConfigHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.TracerConfigurator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.TransientSolrCoreCacheDefault</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.TransientSolrCoreCacheFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.XmlConfigFile</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.ZkContainer</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.backup</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.core.backup.BackupManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.backup.repository</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.core.backup.repository.BackupRepositoryFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.snapshots</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.core.snapshots.SolrSnapshotManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.snapshots.SolrSnapshotMetaDataManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.core.snapshots.TestSolrCoreSnapshots</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.filestore</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.filestore.DistribPackageStore</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.filestore.PackageStoreAPI</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.hadoop</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.handler.BackupRestoreUtils</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.BackupStatusChecker</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.BlobHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.CdcrBufferStateManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.CdcrLeaderStateManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.CdcrProcessStateManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.CdcrReplicator</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.CdcrReplicatorManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.CdcrReplicatorScheduler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.CdcrReplicatorState</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.CdcrRequestHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.CdcrUpdateLogSynchronizer</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.DocumentAnalysisRequestHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.GraphHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.IndexFetcher</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.MoreLikeThisHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.PingRequestHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.ReplicationHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.RequestHandlerBase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.RestoreCore</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.SQLHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.SchemaHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.SnapShooter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.SolrConfigHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.StreamHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.TestBlobHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.TestReplicationHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.TestReplicationHandlerBackup</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.TestReplicationHandlerDiskOverFlow</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.TestSolrConfigHandlerConcurrent</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.TestStressThreadBackup</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.handler.admin.AdminHandlersProxy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.AutoscalingHistoryHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.ColStatus</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.CollectionHandlerApi</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.CollectionsHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.ConfigSetsHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.CoreAdminHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.CoreAdminOperation</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.HealthCheckHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.InvokeOp</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.LoggingHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.LukeRequestHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.MergeIndexesOp</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.MetricsCollectorHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.MetricsHistoryHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.PrepRecoveryOp</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.RequestSyncShardOp</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.SecurityConfHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.SecurityConfHandlerLocal</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.SecurityConfHandlerZk</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.SegmentsInfoRequestHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.ShowFileRequestHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.SplitOp</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.SystemInfoHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.TestCollectionAPIs</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.ZookeeperInfoHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.ZookeeperStatusHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.admin.ZookeeperStatusHandlerTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.handler.component.FacetComponent</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.HttpShardHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.HttpShardHandlerFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.IterativeMergeStrategy</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.MoreLikeThisComponent</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.PhrasesIdentificationComponent</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.QueryComponent</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.QueryElevationComponent</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.RangeFacetRequest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.RealTimeGetComponent</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.ResourceSharingTestComponent</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.SearchHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.SpatialHeatmapFacets</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.SpellCheckComponent</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.SuggestComponent</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.component.TestDistributedStatsComponentCardinality</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.loader</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.handler.loader.JsonLoader</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.loader.XMLLoader</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.tagger</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.handler.tagger.Tagger</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.tagger.TaggerRequestHandler</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.tagger.TaggerTestCase</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.handler.tagger.WordLengthTaggingFilterFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.highlight</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.highlight.DefaultSolrHighlighter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.highlight.HighlighterConfigTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.highlight.PostingsSolrHighlighter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.logging</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.logging.LogWatcher</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.logging.log4j2</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.logging.log4j2.Log4j2Watcher</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.metrics.MetricSuppliers</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.MetricsMap</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.SolrCoreMetricManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.SolrMetricManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.SolrMetricReporter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.reporters</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.metrics.reporters.ReporterClientCache</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.reporters.SolrJmxReporter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.reporters.jmx</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.reporters.solr</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.metrics.reporters.solr.SolrClusterReporter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.reporters.solr.SolrReporter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.reporters.solr.SolrShardReporter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.rrd</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.rrd.SolrRrdBackend</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.metrics.rrd.SolrRrdBackendFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.packagemanager</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.packagemanager.DefaultPackageRepository</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.packagemanager.PackageManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.packagemanager.RepositoryManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.pkg</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.pkg.PackageAPI</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.pkg.PackageListeners</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.pkg.PackageLoader</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.pkg.PackagePluginHolder</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.request</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.request.SimpleFacets</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.request.SolrRequestInfo</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.response</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.response.BinaryResponseWriter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.response.SchemaXmlWriter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.response.XSLTResponseWriter</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.response.transform</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.response.transform.ChildDocTransformer</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.rest</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.rest.ManagedResource</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.rest.ManagedResourceStorage</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.rest.RestManager</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.rest.SolrSchemaRestApi</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.rest.schema</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.rest.schema.TestBulkSchemaAPI</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.rest.schema.analysis</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.rest.schema.analysis.ManagedWordSetResource</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema</str><null name="level"/><bool name="set">false</bool></lst><lst><str name="name">org.apache.solr.schema.AbstractEnumField$EnumMapping</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.AbstractSpatialFieldType</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.AbstractSpatialPrefixTreeFieldType</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.BinaryField</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.ClassicIndexSchemaFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.CurrencyFieldType</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.DocValuesTest</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.EnumField</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.EnumFieldType</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.FieldType</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.FieldTypePluginLoader</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.FileExchangeRateProvider</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.IndexSchema</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.IndexSchemaFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.JsonPreAnalyzedParser</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.ManagedIndexSchema</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.ManagedIndexSchemaFactory</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.OpenExchangeRatesOrgProvider</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.PointField</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.schema.PreAnalyzedField</str><str name="level">INFO</str><bool name="set">true</bool></lst><lst><str name="name">org.apache.solr.s

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

 above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/overseer/queue
   [junit4]   2> 	17	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 43154 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[43234FAB51B2B92B]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:49359
   [junit4]   2> 43154 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[43234FAB51B2B92B]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49359
   [junit4]   2> 43154 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[43234FAB51B2B92B]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 49359
   [junit4]   2> 45158 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[43234FAB51B2B92B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=43234FAB51B2B92B -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ast-ES -Dtests.timezone=Europe/San_Marino -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7.64s J0 | BasicAuthIntegrationTest.testBasicAuth <<<
   [junit4]    > Throwable #1: javax.net.ssl.SSLException: Software caused connection abort: recv failed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([43234FAB51B2B92B:FF4D39B9F5E13A51]:0)
   [junit4]    > 	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
   [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:110)
   [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:108)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > 	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
   [junit4]    > 		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]    > 		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
   [junit4]    > 		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
   [junit4]    > 		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
   [junit4]    > 		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
   [junit4]    > 		... 63 more
   [junit4]    > Caused by: java.net.SocketException: Software caused connection abort: recv failed
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
   [junit4]    > 	... 59 more
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_43234FAB51B2B92B-003
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1822, maxMBSortInHeap=5.700689809846957, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6d133eb), locale=ast-ES, timezone=Europe/San_Marino
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.4 (64-bit)/cpus=3,threads=1,free=75811232,total=202375168
   [junit4]   2> NOTE: All tests run in this JVM: [BasicAuthIntegrationTest, BasicAuthIntegrationTest, BasicAuthIntegrationTest]
   [junit4] Completed [10/10 (5!)] on J0 in 7.71s, 1 test, 1 error <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1590: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1117: There were test failures: 10 suites, 10 tests, 5 errors [seed: 43234FAB51B2B92B]

Total time: 48 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.handler.admin.LoggingHandlerTest
[repro]   5/5 failed: org.apache.solr.security.BasicAuthIntegrationTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=e7e4959bd904419f5f246484fa200b783b4ba352, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #595
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-13) - Build # 595 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/595/
Java: 64bit/jdk-13 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([D718F2903A1D0CE9:6B7684829E4E8F93]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:110)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:989)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 63 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:919)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 59 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([D718F2903A1D0CE9:6B7684829E4E8F93]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:110)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:989)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 63 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:919)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 59 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([D718F2903A1D0CE9:6B7684829E4E8F93]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:110)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:989)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 63 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:919)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 59 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([D718F2903A1D0CE9:6B7684829E4E8F93]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:110)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:989)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 63 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:919)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 59 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([D718F2903A1D0CE9:6B7684829E4E8F93]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:110)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:989)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 63 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:919)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 59 more




Build Log:
[...truncated 2219 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J0-20191215_025347_1961999953275072798854.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J1-20191215_025347_1975848956223319396991.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 322 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J0-20191215_030514_08118250525146595093247.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J1-20191215_030514_0815027583243546029204.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 1094 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20191215_030710_73417582405037152761025.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20191215_030710_7346884056072283103424.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 257 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20191215_030933_33811274983882059917673.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20191215_030933_339608201475139598350.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 224 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20191215_030955_748837548669814353531.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20191215_030955_749491895726856687879.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 163 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20191215_031046_3191155728454117284046.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20191215_031046_3196157143800801505093.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 189 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20191215_031052_8923598478948706859239.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20191215_031052_89215641789977712292317.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20191215_031115_33811428553713172878196.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20191215_031115_3385513264715382759224.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 180 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20191215_031123_6982951670692562879647.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20191215_031123_6986986996318471451761.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20191215_031147_6774859858757745923118.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20191215_031147_6772450182574028814617.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 168 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20191215_031200_15312042322215446462556.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20191215_031200_1531223212969656691328.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 200 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20191215_031208_74612745712048312621908.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 15 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20191215_031208_7461938799372240056506.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 1565 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J0-20191215_031511_1921906709553567072996.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J1-20191215_031511_19215747715087209002037.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 252 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J1-20191215_031530_34811241604102293667694.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J0-20191215_031530_34814238602045390403026.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 279 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J0-20191215_031555_97712736636081802772153.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J1-20191215_031555_97710133041869289619124.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 235 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J1-20191215_031811_645301528048444261914.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J0-20191215_031811_64517413695522926352996.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 174 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J0-20191215_031816_7675274899379699044881.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J1-20191215_031816_76717357782494205993059.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 235 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J0-20191215_031824_5853887830792724740940.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J1-20191215_031824_5851697238237573695414.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 186 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J1-20191215_031918_86910589362044347257246.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J0-20191215_031918_86914816196976704165545.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 262 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J0-20191215_031933_2246917191175608075998.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J1-20191215_031933_2242918867499318803779.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 167 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J1-20191215_032007_76711964014067594553948.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J0-20191215_032007_76763220665456740731.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 303 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J0-20191215_032031_5185983570659717086701.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J1-20191215_032031_5189417057108367043196.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 156 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\memory\test\temp\junit4-J0-20191215_032044_86915753044328750710142.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\memory\test\temp\junit4-J1-20191215_032044_86910660878012388166243.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 196 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J0-20191215_032052_74012005196151313576308.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J1-20191215_032052_7401953830767454258699.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 259 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J0-20191215_032121_8042715197140464451983.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J1-20191215_032121_8042303460214670065662.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 254 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J0-20191215_032139_83817064111895132862911.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J1-20191215_032139_83814682398257715305729.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 235 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J0-20191215_032156_94716157014728120015028.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J1-20191215_032156_9476397627950687434829.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 217 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J1-20191215_032213_994887693946535008473.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J0-20191215_032213_994993279128019588317.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 296 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J0-20191215_032232_1966255420795863061665.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J1-20191215_032232_196401418736351580680.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 290 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20191215_032334_0977467885180877899560.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 15 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20191215_032334_097413649513194417784.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 193 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20191215_032407_9458544445438755827304.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20191215_032407_9466715096432513184465.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 152 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial\test\temp\junit4-J0-20191215_032424_1189522910682890569206.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 256 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J1-20191215_032430_10113735615946018933986.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J0-20191215_032430_10117412905538607498063.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 3314 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 2720930 INFO  (SUITE-BasicAuthIntegrationTest-seed#[D718F2903A1D0CE9]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2720931 INFO  (SUITE-BasicAuthIntegrationTest-seed#[D718F2903A1D0CE9]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_D718F2903A1D0CE9-001\data-dir-244-001
   [junit4]   2> 2720931 INFO  (SUITE-BasicAuthIntegrationTest-seed#[D718F2903A1D0CE9]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2720933 INFO  (SUITE-BasicAuthIntegrationTest-seed#[D718F2903A1D0CE9]-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> 2720936 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 2720937 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_D718F2903A1D0CE9-001\tempDir-001
   [junit4]   2> 2720937 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2720939 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2720939 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2721038 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.ZkTestServer start zk server on port:60087
   [junit4]   2> 2721038 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:60087
   [junit4]   2> 2721038 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60087
   [junit4]   2> 2721038 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60087
   [junit4]   2> 2721040 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721045 INFO  (zkConnectionManagerCallback-12089-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2721045 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2721048 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721051 INFO  (zkConnectionManagerCallback-12091-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2721051 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2721052 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721054 INFO  (zkConnectionManagerCallback-12093-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2721054 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2721162 WARN  (jetty-launcher-12094-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2721162 WARN  (jetty-launcher-12094-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2721162 WARN  (jetty-launcher-12094-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2721162 WARN  (jetty-launcher-12094-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13+33
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13+33
   [junit4]   2> 2721162 WARN  (jetty-launcher-12094-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2721162 WARN  (jetty-launcher-12094-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13+33
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f383029{/solr,null,AVAILABLE}
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2721162 INFO  (jetty-launcher-12094-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@549d250e{/solr,null,AVAILABLE}
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@414be38d{/solr,null,AVAILABLE}
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5e19f396{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:60100}
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-2) [     ] o.e.j.s.Server Started @2721198ms
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60100}
   [junit4]   2> 2721163 ERROR (jetty-launcher-12094-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-15T04:12:09.449852500Z
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3e0f5578{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:60103}
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-3) [     ] o.e.j.s.Server Started @2721199ms
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60103}
   [junit4]   2> 2721163 ERROR (jetty-launcher-12094-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2721163 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-15T04:12:09.449852500Z
   [junit4]   2> 2721167 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721167 INFO  (jetty-launcher-12094-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@67c9e0a1{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:60106}
   [junit4]   2> 2721167 INFO  (jetty-launcher-12094-thread-1) [     ] o.e.j.s.Server Started @2721201ms
   [junit4]   2> 2721167 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60106}
   [junit4]   2> 2721167 ERROR (jetty-launcher-12094-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2721167 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2721167 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2721167 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2721167 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2721167 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-15T04:12:09.453795900Z
   [junit4]   2> 2721168 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721169 INFO  (zkConnectionManagerCallback-12096-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2721169 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2721169 INFO  (zkConnectionManagerCallback-12098-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2721169 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2721169 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2721169 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2721170 INFO  (zkConnectionManagerCallback-12100-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2721170 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2721171 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2721337 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2721340 WARN  (jetty-launcher-12094-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@fed1c5b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721340 WARN  (jetty-launcher-12094-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@fed1c5b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721342 WARN  (jetty-launcher-12094-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ccf7b68[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721342 WARN  (jetty-launcher-12094-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ccf7b68[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721343 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60087/solr
   [junit4]   2> 2721344 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721347 INFO  (zkConnectionManagerCallback-12108-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2721347 INFO  (jetty-launcher-12094-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2721377 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2721378 WARN  (jetty-launcher-12094-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f1f182d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721378 WARN  (jetty-launcher-12094-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f1f182d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721381 WARN  (jetty-launcher-12094-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3d2cf189[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721381 WARN  (jetty-launcher-12094-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3d2cf189[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721383 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60087/solr
   [junit4]   2> 2721384 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721386 INFO  (zkConnectionManagerCallback-12115-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2721386 INFO  (jetty-launcher-12094-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2721480 INFO  (jetty-launcher-12094-thread-2) [n:127.0.0.1:60100_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721483 INFO  (zkConnectionManagerCallback-12117-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2721483 INFO  (jetty-launcher-12094-thread-2) [n:127.0.0.1:60100_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2721519 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2721521 WARN  (jetty-launcher-12094-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1f12d5de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721521 WARN  (jetty-launcher-12094-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1f12d5de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721525 WARN  (jetty-launcher-12094-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e22f748[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721525 WARN  (jetty-launcher-12094-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e22f748[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2721526 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60087/solr
   [junit4]   2> 2721527 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721528 INFO  (zkConnectionManagerCallback-12125-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2721528 INFO  (jetty-launcher-12094-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2721576 INFO  (jetty-launcher-12094-thread-2) [n:127.0.0.1:60100_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60100_solr
   [junit4]   2> 2721577 INFO  (jetty-launcher-12094-thread-2) [n:127.0.0.1:60100_solr     ] o.a.s.c.Overseer Overseer (id=72075167759400968-127.0.0.1:60100_solr-n_0000000000) starting
   [junit4]   2> 2721579 INFO  (jetty-launcher-12094-thread-3) [n:127.0.0.1:60103_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2721581 INFO  (jetty-launcher-12094-thread-2) [n:127.0.0.1:60100_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60100_solr
   [junit4]   2> 2721581 INFO  (OverseerStateUpdate-72075167759400968-127.0.0.1:60100_solr-n_0000000000) [n:127.0.0.1:60100_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:

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

parse host and port list: 127.0.0.1:50638
   [junit4]   2> 49033 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50638
   [junit4]   2> 51039 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[D718F2903A1D0CE9]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=D718F2903A1D0CE9 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=yi -Dtests.timezone=Pacific/Tongatapu -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   8.17s J1 | BasicAuthIntegrationTest.testBasicAuth <<<
   [junit4]    > Throwable #1: javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D718F2903A1D0CE9:6B7684829E4E8F93]:0)
   [junit4]    > 	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
   [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:110)
   [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:108)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
   [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:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]    > 	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
   [junit4]    > 		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
   [junit4]    > 		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
   [junit4]    > 		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
   [junit4]    > 		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:989)
   [junit4]    > 		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
   [junit4]    > 		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
   [junit4]    > 		... 63 more
   [junit4]    > Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
   [junit4]    > 	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
   [junit4]    > 	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
   [junit4]    > 	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
   [junit4]    > 	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:919)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
   [junit4]    > 	... 59 more
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_D718F2903A1D0CE9-003
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1188, maxMBSortInHeap=6.796162813883358, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@106e6946), locale=yi, timezone=Pacific/Tongatapu
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 13 (64-bit)/cpus=3,threads=1,free=28824760,total=160116736
   [junit4]   2> NOTE: All tests run in this JVM: [BasicAuthIntegrationTest, BasicAuthIntegrationTest, BasicAuthIntegrationTest]
   [junit4] Completed [5/5 (5!)] on J1 in 8.35s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J1-20191215_052556_89017757921502456031092.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 13 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1590: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1117: There were test failures: 5 suites, 5 tests, 5 errors [seed: D718F2903A1D0CE9]

Total time: 54 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.security.BasicAuthIntegrationTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=7b27fb651b335f3758ea5e952474b0787ded4e08, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #594
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk1.8.0_201) - Build # 594 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/594/
Java: 64bit/jdk1.8.0_201 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
document count mismatch.  control=1722 sum(shards)=1725 cloudClient=1725

Stack Trace:
java.lang.AssertionError: document count mismatch.  control=1722 sum(shards)=1725 cloudClient=1725
	at __randomizedtesting.SeedInfo.seed([DDA57086CF3972A5:55F14F5C61C51F5D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1522)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:266)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14575 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> 2239009 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[DDA57086CF3972A5]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2239013 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[DDA57086CF3972A5]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\data-dir-257-001
   [junit4]   2> 2239013 WARN  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[DDA57086CF3972A5]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 2239013 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[DDA57086CF3972A5]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2239017 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[DDA57086CF3972A5]-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> 2239017 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[DDA57086CF3972A5]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/vj
   [junit4]   2> 2239026 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2239027 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2239027 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2239128 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer start zk server on port:59056
   [junit4]   2> 2239128 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:59056
   [junit4]   2> 2239128 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59056
   [junit4]   2> 2239128 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59056
   [junit4]   2> 2239131 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2239138 INFO  (zkConnectionManagerCallback-15320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2239138 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2239143 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2239146 INFO  (zkConnectionManagerCallback-15322-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2239146 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2239148 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2239149 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2239151 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2239152 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2239154 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2239154 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2239155 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2239156 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2239157 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2239159 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2239159 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2239161 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2240322 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2240322 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2240322 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2240322 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2240322 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 2240323 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2240323 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2240323 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2240327 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4fe81533{/_/vj,null,AVAILABLE}
   [junit4]   2> 2240328 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@9008954{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:59066}
   [junit4]   2> 2240328 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.s.Server Started @2240390ms
   [junit4]   2> 2240328 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\tempDir-001/control/data, hostContext=/_/vj, hostPort=59066, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\control-001\cores}
   [junit4]   2> 2240328 ERROR (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2240328 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2240328 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 2240328 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2240328 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2240328 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-14T12:02:26.849Z
   [junit4]   2> 2240330 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2240333 INFO  (zkConnectionManagerCallback-15324-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2240333 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2240435 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2240435 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\control-001\solr.xml
   [junit4]   2> 2240439 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2240439 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2240443 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2240574 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2240576 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a59fa32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2240576 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a59fa32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2240581 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5014fa21[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2240581 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5014fa21[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2240582 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59056/solr
   [junit4]   2> 2240582 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2240584 INFO  (zkConnectionManagerCallback-15331-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2240584 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2240688 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2240690 INFO  (zkConnectionManagerCallback-15333-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2240690 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2240768 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59066__%2Fvj
   [junit4]   2> 2240768 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.Overseer Overseer (id=72071354620313604-127.0.0.1:59066__%2Fvj-n_0000000000) starting
   [junit4]   2> 2240773 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59066__%2Fvj
   [junit4]   2> 2240776 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2240779 DEBUG (OverseerAutoScalingTriggerThread-72071354620313604-127.0.0.1:59066__%2Fvj-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: []
   [junit4]   2> 2240780 INFO  (OverseerStateUpdate-72071354620313604-127.0.0.1:59066__%2Fvj-n_0000000000) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:59066__%2Fvj
   [junit4]   2> 2240780 INFO  (OverseerStateUpdate-72071354620313604-127.0.0.1:59066__%2Fvj-n_0000000000) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2240788 DEBUG (ScheduledTrigger-10503-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 0
   [junit4]   2> 2240834 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2240864 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2240870 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2240870 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2240873 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2240875 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\control-001\cores
   [junit4]   2> 2240906 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2240909 INFO  (zkConnectionManagerCallback-15342-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2240909 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2240910 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2240911 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59056/solr ready
   [junit4]   2> 2240913 INFO  (qtp107416594-37434) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:59066__%252Fvj&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2240916 INFO  (OverseerThreadFactory-10505-thread-1-processing-n:127.0.0.1:59066__%2Fvj) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2241024 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2241026 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2241793 DEBUG (ScheduledTrigger-10503-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2242059 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 2242072 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2242139 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2242157 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 2242157 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2242157 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 2242163 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.708517262304316]
   [junit4]   2> 2242176 WARN  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2242267 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2242267 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2242269 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2242270 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2242270 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2242271 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6cc8c067[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2242274 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2242274 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2242274 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2242275 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1652896509508714496
   [junit4]   2> 2242278 INFO  (searcherExecutor-10510-thread-1-processing-n:127.0.0.1:59066__%2Fvj x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@6cc8c067[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2242281 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2242281 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 2242285 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2242285 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2242285 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59066/_/vj/control_collection_shard1_replica_n1/
   [junit4]   2> 2242285 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2242286 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:59066/_/vj/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2242286 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72071354620313604-core_node2-n_0000000000
   [junit4]   2> 2242287 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59066/_/vj/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2242391 INFO  (zkCallback-15332-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2242391 INFO  (zkCallback-15332-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2242392 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2242395 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1370
   [junit4]   2> 2242398 INFO  (qtp107416594-37434) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2242495 INFO  (zkCallback-15332-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2242495 INFO  (zkCallback-15332-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2242495 INFO  (zkCallback-15332-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2242495 INFO  (qtp107416594-37434) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:59066__%252Fvj&wt=javabin&version=2} status=0 QTime=1583
   [junit4]   2> 2242497 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 2242604 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2242607 INFO  (zkConnectionManagerCallback-15348-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2242607 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2242609 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2242610 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59056/solr ready
   [junit4]   2> 2242610 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2242611 INFO  (qtp107416594-37435) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2242615 INFO  (OverseerThreadFactory-10505-thread-2-processing-n:127.0.0.1:59066__%2Fvj) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2242615 INFO  (OverseerCollectionConfigSetProcessor-72071354620313604-127.0.0.1:59066__%2Fvj-n_0000000000) [n:127.0.0.1:59066__%2Fvj     ] 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> 2242792 DEBUG (ScheduledTrigger-10503-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2242818 WARN  (OverseerThreadFactory-10505-thread-2-processing-n:127.0.0.1:59066__%2Fvj) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2242820 INFO  (qtp107416594-37435) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2242820 INFO  (qtp107416594-37435) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=209
   [junit4]   2> 2242821 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 2242821 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2242821 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 2242821 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2242821 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 2242821 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2242821 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 2243794 DEBUG (ScheduledTrigger-10503-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2244617 INFO  (OverseerCollectionConfigSetProcessor-72071354620313604-127.0.0.1:59066__%2Fvj-n_0000000000) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2244800 DEBUG (ScheduledTrigger-10503-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2244880 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-1-001 of type NRT
   [junit4]   2> 2244905 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2244906 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2244906 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2244906 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2244906 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 2244906 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2244906 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2244906 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2244906 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41698083{/_/vj,null,AVAILABLE}
   [junit4]   2> 2244916 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20bfab3a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:59095}
   [junit4]   2> 2244916 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.Server Started @2244977ms
   [junit4]   2> 2244916 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_/vj, hostPort=59095, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-1-001\cores}
   [junit4]   2> 2244916 ERROR (closeThreadPool-15349-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2244916 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2244916 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 2244916 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2244916 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2244916 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-14T12:02:31.437Z
   [junit4]   2> 2244917 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2244955 INFO  (zkConnectionManagerCallback-15351-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2244956 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2245056 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2245056 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-1-001\solr.xml
   [junit4]   2> 2245063 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2245063 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2245065 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2245310 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2245370 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25703da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2245370 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25703da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2245403 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@30e3d0ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2245403 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@30e3d0ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2245403 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59056/solr
   [junit4]   2> 2245405 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2245429 INFO  (zkConnectionManagerCallback-15358-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2245429 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2245537 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2245538 INFO  (zkConnectionManagerCallback-15360-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2245538 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2245544 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2245545 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.c.ZkController Publish node=127.0.0.1:59095__%2Fvj as DOWN
   [junit4]   2> 2245549 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2245549 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59095__%2Fvj
   [junit4]   2> 2245549 INFO  (zkCallback-15347-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2245549 INFO  (zkCallback-15332-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2245555 WARN  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2245555 INFO  (zkCallback-15359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2245609 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2245644 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2245651 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2245651 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2245651 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2245654 INFO  (closeThreadPool-15349-thread-1) [n:127.0.0.1:59095__%2Fvj     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-1-001\cores
   [junit4]   2> 2245685 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:59095__%2Fvj
   [junit4]   2> 2245802 DEBUG (ScheduledTrigger-10503-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 2246803 DEBUG (ScheduledTrigger-10503-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2247057 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-2-001 of type NRT
   [junit4]   2> 2247058 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2247058 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2247058 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2247058 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2247058 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 2247059 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2247059 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2247059 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2247059 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e9e33bd{/_/vj,null,AVAILABLE}
   [junit4]   2> 2247068 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2277b9f0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:59111}
   [junit4]   2> 2247068 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.Server Started @2247130ms
   [junit4]   2> 2247068 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_/vj, hostPort=59111, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-2-001\cores}
   [junit4]   2> 2247068 ERROR (closeThreadPool-15349-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2247068 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2247068 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 2247068 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2247068 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2247068 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-14T12:02:33.589Z
   [junit4]   2> 2247070 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2247073 INFO  (zkConnectionManagerCallback-15366-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2247073 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2247174 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2247174 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-2-001\solr.xml
   [junit4]   2> 2247181 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2247181 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2247183 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2247507 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2247509 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73b8d205[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2247509 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73b8d205[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2247515 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@322b476f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2247515 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@322b476f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2247515 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59056/solr
   [junit4]   2> 2247518 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2247518 INFO  (zkConnectionManagerCallback-15373-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2247518 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2247619 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2247621 INFO  (zkConnectionManagerCallback-15375-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2247621 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2247626 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2247631 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:59111__%2Fvj as DOWN
   [junit4]   2> 2247632 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2247632 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59111__%2Fvj
   [junit4]   2> 2247634 INFO  (zkCallback-15332-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2247634 INFO  (zkCallback-15359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2247634 INFO  (zkCallback-15347-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2247634 WARN  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2247640 INFO  (zkCallback-15374-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2247697 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2247729 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2247737 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2247737 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2247738 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2247739 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-2-001\cores
   [junit4]   2> 2247776 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:59111__%2Fvj
   [junit4]   2> 2247804 DEBUG (ScheduledTrigger-10503-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 2
   [junit4]   2> 2248271 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-3-001 of type NRT
   [junit4]   2> 2248271 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2248272 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2248272 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2248272 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2248272 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 2248272 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2248272 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2248272 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2248272 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21dd970c{/_/vj,null,AVAILABLE}
   [junit4]   2> 2248273 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4d64fcec{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:59131}
   [junit4]   2> 2248273 INFO  (closeThreadPool-15349-thread-1) [     ] o.e.j.s.Server Started @2248335ms
   [junit4]   2> 2248273 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/_/vj, hostPort=59131, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-3-001\cores}
   [junit4]   2> 2248273 ERROR (closeThreadPool-15349-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2248273 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2248274 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 2248274 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2248274 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2248274 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-14T12:02:34.795Z
   [junit4]   2> 2248275 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2248280 INFO  (zkConnectionManagerCallback-15381-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2248280 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2248382 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2248382 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-3-001\solr.xml
   [junit4]   2> 2248409 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2248409 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2248409 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2248630 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2248630 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60180a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2248630 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60180a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2248636 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6c88f732[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2248636 WARN  (closeThreadPool-15349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6c88f732[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2248637 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59056/solr
   [junit4]   2> 2248638 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2248640 INFO  (zkConnectionManagerCallback-15388-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2248640 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2248743 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2248746 INFO  (zkConnectionManagerCallback-15390-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2248746 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2248751 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2248753 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:59131__%2Fvj as DOWN
   [junit4]   2> 2248754 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2248754 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59131__%2Fvj
   [junit4]   2> 2248756 INFO  (zkCallback-15332-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2248756 INFO  (zkCallback-15374-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2248756 INFO  (zkCallback-15347-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2248756 INFO  (zkCallback-15359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2248757 WARN  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2248814 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2248855 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2248860 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2248860 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2248863 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2248865 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-3-001\cores
   [junit4]   2> 2248960 INFO  (closeThreadPool-15349-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:59131__%2Fvj
   [junit4]   2> 2248961 DEBUG (ScheduledTrigger-10503-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 2248965 INFO  (zkCallback-15389-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2248978 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59095__%252Fvj&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2248981 INFO  (qtp107416594-37434) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59111__%252Fvj&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2248981 INFO  (qtp107416594-37437) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59131__%252Fvj&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2248984 INFO  (OverseerThreadFactory-10505-thread-3-processing-n:127.0.0.1:59066__%2Fvj) [n:127.0.0.1:59066__%2Fvj c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:59095__%2Fvj for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 2248986 INFO  (OverseerThreadFactory-10505-thread-3-processing-n:127.0.0.1:59066__%2Fvj) [n:127.0.0.1:59066__%2Fvj c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2248991 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2249967 DEBUG (ScheduledTrigger-10503-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 2250022 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 2250036 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 2250105 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2250121 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 2250121 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2250121 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-1-001\cores\collection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-1-001\cores\collection1_shard1_replica_n1\data\]
   [junit4]   2> 2250128 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.708517262304316]
   [junit4]   2> 2250136 WARN  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2250223 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2250223 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2250225 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2250225 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2250225 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2250229 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b0001fe[collection1_shard1_replica_n1] main]
   [junit4]   2> 2250231 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2250232 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2250232 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2250232 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1652896517852233728
   [junit4]   2> 2250233 INFO  (searcherExecutor-10542-thread-1-processing-n:127.0.0.1:59095__%2Fvj x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@b0001fe[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2250237 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2250237 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 2250239 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2250239 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2250239 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59095/_/vj/collection1_shard1_replica_n1/
   [junit4]   2> 2250239 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2250239 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:59095/_/vj/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2250239 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72071354620313609-core_node2-n_0000000000
   [junit4]   2> 2250241 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59095/_/vj/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 2250345 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2250351 INFO  (qtp612379506-37493) [n:127.0.0.1:59095__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1359
   [junit4]   2> 2250353 INFO  (qtp107416594-37436) [n:127.0.0.1:59066__%2Fvj c:collection1    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:59095__%252Fvj&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1375
   [junit4]   2> 2250968 DEBUG (ScheduledTrigger-10503-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 2250985 INFO  (OverseerThreadFactory-10505-thread-4-processing-n:127.0.0.1:59066__%2Fvj) [n:127.0.0.1:59066__%2Fvj c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:59111__%2Fvj for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 2250985 INFO  (OverseerCollectionConfigSetProcessor-72071354620313604-127.0.0.1:59066__%2Fvj-n_0000000000) [n:127.0.0.1:59066__%2Fvj     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2250986 INFO  (OverseerThreadFactory-10505-thread-4-processing-n:127.0.0.1:59066__%2Fvj) [n:127.0.0.1:59066__%2Fvj c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2250989 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj    x:collection1_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2251969 DEBUG (ScheduledTrigger-10503-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 2252024 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 2252038 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n3] Schema name=test
   [junit4]   2> 2252107 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2252123 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n3' using configuration from collection collection1, trusted=true
   [junit4]   2> 2252123 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n3' (registry 'solr.core.collection1.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5985170
   [junit4]   2> 2252123 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n3] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-2-001\cores\collection1_shard1_replica_n3], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001\shard-2-001\cores\collection1_shard1_replica_n3\data\]
   [junit4]   2> 2252129 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.708517262304316]
   [junit4]   2> 2252137 WARN  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2252232 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2252232 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2252234 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2252234 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2252235 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2252235 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1068803d[collection1_shard1_replica_n3] main]
   [junit4]   2> 2252238 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2252238 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2252238 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2252239 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1652896519956725760
   [junit4]   2> 2252241 INFO  (searcherExecutor-10547-thread-1-processing-n:127.0.0.1:59111__%2Fvj x:collection1_shard1_replica_n3 c:collection1 s:shard1) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrCore [collection1_shard1_replica_n3] Registered new searcher Searcher@1068803d[collection1_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2252244 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 2252244 INFO  (qtp1596956426-37522) [n:127.0.0.1:59111__%2Fvj c:collection1 s:shard1 

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

ol-15436-thread-6) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@33b1b8e4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:59095}
   [junit4]   2> 2296434 INFO  (closeThreadPool-15436-thread-6) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1bd6b9fe{/_/vj,null,UNAVAILABLE}
   [junit4]   2> 2296434 INFO  (closeThreadPool-15436-thread-6) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2296435 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2296641 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/control_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2296646 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:59056
   [junit4]   2> 2296646 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59056
   [junit4]   2> 2296646 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DDA57086CF3972A5]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59056
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=test -Dtests.seed=DDA57086CF3972A5 -Dtests.slow=true -Dtests.locale=en-SG -Dtests.timezone=Australia/Brisbane -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 59.6s J1 | ChaosMonkeyNothingIsSafeTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: document count mismatch.  control=1722 sum(shards)=1725 cloudClient=1725
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DDA57086CF3972A5:55F14F5C61C51F5D]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1522)
   [junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:266)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_DDA57086CF3972A5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {rnd_b=Lucene84, a_t=PostingsFormat(name=Asserting), _root_=Lucene84, id=Lucene84}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1789, maxMBSortInHeap=5.033286255949921, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@44bacc51), locale=en-SG, timezone=Australia/Brisbane
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=3,threads=1,free=223729896,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionsAPIAsyncDistributedZkTest, TestDocumentBuilder, TestReplicaProperties, MoreLikeThisHandlerTest, TestCursorMarkWithoutUniqueKey, TestIntervalFaceting, DistributedTermsComponentTest, SimplePostToolTest, NoCacheHeaderTest, TestSolrQueryResponse, TestSolrCloudSnapshots, TestSimComputePlanAction, DocValuesMultiTest, DistributedQueueTest, SampleTest, TestManagedResourceStorage, TestSerializedLuceneMatchVersion, TestSolrDeletionPolicy1, TestEmbeddedSolrServerAdminHandler, CursorMarkTest, SolrMetricsIntegrationTest, ConcurrentDeleteAndCreateCollectionTest, CdcrBidirectionalTest, SchemaVersionSpecificBehaviorTest, TestExpandComponent, TestSimpleQParserPlugin, SpellCheckCollatorWithCollapseTest, TestCoreDiscovery, AdminHandlersProxyTest, RootFieldTest, TestCloudPivotFacet, BigEndianAscendingWordDeserializerTest, TestConfigSetsAPI, SolrIndexMetricsTest, UniqFieldsUpdateProcessorFactoryTest, RestartWhileUpdatingTest, TestScoreJoinQPScore, TestQuerySenderListener, TestSortByMinMaxFunction, TestDynamicFieldNamesIndexCorrectly, TestCustomSort, SuggesterWFSTTest, ConnectionReuseTest, TestPullReplicaErrorHandling, TestSystemIdResolver, HttpPartitionTest, TestSolrIndexConfig, SearchHandlerTest, TestWithCollection, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SolrShardReporterTest, TestSolr4Spatial, AssignBackwardCompatibilityTest, TestSimScenario, TestFieldCacheVsDocValues, DirectoryFactoryTest, ZkFailoverTest, AutoAddReplicasIntegrationTest, ParsingFieldUpdateProcessorsTest, BlockJoinFacetRandomTest, ConnectionManagerTest, HealthCheckHandlerTest, TestAnalyzedSuggestions, MultiDestinationAuditLoggerTest, DistributedIntervalFacetingTest, BadIndexSchemaTest, JavaBinAtomicUpdateMultivalueTest, DocValuesNotIndexedTest, MergeStrategyTest, SortSpecParsingTest, PeerSyncWithBufferUpdatesTest, TestQueryUtils, TestValueSourceCache, TestConfigSetsAPIZkFailure, LeaderVoteWaitTimeoutTest, QueryResultKeyTest, TestBlobHandler, BJQParserTest, FastVectorHighlighterTest, SOLR749Test, TestMiniSolrCloudClusterSSL, Tagger2Test, TestShortCircuitedRequests, TestStressThreadBackup, SplitHandlerTest, ScheduledTriggerTest, TestConfigSets, EnumFieldTest, OverseerStatusTest, UnloadDistributedZkTest, TestManagedSchemaAPI, TestStreamBody, RequestHandlersTest, SolrTestCaseJ4Test, ManagedSchemaRoundRobinCloudTest, TestSolrQueryParser, CustomTermsComponentTest, TestHighlightDedupGrouping, TestClassicSimilarityFactory, TestCoreAdminApis, GraphQueryTest, TestInPlaceUpdatesDistrib, RulesTest, TestSchemalessBufferedUpdates, TestExportWriter, PolyFieldTest, SolrCoreTest, HdfsWriteToMultipleCollectionsTest, SuggestComponentContextFilterQueryTest, TestSolrCloudWithKerberosAlt, SolrSlf4jReporterTest, TestCollapseQParserPlugin, MultiThreadedOCPTest, TestSkipOverseerOperations, TestSweetSpotSimilarityFactory, MetricsHistoryHandlerTest, TestRandomDVFaceting, TestReqParamsAPI, TemplateUpdateProcessorTest, DeleteReplicaTest, TestNoOpRegenerator, RangeFacetCloudTest, DirectSolrConnectionTest, TestCollectionAPI, BitVectorTest, URLClassifyProcessorTest, TestFieldTypeCollectionResource, TestCloudJSONFacetJoinDomain, TestAddFieldRealTimeGet, ByteBuffersDirectoryFactoryTest, TestNumericTerms64, TestRTimerTree, ClassificationUpdateProcessorIntegrationTest, TestPerFieldSimilarity, AnalyticsQueryTest, TestJsonRequest, TestHalfAndHalfDocValues, TestAtomicUpdateErrorCases, TestMergePolicyConfig, TestNamedUpdateProcessors, QueryParsingTest, ImplicitSnitchTest, CloudExitableDirectoryReaderTest, HdfsRecoveryZkTest, TestReRankQParserPlugin, PreAnalyzedFieldTest, SecurityConfHandlerTest, TestCustomStream, TestTolerantUpdateProcessorCloud, TokenizerChainTest, RoutingToNodesWithPropertiesTest, BasicAuthOnSingleNodeTest, TestReloadAndDeleteDocs, LeaderElectionTest, CollectionStateFormat2Test, RequiredFieldsTest, TestSolrTestCaseJ4, SortByFunctionTest, HdfsSyncSliceTest, TestCloudSearcherWarming, TestUtilizeNode, TestCloudConsistency, TestSurroundQueryParser, HdfsBasicDistributedZk2Test, CreateRoutedAliasTest, CdcrOpsAndBoundariesTest, TestSQLHandler, TestElisionMultitermQuery, TestDynamicURP, TestZkAclsWithHadoopAuth, TestSolrConfigHandlerCloud, DistributedMLTComponentTest, TestConfigReload, TestMultiValuedNumericRangeQuery, TestSha256AuthenticationProvider, TestRebalanceLeaders, WordBreakSolrSpellCheckerTest, TestInfoStreamLogging, TestImpersonationWithHadoopAuth, TestMissingGroups, IndexSizeEstimatorTest, CloneFieldUpdateProcessorFactoryTest, TestDynamicLoading, TestMinMaxOnMultiValuedField, TestStressCloudBlindAtomicUpdates, IndexSchemaRuntimeFieldTest, TestInPlaceUpdatesStandalone, TestLegacyFieldCache, SpellCheckComponentTest, AtomicUpdateRemovalJavabinTest, OverriddenZkACLAndCredentialsProvidersTest, OrderedExecutorTest, TestMaxScoreQueryParser, TestJavabinTupleStreamParser, BlockDirectoryTest, SimpleCollectionCreateDeleteTest, TestDocTermOrds, OverseerTest, TestManagedStopFilterFactory, SuggesterTSTTest, TestPostingsSolrHighlighter, TermsComponentTest, ProtectedTermFilterFactoryTest, TestFieldCacheSort, HLLUtilTest, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed [387/889 (1!)] on J1 in 59.79s, 1 test, 1 failure <<< FAILURES!

[...truncated 54729 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/594/consoleText

[repro] Revision: 15f570fc4bd78b78065e5293197cee5fd1236355

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       ChaosMonkeyNothingIsSafeTest
[repro] ant compile-test

[...truncated 3622 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.ChaosMonkeyNothingIsSafeTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=DDA57086CF3972A5 -Dtests.slow=true -Dtests.locale=en-SG -Dtests.timezone=Australia/Brisbane -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 71 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
[repro] Exiting with code 0

[...truncated 78 lines...]