You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/01/09 09:20:35 UTC

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 325 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/325/

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

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:37165

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:37165
	at __randomizedtesting.SeedInfo.seed([1F2C8840D607A753:9778B79A78FBCAAB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	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.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1080)
	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)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	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:157)
	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:186)
	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)
	... 43 more


FAILED:  org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([1F2C8840D607A753:37D1D52707E33816]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:712)
	at org.junit.Assert.assertNotNull(Assert.java:722)
	at org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected(MetricsHistoryWithAuthIntegrationTest.java:86)
	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 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 13251 lines...]
   [junit4] Suite: org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest
   [junit4]   2> 10866 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_1F2C8840D607A753-001/data-dir-1-001
   [junit4]   2> 11396 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 11744 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.e.j.u.log Logging initialized @11745ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 11793 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 15200 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 15292 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_1F2C8840D607A753-001/tempDir-001
   [junit4]   2> 15432 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 15456 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 15456 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 15759 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:40204
   [junit4]   2> 15759 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40204
   [junit4]   2> 15763 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40204
   [junit4]   2> 15763 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40204
   [junit4]   2> 16241 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16356 INFO  (zkConnectionManagerCallback-3-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16357 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 16472 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16512 INFO  (zkConnectionManagerCallback-5-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16512 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 16540 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16558 INFO  (zkConnectionManagerCallback-7-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16558 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18101 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 18101 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 18101 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 18149 INFO  (jetty-launcher-8-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_191-b12
   [junit4]   2> 18215 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 18215 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 18251 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 18345 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a5cef7b{/solr,null,AVAILABLE}
   [junit4]   2> 18723 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7fa7992e{SSL,[ssl, http/1.1]}{127.0.0.1:37142}
   [junit4]   2> 18723 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.Server Started @18835ms
   [junit4]   2> 18723 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37142}
   [junit4]   2> 19217 ERROR (jetty-launcher-8-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 19217 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 19217 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 19237 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 19237 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 19237 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-09T07:54:11.486Z
   [junit4]   2> 19299 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 19300 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 19304 INFO  (zkConnectionManagerCallback-10-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19304 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19313 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 24270 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 24313 WARN  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 24749 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3d30bb67[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24749 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3d30bb67[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25784 WARN  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 25798 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1290308c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25798 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1290308c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25851 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40204/solr
   [junit4]   2> 25919 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 25986 INFO  (zkConnectionManagerCallback-17-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25986 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 26168 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 26168 INFO  (zkConnectionManagerCallback-19-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 26168 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27126 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37142_solr
   [junit4]   2> 27172 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.c.Overseer Overseer (id=72079350919004165-127.0.0.1:37142_solr-n_0000000000) starting
   [junit4]   2> 30130 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37142_solr
   [junit4]   2> 30132 INFO  (OverseerStateUpdate-72079350919004165-127.0.0.1:37142_solr-n_0000000000) [n:127.0.0.1:37142_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37142_solr
   [junit4]   2> 30317 INFO  (zkCallback-18-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 30625 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 30855 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 33003 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 33817 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37142.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ecfebb9
   [junit4]   2> 33818 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37142.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ecfebb9
   [junit4]   2> 33819 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37142.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ecfebb9
   [junit4]   2> 34152 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 34223 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:37142_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_1F2C8840D607A753-001/tempDir-001/node1/.
   [junit4]   2> 34816 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 34855 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 34875 INFO  (zkConnectionManagerCallback-28-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 34875 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 34912 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 34949 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40204/solr ready
   [junit4]   2> 35013 DEBUG (MetricsHistoryHandler-12-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler -- collectMetrics
   [junit4]   2> 37292 INFO  (qtp1382516554-57) [     ] o.e.j.u.TypeUtil JVM Runtime does not support Modules
   [junit4]   2> 38770 INFO  (qtp1382516554-55) [n:127.0.0.1:37142_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=695
   [junit4]   2> 39150 INFO  (TEST-MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected-seed#[1F2C8840D607A753]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValuesAreCollected
   [junit4]   2> 39285 INFO  (qtp1382516554-56) [n:127.0.0.1:37142_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/history params={name=solr.jvm&action=get&wt=javabin&version=2} status=0 QTime=25
   [junit4]   2> 39363 INFO  (qtp1382516554-57) [     ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:37142_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzRRzGIw5BqQHl3B/RpXsRCkpx8MIDOg7vfl2yH+CKeDJCEixJNvxJ5RoyuxFBraI/nC+8/QE3OgoZN9w1K14kLRGAFTsXtHfZnpZ1YB61ohKq90gp3IMG7Mrh3hu7kpN0B/qXN+343O49831ceKTt5DRV9mwPdRNiQa7w5y/LRRWhQ7botqy2U5soiMUSWFYrjQJ7ubX1BFToZPjHGmj0i4uMK2z2nMNc66FtUfeF1eT3rbBj+PbPFOp9MatWSxWNRf18oCjdWzzgrGfFEvbLJzzOv60XZrF50FtJwdhq2a/gUaK38Nhg5DyBYcUqdLvIgfInZDtwcgvrlTqi7oSiwIDAQAB
   [junit4]   2> 39365 INFO  (TEST-MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected-seed#[1F2C8840D607A753]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValuesAreCollected
   [junit4]   2> 39537 INFO  (qtp1382516554-57) [n:127.0.0.1:37142_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=170
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MetricsHistoryWithAuthIntegrationTest -Dtests.method=testValuesAreCollected -Dtests.seed=1F2C8840D607A753 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=it-IT -Dtests.timezone=Asia/Yakutsk -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.63s J1 | MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1F2C8840D607A753:37D1D52707E33816]:0)
   [junit4]    > 	at org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected(MetricsHistoryWithAuthIntegrationTest.java:86)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 39855 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=367140016
   [junit4]   2> 39855 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37142_solr
   [junit4]   2> 39961 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 39961 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37142_solr as DOWN
   [junit4]   2> 40158 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 40159 DEBUG (jetty-closer-29-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler Closing 587737184
   [junit4]   2> 40166 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 40167 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8713f7a: rootName = solr_37142, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4a8e3a6b
   [junit4]   2> 40514 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 40515 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5f760292: rootName = solr_37142, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@43392fb2
   [junit4]   2> 40539 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 40539 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42098811: rootName = solr_37142, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@543e8f47
   [junit4]   2> 40555 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 40649 INFO  (closeThreadPool-33-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72079350919004165-127.0.0.1:37142_solr-n_0000000000) closing
   [junit4]   2> 40650 INFO  (OverseerStateUpdate-72079350919004165-127.0.0.1:37142_solr-n_0000000000) [n:127.0.0.1:37142_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37142_solr
   [junit4]   2> 40652 INFO  (OverseerAutoScalingTriggerThread-72079350919004165-127.0.0.1:37142_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 40683 INFO  (closeThreadPool-33-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72079350919004165-127.0.0.1:37142_solr-n_0000000000) closing
   [junit4]   2> 40799 INFO  (jetty-closer-29-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72079350919004165-127.0.0.1:37142_solr-n_0000000000) closing
   [junit4]   2> 40814 INFO  (jetty-closer-29-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7fa7992e{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 40816 INFO  (jetty-closer-29-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a5cef7b{/solr,null,UNAVAILABLE}
   [junit4]   2> 40817 INFO  (jetty-closer-29-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 40836 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 41060 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> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 41063 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40204
   [junit4]   2> 41063 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40204
   [junit4]   2> 41063 INFO  (SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40204
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_1F2C8840D607A753-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1548, maxMBSortInHeap=6.532418950040609, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@36336274), locale=it-IT, timezone=Asia/Yakutsk
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=2,free=396690328,total=498597888
   [junit4]   2> NOTE: All tests run in this JVM: [MetricsHistoryWithAuthIntegrationTest]
   [junit4] Completed [1/894 (1!)] on J1 in 38.63s, 1 test, 1 failure <<< FAILURES!

[...truncated 9 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
   [junit4]   2> 54858 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_1F2C8840D607A753-001/data-dir-2-001
   [junit4]   2> 54900 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 54901 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[1F2C8840D607A753]-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> 54901 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 54902 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[1F2C8840D607A753]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 55043 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 55043 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 55043 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 55159 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer start zk server on port:41387
   [junit4]   2> 55159 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:41387
   [junit4]   2> 55159 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41387
   [junit4]   2> 55160 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41387
   [junit4]   2> 55352 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55800 INFO  (zkConnectionManagerCallback-36-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55800 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55859 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55869 INFO  (zkConnectionManagerCallback-38-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55869 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55923 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 55971 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 55974 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 55991 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 55993 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 56023 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 56031 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 56033 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 56048 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 56076 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 56120 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 56122 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 57131 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 57131 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 57131 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 57132 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 57132 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 57132 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 57133 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 57133 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4718216f{/,null,AVAILABLE}
   [junit4]   2> 57135 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5d8c0dd4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40109}
   [junit4]   2> 57135 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.s.Server Started @57237ms
   [junit4]   2> 57135 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_1F2C8840D607A753-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=37165, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_1F2C8840D607A753-001/control-001/cores}
   [junit4]   2> 57135 ERROR (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 57136 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 57136 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 57136 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 57136 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 57136 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-09T07:54:49.383Z
   [junit4]   2> 57137 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 57139 INFO  (zkConnectionManagerCallback-40-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57152 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 57254 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 57254 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_1F2C8840D607A753-001/control-001/solr.xml
   [junit4]   2> 57277 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 57277 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 57294 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@57f7bcf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 57462 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 57494 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a5a363a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57494 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a5a363a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57516 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@526376f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57516 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@526376f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57544 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41387/solr
   [junit4]   2> 57544 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 57563 INFO  (zkConnectionManagerCallback-47-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57563 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 57702 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 57729 INFO  (zkConnectionManagerCallback-49-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57729 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58476 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37165_
   [junit4]   2> 58523 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.c.Overseer Overseer (id=72079353491881988-127.0.0.1:37165_-n_0000000000) starting
   [junit4]   2> 58592 INFO  (OverseerStateUpdate-72079353491881988-127.0.0.1:37165_-n_0000000000) [n:127.0.0.1:37165_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37165_
   [junit4]   2> 58686 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37165_
   [junit4]   2> 58711 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] 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> 58795 INFO  (zkCallback-48-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 59048 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 59298 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57f7bcf
   [junit4]   2> 59551 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57f7bcf
   [junit4]   2> 59551 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57f7bcf
   [junit4]   2> 59570 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 59617 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [n:127.0.0.1:37165_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_1F2C8840D607A753-001/control-001/cores
   [junit4]   2> 59827 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59916 INFO  (zkConnectionManagerCallback-58-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59916 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59951 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 59952 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41387/solr ready
   [junit4]   2> 60581 INFO  (SocketProxy-Acceptor-37165) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43016,localport=37165], receiveBufferSize:531000
   [junit4]   2> 60584 INFO  (SocketProxy-Acceptor-37165) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40109,localport=37500], receiveBufferSize=530904
   [junit4]   2> 61010 INFO  (qtp1040218065-192) [     ] o.e.j.u.TypeUtil JVM Runtime does not support Modules
   [junit4]   2> 61684 INFO  (qtp1040218065-192) [n:127.0.0.1:37165_     ] 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:37165_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 61814 INFO  (OverseerThreadFactory-30-thread-1-processing-n:127.0.0.1:37165_) [n:127.0.0.1:37165_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 62399 INFO  (SocketProxy-Acceptor-37165) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43020,localport=37165], receiveBufferSize:531000
   [junit4]   2> 62464 INFO  (SocketProxy-Acceptor-37165) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40109,localport=37504], receiveBufferSize=530904
   [junit4]   2> 62531 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_    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> 62534 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 63786 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 64879 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 65110 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 65194 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 65219 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 65244 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 67654 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 68707 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 69235 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 69286 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 69355 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 69716 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 71898 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 72898 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 72987 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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@57f7bcf
   [junit4]   2> 73053 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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 [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_1F2C8840D607A753-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_1F2C8840D607A753-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 73253 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4186807390856385]
   [junit4]   2> 74967 WARN  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 76383 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 76383 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 76394 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 76394 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 76398 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 76419 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@563aeace[control_collection_shard1_replica_n1] main]
   [junit4]   2> 76432 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 76450 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 76476 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 76486 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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 1655236469701214208
   [junit4]   2> 76499 INFO  (searcherExecutor-35-thread-1-processing-n:127.0.0.1:37165_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:37165_ 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@563aeace[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 76504 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 76510 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 76518 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 76518 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 76518 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37165/control_collection_shard1_replica_n1/
   [junit4]   2> 76519 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 76520 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:37165/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 76522 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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/72079353491881988-core_node2-n_0000000000
   [junit4]   2> 76527 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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:37165/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 76531 INFO  (zkCallback-48-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> 76531 INFO  (zkCallback-48-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> 76533 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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> 76538 INFO  (qtp1040218065-191) [n:127.0.0.1:37165_ 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=14026
   [junit4]   2> 76755 INFO  (zkCallback-48-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> 76755 INFO  (zkCallback-48-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> 76755 INFO  (zkCallback-48-thread-4) [     ] 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> 76758 INFO  (qtp1040218065-192) [n:127.0.0.1:37165_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 76759 INFO  (qtp1040218065-192) [n:127.0.0.1:37165_     ] 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:37165_&wt=javabin&version=2} status=0 QTime=15323
   [junit4]   2> 76803 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=110582324
   [junit4]   2> 76803 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37165_
   [junit4]   2> 76804 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 76804 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37165_ as DOWN
   [junit4]   2> 76817 INFO  (coreCloseExecutor-40-thread-1) [n:127.0.0.1:37165_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f3f3158
   [junit4]   2> 76817 INFO  (coreCloseExecutor-40-thread-1) [n:127.0.0.1:37165_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.control_collection.shard1.replica_n1, tag=SolrCore@4f3f3158
   [junit4]   2> 76817 INFO  (coreCloseExecutor-40-thread-1) [n:127.0.0.1:37165_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ef87cab: rootName = null, domain = solr.core.control_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.control_collection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@96cc79c
   [junit4]   2> 76843 INFO  (coreCloseExecutor-40-thread-1) [n:127.0.0.1:37165_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.control_collection.shard1.leader, tag=SolrCore@4f3f3158
   [junit4]   2> 76863 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 76864 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@29cf2861: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@41f744a3
   [junit4]   2> 76870 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 76870 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@709e17c8: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@260cccfe
   [junit4]   2> 76872 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 76872 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@746b9e6d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@306a820b
   [junit4]   2> 76872 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 76873 INFO  (closeThreadPool-65-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72079353491881988-127.0.0.1:37165_-n_0000000000) closing
   [junit4]   2> 76874 INFO  (OverseerStateUpdate-72079353491881988-127.0.0.1:37165_-n_0000000000) [n:127.0.0.1:37165_     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37165_
   [junit4]   2> 76874 INFO  (OverseerAutoScalingTriggerThread-72079353491881988-127.0.0.1:37165_-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 76878 INFO  (closeThreadPool-65-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72079353491881988-127.0.0.1:37165_-n_0000000000) closing
   [junit4]   2> 76980 INFO  (closeThreadPool-60-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72079353491881988-127.0.0.1:37165_-n_0000000000) closing
   [junit4]   2> 76982 INFO  (closeThreadPool-60-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5d8c0dd4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 76983 INFO  (closeThreadPool-60-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4718216f{/,null,UNAVAILABLE}
   [junit4]   2> 76983 INFO  (closeThreadPool-60-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 76984 WARN  (closeThreadPool-60-thread-2) [     ] o.a.s.c.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:37165/, target: http://127.0.0.1:40109/
   [junit4]   2> 76984 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 77188 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> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/collections/control_collection/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 77191 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41387
   [junit4]   2> 77191 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41387
   [junit4]   2> 77191 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1F2C8840D607A753]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41387
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionWithTlogReplicasTest -Dtests.method=test -Dtests.seed=1F2C8840D607A753 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ar-YE -Dtests.timezone=Asia/Kashgar -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   22.3s J0 | HttpPartitionWithTlogReplicasTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:37165
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1F2C8840D607A753:9778B79A78FBCAAB]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1080)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [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:157)
   [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:186)
   [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:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
   [junit4]    > 	... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_1F2C8840D607A753-001
   [junit4]   2> Jan 09, 2020 7:55:09 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7ce5aa8f), locale=ar-YE, timezone=Asia/Kashgar
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=456275608,total=512229376
   [junit4]   2> NOTE: All tests run in this JVM: [MetricsHistoryIntegrationTest, ReplaceNodeNoTargetTest, HttpPartitionWithTlogReplicasTest]
   [junit4] Completed [4/894 (2!)] on J0 in 23.69s, 1 test, 1 error <<< FAILURES!

[...truncated 55909 lines...]