You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/10/31 17:09:43 UTC

[JENKINS-EA] Lucene-Solr-8.x-Windows (64bit/jdk-16-ea+18) - Build # 1763 - Unstable!

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

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

Error Message:
Error from server at http://127.0.0.1:59462/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:59462/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([C954BA58F3831BD0:C1635C90282D6F5E]: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:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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:832)


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

Error Message:
Error from server at http://127.0.0.1:59541/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:59541/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([C954BA58F3831BD0:C1635C90282D6F5E]: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:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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:832)


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

Error Message:
Error from server at http://127.0.0.1:59375/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:59375/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([C954BA58F3831BD0:C1635C90282D6F5E]: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:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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:832)


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

Error Message:
Error from server at http://127.0.0.1:59699/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:59699/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([C954BA58F3831BD0:C1635C90282D6F5E]: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:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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:832)


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

Error Message:
Error from server at http://127.0.0.1:49746/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:49746/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([C954BA58F3831BD0:C1635C90282D6F5E]: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:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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:832)




Build Log:
[...truncated 14312 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 406954 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 406954 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 406958 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestPullReplicaErrorHandling_C954BA58F3831BD0-001\data-dir-64-001
   [junit4]   2> 406958 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=167 numCloses=167
   [junit4]   2> 406958 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 406959 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-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> 406959 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestPullReplicaErrorHandling_C954BA58F3831BD0-001\tempDir-001
   [junit4]   2> 406959 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 406962 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 406962 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 406962 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 407066 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 49469
   [junit4]   2> 407066 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:49469
   [junit4]   2> 407066 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49469
   [junit4]   2> 407066 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 49469
   [junit4]   2> 407070 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407081 INFO  (zkConnectionManagerCallback-6500-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407081 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407086 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407090 INFO  (zkConnectionManagerCallback-6502-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407090 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407093 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407094 INFO  (zkConnectionManagerCallback-6504-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407094 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407205 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 407205 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 407205 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 407205 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 407205 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 407205 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 407205 INFO  (jetty-launcher-6505-thread-4) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 16-ea+18-901
   [junit4]   2> 407205 INFO  (jetty-launcher-6505-thread-2) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 16-ea+18-901
   [junit4]   2> 407205 INFO  (jetty-launcher-6505-thread-1) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 16-ea+18-901
   [junit4]   2> 407205 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 407207 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 407207 INFO  (jetty-launcher-6505-thread-3) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 16-ea+18-901
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ce04423{/solr,null,AVAILABLE}
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cf6df0c{/solr,null,AVAILABLE}
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d062a89{/solr,null,AVAILABLE}
   [junit4]   2> 407208 INFO  (jetty-launcher-6505-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66ddcc66{/solr,null,AVAILABLE}
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@af37a5c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49487}
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@28899865{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49490}
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-3) [     ] o.e.j.s.Server Started @407232ms
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5e3b9c06{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49486}
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-2) [     ] o.e.j.s.Server Started @407232ms
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49487}
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49490}
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-4) [     ] o.e.j.s.Server Started @407232ms
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49486}
   [junit4]   2> 407211 ERROR (jetty-launcher-6505-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 407211 ERROR (jetty-launcher-6505-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 407211 ERROR (jetty-launcher-6505-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-31T16:26:32.280842400Z
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7f7a0367{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49489}
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-31T16:26:32.280842400Z
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-1) [     ] o.e.j.s.Server Started @407232ms
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-31T16:26:32.280842400Z
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49489}
   [junit4]   2> 407211 ERROR (jetty-launcher-6505-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 407211 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 407213 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-31T16:26:32.282264500Z
   [junit4]   2> 407214 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407214 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407214 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407214 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407218 INFO  (zkConnectionManagerCallback-6507-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407218 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407218 INFO  (zkConnectionManagerCallback-6513-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407219 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407219 INFO  (zkConnectionManagerCallback-6509-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407219 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 407219 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 407219 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407219 INFO  (zkConnectionManagerCallback-6511-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407219 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407220 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 407220 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 407238 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 407238 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 407238 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 407238 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 407416 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 407417 WARN  (jetty-launcher-6505-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3cb4bc61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407417 WARN  (jetty-launcher-6505-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3cb4bc61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407418 WARN  (jetty-launcher-6505-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25ff1150[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407418 WARN  (jetty-launcher-6505-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25ff1150[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407422 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49469/solr
   [junit4]   2> 407422 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407426 INFO  (zkConnectionManagerCallback-6524-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407426 INFO  (jetty-launcher-6505-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407482 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 407487 WARN  (jetty-launcher-6505-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77d64f58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407487 WARN  (jetty-launcher-6505-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77d64f58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407489 WARN  (jetty-launcher-6505-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@64e83857[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407489 WARN  (jetty-launcher-6505-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@64e83857[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407489 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49469/solr
   [junit4]   2> 407493 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407508 INFO  (zkConnectionManagerCallback-6535-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407508 INFO  (jetty-launcher-6505-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407595 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 407598 WARN  (jetty-launcher-6505-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3bf25d91[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407598 WARN  (jetty-launcher-6505-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3bf25d91[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407603 WARN  (jetty-launcher-6505-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a636a99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407603 WARN  (jetty-launcher-6505-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a636a99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407603 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49469/solr
   [junit4]   2> 407607 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407632 INFO  (zkConnectionManagerCallback-6546-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407632 INFO  (jetty-launcher-6505-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407749 INFO  (jetty-launcher-6505-thread-2) [n:127.0.0.1:49490_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407753 INFO  (zkConnectionManagerCallback-6551-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407753 INFO  (jetty-launcher-6505-thread-2) [n:127.0.0.1:49490_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407759 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 407760 WARN  (jetty-launcher-6505-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b9891d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407760 WARN  (jetty-launcher-6505-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b9891d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407763 WARN  (jetty-launcher-6505-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@a38f6e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407763 WARN  (jetty-launcher-6505-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@a38f6e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 407765 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49469/solr
   [junit4]   2> 407766 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407769 INFO  (zkConnectionManagerCallback-6559-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407769 INFO  (jetty-launcher-6505-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407849 INFO  (jetty-launcher-6505-thread-4) [n:127.0.0.1:49486_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407852 INFO  (zkConnectionManagerCallback-6563-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407853 INFO  (jetty-launcher-6505-thread-4) [n:127.0.0.1:49486_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407905 INFO  (jetty-launcher-6505-thread-4) [n:127.0.0.1:49486_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49486_solr
   [junit4]   2> 407909 INFO  (jetty-launcher-6505-thread-4) [n:127.0.0.1:49486_solr     ] o.a.s.c.Overseer Overseer (id=72155708322086924-127.0.0.1:49486_solr-n_0000000000) starting
   [junit4]   2> 407939 INFO  (jetty-launcher-6505-thread-4) [n:127.0.0.1:49486_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49486_solr
   [junit4]   2> 407939 INFO  (OverseerStateUpdate-72155708322086924-127.0.0.1:49486_solr-n_0000000000) [n:127.0.0.1:49486_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:49486_solr
   [junit4]   2> 407945 INFO  (OverseerStateUpdate-72155708322086924-127.0.0.1:49486_solr-n_0000000000) [n:127.0.0.1:49486_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 407949 INFO  (jetty-launcher-6505-thread-3) [n:127.0.0.1:49487_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 407954 INFO  (zkConnectionManagerCallback-6572-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 407954 INFO  (jetty-launcher-6505-thread-3) [n:127.0.0.1:49487_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 407955 INFO  (jetty-launcher-6505-thread-4) [n:127.0.0.1:49486_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 407955 WARN  (jetty-launcher-6505-thread-4) [n:127.0.0.1:49486_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> 407980 INFO  (jetty-launcher-6505-thread-4) [n:127.0.0.1:49486_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestPullReplicaErrorHandling_C954BA58F3831BD0-001\tempDir-001\node4
   [junit4]   2> 407980 INFO  (jetty-launcher-6505-thread-3) [n:127.0.0.1:49487_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 407998 INFO  (jetty-launcher-6505-thread-3) [n:127.0.0.1:49487_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:49487_solr as DOWN
   [junit4]   2> 408005 INFO  (jetty-launcher-6505-thread-3) [n:127.0.0.1:49487_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 408005 INFO  (jetty-launcher-6505-thread-3) [n:127.0.0.1:49487_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49487_solr
   [junit4]   2> 408012 INFO  (zkCallback-6562-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 408012 INFO  (zkCallback-6571-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 408018 INFO  (jetty-launcher-6505-thread-3) [n:127.0.0.1:49487_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 408018 WARN  (jetty-launcher-6505-thread-3) [n:127.0.0.1:49487_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> 408046 INFO  (jetty-launcher-6505-thread-3) [n:127.0.0.1:49487_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestPullReplicaErrorHandling_C954BA58F3831BD0-001\tempDir-001\node3
   [junit4]   2> 408052 INFO  (jetty-launcher-6505-thread-1) [n:127.0.0.1:49489_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 408061 INFO  (zkConnectionManagerCallback-6583-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 408062 INFO  (jetty-launcher-6505-thread-1) [n:127.0.0.1:49489_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 408098 INFO  (jetty-launcher-6505-thread-1) [n:127.0.0.1:49489_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 408121 INFO  (jetty-launcher-6505-thread-1) [n:127.0.0.1:49489_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:49489_solr as DOWN
   [junit4]   2> 408127 INFO  (jetty-launcher-6505-thread-1) [n:127.0.0.1:49489_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 408128 INFO  (jetty-launcher-6505-thread-1) [n:127.0.0.1:49489_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49489_solr
   [junit4]   2> 408133 INFO  (zkCallback-6571-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 408133 INFO  (zkCallback-6562-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 408135 INFO  (zkCallback-6582-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 408139 INFO  (jetty-launcher-6505-thread-1) [n:127.0.0.1:49489_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 408140 WARN  (jetty-launcher-6505-thread-1) [n:127.0.0.1:49489_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> 408165 INFO  (jetty-launcher-6505-thread-1) [n:127.0.0.1:49489_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestPullReplicaErrorHandling_C954BA58F3831BD0-001\tempDir-001\node1
   [junit4]   2> 408243 INFO  (jetty-launcher-6505-thread-2) [n:127.0.0.1:49490_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 408248 INFO  (jetty-launcher-6505-thread-2) [n:127.0.0.1:49490_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:49490_solr as DOWN
   [junit4]   2> 408251 INFO  (jetty-launcher-6505-thread-2) [n:127.0.0.1:49490_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 408251 INFO  (jetty-launcher-6505-thread-2) [n:127.0.0.1:49490_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49490_solr
   [junit4]   2> 408253 INFO  (zkCallback-6582-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 408253 INFO  (zkCallback-6571-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 408253 INFO  (zkCallback-6562-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 408253 INFO  (zkCallback-6550-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 408255 INFO  (jetty-launcher-6505-thread-2) [n:127.0.0.1:49490_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 408255 WARN  (jetty-launcher-6505-thread-2) [n:127.0.0.1:49490_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> 408283 INFO  (jetty-launcher-6505-thread-2) [n:127.0.0.1:49490_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestPullReplicaErrorHandling_C954BA58F3831BD0-001\tempDir-001\node2
   [junit4]   2> 408293 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 408293 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 408298 INFO  (zkConnectionManagerCallback-6598-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 408298 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 408300 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 408301 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49469/solr ready
   [junit4]   2> 408316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2128766485
   [junit4]   2> 408316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49486_solr
   [junit4]   2> 408318 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 408318 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:49486_solr as DOWN
   [junit4]   2> 408321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 408322 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 408322 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 408322 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 408322 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 408322 INFO  (closeThreadPool-6603-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72155708322086924-127.0.0.1:49486_solr-n_0000000000) closing
   [junit4]   2> 408323 INFO  (OverseerStateUpdate-72155708322086924-127.0.0.1:49486_solr-n_0000000000) [n:127.0.0.1:49486_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49486_solr
   [junit4]   2> 408323 INFO  (OverseerAutoScalingTriggerThread-72155708322086924-127.0.0.1:49486_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 408323 INFO  (closeThreadPool-6603-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72155708322086924-127.0.0.1:49486_solr-n_0000000000) closing
   [junit4]   2> 408326 INFO  (zkCallback-6571-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 408326 INFO  (zkCallback-6550-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 408326 INFO  (zkCallback-6582-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 408326 INFO  (zkCallback-6597-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 408326 INFO  (zkCallback-6571-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49487_solr
   [junit4]   2> 408331 INFO  (zkCallback-6571-thread-2) [n:127.0.0.1:49487_solr     ] o.a.s.c.Overseer Overseer (id=72155708322086925-127.0.0.1:49487_solr-n_0000000001) starting
   [junit4]   2> 408340 INFO  (OverseerStateUpdate-72155708322086925-127.0.0.1:49487_solr-n_0000000001) [n:127.0.0.1:49487_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:49487_solr
   [junit4]   2> 408427 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.Overseer Overseer (id=72155708322086924-127.0.0.1:49486_solr-n_0000000000) closing
   [junit4]   2> 408428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5e3b9c06{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 408429 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ce04423{/solr,null,STOPPED}
   [junit4]   2> 408429 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 408430 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 408430 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 408430 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 16-ea+18-901
   [junit4]   2> 408431 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 408431 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 408431 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 408431 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d464c5d{/solr,null,AVAILABLE}
   [junit4]   2> 408432 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@42da745e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49611}
   [junit4]   2> 408432 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.Server Started @408453ms
   [junit4]   2> 408432 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49610}
   [junit4]   2> 408433 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 408433 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 408433 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 408433 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 408433 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 408433 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-31T16:26:33.502979Z
   [junit4]   2> 408434 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 408439 INFO  (zkConnectionManagerCallback-6609-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 408439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 408440 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 408442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 408572 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 408573 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1f2f7a0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 408573 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1f2f7a0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 408575 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@659027bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 408575 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@659027bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 408577 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49469/solr
   [junit4]   2> 408578 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 408583 INFO  (zkConnectionManagerCallback-6620-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 408583 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 408689 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49610_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 408693 INFO  (zkConnectionManagerCallback-6622-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 408693 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49610_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 408699 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49610_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 408704 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49610_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:49610_solr as DOWN
   [junit4]   2> 408707 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49610_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 408707 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49610_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49610_solr
   [junit4]   2> 408713 INFO  (zkCallback-6571-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 408713 INFO  (zkCallback-6582-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 408713 INFO  (zkCallback-6550-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 408713 INFO  (zkCallback-6597-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 408714 INFO  (zkCallback-6621-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 408715 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49610_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 408716 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49610_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> 408740 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49610_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestPullReplicaErrorHandling_C954BA58F3831BD0-001\tempDir-001\node4
   [junit4]   2> 408750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 408750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:49611/solr. Proxy: http://127.0.0.1:49610/solr
   [junit4]   2> 408750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1102891266
   [junit4]   2> 408750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49487_solr
   [junit4]   2> 408754 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 408754 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:49487_solr as DOWN
   [junit4]   2> 408757 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 408757 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 408757 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 408757 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 408759 INFO  (closeThreadPool-6633-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72155708322086925-127.0.0.1:49487_solr-n_0000000001) closing
   [junit4]   2> 408759 INFO  (OverseerStateUpdate-72155708322086925-127.0.0.1:49487_solr-n_0000000001) [n:127.0.0.1:49487_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49487_solr
   [junit4]   2> 408759 INFO  (OverseerAutoScalingTriggerThread-72155708322086925-127.0.0.1:49487_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 408759 INFO  (closeThreadPool-6633-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72155708322086925-127.0.0.1:49487_solr-n_0000000001) closing
   [junit4]   2> 408763 INFO  (zkCallback-6582-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49489_solr
   [junit4]   2> 408763 INFO  (zkCallback-6550-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 408763 INFO  (zkCallback-6621-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 408763 INFO  (zkCallback-6597-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 408763 INFO  (zkCallback-6582-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 408767 INFO  (zkCallback-6582-thread-1) [n:127.0.0.1:49489_solr     ] o.a.s.c.Overseer Overseer (id=72155708322086926-127.0.0.1:49489_solr-n_0000000002) starting
   [junit4]   2> 408774 INFO  (OverseerStateUpdate-72155708322086926-127.0.0.1:49489_solr-n_0000000002) [n:127.0.0.1:49489_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:49489_solr
   [junit4]   2> 408866 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.Overseer Overseer (id=72155708322086925-127.0.0.1:49487_solr-n_0000000001) closing
   [junit4]   2> 408866 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@af37a5c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 408868 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@d062a89{/solr,null,STOPPED}
   [junit4]   2> 408868 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 408868 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 408868 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 408868 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 16-ea+18-901
   [junit4]   2> 408868 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 408868 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 408868 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 408868 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4148d77{/solr,null,AVAILABLE}
   [junit4]   2> 408870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@26215d55{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49683}
   [junit4]   2> 408870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.s.Server Started @408891ms
   [junit4]   2> 408870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49672}
   [junit4]   2> 408870 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 408870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 408870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 408870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 408870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 408870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-31T16:26:33.939362500Z
   [junit4]   2> 408870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 408875 INFO  (zkConnectionManagerCallback-6639-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 408875 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 408875 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 408880 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 409012 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 409014 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6488b687[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 409014 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6488b687[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 409018 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@298afdc8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 409018 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@298afdc8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 409018 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49469/solr
   [junit4]   2> 409018 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 409025 INFO  (zkConnectionManagerCallback-6650-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 409025 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 409130 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49672_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 409136 INFO  (zkConnectionManagerCallback-6652-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 409136 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49672_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 409146 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49672_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 409154 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49672_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:49672_solr as DOWN
   [junit4]   2> 409158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49672_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 409158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [n:127.0.0.1:49672_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49672_solr
   [junit4]   2> 409162 INFO  (zkCallback-6621-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 409162 INFO  (zkCallback-6582-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 409162 INFO  (zkCallback-6550-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 409162 INFO  (zkCallback-6597-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 409162 INFO  (zkCallback-6651-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [

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

.s.session node0 Stopped scavenging
   [junit4]   2> 62676 INFO  (jetty-closer-264-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3fb54b54{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 62676 INFO  (jetty-closer-264-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@40f643f3{/solr,null,STOPPED}
   [junit4]   2> 62676 INFO  (jetty-closer-264-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 62777 INFO  (jetty-closer-264-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@34a93f89{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 62777 INFO  (jetty-closer-264-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4f8245f9{/solr,null,STOPPED}
   [junit4]   2> 62777 INFO  (jetty-closer-264-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 62878 INFO  (jetty-closer-264-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@35ee27f6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 62878 INFO  (jetty-closer-264-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@63c86382{/solr,null,STOPPED}
   [junit4]   2> 62878 INFO  (jetty-closer-264-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 62880 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 63094 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> 	13	/solr/aliases.json
   [junit4]   2> 	12	/solr/security.json
   [junit4]   2> 	10	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	9	/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> 	6	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	4	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	4	/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> 	51	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	30	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	23	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72155872555237403-127.0.0.1:59700_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72155872555237394-127.0.0.1:59375_solr-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/72155872555237397-127.0.0.1:59489_solr-n_0000000005
   [junit4]   2> 	2	/solr/overseer_elect/election/72155872555237387-127.0.0.1:58979_solr-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72155872555237388-127.0.0.1:58976_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	97	/solr/overseer/queue
   [junit4]   2> 	94	/solr/live_nodes
   [junit4]   2> 	53	/solr/collections
   [junit4]   2> 	25	/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> 63105 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:58896
   [junit4]   2> 63105 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58896
   [junit4]   2> 63105 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C954BA58F3831BD0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58896
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestPullReplicaErrorHandling_C954BA58F3831BD0-001
   [junit4]   2> Oct 31, 2020 5:09:08 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=LuceneFixedGap), fieldName_s=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=1247, maxMBSortInHeap=7.803565185912683, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=vi-VN, timezone=America/Juneau
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 16-ea (64-bit)/cpus=6,threads=1,free=166695568,total=282066944
   [junit4]   2> NOTE: All tests run in this JVM: [TestPullReplicaErrorHandling]
   [junit4] Completed [4/5 (4!)] on J3 in 61.97s, 4 tests, 1 error <<< FAILURES!

[...truncated 23 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 20 tests, 4 errors [seed: C954BA58F3831BD0]

Total time: 1 minute 24 seconds

[repro] Setting last failure code to 1

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

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

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

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

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\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: 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows')
[Java] Successfully parsed console log
[Java] -> found 112 issues (skipped 103 duplicates)
[Java] Post processing issues on 'Windows VBOX' 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 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows'
[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-Windows/builds/1763/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-Windows #1762' 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-Windows #1763'.
[Checks API] No suitable checks publisher found.
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\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=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2