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

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

Error Message:
Error from server at http://127.0.0.1:55417/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:55417/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([89D5F506FF7BEDD9:81E213CE24D59957]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:830)


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

Error Message:
Error from server at http://127.0.0.1:57761/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:57761/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([89D5F506FF7BEDD9:81E213CE24D59957]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.api.collections.SimpleCollectionCreateDeleteTest

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.cloud.api.collections.SimpleCollectionCreateDeleteTest:     1) 
Thread[id=26272, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-SimpleCollectionCreateDeleteTest]         at 
[email protected]/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at 
org.apache.solr.cloud.api.collections.SimpleCollectionCreateDeleteTest: 
   1) Thread[id=26272, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-SimpleCollectionCreateDeleteTest]
        at [email protected]/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
        at __randomizedtesting.SeedInfo.seed([89D5F506FF7BEDD9]:0)


FAILED:  org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testTaskTimeout

Error Message:
did not finish processing event in time

Stack Trace:
java.lang.AssertionError: did not finish processing event in time
        at 
__randomizedtesting.SeedInfo.seed([89D5F506FF7BEDD9:8C88CDEC62132F4E]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testTaskTimeout(ExecutePlanActionTest.java:317)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 15291 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1792004 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1792004 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1792006 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestPullReplicaErrorHandling_89D5F506FF7BEDD9-001/data-dir-146-001
   [junit4]   2> 1792006 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1792006 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1792008 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1792011 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestPullReplicaErrorHandling_89D5F506FF7BEDD9-001/tempDir-001
   [junit4]   2> 1792012 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1792013 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1792013 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1792016 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1792113 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 57707
   [junit4]   2> 1792114 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:57707
   [junit4]   2> 1792114 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57707
   [junit4]   2> 1792114 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 57707
   [junit4]   2> 1792117 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1792125 INFO  (zkConnectionManagerCallback-11451-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792126 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1792133 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1792138 INFO  (zkConnectionManagerCallback-11453-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792138 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1792140 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1792145 INFO  (zkConnectionManagerCallback-11455-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792145 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1792152 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker-SendThread(127.0.0.1:57707))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100087781840002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100087781840002, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100087781840002, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1792255 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1792255 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1792255 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 1792255 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1792255 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1792255 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1792255 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1792255 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 1792255 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 1792256 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1792256 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1792256 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 1792263 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1792263 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1792263 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1792263 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1792264 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1792264 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1792264 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1792264 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1792266 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1792266 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31e1a483{/solr,null,AVAILABLE}
   [junit4]   2> 1792267 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3112c6cb{/solr,null,AVAILABLE}
   [junit4]   2> 1792268 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5e4f03c2{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:57718}
   [junit4]   2> 1792268 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12b5824d{/solr,null,AVAILABLE}
   [junit4]   2> 1792268 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.s.Server Started @1792347ms
   [junit4]   2> 1792268 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57718}
   [junit4]   2> 1792268 ERROR (jetty-launcher-11456-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1792268 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1792268 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1792268 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1792268 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1792268 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1bf45da2{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:57720}
   [junit4]   2> 1792269 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.s.Server Started @1792348ms
   [junit4]   2> 1792269 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57720}
   [junit4]   2> 1792269 ERROR (jetty-launcher-11456-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1792269 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1792269 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1792269 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1792269 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1792269 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T14:40:25.736541Z
   [junit4]   2> 1792269 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@269f8d25{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:57719}
   [junit4]   2> 1792270 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.s.Server Started @1792349ms
   [junit4]   2> 1792270 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57719}
   [junit4]   2> 1792268 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T14:40:25.735992Z
   [junit4]   2> 1792270 ERROR (jetty-launcher-11456-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1792270 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1792270 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1792270 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1792270 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1792270 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T14:40:25.737567Z
   [junit4]   2> 1792270 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1792271 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1792271 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1792271 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1792272 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@227a87b6{/solr,null,AVAILABLE}
   [junit4]   2> 1792272 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1792273 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1792273 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@47d7747{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:57721}
   [junit4]   2> 1792273 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.s.Server Started @1792353ms
   [junit4]   2> 1792273 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57721}
   [junit4]   2> 1792274 ERROR (jetty-launcher-11456-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1792274 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1792274 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1792274 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1792274 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1792274 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T14:40:25.741340Z
   [junit4]   2> 1792276 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1792277 INFO  (zkConnectionManagerCallback-11458-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792278 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1792282 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1792282 INFO  (zkConnectionManagerCallback-11460-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792283 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1792283 INFO  (zkConnectionManagerCallback-11462-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792283 INFO  (zkConnectionManagerCallback-11464-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792283 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1792284 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1792285 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1792286 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1792286 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1792288 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1792292 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1792294 WARN  
(jetty-launcher-11456-thread-1-SendThread(127.0.0.1:57707)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x100087781840005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100087781840005, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100087781840005, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1792296 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1792296 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1792298 WARN  
(jetty-launcher-11456-thread-3-SendThread(127.0.0.1:57707)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x100087781840006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100087781840006, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100087781840006, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1792444 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1792445 WARN  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2520268f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792445 WARN  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2520268f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792450 WARN  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@8825bb8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792450 WARN  (jetty-launcher-11456-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@8825bb8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792451 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57707/solr
   [junit4]   2> 1792452 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1792456 INFO  (zkConnectionManagerCallback-11475-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792456 INFO  (jetty-launcher-11456-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1792459 WARN  
(jetty-launcher-11456-thread-2-SendThread(127.0.0.1:57707)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x100087781840007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100087781840007, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100087781840007, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1792570 INFO  (jetty-launcher-11456-thread-2) 
[n:127.0.0.1:57720_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1792571 INFO  (zkConnectionManagerCallback-11480-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792572 INFO  (jetty-launcher-11456-thread-2) 
[n:127.0.0.1:57720_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1792600 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1792610 WARN  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@24b0fd93[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792613 WARN  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@24b0fd93[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792631 WARN  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@27216a2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792631 WARN  (jetty-launcher-11456-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@27216a2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792635 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57707/solr
   [junit4]   2> 1792641 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1792645 INFO  (zkConnectionManagerCallback-11493-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792655 INFO  (jetty-launcher-11456-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1792669 WARN  
(jetty-launcher-11456-thread-3-SendThread(127.0.0.1:57707)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x100087781840009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100087781840009, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100087781840009, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1792803 INFO  (jetty-launcher-11456-thread-3) 
[n:127.0.0.1:57721_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1792814 INFO  (zkConnectionManagerCallback-11498-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792823 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1792828 INFO  (jetty-launcher-11456-thread-3) 
[n:127.0.0.1:57721_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1792834 WARN  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3247e2d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792843 WARN  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3247e2d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792855 WARN  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2a11f2d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792855 WARN  (jetty-launcher-11456-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2a11f2d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1792857 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57707/solr
   [junit4]   2> 1792859 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1792882 INFO  (zkConnectionManagerCallback-11508-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1792882 INFO  (jetty-launcher-11456-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1792888 WARN  
(jetty-launcher-11456-thread-4-SendThread(127.0.0.1:57707)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10008778184000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10008778184000b, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10008778184000b, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1792980 INFO  (jetty-launcher-11456-thread-3) 
[n:127.0.0.1:57721_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57721_solr
   [junit4]   2> 1792988 INFO  (jetty-launcher-11456-thread-3) 
[n:127.0.0.1:57721_solr     ] o.a.s.c.Overseer Overseer 
(id=72066903404969994-127.0.0.1:57721_solr-n_0000000000) starting
   [junit4]   2> 1792999 INFO  (jetty-launcher-11456-thread-4) 
[n:127.0.0.1:57718_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1793007 INFO  (zkConnectionManagerCallback-11510-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1793009 INFO  (jetty-launcher-11456-thread-4) 
[n:127.0.0.1:57718_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1793064 INFO  
(OverseerStateUpdate-72066903404969994-127.0.0.1:57721_solr-n_0000000000) 
[n:127.0.0.1:57721_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:57721_solr
   [junit4]   2> 1793067 INFO  (jetty-launcher-11456-thread-3) 
[n:127.0.0.1:57721_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57721_solr
   [junit4]   2> 1793078 INFO  
(OverseerStateUpdate-72066903404969994-127.0.0.1:57721_solr-n_0000000000) 
[n:127.0.0.1:57721_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1793078 INFO  (jetty-launcher-11456-thread-4) 
[n:127.0.0.1:57718_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1793098 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1793102 WARN  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@458e2be2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1793106 WARN  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@458e2be2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1793112 INFO  (jetty-launcher-11456-thread-3) 
[n:127.0.0.1:57721_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1793114 WARN  (jetty-launcher-11456-thread-3) 
[n:127.0.0.1:57721_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> 1793134 WARN  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@396be174[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1793134 WARN  (jetty-launcher-11456-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@396be174[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1793155 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57707/solr
   [junit4]   2> 1793162 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1793170 INFO  (zkConnectionManagerCallback-11525-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1793171 INFO  (jetty-launcher-11456-thread-4) 
[n:127.0.0.1:57718_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:57718_solr as DOWN
   [junit4]   2> 1793176 INFO  (jetty-launcher-11456-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1793189 INFO  (jetty-launcher-11456-thread-3) 
[n:127.0.0.1:57721_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestPullReplicaErrorHandling_89D5F506FF7BEDD9-001/tempDir-001/node3
   [junit4]   2> 1793189 WARN  
(jetty-launcher-11456-thread-1-SendThread(127.0.0.1:57707)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10008778184000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10008778184000d, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10008778184000d, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1793192 INFO  (jetty-launcher-11456-thread-4) 
[n:127.0.0.1:57718_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1793192 INFO  (jetty-launcher-11456-thread-4) 
[n:127.0.0.1:57718_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57718_solr
   [junit4]   2> 1793301 INFO  (zkCallback-11509-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1793302 INFO  (zkCallback-11497-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1793303 INFO  (jetty-launcher-11456-thread-1) 
[n:127.0.0.1:57719_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1793305 INFO  (zkConnectionManagerCallback-11530-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1793306 INFO  (jetty-launcher-11456-thread-1) 
[n:127.0.0.1:57719_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1793315 INFO  (jetty-launcher-11456-thread-4) 
[n:127.0.0.1:57718_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1793317 WARN  (jetty-launcher-11456-thread-4) 
[n:127.0.0.1:57718_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> 1793355 INFO  (jetty-launcher-11456-thread-4) 
[n:127.0.0.1:57718_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestPullReplicaErrorHandling_89D5F506FF7BEDD9-001/tempDir-001/node4
   [junit4]   2> 1793391 INFO  (jetty-launcher-11456-thread-1) 
[n:127.0.0.1:57719_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1793457 INFO  (jetty-launcher-11456-thread-1) 
[n:127.0.0.1:57719_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:57719_solr as DOWN
   [junit4]   2> 1793465 INFO  (jetty-launcher-11456-thread-1) 
[n:127.0.0.1:57719_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1793465 INFO  (jetty-launcher-11456-thread-1) 
[n:127.0.0.1:57719_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57719_solr
   [junit4]   2> 1793481 INFO  (zkCallback-11509-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1793482 INFO  (zkCallback-11529-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1793483 INFO  (zkCallback-11497-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1793498 INFO  (jetty-launcher-11456-thread-1) 
[n:127.0.0.1:57719_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1793499 WARN  (jetty-launcher-11456-thread-1) 
[n:127.0.0.1:57719_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> 1793534 INFO  (jetty-launcher-11456-thread-1) 
[n:127.0.0.1:57719_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestPullReplicaErrorHandling_89D5F506FF7BEDD9-001/tempDir-001/node1
   [junit4]   2> 1793602 INFO  (jetty-launcher-11456-thread-2) 
[n:127.0.0.1:57720_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1793650 INFO  (jetty-launcher-11456-thread-2) 
[n:127.0.0.1:57720_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:57720_solr as DOWN
   [junit4]   2> 1793663 INFO  (jetty-launcher-11456-thread-2) 
[n:127.0.0.1:57720_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1793663 INFO  (jetty-launcher-11456-thread-2) 
[n:127.0.0.1:57720_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57720_solr
   [junit4]   2> 1793669 INFO  (zkCallback-11497-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1793669 INFO  (zkCallback-11509-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1793670 INFO  (zkCallback-11529-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1793670 INFO  (zkCallback-11479-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1793675 INFO  (jetty-launcher-11456-thread-2) 
[n:127.0.0.1:57720_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1793676 WARN  (jetty-launcher-11456-thread-2) 
[n:127.0.0.1:57720_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> 1793699 INFO  (jetty-launcher-11456-thread-2) 
[n:127.0.0.1:57720_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestPullReplicaErrorHandling_89D5F506FF7BEDD9-001/tempDir-001/node2
   [junit4]   2> 1793728 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1793729 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1793735 INFO  (zkConnectionManagerCallback-11549-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1793735 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1793746 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1793758 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57707/solr ready
   [junit4]   2> 1793783 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2085076380
   [junit4]   2> 1793783 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57721_solr
   [junit4]   2> 1793787 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1793788 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:57721_solr as DOWN
   [junit4]   2> 1793801 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1793803 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1793803 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1793803 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1793803 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 1793808 INFO  (closeThreadPool-11554-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72066903404969994-127.0.0.1:57721_solr-n_0000000000) closing
   [junit4]   2> 1793809 INFO  
(OverseerAutoScalingTriggerThread-72066903404969994-127.0.0.1:57721_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1793809 INFO  
(OverseerStateUpdate-72066903404969994-127.0.0.1:57721_solr-n_0000000000) 
[n:127.0.0.1:57721_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:57721_solr
   [junit4]   2> 1793841 INFO  (closeThreadPool-11554-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72066903404969994-127.0.0.1:57721_solr-n_0000000000) closing
   [junit4]   2> 1793842 INFO  (zkCallback-11509-thread-1) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57718_solr
   [junit4]   2> 1793842 WARN  (NIOWorkerThread-9) [     ] 
o.a.z.s.NIOServerCnxn Unexpected exception
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from client, it probably closed the socket: address = /127.0.0.1:57734, 
session = 0x10008778184000a
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:163)
   [junit4]   2> org.apache.zookeeper.server.ServerCnxn$EndOfStreamException: 
Unable to read additional data from client, it probably closed the socket: 
address = /127.0.0.1:57734, session = 0x10008778184000a
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:163)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:326) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:522)
 [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154)
 [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:830) [?:?]
   [junit4]   2> 1793843 INFO  (zkCallback-11529-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1793843 INFO  (zkCallback-11509-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1793843 INFO  (zkCallback-11479-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1793843 INFO  (zkCallback-11548-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1793848 INFO  (zkCallback-11509-thread-1) 
[n:127.0.0.1:57718_solr     ] o.a.s.c.Overseer Overseer 
(id=72066903404969996-127.0.0.1:57718_solr-n_0000000001) starting
   [junit4]   2> 1793897 INFO  
(OverseerStateUpdate-72066903404969996-127.0.0.1:57718_solr-n_0000000001) 
[n:127.0.0.1:57718_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:57718_solr
   [junit4]   2> 1793937 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72066903404969994-127.0.0.1:57721_solr-n_0000000000) closing
   [junit4]   2> 1793946 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@47d7747{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 1793951 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@227a87b6{/solr,null,STOPPED}
   [junit4]   2> 1793951 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1793953 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1793954 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1793954 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 1793961 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1793961 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1793961 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1793962 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@356079c0{/solr,null,AVAILABLE}
   [junit4]   2> 1793963 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1134906c{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:57762}
   [junit4]   2> 1793963 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.Server Started @1794042ms
   [junit4]   2> 1793963 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57761}
   [junit4]   2> 1793963 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1793964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1793964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1793964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1793964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1793964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T14:40:27.431242Z
   [junit4]   2> 1793965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1793972 INFO  (zkConnectionManagerCallback-11560-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1793972 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1793974 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1793981 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1794041 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker-SendThread(127.0.0.1:57707))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100087781840010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100087781840010, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100087781840010, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1794262 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1794265 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4749572f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1794265 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4749572f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1794292 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2716c40d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1794292 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2716c40d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1794301 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57707/solr
   [junit4]   2> 1794310 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1794322 INFO  (zkConnectionManagerCallback-11571-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1794322 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1794336 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker-SendThread(127.0.0.1:57707))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100087781840011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100087781840011, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100087781840011, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1794441 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57761_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1794452 INFO  (zkConnectionManagerCallback-11573-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1794453 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57761_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1794505 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57761_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1794528 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57761_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:57761_solr as DOWN
   [junit4]   2> 1794534 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57761_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1794534 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57761_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57761_solr
   [junit4]   2> 1794541 INFO  (zkCallback-11529-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1794541 INFO  (zkCallback-11572-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1794541 INFO  (zkCallback-11548-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1794541 INFO  (zkCallback-11479-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1794541 INFO  (zkCallback-11509-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1794549 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57761_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1794550 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57761_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> 1794608 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57761_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestPullReplicaErrorHandling_89D5F506FF7BEDD9-001/tempDir-001/node3
   [junit4]   2> 1794630 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1794646 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:57762/solr. Proxy: http://127.0.0.1:57761/solr
   [junit4]   2> 1794648 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1325596179
   [junit4]   2> 1794648 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57718_solr
   [junit4]   2> 1794652 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1794653 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:57718_solr as DOWN
   [junit4]   2> 1794672 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1794673 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1794673 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1794673 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 1794680 INFO  (closeThreadPool-11584-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72066903404969996-127.0.0.1:57718_solr-n_0000000001) closing
   [junit4]   2> 1794681 INFO  
(OverseerAutoScalingTriggerThread-72066903404969996-127.0.0.1:57718_solr-n_0000000001)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1794682 INFO  
(OverseerStateUpdate-72066903404969996-127.0.0.1:57718_solr-n_0000000001) 
[n:127.0.0.1:57718_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:57718_solr
   [junit4]   2> 1794694 INFO  (closeThreadPool-11584-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72066903404969996-127.0.0.1:57718_solr-n_0000000001) closing
   [junit4]   2> 1794702 WARN  
(jetty-launcher-11456-thread-4-SendThread(127.0.0.1:57707)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10008778184000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10008778184000c, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10008778184000c, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1794706 INFO  (zkCallback-11479-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1794706 INFO  (zkCallback-11548-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1794706 INFO  (zkCallback-11529-thread-1) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57719_solr
   [junit4]   2> 1794706 INFO  (zkCallback-11529-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1794706 INFO  (zkCallback-11572-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1794804 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72066903404969996-127.0.0.1:57718_solr-n_0000000001) closing
   [junit4]   2> 1794810 INFO  (zkCallback-11529-thread-1) 
[n:127.0.0.1:57719_solr     ] o.a.s.c.Overseer Overseer 
(id=72066903404969998-127.0.0.1:57719_solr-n_0000000002) starting
   [junit4]   2> 1794811 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5e4f03c2{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 1794813 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@31e1a483{/solr,null,STOPPED}
   [junit4]   2> 1794813 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1794815 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1794815 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1794815 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 1794819 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1794819 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1794819 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1794820 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41fbc954{/solr,null,AVAILABLE}
   [junit4]   2> 1794822 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4cc738ec{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:57771}
   [junit4]   2> 1794822 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.s.Server Started @1794901ms
   [junit4]   2> 1794822 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57767}
   [junit4]   2> 1794822 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1794822 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1794822 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1794822 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1794822 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1794822 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T14:40:28.289978Z
   [junit4]   2> 1794825 INFO  
(OverseerStateUpdate-72066903404969998-127.0.0.1:57719_solr-n_0000000002) 
[n:127.0.0.1:57719_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:57719_solr
   [junit4]   2> 1794826 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1794829 INFO  (zkConnectionManagerCallback-11586-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1794829 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1794837 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1794853 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1794859 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker-SendThread(127.0.0.1:57707))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100087781840013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100087781840013, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100087781840013, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1795229 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1795232 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1f2c59d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1795232 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1f2c59d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1795239 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@15637b06[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1795239 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@15637b06[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1795240 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57707/solr
   [junit4]   2> 1795242 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1795247 INFO  (zkConnectionManagerCallback-11601-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1795247 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1795250 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker-SendThread(127.0.0.1:57707))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100087781840014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100087781840014, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100087781840014, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1795355 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57767_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1795359 INFO  (zkConnectionManagerCallback-11603-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1795359 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57767_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1795381 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57767_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1795399 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57767_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:57767_solr as DOWN
   [junit4]   2> 1795403 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57767_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1795403 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) 
[n:127.0.0.1:57767_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57767_solr
   [junit4]   2> 1795409 INFO  (zkCallback-11548-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated 

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

plica_p2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e6ae4e6
   [junit4]   2> 103726 INFO  (coreCloseExecutor-664-thread-1) 
[n:127.0.0.1:55433_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for 
registry=solr.core.pull_replica_error_handling_test_close_hooks_deleted_on_reconnect.shard1.replica_p2
 tag=SolrCore@1e6ae4e6
   [junit4]   2> 103726 INFO  (coreCloseExecutor-664-thread-1) 
[n:127.0.0.1:55433_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for 
registry=solr.collection.pull_replica_error_handling_test_close_hooks_deleted_on_reconnect.shard1.leader
 tag=SolrCore@1e6ae4e6
   [junit4]   2> 103728 INFO  (coreCloseExecutor-664-thread-1) 
[n:127.0.0.1:55433_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 103735 INFO  (jetty-closer-645-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 103735 INFO  (jetty-closer-645-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 103735 INFO  (jetty-closer-645-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 103735 INFO  (jetty-closer-645-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 103740 INFO  (jetty-closer-645-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@3cf8a2e8{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 103741 INFO  (jetty-closer-645-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7b9a174f{/solr,null,STOPPED}
   [junit4]   2> 103741 INFO  (jetty-closer-645-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 103743 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 103963 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>        12      /solr/aliases.json
   [junit4]   2>        11      /solr/security.json
   [junit4]   2>        9       
/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>        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>        3       
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/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>        64      
/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2>        35      
/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2>        28      
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2>        12      /solr/clusterstate.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        4       /solr/autoscaling.json
   [junit4]   2>        3       
/solr/overseer_elect/election/72067033719701531-127.0.0.1:55441_solr-n_0000000007
   [junit4]   2>        3       
/solr/overseer_elect/election/72067033719701522-127.0.0.1:55417_solr-n_0000000004
   [junit4]   2>        2       
/solr/overseer_elect/election/72067033719701515-127.0.0.1:55394_solr-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72067033719701525-127.0.0.1:55426_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        93      /solr/overseer/queue
   [junit4]   2>        92      /solr/live_nodes
   [junit4]   2>        47      /solr/collections
   [junit4]   2>        26      /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        4       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        4       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 103969 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:55384
   [junit4]   2> 103969 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55384
   [junit4]   2> 103969 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[89D5F506FF7BEDD9]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 55384
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_89D5F506FF7BEDD9-001
   [junit4]   2> Nov 10, 2020 3:14:15 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_=FST50, fieldName_s=BlockTreeOrds(blocksize=128), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, 
docValues:{_version_=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=1131, maxMBSortInHeap=7.574594772576936, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-BW, timezone=VST
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 
(64-bit)/cpus=6,threads=1,free=64438280,total=166723584
   [junit4]   2> NOTE: All tests run in this JVM: [ExecutePlanActionTest, 
TestPullReplicaErrorHandling]
   [junit4] Completed [6/15 (1!)] on J2 in 42.01s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 71 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:1599: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:1126: 
There were test failures: 15 suites, 55 tests, 1 error [seed: 89D5F506FF7BEDD9]

Total time: 3 minutes 2 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   0/5 failed: 
org.apache.solr.cloud.api.collections.SimpleCollectionCreateDeleteTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest
[repro]   1/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting 
ANT_1_8_2_HOME=/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: 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX')
[Java] Successfully parsed console log
[Java] -> found 112 issues (skipped 103 duplicates)
[Java] Post processing issues on 'MacOSX 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 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX'
[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-MacOSX/builds/1631/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-MacOSX #1630' 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-MacOSX 
#1631'.
[Checks API] No suitable checks publisher found.
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting 
ANT_1_8_2_HOME=/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
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to