Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/4844/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:43823/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:43823/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)
        at 
__randomizedtesting.SeedInfo.seed([722E92B384EEB546:7A19747B5F40C1C8]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:33203/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33203/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)
        at 
__randomizedtesting.SeedInfo.seed([722E92B384EEB546:7A19747B5F40C1C8]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:41447/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:41447/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)
        at 
__randomizedtesting.SeedInfo.seed([722E92B384EEB546:7A19747B5F40C1C8]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:37023/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:37023/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)
        at 
__randomizedtesting.SeedInfo.seed([722E92B384EEB546:7A19747B5F40C1C8]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 13637 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 48667 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 48668 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_722E92B384EEB546-001/data-dir-2-001
   [junit4]   2> 48668 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=64 numCloses=64
   [junit4]   2> 48668 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 48669 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 48669 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 48671 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_722E92B384EEB546-001/tempDir-001
   [junit4]   2> 48671 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 48690 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 48691 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 48692 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 48790 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 36783
   [junit4]   2> 48791 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36783
   [junit4]   2> 48791 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36783
   [junit4]   2> 48791 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36783
   [junit4]   2> 48795 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 48803 INFO  (zkConnectionManagerCallback-479-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 48803 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 48833 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 48882 INFO  (zkConnectionManagerCallback-481-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 48883 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 48906 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 48918 INFO  (zkConnectionManagerCallback-483-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 48919 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49055 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 49056 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 49056 INFO  (jetty-launcher-484-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 49058 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 49058 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 49058 INFO  (jetty-launcher-484-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 49067 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 49067 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 49067 INFO  (jetty-launcher-484-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 49073 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 49073 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 49073 INFO  (jetty-launcher-484-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 49106 INFO  (jetty-launcher-484-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 49106 INFO  (jetty-launcher-484-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 49106 INFO  (jetty-launcher-484-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 49108 INFO  (jetty-launcher-484-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16a2b0ce{/solr,null,AVAILABLE}
   [junit4]   2> 49126 INFO  (jetty-launcher-484-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 49126 INFO  (jetty-launcher-484-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 49126 INFO  (jetty-launcher-484-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 49127 INFO  (jetty-launcher-484-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 49127 INFO  (jetty-launcher-484-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 49127 INFO  (jetty-launcher-484-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 49131 INFO  (jetty-launcher-484-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7efa7fe1{/solr,null,AVAILABLE}
   [junit4]   2> 49138 INFO  (jetty-launcher-484-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 49138 INFO  (jetty-launcher-484-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 49138 INFO  (jetty-launcher-484-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c493f66{/solr,null,AVAILABLE}
   [junit4]   2> 49138 INFO  (jetty-launcher-484-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 49147 INFO  (jetty-launcher-484-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9a2887b{/solr,null,AVAILABLE}
   [junit4]   2> 49159 INFO  (jetty-launcher-484-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4ef22ab2{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:45627}
   [junit4]   2> 49159 INFO  (jetty-launcher-484-thread-3) [     ] 
o.e.j.s.Server Started @49180ms
   [junit4]   2> 49159 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45627}
   [junit4]   2> 49159 ERROR (jetty-launcher-484-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 49159 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 49160 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 49160 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 49160 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 49160 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-10-29T16:30:14.413223Z
   [junit4]   2> 49174 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49203 INFO  (jetty-launcher-484-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@53f309a2{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:38741}
   [junit4]   2> 49204 INFO  (jetty-launcher-484-thread-1) [     ] 
o.e.j.s.Server Started @49225ms
   [junit4]   2> 49204 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38741}
   [junit4]   2> 49204 ERROR (jetty-launcher-484-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 49204 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 49204 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 49204 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 49204 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 49205 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-10-29T16:30:14.458040Z
   [junit4]   2> 49214 INFO  (jetty-launcher-484-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@79b516a4{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:33439}
   [junit4]   2> 49214 INFO  (jetty-launcher-484-thread-2) [     ] 
o.e.j.s.Server Started @49235ms
   [junit4]   2> 49214 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33439}
   [junit4]   2> 49214 ERROR (jetty-launcher-484-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 49214 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 49214 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 49215 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 49215 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 49215 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-10-29T16:30:14.468116Z
   [junit4]   2> 49223 INFO  (jetty-launcher-484-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@32df9436{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:43821}
   [junit4]   2> 49223 INFO  (jetty-launcher-484-thread-4) [     ] 
o.e.j.s.Server Started @49244ms
   [junit4]   2> 49223 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43821}
   [junit4]   2> 49223 ERROR (jetty-launcher-484-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 49223 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 49223 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 49224 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 49224 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 49224 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-10-29T16:30:14.477105Z
   [junit4]   2> 49234 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49247 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49269 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49269 INFO  (zkConnectionManagerCallback-488-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49270 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49280 INFO  (zkConnectionManagerCallback-486-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49280 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49281 INFO  (zkConnectionManagerCallback-492-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49281 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49281 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 49281 INFO  (zkConnectionManagerCallback-490-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49281 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49291 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 49296 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 49296 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 49316 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 49320 WARN  
(jetty-launcher-484-thread-2-SendThread(127.0.0.1:36783)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10019f0c7fc0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10019f0c7fc0006, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10019f0c7fc0006, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 49321 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 49326 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 49326 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 49422 WARN  
(jetty-launcher-484-thread-4-SendThread(127.0.0.1:36783)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10019f0c7fc0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10019f0c7fc0005, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10019f0c7fc0005, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 49465 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 49467 WARN  (jetty-launcher-484-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@474cb46e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49467 WARN  (jetty-launcher-484-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@474cb46e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49474 WARN  (jetty-launcher-484-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@42fc8281[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49474 WARN  (jetty-launcher-484-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@42fc8281[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49476 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36783/solr
   [junit4]   2> 49490 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49494 INFO  (zkConnectionManagerCallback-503-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49495 INFO  (jetty-launcher-484-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49610 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 49611 WARN  (jetty-launcher-484-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3ea842c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49611 WARN  (jetty-launcher-484-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3ea842c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49626 INFO  (jetty-launcher-484-thread-2) 
[n:127.0.0.1:33439_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 49635 WARN  (jetty-launcher-484-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4eb650d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49636 WARN  (jetty-launcher-484-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4eb650d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49637 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36783/solr
   [junit4]   2> 49642 INFO  (zkConnectionManagerCallback-512-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49643 INFO  (jetty-launcher-484-thread-2) 
[n:127.0.0.1:33439_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 49644 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49647 INFO  (zkConnectionManagerCallback-516-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49647 INFO  (jetty-launcher-484-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49737 INFO  (jetty-launcher-484-thread-2) 
[n:127.0.0.1:33439_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33439_solr
   [junit4]   2> 49738 INFO  (jetty-launcher-484-thread-2) 
[n:127.0.0.1:33439_solr     ] o.a.s.c.Overseer Overseer 
(id=72086115975954440-127.0.0.1:33439_solr-n_0000000000) starting
   [junit4]   2> 49744 INFO  
(OverseerStateUpdate-72086115975954440-127.0.0.1:33439_solr-n_0000000000) 
[n:127.0.0.1:33439_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33439_solr
   [junit4]   2> 49763 INFO  (jetty-launcher-484-thread-2) 
[n:127.0.0.1:33439_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33439_solr
   [junit4]   2> 49773 INFO  (zkCallback-511-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 49784 INFO  (jetty-launcher-484-thread-2) 
[n:127.0.0.1:33439_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 49784 WARN  (jetty-launcher-484-thread-2) 
[n:127.0.0.1:33439_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> 49824 INFO  (jetty-launcher-484-thread-2) 
[n:127.0.0.1:33439_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_722E92B384EEB546-001/tempDir-001/node2
   [junit4]   2> 49831 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 49840 WARN  (jetty-launcher-484-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4f8ced6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49850 WARN  (jetty-launcher-484-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4f8ced6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49858 WARN  (jetty-launcher-484-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@635c762a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49858 WARN  (jetty-launcher-484-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@635c762a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49859 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36783/solr
   [junit4]   2> 49886 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49901 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 49902 WARN  (jetty-launcher-484-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7bd31ae4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49902 WARN  (jetty-launcher-484-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7bd31ae4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49902 INFO  (zkConnectionManagerCallback-540-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49902 INFO  (jetty-launcher-484-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49904 WARN  
(jetty-launcher-484-thread-4-SendThread(127.0.0.1:36783)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10019f0c7fc000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10019f0c7fc000a, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10019f0c7fc000a, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 49977 INFO  (jetty-launcher-484-thread-1) 
[n:127.0.0.1:38741_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 49984 WARN  (jetty-launcher-484-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5990fe75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49984 WARN  (jetty-launcher-484-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5990fe75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49985 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36783/solr
   [junit4]   2> 49986 INFO  (zkConnectionManagerCallback-546-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49994 INFO  (jetty-launcher-484-thread-1) 
[n:127.0.0.1:38741_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 49998 INFO  (jetty-launcher-484-thread-1) 
[n:127.0.0.1:38741_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 49998 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50001 INFO  (jetty-launcher-484-thread-1) 
[n:127.0.0.1:38741_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38741_solr as DOWN
   [junit4]   2> 50003 INFO  (jetty-launcher-484-thread-1) 
[n:127.0.0.1:38741_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 50004 INFO  (jetty-launcher-484-thread-1) 
[n:127.0.0.1:38741_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38741_solr
   [junit4]   2> 50005 INFO  (zkCallback-511-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 50007 INFO  (jetty-launcher-484-thread-1) 
[n:127.0.0.1:38741_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 50007 WARN  (jetty-launcher-484-thread-1) 
[n:127.0.0.1:38741_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> 50019 INFO  (jetty-launcher-484-thread-1) 
[n:127.0.0.1:38741_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_722E92B384EEB546-001/tempDir-001/node1
   [junit4]   2> 50021 INFO  (zkConnectionManagerCallback-550-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50021 INFO  (jetty-launcher-484-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50022 WARN  
(jetty-launcher-484-thread-3-SendThread(127.0.0.1:36783)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10019f0c7fc000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10019f0c7fc000c, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10019f0c7fc000c, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 50032 INFO  (zkCallback-545-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 50058 INFO  (jetty-launcher-484-thread-4) 
[n:127.0.0.1:43821_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 50065 INFO  (zkConnectionManagerCallback-558-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50065 INFO  (jetty-launcher-484-thread-4) 
[n:127.0.0.1:43821_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 50074 INFO  (jetty-launcher-484-thread-4) 
[n:127.0.0.1:43821_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 50078 INFO  (jetty-launcher-484-thread-4) 
[n:127.0.0.1:43821_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43821_solr as DOWN
   [junit4]   2> 50079 INFO  (jetty-launcher-484-thread-4) 
[n:127.0.0.1:43821_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 50079 INFO  (jetty-launcher-484-thread-4) 
[n:127.0.0.1:43821_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43821_solr
   [junit4]   2> 50080 INFO  (zkCallback-511-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 50080 INFO  (zkCallback-545-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 50081 INFO  (jetty-launcher-484-thread-4) 
[n:127.0.0.1:43821_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 50082 WARN  (jetty-launcher-484-thread-4) 
[n:127.0.0.1:43821_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> 50101 INFO  (jetty-launcher-484-thread-4) 
[n:127.0.0.1:43821_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_722E92B384EEB546-001/tempDir-001/node4
   [junit4]   2> 50103 INFO  (zkCallback-557-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 50138 INFO  (jetty-launcher-484-thread-3) 
[n:127.0.0.1:45627_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 50143 INFO  (zkConnectionManagerCallback-566-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50143 INFO  (jetty-launcher-484-thread-3) 
[n:127.0.0.1:45627_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 50146 INFO  (jetty-launcher-484-thread-3) 
[n:127.0.0.1:45627_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 50149 INFO  (jetty-launcher-484-thread-3) 
[n:127.0.0.1:45627_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45627_solr as DOWN
   [junit4]   2> 50150 INFO  (jetty-launcher-484-thread-3) 
[n:127.0.0.1:45627_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 50150 INFO  (jetty-launcher-484-thread-3) 
[n:127.0.0.1:45627_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45627_solr
   [junit4]   2> 50151 INFO  (zkCallback-557-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 50151 INFO  (zkCallback-545-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 50151 INFO  (zkCallback-565-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 50151 INFO  (zkCallback-511-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 50152 INFO  (jetty-launcher-484-thread-3) 
[n:127.0.0.1:45627_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 50152 WARN  (jetty-launcher-484-thread-3) 
[n:127.0.0.1:45627_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> 50163 INFO  (jetty-launcher-484-thread-3) 
[n:127.0.0.1:45627_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_722E92B384EEB546-001/tempDir-001/node3
   [junit4]   2> 50171 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 50182 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50183 INFO  (zkConnectionManagerCallback-577-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50183 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50185 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 50186 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36783/solr ready
   [junit4]   2> 50189 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=65485716
   [junit4]   2> 50190 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33439_solr
   [junit4]   2> 50190 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 50190 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33439_solr as DOWN
   [junit4]   2> 50192 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 50194 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 50194 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 50194 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 50194 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 50195 INFO  (closeThreadPool-582-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72086115975954440-127.0.0.1:33439_solr-n_0000000000) closing
   [junit4]   2> 50195 INFO  
(OverseerStateUpdate-72086115975954440-127.0.0.1:33439_solr-n_0000000000) 
[n:127.0.0.1:33439_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:33439_solr
   [junit4]   2> 50196 INFO  
(OverseerAutoScalingTriggerThread-72086115975954440-127.0.0.1:33439_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 50204 INFO  (closeThreadPool-582-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72086115975954440-127.0.0.1:33439_solr-n_0000000000) closing
   [junit4]   2> 50205 INFO  (zkCallback-557-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50205 INFO  (zkCallback-545-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50206 INFO  (zkCallback-565-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50211 INFO  (zkCallback-576-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50211 INFO  (zkCallback-545-thread-2) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38741_solr
   [junit4]   2> 50212 INFO  (zkCallback-545-thread-2) [n:127.0.0.1:38741_solr  
   ] o.a.s.c.Overseer Overseer 
(id=72086115975954443-127.0.0.1:38741_solr-n_0000000001) starting
   [junit4]   2> 50215 INFO  
(OverseerStateUpdate-72086115975954443-127.0.0.1:38741_solr-n_0000000001) 
[n:127.0.0.1:38741_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:38741_solr
   [junit4]   2> 50306 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72086115975954440-127.0.0.1:33439_solr-n_0000000000) closing
   [junit4]   2> 50319 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@79b516a4{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 50319 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7efa7fe1{/solr,null,STOPPED}
   [junit4]   2> 50319 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 50320 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 50321 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 50321 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 50339 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 50339 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 50339 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 50342 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4de10163{/solr,null,AVAILABLE}
   [junit4]   2> 50363 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@23ef9d43{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:46219}
   [junit4]   2> 50363 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.Server Started @50384ms
   [junit4]   2> 50363 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42763}
   [junit4]   2> 50364 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 50364 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 50364 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 50364 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 50364 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 50364 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-10-29T16:30:15.617408Z
   [junit4]   2> 50366 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50377 INFO  (zkConnectionManagerCallback-588-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50378 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50378 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 50385 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 50532 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 50533 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2d3f6b99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 50533 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2d3f6b99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 50536 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3e41ecaa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 50536 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3e41ecaa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 50537 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36783/solr
   [junit4]   2> 50543 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50546 INFO  (zkConnectionManagerCallback-599-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50547 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50652 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:42763_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 50653 INFO  (zkConnectionManagerCallback-601-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50653 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:42763_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 50657 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:42763_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 50670 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:42763_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42763_solr as DOWN
   [junit4]   2> 50672 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:42763_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 50672 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:42763_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42763_solr
   [junit4]   2> 50674 INFO  (zkCallback-576-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 50674 INFO  (zkCallback-557-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 50674 INFO  (zkCallback-545-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 50674 INFO  (zkCallback-565-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 50675 INFO  (zkCallback-600-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 50677 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:42763_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 50677 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:42763_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> 50704 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:42763_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_722E92B384EEB546-001/tempDir-001/node2
   [junit4]   2> 50708 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 50714 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:46219/solr. Proxy: http://127.0.0.1:42763/solr
   [junit4]   2> 50715 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1308671475
   [junit4]   2> 50715 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38741_solr
   [junit4]   2> 50716 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 50716 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:38741_solr as DOWN
   [junit4]   2> 50724 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 50724 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 50724 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 50724 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 50727 INFO  (closeThreadPool-612-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72086115975954443-127.0.0.1:38741_solr-n_0000000001) closing
   [junit4]   2> 50727 INFO  
(OverseerStateUpdate-72086115975954443-127.0.0.1:38741_solr-n_0000000001) 
[n:127.0.0.1:38741_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:38741_solr
   [junit4]   2> 50727 INFO  
(OverseerAutoScalingTriggerThread-72086115975954443-127.0.0.1:38741_solr-n_0000000001)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 50744 INFO  (zkCallback-600-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50744 INFO  (zkCallback-576-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50744 INFO  (zkCallback-565-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50744 INFO  (zkCallback-557-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50745 INFO  (zkCallback-557-thread-2) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43821_solr
   [junit4]   2> 50746 INFO  (zkCallback-557-thread-2) [n:127.0.0.1:43821_solr  
   ] o.a.s.c.Overseer Overseer 
(id=72086115975954445-127.0.0.1:43821_solr-n_0000000002) starting
   [junit4]   2> 50748 INFO  (closeThreadPool-612-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72086115975954443-127.0.0.1:38741_solr-n_0000000001) closing
   [junit4]   2> 50763 INFO  
(OverseerStateUpdate-72086115975954445-127.0.0.1:43821_solr-n_0000000002) 
[n:127.0.0.1:43821_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43821_solr
   [junit4]   2> 50844 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72086115975954443-127.0.0.1:38741_solr-n_0000000001) closing
   [junit4]   2> 50847 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@53f309a2{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 50848 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2c493f66{/solr,null,STOPPED}
   [junit4]   2> 50848 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 50849 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 50850 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 50850 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 50866 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 50866 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 50866 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 50873 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6c990012{/solr,null,AVAILABLE}
   [junit4]   2> 50925 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@55d2b03c{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:42741}
   [junit4]   2> 50925 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.s.Server Started @50946ms
   [junit4]   2> 50925 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37023}
   [junit4]   2> 50926 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 50926 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 50926 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 50926 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 50926 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 50926 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-10-29T16:30:16.179333Z
   [junit4]   2> 50928 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50937 INFO  (zkConnectionManagerCallback-618-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50937 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50938 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 50943 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 51089 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 51091 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4611a601[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 51091 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4611a601[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 51104 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2c8bd7bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 51104 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2c8bd7bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 51106 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36783/solr
   [junit4]   2> 51119 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 51120 INFO  (zkConnectionManagerCallback-629-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 51120 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 51122 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker-SendThread(127.0.0.1:36783))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x10019f0c7fc0014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10019f0c7fc0014, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10019f0c7fc0014, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 51225 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:37023_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 51226 INFO  (zkConnectionManagerCallback-631-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 51226 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:37023_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 51229 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:37023_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 51234 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:37023_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37023_solr as DOWN
   [junit4]   2> 51238 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:37023_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 51239 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:37023_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37023_solr
   [junit4]   2> 51241 INFO  (zkCallback-565-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 51241 INFO  (zkCallback-600-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 51241 INFO  (zkCallback-576-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 51241 INFO  (zkCallback-557-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 51243 INFO  (zkCallback-630-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 51244 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:37023_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 51244 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:37023_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> 51257 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) 
[n:127.0.0.1:37023_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_722E92B384EEB546-001/tempDir-001/node1
   [junit4]   2> 51264 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 51264 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:42741/solr. Proxy: http://127.0.0.1:37023/solr
   [junit4]   2> 51264 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1544355522
   [junit4]   2> 51264 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43821_solr
   [junit4]   2> 51265 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 51265 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:43821_solr as DOWN
   [junit4]   2> 51269 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 51269 INFO

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

[junit4]   2> 48000 INFO  (jetty-closer-266-thread-2) [     ] o.a.s.c.Overseer 
Overseer (id=72086224103079957-127.0.0.1:44725_solr-n_0000000005) closing
   [junit4]   2> 48002 INFO  (jetty-closer-266-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@3c2c13e0{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 48002 INFO  (jetty-closer-266-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@42210a80{/solr,null,STOPPED}
   [junit4]   2> 48002 INFO  (jetty-closer-266-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 48102 INFO  (jetty-closer-266-thread-4) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@749e4994{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 48102 INFO  (jetty-closer-266-thread-4) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@792de288{/solr,null,STOPPED}
   [junit4]   2> 48102 INFO  (jetty-closer-266-thread-4) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 48200 INFO  (jetty-closer-266-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72086224103079954-127.0.0.1:41897_solr-n_0000000004) closing
   [junit4]   2> 48202 INFO  (jetty-closer-266-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2295ab57{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 48202 INFO  (jetty-closer-266-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7e0b2c13{/solr,null,STOPPED}
   [junit4]   2> 48202 INFO  (jetty-closer-266-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 48302 INFO  (jetty-closer-266-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@64275540{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 48302 INFO  (jetty-closer-266-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5f74f647{/solr,null,STOPPED}
   [junit4]   2> 48302 INFO  (jetty-closer-266-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 48303 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 48506 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>        14      /solr/aliases.json
   [junit4]   2>        13      /solr/security.json
   [junit4]   2>        10      
/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2>        10      /solr/configs/conf
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        8       /solr/packages.json
   [junit4]   2>        8       
/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2>        7       
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2>        7       
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2>        5       
/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2>        5       
/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2>        2       
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        70      
/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2>        37      
/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2>        27      
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2>        14      /solr/clusterstate.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        3       
/solr/overseer_elect/election/72086224103079950-127.0.0.1:46073_solr-n_0000000001
   [junit4]   2>        3       
/solr/overseer_elect/election/72086224103079963-127.0.0.1:35751_solr-n_0000000007
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72086224103079960-127.0.0.1:33203_solr-n_0000000006
   [junit4]   2>        2       
/solr/overseer_elect/election/72086224103079949-127.0.0.1:33319_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        106     /solr/live_nodes
   [junit4]   2>        97      /solr/overseer/queue
   [junit4]   2>        54      /solr/collections
   [junit4]   2>        26      /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        3       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 48514 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34481
   [junit4]   2> 48514 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34481
   [junit4]   2> 48514 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[722E92B384EEB546]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34481
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_722E92B384EEB546-001
   [junit4]   2> Oct 29, 2020 4:58:29 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(Lucene87): 
{_root_=PostingsFormat(name=Direct), 
fieldName_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=FST50}, 
docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=498, 
maxMBSortInHeap=7.573226577858251, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=zh-Hant, 
timezone=Pacific/Midway
   [junit4]   2> NOTE: Linux 5.4.0-52-generic amd64/AdoptOpenJDK 13.0.2 
(64-bit)/cpus=16,threads=1,free=419414288,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestPullReplicaErrorHandling]
   [junit4] Completed [3/5 (3!)] on J2 in 47.89s, 4 tests, 1 error <<< FAILURES!

[...truncated 29 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1599: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1126: 
There were test failures: 5 suites, 20 tests, 3 errors [seed: 722E92B384EEB546]

Total time: 56 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   3/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[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
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux')
[Java] Successfully parsed console log
[Java] -> found 112 issues (skipped 103 duplicates)
[Java] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected 
files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux'
[Java] -> resolved paths in source directory (53 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or 
Manifest.mf files)
[Java] -> resolved module names for 112 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 53 affected files
[Java] No filter has been set, publishing all 112 issues
[Java] Creating fingerprints for all affected code blocks to track issues over 
different builds
[Java] -> created fingerprints for 112 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder 
'/home/jenkins/jobs/Lucene-Solr-8.x-Linux/builds/4844/files-with-issues'
[Java] -> 53 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-Linux #4843' to compute new, 
fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 112, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 112 issues (found 0 new issues, fixed 0 
issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-Linux 
#4844'.
[Checks API] No suitable checks publisher found.
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
[Checks API] No suitable checks publisher found.
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to