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 2020/04/04 18:39:05 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-12.0.2) - Build # 824 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/824/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:57405/mh/c

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:57405/mh/c
	at __randomizedtesting.SeedInfo.seed([78F92DE20178A6B0:F0AD1238AF84CB48]: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 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:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	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)
	... 42 more


FAILED:  org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:57041/mh/c

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:57041/mh/c
	at __randomizedtesting.SeedInfo.seed([78F92DE20178A6B0:F0AD1238AF84CB48]: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 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:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	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)
	... 42 more


FAILED:  org.apache.solr.cloud.TestCloudRecovery2.test

Error Message:
Error from server at http://127.0.0.1:58543/solr: No registered leader was found after waiting for 4000ms , collection: collection1 slice: shard1 saw state=DocCollection(collection1//collections/collection1/state.json/8)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"collection1_shard1_replica_n1",           "base_url":"http://127.0.0.1:58543/solr",           "node_name":"127.0.0.1:58543_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"collection1_shard1_replica_n2",           "base_url":"http://127.0.0.1:58544/solr",           "node_name":"127.0.0.1:58544_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:58543_solr]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:58543/solr: No registered leader was found after waiting for 4000ms , collection: collection1 slice: shard1 saw state=DocCollection(collection1//collections/collection1/state.json/8)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:58543/solr",
          "node_name":"127.0.0.1:58543_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:58544/solr",
          "node_name":"127.0.0.1:58544_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:58543_solr]
	at __randomizedtesting.SeedInfo.seed([78F92DE20178A6B0:F0AD1238AF84CB48]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	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.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:67)
	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:835)




