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

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 776 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/776/

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

Error Message:
Error from server at http://127.0.0.1:33861/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:33861/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([E77E0073BA64CAC6:EF49E6BB61CABE48]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 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.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14138 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 838651 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 838651 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 838651 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_E77E0073BA64CAC6-001/data-dir-81-001
   [junit4]   2> 838652 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 838653 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 838653 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_E77E0073BA64CAC6-001/tempDir-001
   [junit4]   2> 838654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 838654 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 838654 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 838655 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 838754 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 41715
   [junit4]   2> 838754 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:41715
   [junit4]   2> 838754 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41715
   [junit4]   2> 838754 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41715
   [junit4]   2> 838756 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 838758 INFO  (zkConnectionManagerCallback-9576-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 838758 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 838760 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 838761 INFO  (zkConnectionManagerCallback-9578-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 838761 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 838761 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 838762 INFO  (zkConnectionManagerCallback-9580-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 838762 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-4) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 838864 INFO  (jetty-launcher-9581-thread-3) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 838865 INFO  (jetty-launcher-9581-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 838865 INFO  (jetty-launcher-9581-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 838865 INFO  (jetty-launcher-9581-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 838866 INFO  (jetty-launcher-9581-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 838866 INFO  (jetty-launcher-9581-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 838866 INFO  (jetty-launcher-9581-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 838866 INFO  (jetty-launcher-9581-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@588a8625{/solr,null,AVAILABLE}
   [junit4]   2> 838866 INFO  (jetty-launcher-9581-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62b5bfa{/solr,null,AVAILABLE}
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3877ef8c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36531}
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4fcd8ea6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46183}
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-4) [     ] o.e.j.s.Server Started @838901ms
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-2) [     ] o.e.j.s.Server Started @838901ms
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36531}
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46183}
   [junit4]   2> 838867 ERROR (jetty-launcher-9581-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 838867 ERROR (jetty-launcher-9581-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-12T09:52:37.131Z
   [junit4]   2> 838867 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-12T09:52:37.131Z
   [junit4]   2> 838868 INFO  (jetty-launcher-9581-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73fdaa83{/solr,null,AVAILABLE}
   [junit4]   2> 838868 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1631a6f{/solr,null,AVAILABLE}
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@79956a7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39123}
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-1) [     ] o.e.j.s.Server Started @838903ms
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39123}
   [junit4]   2> 838869 ERROR (jetty-launcher-9581-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@477e3ec2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34079}
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-3) [     ] o.e.j.s.Server Started @838903ms
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34079}
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-12T09:52:37.133Z
   [junit4]   2> 838869 ERROR (jetty-launcher-9581-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 838869 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 838870 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 838870 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 838870 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 838870 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-12T09:52:37.134Z
   [junit4]   2> 838870 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 838871 INFO  (zkConnectionManagerCallback-9585-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 838871 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 838871 INFO  (zkConnectionManagerCallback-9587-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 838871 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 838871 INFO  (zkConnectionManagerCallback-9583-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 838871 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 838871 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 838871 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 838871 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 838871 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 838876 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 838876 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 838876 INFO  (zkConnectionManagerCallback-9589-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 838877 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 838877 WARN  (jetty-launcher-9581-thread-4-SendThread(127.0.0.1:41715)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10172c9f8780003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10172c9f8780003, 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 0x10172c9f8780003, 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> 838877 WARN  (jetty-launcher-9581-thread-2-SendThread(127.0.0.1:41715)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10172c9f8780004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10172c9f8780004, 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 0x10172c9f8780004, 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> 838877 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 838879 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 838982 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 839197 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 839198 WARN  (jetty-launcher-9581-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9d45353[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839198 WARN  (jetty-launcher-9581-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9d45353[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839200 WARN  (jetty-launcher-9581-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@773584fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839200 WARN  (jetty-launcher-9581-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@773584fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839202 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41715/solr
   [junit4]   2> 839202 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 839203 INFO  (zkConnectionManagerCallback-9609-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839203 INFO  (jetty-launcher-9581-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 839308 INFO  (jetty-launcher-9581-thread-4) [n:127.0.0.1:36531_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 839312 INFO  (zkConnectionManagerCallback-9611-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839312 INFO  (jetty-launcher-9581-thread-4) [n:127.0.0.1:36531_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 839368 INFO  (jetty-launcher-9581-thread-4) [n:127.0.0.1:36531_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36531_solr
   [junit4]   2> 839368 INFO  (jetty-launcher-9581-thread-4) [n:127.0.0.1:36531_solr     ] o.a.s.c.Overseer Overseer (id=72465280797245448-127.0.0.1:36531_solr-n_0000000000) starting
   [junit4]   2> 839371 INFO  (OverseerStateUpdate-72465280797245448-127.0.0.1:36531_solr-n_0000000000) [n:127.0.0.1:36531_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36531_solr
   [junit4]   2> 839380 INFO  (jetty-launcher-9581-thread-4) [n:127.0.0.1:36531_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36531_solr
   [junit4]   2> 839382 INFO  (jetty-launcher-9581-thread-4) [n:127.0.0.1:36531_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 839382 WARN  (jetty-launcher-9581-thread-4) [n:127.0.0.1:36531_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> 839405 INFO  (zkCallback-9610-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 839416 INFO  (jetty-launcher-9581-thread-4) [n:127.0.0.1:36531_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_E77E0073BA64CAC6-001/tempDir-001/node4
   [junit4]   2> 839484 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 839485 WARN  (jetty-launcher-9581-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1df083a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839485 WARN  (jetty-launcher-9581-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1df083a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839488 WARN  (jetty-launcher-9581-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14ae4773[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839488 WARN  (jetty-launcher-9581-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14ae4773[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839489 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41715/solr
   [junit4]   2> 839490 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 839492 INFO  (zkConnectionManagerCallback-9629-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839492 INFO  (jetty-launcher-9581-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 839594 INFO  (jetty-launcher-9581-thread-3) [n:127.0.0.1:34079_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 839594 INFO  (zkConnectionManagerCallback-9631-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839594 INFO  (jetty-launcher-9581-thread-3) [n:127.0.0.1:34079_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 839599 INFO  (jetty-launcher-9581-thread-3) [n:127.0.0.1:34079_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 839601 INFO  (jetty-launcher-9581-thread-3) [n:127.0.0.1:34079_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34079_solr as DOWN
   [junit4]   2> 839602 INFO  (jetty-launcher-9581-thread-3) [n:127.0.0.1:34079_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 839602 INFO  (jetty-launcher-9581-thread-3) [n:127.0.0.1:34079_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34079_solr
   [junit4]   2> 839603 INFO  (zkCallback-9610-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 839604 INFO  (jetty-launcher-9581-thread-3) [n:127.0.0.1:34079_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 839604 WARN  (jetty-launcher-9581-thread-3) [n:127.0.0.1:34079_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> 839607 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 839608 WARN  (jetty-launcher-9581-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@669ae6f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839609 WARN  (jetty-launcher-9581-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@669ae6f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839609 INFO  (zkCallback-9630-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 839613 WARN  (jetty-launcher-9581-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@536ca77c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839613 WARN  (jetty-launcher-9581-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@536ca77c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839614 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41715/solr
   [junit4]   2> 839616 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 839616 INFO  (zkConnectionManagerCallback-9643-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839616 INFO  (jetty-launcher-9581-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 839631 INFO  (jetty-launcher-9581-thread-3) [n:127.0.0.1:34079_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_E77E0073BA64CAC6-001/tempDir-001/node3
   [junit4]   2> 839718 INFO  (jetty-launcher-9581-thread-1) [n:127.0.0.1:39123_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 839719 INFO  (zkConnectionManagerCallback-9647-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839719 INFO  (jetty-launcher-9581-thread-1) [n:127.0.0.1:39123_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 839722 INFO  (jetty-launcher-9581-thread-1) [n:127.0.0.1:39123_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 839724 INFO  (jetty-launcher-9581-thread-1) [n:127.0.0.1:39123_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39123_solr as DOWN
   [junit4]   2> 839725 INFO  (jetty-launcher-9581-thread-1) [n:127.0.0.1:39123_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 839725 INFO  (jetty-launcher-9581-thread-1) [n:127.0.0.1:39123_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39123_solr
   [junit4]   2> 839727 INFO  (zkCallback-9630-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 839727 INFO  (zkCallback-9610-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 839727 INFO  (zkCallback-9646-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 839729 INFO  (jetty-launcher-9581-thread-1) [n:127.0.0.1:39123_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 839729 WARN  (jetty-launcher-9581-thread-1) [n:127.0.0.1:39123_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> 839741 INFO  (jetty-launcher-9581-thread-1) [n:127.0.0.1:39123_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_E77E0073BA64CAC6-001/tempDir-001/node1
   [junit4]   2> 839761 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 839762 WARN  (jetty-launcher-9581-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a22aa9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839763 WARN  (jetty-launcher-9581-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a22aa9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839765 WARN  (jetty-launcher-9581-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e0bc0b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839765 WARN  (jetty-launcher-9581-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e0bc0b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 839766 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41715/solr
   [junit4]   2> 839767 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 839767 INFO  (zkConnectionManagerCallback-9661-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839767 INFO  (jetty-launcher-9581-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 839869 INFO  (jetty-launcher-9581-thread-2) [n:127.0.0.1:46183_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 839870 INFO  (zkConnectionManagerCallback-9663-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839870 INFO  (jetty-launcher-9581-thread-2) [n:127.0.0.1:46183_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 839874 INFO  (jetty-launcher-9581-thread-2) [n:127.0.0.1:46183_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 839876 INFO  (jetty-launcher-9581-thread-2) [n:127.0.0.1:46183_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46183_solr as DOWN
   [junit4]   2> 839877 INFO  (jetty-launcher-9581-thread-2) [n:127.0.0.1:46183_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 839877 INFO  (jetty-launcher-9581-thread-2) [n:127.0.0.1:46183_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46183_solr
   [junit4]   2> 839878 INFO  (zkCallback-9630-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 839878 INFO  (zkCallback-9646-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 839878 INFO  (zkCallback-9610-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 839878 INFO  (zkCallback-9662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 839879 INFO  (jetty-launcher-9581-thread-2) [n:127.0.0.1:46183_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 839879 WARN  (jetty-launcher-9581-thread-2) [n:127.0.0.1:46183_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> 839894 INFO  (jetty-launcher-9581-thread-2) [n:127.0.0.1:46183_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_E77E0073BA64CAC6-001/tempDir-001/node2
   [junit4]   2> 839902 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 839903 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 839903 INFO  (zkConnectionManagerCallback-9674-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839903 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 839904 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 839905 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41715/solr ready
   [junit4]   2> 839908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=235917212
   [junit4]   2> 839908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36531_solr
   [junit4]   2> 839909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 839909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:36531_solr as DOWN
   [junit4]   2> 839910 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 839911 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 839911 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 839911 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 839911 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 839911 INFO  (closeThreadPool-9679-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72465280797245448-127.0.0.1:36531_solr-n_0000000000) closing
   [junit4]   2> 839911 INFO  (OverseerStateUpdate-72465280797245448-127.0.0.1:36531_solr-n_0000000000) [n:127.0.0.1:36531_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36531_solr
   [junit4]   2> 839912 INFO  (OverseerAutoScalingTriggerThread-72465280797245448-127.0.0.1:36531_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 839913 INFO  (closeThreadPool-9679-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72465280797245448-127.0.0.1:36531_solr-n_0000000000) closing
   [junit4]   2> 839914 WARN  (jetty-launcher-9581-thread-4-SendThread(127.0.0.1:41715)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10172c9f8780008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10172c9f8780008, 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 0x10172c9f8780008, 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> 839916 INFO  (zkCallback-9646-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 839916 INFO  (zkCallback-9630-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34079_solr
   [junit4]   2> 839916 INFO  (zkCallback-9630-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 839916 INFO  (zkCallback-9662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 839916 INFO  (zkCallback-9673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 839917 INFO  (zkCallback-9630-thread-1) [n:127.0.0.1:34079_solr     ] o.a.s.c.Overseer Overseer (id=72465280797245450-127.0.0.1:34079_solr-n_0000000001) starting
   [junit4]   2> 839920 INFO  (OverseerStateUpdate-72465280797245450-127.0.0.1:34079_solr-n_0000000001) [n:127.0.0.1:34079_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34079_solr
   [junit4]   2> 840016 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.Overseer Overseer (id=72465280797245448-127.0.0.1:36531_solr-n_0000000000) closing
   [junit4]   2> 840017 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3877ef8c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 840018 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@62b5bfa{/solr,null,STOPPED}
   [junit4]   2> 840018 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 840018 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 840019 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 840019 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 840019 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 840019 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 840019 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 840020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ae04ff9{/solr,null,AVAILABLE}
   [junit4]   2> 840020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1c1ddbf2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42369}
   [junit4]   2> 840020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.Server Started @840054ms
   [junit4]   2> 840020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40091}
   [junit4]   2> 840020 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 840020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 840020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 840020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 840020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 840020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-12T09:52:38.284Z
   [junit4]   2> 840021 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 840022 INFO  (zkConnectionManagerCallback-9685-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 840022 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 840022 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 840027 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 840662 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 840662 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1833c34e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 840662 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1833c34e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 840665 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@55f70d1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 840665 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@55f70d1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 840666 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41715/solr
   [junit4]   2> 840667 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 840669 INFO  (zkConnectionManagerCallback-9696-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 840669 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 840771 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40091_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 840772 INFO  (zkConnectionManagerCallback-9698-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 840772 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40091_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 840777 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40091_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 840780 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40091_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40091_solr as DOWN
   [junit4]   2> 840781 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40091_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 840781 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40091_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40091_solr
   [junit4]   2> 840782 INFO  (zkCallback-9662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 840782 INFO  (zkCallback-9673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 840782 INFO  (zkCallback-9646-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 840782 INFO  (zkCallback-9630-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 840783 INFO  (zkCallback-9697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 840784 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40091_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 840784 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40091_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> 840799 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40091_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_E77E0073BA64CAC6-001/tempDir-001/node4
   [junit4]   2> 840809 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 840810 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:42369/solr. Proxy: http://127.0.0.1:40091/solr
   [junit4]   2> 840811 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1338347380
   [junit4]   2> 840811 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34079_solr
   [junit4]   2> 840811 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 840811 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:34079_solr as DOWN
   [junit4]   2> 840813 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 840813 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 840814 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 840814 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 840814 INFO  (closeThreadPool-9709-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72465280797245450-127.0.0.1:34079_solr-n_0000000001) closing
   [junit4]   2> 840815 INFO  (OverseerStateUpdate-72465280797245450-127.0.0.1:34079_solr-n_0000000001) [n:127.0.0.1:34079_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34079_solr
   [junit4]   2> 840818 INFO  (OverseerAutoScalingTriggerThread-72465280797245450-127.0.0.1:34079_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 840820 INFO  (zkCallback-9646-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 840821 INFO  (zkCallback-9697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 840821 INFO  (zkCallback-9662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 840821 INFO  (zkCallback-9673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 840821 INFO  (closeThreadPool-9709-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72465280797245450-127.0.0.1:34079_solr-n_0000000001) closing
   [junit4]   2> 840821 INFO  (zkCallback-9646-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39123_solr
   [junit4]   2> 840822 INFO  (zkCallback-9646-thread-2) [n:127.0.0.1:39123_solr     ] o.a.s.c.Overseer Overseer (id=72465280797245452-127.0.0.1:39123_solr-n_0000000002) starting
   [junit4]   2> 840825 INFO  (OverseerStateUpdate-72465280797245452-127.0.0.1:39123_solr-n_0000000002) [n:127.0.0.1:39123_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39123_solr
   [junit4]   2> 840920 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.Overseer Overseer (id=72465280797245450-127.0.0.1:34079_solr-n_0000000001) closing
   [junit4]   2> 840921 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@477e3ec2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 840922 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@73fdaa83{/solr,null,STOPPED}
   [junit4]   2> 840922 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 840922 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 840923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 840923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 840923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 840923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 840923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 840924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1691ca87{/solr,null,AVAILABLE}
   [junit4]   2> 840924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2a63937c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35013}
   [junit4]   2> 840924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.Server Started @840958ms
   [junit4]   2> 840924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33861}
   [junit4]   2> 840924 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 840924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 840924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 840924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 840924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 840924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-12T09:52:39.188Z
   [junit4]   2> 840925 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 840926 INFO  (zkConnectionManagerCallback-9715-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 840926 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 840926 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 840931 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 841386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 841387 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5f4194ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841387 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5f4194ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841390 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1efc2f2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841390 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1efc2f2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841391 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41715/solr
   [junit4]   2> 841391 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 841392 INFO  (zkConnectionManagerCallback-9726-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 841392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 841494 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:33861_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 841496 INFO  (zkConnectionManagerCallback-9728-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 841496 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:33861_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 841500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:33861_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 841503 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:33861_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33861_solr as DOWN
   [junit4]   2> 841504 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:33861_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 841504 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:33861_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33861_solr
   [junit4]   2> 841505 INFO  (zkCallback-9673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 841505 INFO  (zkCallback-9646-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 841505 INFO  (zkCallback-9697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 841505 INFO  (zkCallback-9662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 841506 INFO  (zkCallback-9727-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 841507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:33861_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 841507 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:33861_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> 841522 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:33861_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_E77E0073BA64CAC6-001/tempDir-001/node3
   [junit4]   2> 841530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 841530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:35013/solr. Proxy: http://127.0.0.1:33861/solr
   [junit4]   2> 841530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1714321844
   [junit4]   2> 841530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39123_solr
   [junit4]   2> 841531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 841531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39123_solr as DOWN
   [junit4]   2> 841537 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 841537 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 841537 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 841537 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 841538 INFO  (closeThreadPool-9739-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72465280797245452-127.0.0.1:39123_solr-n_0000000002) closing
   [junit4]   2> 841538 INFO  (OverseerStateUpdate-72465280797245452-127.0.0.1:39123_solr-n_0000000002) [n:127.0.0.1:39123_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39123_solr
   [junit4]   2> 841538 INFO  (OverseerAutoScalingTriggerThread-72465280797245452-127.0.0.1:39123_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 841540 INFO  (closeThreadPool-9739-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72465280797245452-127.0.0.1:39123_solr-n_0000000002) closing
   [junit4]   2> 841541 WARN  (jetty-launcher-9581-thread-1-SendThread(127.0.0.1:41715)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10172c9f878000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10172c9f878000c, 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 0x10172c9f878000c, 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> 841541 INFO  (zkCallback-9662-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 841541 INFO  (zkCallback-9662-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46183_solr
   [junit4]   2> 841541 INFO  (zkCallback-9727-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 841541 INFO  (zkCallback-9697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 841541 INFO  (zkCallback-9673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 841542 INFO  (zkCallback-9662-thread-1) [n:127.0.0.1:46183_solr     ] o.a.s.c.Overseer Overseer (id=72465280797245454-127.0.0.1:46183_solr-n_0000000003) starting
   [junit4]   2> 841545 INFO  (OverseerStateUpdate-72465280797245454-127.0.0.1:46183_solr-n_0000000003) [n:127.0.0.1:46183_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46183_solr
   [junit4]   2> 841641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.Overseer Overseer (id=72465280797245452-127.0.0.1:39123_solr-n_0000000002) closing
   [junit4]   2> 841642 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@79956a7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 841643 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1631a6f{/solr,null,STOPPED}
   [junit4]   2> 841643 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 841652 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 841653 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 841653 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 841654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 841654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 841654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 841654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@719aed9e{/solr,null,AVAILABLE}
   [junit4]   2> 841654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@18d9b2a7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46381}
   [junit4]   2> 841654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.Server Started @841688ms
   [junit4]   2> 841654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40051}
   [junit4]   2> 841655 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 841655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 841655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 841655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 841655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 841655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-12T09:52:39.919Z
   [junit4]   2> 841655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 841656 INFO  (zkConnectionManagerCallback-9745-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 841656 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 841657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 841661 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 842504 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 842505 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60593047[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 842505 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60593047[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 842508 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ce9f06d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 842508 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ce9f06d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 842509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41715/solr
   [junit4]   2> 842509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 842511 INFO  (zkConnectionManagerCallback-9756-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 842511 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 842613 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40051_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 842614 INFO  (zkConnectionManagerCallback-9758-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 842614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40051_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 842618 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40051_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 842621 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40051_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40051_solr as DOWN
   [junit4]   2> 842622 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40051_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 842622 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40051_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40051_solr
   [junit4]   2> 842623 INFO  (zkCallback-9727-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 842623 INFO  (zkCallback-9662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 842623 INFO  (zkCallback-9673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 842623 INFO  (zkCallback-9697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 842623 INFO  (zkCallback-9757-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 842624 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40051_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 842625 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40051_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> 842641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [n:127.0.0.1:40051_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_E77E0073BA64CAC6-001/tempDir-001/node1
   [junit4]   2> 842650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 842650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:46381/solr. Proxy: http://127.0.0.1:40051/solr
   [junit4]   2> 842650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=642105003
   [junit4]   2> 842650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46183_solr
   [junit4]   2> 842650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 842650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46183_solr as DOWN
   [junit4]   2> 842653 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 842653 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 842653 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 842653 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 842653 INFO  (closeThreadPool-9769-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72465280797245454-127.0.0.1:46183_solr-n_0000000003) closing
   [junit4]   2> 842653 INFO  (OverseerStateUpdate-72465280797245454-127.0.0.1:46183_solr-n_0000000003) [n:127.0.0.1:46183_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46183_solr
   [junit4]   2> 842653 INFO  (OverseerAutoScalingTriggerThread-72465280797245454-127.0.0.1:46183_solr-n_0000000003) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 842658 INFO  (closeThreadPool-9769-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72465280797245454-127.0.0.1:46183_solr-n_0000000003) closing
   [junit4]   2> 842658 WARN  (jetty-launcher-9581-thread-2-SendThread(127.0.0.1:41715)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10172c9f878000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10172c9f878000e, 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 0x10172c9f878000e, 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> 842659 INFO  (zkCallback-9757-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 842659 INFO  (zkCallback-9727-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 842659 INFO  (zkCallback-9673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 842659 INFO  (zkCallback-9697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 842659 INFO  (zkCallback-9697-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40091_solr
   [junit4]   2> 842660 INFO  (zkCallback-9697-thread-2) [n:127.0.0.1:40091_solr     ] o.a.s.c.Overseer Overseer (id=72465280797245458-127.0.0.1:40091_solr-n_0000000004) starting
   [junit4]   2> 842662 INFO  (OverseerStateUpdate-72465280797245458-127.0.0.1:40091_solr-n_0000000004) [n:127.0.0.1:40091_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40091_solr
   [junit4]   2> 842759 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.Overseer Overseer (id=72465280797245454-127.0.0.1:46183_solr-n_0000000003) closing
   [junit4]   2> 842760 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4fcd8ea6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 842760 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@588a8625{/solr,null,STOPPED}
   [junit4]   2> 842760 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 842761 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 842761 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 842761 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 842762 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 842762 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 842762 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 842762 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23e00e04{/solr,null,AVAILABLE}
   [junit4]   2> 842762 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@696502{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36813}
   [junit4]   2> 842762 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.e.j.s.Server Started @842796ms
   [junit4]   2> 842762 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty pro

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

id 0x10172c9f8780012, 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> 870174 INFO  (jetty-closer-9843-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@696502{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 870174 INFO  (jetty-closer-9843-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23e00e04{/solr,null,STOPPED}
   [junit4]   2> 870174 INFO  (jetty-closer-9843-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 870273 INFO  (jetty-closer-9843-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72465280797245458-127.0.0.1:40091_solr-n_0000000004) closing
   [junit4]   2> 870274 INFO  (jetty-closer-9843-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1c1ddbf2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 870274 INFO  (jetty-closer-9843-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ae04ff9{/solr,null,STOPPED}
   [junit4]   2> 870274 INFO  (jetty-closer-9843-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 870475 INFO  (jetty-closer-9843-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2a63937c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 870475 INFO  (jetty-closer-9843-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1691ca87{/solr,null,STOPPED}
   [junit4]   2> 870475 INFO  (jetty-closer-9843-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 874898 ERROR (recoveryExecutor-9754-thread-1-processing-n:127.0.0.1:40051_solr x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2 c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 r:core_node4) [n:127.0.0.1:40051_solr c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 r:core_node4 x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2 ] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2
   [junit4]   2> 874899 INFO  (jetty-closer-9843-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@18d9b2a7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 874900 INFO  (jetty-closer-9843-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@719aed9e{/solr,null,STOPPED}
   [junit4]   2> 874900 INFO  (jetty-closer-9843-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 874900 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 875006 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker-SendThread(127.0.0.1:41715)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10172c9f8780001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10172c9f8780001, 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 0x10172c9f8780001, 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> 875107 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	12	/solr/security.json
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	9	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	58	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	43	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	33	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72465280797245468-127.0.0.1:42157_solr-n_0000000008
   [junit4]   2> 	2	/solr/overseer_elect/election/72465280797245461-127.0.0.1:33861_solr-n_0000000005
   [junit4]   2> 	2	/solr/overseer_elect/election/72465280797245464-127.0.0.1:40051_solr-n_0000000006
   [junit4]   2> 	2	/solr/overseer_elect/election/72465280797245458-127.0.0.1:40091_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	99	/solr/live_nodes
   [junit4]   2> 	91	/solr/overseer/queue
   [junit4]   2> 	54	/solr/collections
   [junit4]   2> 	28	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 875110 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41715
   [junit4]   2> 875110 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41715
   [junit4]   2> 875110 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[E77E0073BA64CAC6]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41715
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_E77E0073BA64CAC6-001
   [junit4]   2> Nov 12, 2020 9:53:13 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {_root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), fieldName_s=PostingsFormat(name=MockRandom), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=1718, maxMBSortInHeap=5.742696527309023, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-PA, timezone=Australia/ACT
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=153503720,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: [CoreAdminRequestStatusTest, NodeLostTriggerIntegrationTest, TestTolerantUpdateProcessorRandomCloud, DocValuesTest, SplitHandlerTest, TestCollectionAPI, TestSimpleTrackingShardHandler, JWTAuthPluginTest, DirectUpdateHandlerTest, RegexBoostProcessorTest, TestSubQueryTransformerCrossCore, TestRecoveryHdfs, TestConfigReload, TestCollationField, TestFieldCacheSort, IndexSizeEstimatorTest, TestInPlaceUpdatesStandalone, TestSimUtils, NumberUtilsTest, TaggerTest, ReplaceNodeTest, ResponseLogComponentTest, TestFieldTypeResource, MetricsDisabledCloudTest, DistanceFunctionTest, TestIBSimilarityFactory, TestMinHashQParser, TestTextField, TestSafeXMLParsing, TestCollectionAPIs, DateMathParserTest, TestHighlightDedupGrouping, TestClusterProperties, CdcrBootstrapTest, AnalyticsMergeStrategyTest, RangeFacetCloudTest, SolrIndexMetricsTest, TestReplicaProperties, ExplicitHLLTest, TestAnalyzedSuggestions, HighlighterConfigTest, TestComplexPhraseLeadingWildcard, BooleanFieldTest, TestFunctionQuery, CdcrVersionReplicationTest, TestRestManager, TestPKIAuthenticationPlugin, TestSolrJ, OverseerTest, SolrMetricsIntegrationTest, ScheduledMaintenanceTriggerTest, SolrLogPostToolTest, TestHttpServletCarrier, TestMergePolicyConfig, OutputWriterTest, TestSolrConfigHandlerConcurrent, BasicAuthIntegrationTest, ZookeeperReadAPITest, TriggerEventQueueTest, QueryEqualityTest, TestConfigSetsAPIZkFailure, TestMacroExpander, DirectoryFactoriesTest, TestPostingsSolrHighlighter, AddBlockUpdateTest, JavabinLoaderTest, V2StandaloneTest, TestLuceneMatchVersion, TestStressLiveNodes, MetricsHistoryIntegrationTest, HdfsThreadLeakTest, TestRawResponseWriter, SolrCLIZkUtilsTest, TestPullReplicaErrorHandling]
   [junit4] Completed [251/921 (1!)] on J0 in 36.79s, 4 tests, 1 error <<< FAILURES!

[...truncated 52860 lines...]