Build Log:
[...truncated 14879 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
   [junit4]   2> 1104969 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1104969 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1104971 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_78F92DE20178A6B0-001/data-dir-89-001
   [junit4]   2> 1104971 WARN  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1104971 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1104973 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[78F92DE20178A6B0]-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") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1104973 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /mh/c
   [junit4]   2> 1104978 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1104980 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1104980 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1105091 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer start zk server on port:57029
   [junit4]   2> 1105091 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:57029
   [junit4]   2> 1105091 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57029
   [junit4]   2> 1105091 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57029
   [junit4]   2> 1105095 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1105104 INFO  (zkConnectionManagerCallback-9796-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1105104 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1105114 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1105117 INFO  (zkConnectionManagerCallback-9798-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1105117 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1105121 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1105127 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1105130 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1105133 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1105136 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1105139 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1105142 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1105145 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1105149 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1105152 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1105156 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1105160 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 1105635 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1105635 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1105635 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1105635 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 1105639 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1105639 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1105639 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1105642 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@636ae96d{/mh/c,null,AVAILABLE}
   [junit4]   2> 1105643 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@773cc0a2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:57042}
   [junit4]   2> 1105643 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.s.Server Started @1105714ms
   [junit4]   2> 1105643 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/mh/c, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_78F92DE20178A6B0-001/tempDir-001/control/data, hostPort=57041, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_78F92DE20178A6B0-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 1105644 ERROR (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1105644 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1105644 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1105644 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1105644 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1105644 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T18:06:46.434284Z
   [junit4]   2> 1105645 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1105647 INFO  (zkConnectionManagerCallback-9800-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1105647 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1105760 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1105761 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_78F92DE20178A6B0-001/control-001/solr.xml
   [junit4]   2> 1105775 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1105775 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1105781 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b7a7ed9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1106246 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1106248 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4dba08c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1106248 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4dba08c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1106260 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@122b1e42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1106260 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@122b1e42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1106261 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57029/solr
   [junit4]   2> 1106263 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1106267 INFO  (zkConnectionManagerCallback-9807-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106268 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1106377 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1106380 INFO  (zkConnectionManagerCallback-9809-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106381 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1107497 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57041_mh%2Fc
   [junit4]   2> 1107506 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.c.Overseer Overseer (id=72104293788680196-127.0.0.1:57041_mh%2Fc-n_0000000000) starting
   [junit4]   2> 1107594 INFO  (OverseerStateUpdate-72104293788680196-127.0.0.1:57041_mh%2Fc-n_0000000000) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:57041_mh%2Fc
   [junit4]   2> 1107600 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57041_mh%2Fc
   [junit4]   2> 1107622 INFO  (zkCallback-9808-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1107641 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1107641 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] 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> 1107683 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1107752 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b7a7ed9
   [junit4]   2> 1107777 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b7a7ed9
   [junit4]   2> 1107777 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b7a7ed9
   [junit4]   2> 1107778 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_78F92DE20178A6B0-001/control-001/cores
   [junit4]   2> 1107813 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1107815 INFO  (zkConnectionManagerCallback-9818-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1107815 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1107832 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1107857 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57029/solr ready
   [junit4]   2> 1107858 INFO  (SocketProxy-Acceptor-57041) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57073,localport=57041], receiveBufferSize:408300
   [junit4]   2> 1107859 INFO  (SocketProxy-Acceptor-57041) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57042,localport=57074], receiveBufferSize=408300
   [junit4]   2> 1107861 INFO  (qtp1863305985-25871) [n:127.0.0.1:57041_mh%2Fc     ] 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:57041_mh%252Fc&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1107897 INFO  (OverseerThreadFactory-5542-thread-1-processing-n:127.0.0.1:57041_mh%2Fc) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1108083 INFO  (SocketProxy-Acceptor-57041) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57080,localport=57041], receiveBufferSize:408300
   [junit4]   2> 1108085 INFO  (SocketProxy-Acceptor-57041) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57042,localport=57081], receiveBufferSize=408300
   [junit4]   2> 1108086 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc    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> 1108086 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1117695 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1117737 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1117910 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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> 1117948 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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 configset conf1, trusted=true
   [junit4]   2> 1117948 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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@b7a7ed9
   [junit4]   2> 1117948 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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 [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_78F92DE20178A6B0-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_78F92DE20178A6B0-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1117956 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=64.345703125, floorSegmentMB=1.048828125, forceMergeDeletesPctAllowed=28.928330049508276, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=45.943384250353546
   [junit4]   2> 1117967 WARN  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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> 1118057 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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> 1118057 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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> 1118059 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1118059 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1118060 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.03515625, noCFSRatio=0.0]
   [junit4]   2> 1118061 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@58283f5c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1118062 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1118064 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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> 1118064 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1118064 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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 1663066302163451904
   [junit4]   2> 1118068 INFO  (searcherExecutor-5547-thread-1-processing-n:127.0.0.1:57041_mh%2Fc x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:57041_mh%2Fc 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@58283f5c[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1118079 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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> 1118080 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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> 1118089 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1118089 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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> 1118089 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57041/mh/c/control_collection_shard1_replica_n1/
   [junit4]   2> 1118090 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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> 1118091 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:57041/mh/c/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1118091 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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/72104293788680196-core_node2-n_0000000000
   [junit4]   2> 1118097 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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:57041/mh/c/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1118102 INFO  (zkCallback-9808-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> 1118103 INFO  (zkCallback-9808-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> 1118109 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc 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> 1118116 INFO  (qtp1863305985-25873) [n:127.0.0.1:57041_mh%2Fc     ] 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=10030
   [junit4]   2> 1118121 INFO  (qtp1863305985-25871) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1118135 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=402886294
   [junit4]   2> 1118135 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:57041_mh%2Fc
   [junit4]   2> 1118136 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1118136 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:57041_mh%2Fc as DOWN
   [junit4]   2> 1118143 INFO  (coreCloseExecutor-5552-thread-1) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d16b1d6
   [junit4]   2> 1118144 INFO  (coreCloseExecutor-5552-thread-1) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.control_collection.shard1.replica_n1, tag=SolrCore@3d16b1d6
   [junit4]   2> 1118145 INFO  (coreCloseExecutor-5552-thread-1) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@23bb58cd: 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@276b3e6b
   [junit4]   2> 1118155 INFO  (coreCloseExecutor-5552-thread-1) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.control_collection.shard1.leader, tag=SolrCore@3d16b1d6
   [junit4]   2> 1118156 INFO  (coreCloseExecutor-5552-thread-1) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1118160 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1118160 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b899e9: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@33df31f9
   [junit4]   2> 1118165 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1118165 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7a0dd1bc: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2913c01
   [junit4]   2> 1118167 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1118167 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60efd096: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@56aedd29
   [junit4]   2> 1118167 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1118169 INFO  (closeThreadPool-9825-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72104293788680196-127.0.0.1:57041_mh%2Fc-n_0000000000) closing
   [junit4]   2> 1118169 INFO  (OverseerStateUpdate-72104293788680196-127.0.0.1:57041_mh%2Fc-n_0000000000) [n:127.0.0.1:57041_mh%2Fc     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57041_mh%2Fc
   [junit4]   2> 1118169 INFO  (OverseerAutoScalingTriggerThread-72104293788680196-127.0.0.1:57041_mh%2Fc-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1118170 INFO  (qtp1863305985-25871) [n:127.0.0.1:57041_mh%2Fc     ] 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:57041_mh%252Fc&wt=javabin&version=2} status=0 QTime=10309
   [junit4]   2> 1118177 INFO  (closeThreadPool-9825-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72104293788680196-127.0.0.1:57041_mh%2Fc-n_0000000000) closing
   [junit4]   2> 1118286 INFO  (closeThreadPool-9821-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72104293788680196-127.0.0.1:57041_mh%2Fc-n_0000000000) closing
   [junit4]   2> 1118289 INFO  (closeThreadPool-9821-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@773cc0a2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1118289 INFO  (closeThreadPool-9821-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@636ae96d{/mh/c,null,UNAVAILABLE}
   [junit4]   2> 1118290 INFO  (closeThreadPool-9821-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1118291 WARN  (closeThreadPool-9821-thread-2) [     ] o.a.s.c.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:57041/mh/c, target: http://127.0.0.1:57042/mh/c
   [junit4]   2> 1118291 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1118509 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> 	5	/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> 	9	/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> 1118513 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:57029
   [junit4]   2> 1118513 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57029
   [junit4]   2> 1118513 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57029
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionWithTlogReplicasTest -Dtests.method=test -Dtests.seed=78F92DE20178A6B0 -Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=Pacific/Tahiti -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   13.5s J3 | HttpPartitionWithTlogReplicasTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:57041/mh/c
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([78F92DE20178A6B0:F0AD1238AF84CB48]: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.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java: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 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]    > 	... 42 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_78F92DE20178A6B0-001
   [junit4]   2> Apr 04, 2020 6:06:59 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1336, maxMBSortInHeap=7.26277769309281, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@62a6321d), locale=mk, timezone=Pacific/Tahiti
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=227453768,total=429916160
   [junit4]   2> NOTE: All tests run in this JVM: [TestDFRSimilarityFactory, TestCryptoKeys, PeerSyncWithLeaderAndIndexFingerprintCachingTest, SolrIndexConfigTest, TestSolrConfigHandlerCloud, TestLockTree, TestSimLargeCluster, TestDefaultStatsCache, TestSolrFieldCacheBean, TestNonDefinedSimilarityFactory, SignatureUpdateProcessorFactoryTest, DistributedTermsComponentTest, TestSha256AuthenticationProvider, DistributedFacetPivotLongTailTest, TestJmxIntegration, HttpPartitionOnCommitTest, TestConfigReload, PKIAuthenticationIntegrationTest, SolrCoreTest, SystemInfoHandlerTest, TestReversedWildcardFilterFactory, ShardSplitTest, TestHttpServletCarrier, OverseerModifyCollectionTest, TestAddFieldRealTimeGet, TestEmbeddedSolrServerConstructors, TestPivotHelperCode, LegacyCloudClusterPropTest, WrapperMergePolicyFactoryTest, CloudMLTQParserTest, V2StandaloneTest, SearchRateTriggerIntegrationTest, TestCloudPhrasesIdentificationComponent, SegmentsInfoRequestHandlerTest, JWTAuthPluginIntegrationTest, BlockJoinFacetRandomTest, TestHdfsUpdateLog, RandomizedTaggerTest, TestUseDocValuesAsStored2, SaslZkACLProviderTest, TestFieldCache, CloneFieldUpdateProcessorFactoryTest, TestGroupingSearch, PathHierarchyTokenizerFactoryTest, UUIDUpdateProcessorFallbackTest, SpellCheckComponentTest, TestMultiWordSynonyms, TestDynamicLoadingUrl, TestLegacyNumericUtils, SystemCollectionCompatTest, TestSimTriggerIntegration, BasicZkTest, DirectoryFactoryTest, TestLRUCache, AssignTest, SolrCLIZkUtilsTest, HLLUtilTest, TestSkipOverseerOperations, CoreAdminCreateDiscoverTest, CdcrWithNodesRestartsTest, TestRequestForwarding, TestTestInjection, NumberUtilsTest, CdcrBootstrapTest, DeleteLastCustomShardedReplicaTest, TestJsonFacetsWithNestedObjects, TestManagedSchemaAPI, DaemonStreamApiTest, NestedShardedAtomicUpdateTest, SolrJmxReporterTest, TestTolerantUpdateProcessorRandomCloud, CacheHeaderTest, AutoAddReplicasPlanActionTest, TestRestManager, NumericFieldsTest, UpdateParamsTest, TestDynamicFieldNamesIndexCorrectly, TestNamedUpdateProcessors, TestRetrieveFieldsOptimizer, TestScoreJoinQPNoScore, MoveReplicaHDFSFailoverTest, NodeMarkersRegistrationTest, TestRTimerTree, BufferStoreTest, TestSubQueryTransformer, TestSchemaResource, SolrMetricManagerTest, TestReplicationHandlerDiskOverFlow, HttpPartitionWithTlogReplicasTest]
   [junit4] Completed [480/904 (1!)] on J3 in 14.47s, 1 test, 1 error <<< FAILURES!

[...truncated 136 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> 1217839 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1217840 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_78F92DE20178A6B0-001/data-dir-103-001
   [junit4]   2> 1217840 WARN  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 1217840 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1217841 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-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) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1217841 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1217841 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_78F92DE20178A6B0-001/tempDir-001
   [junit4]   2> 1217842 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1217842 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1217842 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1217948 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:58538
   [junit4]   2> 1217948 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:58538
   [junit4]   2> 1217948 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58538
   [junit4]   2> 1217948 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58538
   [junit4]   2> 1217988 INFO  (zkConnectionManagerCallback-6203-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1217965 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1217989 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1218019 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218022 INFO  (zkConnectionManagerCallback-6205-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1218022 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1218034 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218036 INFO  (zkConnectionManagerCallback-6207-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1218037 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1218193 WARN  (jetty-launcher-6208-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1218193 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1218193 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1218193 INFO  (jetty-launcher-6208-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 1218194 WARN  (jetty-launcher-6208-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1218194 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1218194 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1218194 INFO  (jetty-launcher-6208-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 1218196 INFO  (jetty-launcher-6208-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1218196 INFO  (jetty-launcher-6208-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1218196 INFO  (jetty-launcher-6208-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1218196 INFO  (jetty-launcher-6208-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1fb4bca0{/solr,null,AVAILABLE}
   [junit4]   2> 1218197 INFO  (jetty-launcher-6208-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1218197 INFO  (jetty-launcher-6208-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1218197 INFO  (jetty-launcher-6208-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1218197 INFO  (jetty-launcher-6208-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a6b7d8d{/solr,null,AVAILABLE}
   [junit4]   2> 1218197 INFO  (jetty-launcher-6208-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a3b6c86{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:58543}
   [junit4]   2> 1218197 INFO  (jetty-launcher-6208-thread-1) [     ] o.e.j.s.Server Started @1218266ms
   [junit4]   2> 1218197 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58543}
   [junit4]   2> 1218198 ERROR (jetty-launcher-6208-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T18:08:38.999215Z
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6dd70b8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:58544}
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-2) [     ] o.e.j.s.Server Started @1218267ms
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58544}
   [junit4]   2> 1218198 ERROR (jetty-launcher-6208-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1218198 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T18:08:38.999905Z
   [junit4]   2> 1218199 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218200 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218220 INFO  (zkConnectionManagerCallback-6210-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1218221 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1218228 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1218228 INFO  (zkConnectionManagerCallback-6212-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1218228 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1218230 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1219013 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1219075 WARN  (jetty-launcher-6208-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@49943351[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219075 WARN  (jetty-launcher-6208-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@49943351[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219101 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1219121 WARN  (jetty-launcher-6208-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@30deebb5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219121 WARN  (jetty-launcher-6208-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@30deebb5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219122 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58538/solr
   [junit4]   2> 1219130 WARN  (jetty-launcher-6208-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12ceccff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219130 WARN  (jetty-launcher-6208-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12ceccff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219131 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219132 INFO  (zkConnectionManagerCallback-6221-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219139 INFO  (jetty-launcher-6208-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1219143 WARN  (jetty-launcher-6208-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4714f7e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219143 WARN  (jetty-launcher-6208-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4714f7e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219144 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58538/solr
   [junit4]   2> 1219156 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219158 INFO  (zkConnectionManagerCallback-6226-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219161 INFO  (jetty-launcher-6208-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1219267 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219269 INFO  (zkConnectionManagerCallback-6228-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219277 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1219401 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219402 INFO  (zkConnectionManagerCallback-6230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219403 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1220648 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58543_solr
   [junit4]   2> 1220649 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.c.Overseer Overseer (id=72104301185728520-127.0.0.1:58543_solr-n_0000000000) starting
   [junit4]   2> 1220690 INFO  (OverseerStateUpdate-72104301185728520-127.0.0.1:58543_solr-n_0000000000) [n:127.0.0.1:58543_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58543_solr
   [junit4]   2> 1220691 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58543_solr
   [junit4]   2> 1220696 INFO  (OverseerStateUpdate-72104301185728520-127.0.0.1:58543_solr-n_0000000000) [n:127.0.0.1:58543_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1220713 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1220714 WARN  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_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> 1220732 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1220784 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1220793 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:58544_solr as DOWN
   [junit4]   2> 1220793 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58543.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35d26bbb
   [junit4]   2> 1220795 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1220796 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58544_solr
   [junit4]   2> 1220800 INFO  (zkCallback-6227-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1220800 INFO  (zkCallback-6229-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1220802 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1220802 WARN  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_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> 1220804 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58543.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35d26bbb
   [junit4]   2> 1220804 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58543.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35d26bbb
   [junit4]   2> 1220806 INFO  (jetty-launcher-6208-thread-1) [n:127.0.0.1:58543_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_78F92DE20178A6B0-001/tempDir-001/node1/.
   [junit4]   2> 1220816 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1220850 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58544.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35d26bbb
   [junit4]   2> 1220858 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58544.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35d26bbb
   [junit4]   2> 1220858 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58544.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35d26bbb
   [junit4]   2> 1220860 INFO  (jetty-launcher-6208-thread-2) [n:127.0.0.1:58544_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_78F92DE20178A6B0-001/tempDir-001/node2/.
   [junit4]   2> 1220876 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1220877 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1220884 INFO  (zkConnectionManagerCallback-6243-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220884 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1220886 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1220888 INFO  (SUITE-TestCloudRecovery2-seed#[78F92DE20178A6B0]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58538/solr ready
   [junit4]   2> 1220894 INFO  (qtp1962708073-18079) [n:127.0.0.1:58543_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1220901 INFO  (OverseerThreadFactory-5074-thread-1-processing-n:127.0.0.1:58543_solr) [n:127.0.0.1:58543_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1221029 INFO  (OverseerStateUpdate-72104301185728520-127.0.0.1:58543_solr-n_0000000000) [n:127.0.0.1:58543_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58543/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58543_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1221036 INFO  (OverseerStateUpdate-72104301185728520-127.0.0.1:58543_solr-n_0000000000) [n:127.0.0.1:58543_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58544/solr",
   [junit4]   2>   "node_name":"127.0.0.1:58544_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1221262 INFO  (qtp1962708073-18084) [n:127.0.0.1:58543_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1221262 INFO  (qtp135958475-18086) [n:127.0.0.1:58544_solr    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1221262 INFO  (qtp1962708073-18084) [n:127.0.0.1:58543_solr    x:collection1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1221314 INFO  (qtp1962708073-18084) [n:127.0.0.1:58543_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1221315 INFO  (qtp135958475-18086) [n:127.0.0.1:58544_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1221325 INFO  (qtp135958475-18086) [n:127.0.0.1:58544_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1221326 INFO  (qtp1962708073-18084) [n:127.0.0.1:58543_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1221334 INFO  (qtp135958475-18086) [n:127.0.0.1:58544_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1221334 INFO  (qtp135958475-18086) [n:127.0.0.1:58544_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using

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

(closeThreadPool-32-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72104411667955716-127.0.0.1:57408_mh%2Fc-n_0000000000) closing
   [junit4]   2> 36724 INFO  (closeThreadPool-28-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72104411667955716-127.0.0.1:57408_mh%2Fc-n_0000000000) closing
   [junit4]   2> 36783 INFO  (closeThreadPool-28-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@74170a40{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 36802 INFO  (closeThreadPool-28-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@63ce9ba9{/mh/c,null,UNAVAILABLE}
   [junit4]   2> 36804 INFO  (closeThreadPool-28-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 36850 WARN  (closeThreadPool-28-thread-2) [     ] o.a.s.c.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:57408/mh/c, target: http://127.0.0.1:57413/mh/c
   [junit4]   2> 36851 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 37084 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> 	11	/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> 	11	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 37097 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:57388
   [junit4]   2> 37097 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57388
   [junit4]   2> 37097 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[78F92DE20178A6B0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57388
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionWithTlogReplicasTest -Dtests.method=test -Dtests.seed=78F92DE20178A6B0 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nb-SJ -Dtests.timezone=Asia/Tashkent -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   26.8s J3 | HttpPartitionWithTlogReplicasTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:57408/mh/c
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([78F92DE20178A6B0:F0AD1238AF84CB48]: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.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java: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 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]    > 	... 42 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_78F92DE20178A6B0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1336, maxMBSortInHeap=7.26277769309281, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@52a9e34f), locale=nb-SJ, timezone=Asia/Tashkent
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=2,free=52730752,total=127926272
   [junit4]   2> NOTE: All tests run in this JVM: [HttpPartitionWithTlogReplicasTest]
   [junit4] Completed [5/10 (5!)] on J3 in 34.52s, 1 test, 1 error <<< FAILURES!

[...truncated 37 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:1599: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:1126: There were test failures: 10 suites, 10 tests, 5 errors [seed: 78F92DE20178A6B0]

Total time: 1 minute 15 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestCloudRecovery2
[repro]   5/5 failed: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/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=fd96a6c8cd1380310d69d28e48e57954bfa8c41b, workspace=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX
[WARNINGS] Computing warning deltas based on reference build #823
Recording test results
Setting ANT_1_8_2_HOME=/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2