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/16 10:28:09 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:33477/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:33477/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([61A2F54090EB0AB3:699513884B457E3D]: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 14021 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 479909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-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> 479909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 479909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-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_61A2F54090EB0AB3-001/data-dir-48-001
   [junit4]   2> 479909 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 479909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 479911 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-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> 479911 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-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_61A2F54090EB0AB3-001/tempDir-001
   [junit4]   2> 479911 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 479914 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 479914 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 479915 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 480014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 38455
   [junit4]   2> 480014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38455
   [junit4]   2> 480014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38455
   [junit4]   2> 480014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38455
   [junit4]   2> 480015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 480023 INFO  (zkConnectionManagerCallback-4370-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480023 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 480026 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 480036 INFO  (zkConnectionManagerCallback-4372-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480036 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 480037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 480042 INFO  (zkConnectionManagerCallback-4374-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 480144 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 480144 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 480144 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 480144 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 480145 INFO  (jetty-launcher-4375-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> 480145 INFO  (jetty-launcher-4375-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> 480145 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 480145 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 480145 INFO  (jetty-launcher-4375-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> 480145 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 480145 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 480145 INFO  (jetty-launcher-4375-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> 480148 INFO  (jetty-launcher-4375-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 480148 INFO  (jetty-launcher-4375-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 480148 INFO  (jetty-launcher-4375-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 480154 INFO  (jetty-launcher-4375-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c0d2a93{/solr,null,AVAILABLE}
   [junit4]   2> 480155 INFO  (jetty-launcher-4375-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 480155 INFO  (jetty-launcher-4375-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 480155 INFO  (jetty-launcher-4375-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 480158 INFO  (jetty-launcher-4375-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e1e5617{/solr,null,AVAILABLE}
   [junit4]   2> 480158 INFO  (jetty-launcher-4375-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 480158 INFO  (jetty-launcher-4375-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 480158 INFO  (jetty-launcher-4375-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 480162 INFO  (jetty-launcher-4375-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@403bcbfd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42321}
   [junit4]   2> 480162 INFO  (jetty-launcher-4375-thread-2) [     ] o.e.j.s.Server Started @480192ms
   [junit4]   2> 480162 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42321}
   [junit4]   2> 480162 ERROR (jetty-launcher-4375-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 480162 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 480162 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 480162 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 480162 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 480162 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T09:37:41.168Z
   [junit4]   2> 480166 INFO  (jetty-launcher-4375-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 480166 INFO  (jetty-launcher-4375-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 480166 INFO  (jetty-launcher-4375-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 480166 INFO  (jetty-launcher-4375-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@befd423{/solr,null,AVAILABLE}
   [junit4]   2> 480168 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 480168 INFO  (jetty-launcher-4375-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20fe71a5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45713}
   [junit4]   2> 480168 INFO  (jetty-launcher-4375-thread-3) [     ] o.e.j.s.Server Started @480199ms
   [junit4]   2> 480168 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45713}
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@65a91e0f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45677}
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d5d5749{/solr,null,AVAILABLE}
   [junit4]   2> 480169 ERROR (jetty-launcher-4375-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-4) [     ] o.e.j.s.Server Started @480199ms
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45677}
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T09:37:41.175Z
   [junit4]   2> 480169 ERROR (jetty-launcher-4375-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 480169 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T09:37:41.175Z
   [junit4]   2> 480170 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 480171 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 480184 INFO  (jetty-launcher-4375-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@d1e00fe{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39443}
   [junit4]   2> 480184 INFO  (jetty-launcher-4375-thread-1) [     ] o.e.j.s.Server Started @480214ms
   [junit4]   2> 480184 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39443}
   [junit4]   2> 480184 ERROR (jetty-launcher-4375-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 480184 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 480184 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 480184 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 480184 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 480184 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T09:37:41.190Z
   [junit4]   2> 480185 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 480185 INFO  (zkConnectionManagerCallback-4379-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480185 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 480186 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 480186 INFO  (zkConnectionManagerCallback-4377-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480186 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 480187 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 480187 INFO  (zkConnectionManagerCallback-4383-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480187 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 480187 INFO  (zkConnectionManagerCallback-4381-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480187 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 480187 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 480191 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 480191 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 480191 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 480191 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 480192 WARN  (jetty-launcher-4375-thread-3-SendThread(127.0.0.1:38455)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1018755bc7c0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1018755bc7c0004, 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 0x1018755bc7c0004, 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> 480194 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 480549 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 480559 WARN  (jetty-launcher-4375-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@296cea2b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 480559 WARN  (jetty-launcher-4375-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@296cea2b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 480588 WARN  (jetty-launcher-4375-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@63d96100[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 480588 WARN  (jetty-launcher-4375-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@63d96100[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 480589 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38455/solr
   [junit4]   2> 480606 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 480622 INFO  (zkConnectionManagerCallback-4403-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480622 INFO  (jetty-launcher-4375-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 480623 WARN  (jetty-launcher-4375-thread-2-SendThread(127.0.0.1:38455)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1018755bc7c0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1018755bc7c0007, 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 0x1018755bc7c0007, 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> 480686 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 480687 WARN  (jetty-launcher-4375-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29e8b120[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 480687 WARN  (jetty-launcher-4375-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29e8b120[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 480690 WARN  (jetty-launcher-4375-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@32dab246[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 480690 WARN  (jetty-launcher-4375-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@32dab246[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 480695 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38455/solr
   [junit4]   2> 480696 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 480696 INFO  (zkConnectionManagerCallback-4411-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480696 INFO  (jetty-launcher-4375-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 480697 WARN  (jetty-launcher-4375-thread-1-SendThread(127.0.0.1:38455)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1018755bc7c0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1018755bc7c0008, 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 0x1018755bc7c0008, 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> 480726 INFO  (jetty-launcher-4375-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 480727 INFO  (zkConnectionManagerCallback-4413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480727 INFO  (jetty-launcher-4375-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 480803 INFO  (jetty-launcher-4375-thread-1) [n:127.0.0.1:39443_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 481027 INFO  (jetty-launcher-4375-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42321_solr
   [junit4]   2> 481028 INFO  (jetty-launcher-4375-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.Overseer Overseer (id=72487871318851593-127.0.0.1:42321_solr-n_0000000000) starting
   [junit4]   2> 480816 INFO  (zkConnectionManagerCallback-4415-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 481034 INFO  (jetty-launcher-4375-thread-1) [n:127.0.0.1:39443_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 481039 INFO  (jetty-launcher-4375-thread-1) [n:127.0.0.1:39443_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39443_solr
   [junit4]   2> 481044 INFO  (OverseerStateUpdate-72487871318851593-127.0.0.1:42321_solr-n_0000000000) [n:127.0.0.1:42321_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42321_solr
   [junit4]   2> 481044 INFO  (OverseerStateUpdate-72487871318851593-127.0.0.1:42321_solr-n_0000000000) [n:127.0.0.1:42321_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 481045 INFO  (jetty-launcher-4375-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42321_solr as DOWN
   [junit4]   2> 481046 INFO  (jetty-launcher-4375-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 481046 INFO  (jetty-launcher-4375-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42321_solr
   [junit4]   2> 481047 INFO  (jetty-launcher-4375-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 481048 WARN  (jetty-launcher-4375-thread-2) [n:127.0.0.1:42321_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> 481059 INFO  (zkCallback-4412-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 481059 INFO  (jetty-launcher-4375-thread-1) [n:127.0.0.1:39443_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 481059 WARN  (jetty-launcher-4375-thread-1) [n:127.0.0.1:39443_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> 481071 INFO  (jetty-launcher-4375-thread-1) [n:127.0.0.1:39443_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_61A2F54090EB0AB3-001/tempDir-001/node1
   [junit4]   2> 481077 INFO  (zkCallback-4414-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 481077 INFO  (jetty-launcher-4375-thread-2) [n:127.0.0.1:42321_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_61A2F54090EB0AB3-001/tempDir-001/node2
   [junit4]   2> 482312 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 482312 WARN  (jetty-launcher-4375-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d1c26d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 482312 WARN  (jetty-launcher-4375-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d1c26d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 482318 WARN  (jetty-launcher-4375-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@571fb5bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 482318 WARN  (jetty-launcher-4375-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@571fb5bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 482319 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38455/solr
   [junit4]   2> 482320 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 482473 INFO  (zkConnectionManagerCallback-4439-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482473 INFO  (jetty-launcher-4375-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 482578 INFO  (jetty-launcher-4375-thread-4) [n:127.0.0.1:45677_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 482582 INFO  (zkConnectionManagerCallback-4441-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482582 INFO  (jetty-launcher-4375-thread-4) [n:127.0.0.1:45677_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 482588 INFO  (jetty-launcher-4375-thread-4) [n:127.0.0.1:45677_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 482592 INFO  (jetty-launcher-4375-thread-4) [n:127.0.0.1:45677_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45677_solr as DOWN
   [junit4]   2> 482593 INFO  (jetty-launcher-4375-thread-4) [n:127.0.0.1:45677_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 482593 INFO  (jetty-launcher-4375-thread-4) [n:127.0.0.1:45677_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45677_solr
   [junit4]   2> 482594 INFO  (zkCallback-4414-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 482595 INFO  (zkCallback-4412-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 482600 INFO  (jetty-launcher-4375-thread-4) [n:127.0.0.1:45677_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 482600 WARN  (jetty-launcher-4375-thread-4) [n:127.0.0.1:45677_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> 482604 INFO  (zkCallback-4440-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 482617 INFO  (jetty-launcher-4375-thread-4) [n:127.0.0.1:45677_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_61A2F54090EB0AB3-001/tempDir-001/node4
   [junit4]   2> 482844 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 482845 WARN  (jetty-launcher-4375-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@457b3e1a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 482845 WARN  (jetty-launcher-4375-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@457b3e1a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 482847 WARN  (jetty-launcher-4375-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@100cc4eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 482847 WARN  (jetty-launcher-4375-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@100cc4eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 482848 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38455/solr
   [junit4]   2> 482850 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 482851 INFO  (zkConnectionManagerCallback-4455-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482851 INFO  (jetty-launcher-4375-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 482953 INFO  (jetty-launcher-4375-thread-3) [n:127.0.0.1:45713_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 482954 INFO  (zkConnectionManagerCallback-4457-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482954 INFO  (jetty-launcher-4375-thread-3) [n:127.0.0.1:45713_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 482957 INFO  (jetty-launcher-4375-thread-3) [n:127.0.0.1:45713_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 482960 INFO  (jetty-launcher-4375-thread-3) [n:127.0.0.1:45713_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45713_solr as DOWN
   [junit4]   2> 482961 INFO  (jetty-launcher-4375-thread-3) [n:127.0.0.1:45713_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 482961 INFO  (jetty-launcher-4375-thread-3) [n:127.0.0.1:45713_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45713_solr
   [junit4]   2> 482962 INFO  (zkCallback-4440-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482962 INFO  (zkCallback-4414-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482962 INFO  (zkCallback-4412-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482962 INFO  (zkCallback-4456-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482963 INFO  (jetty-launcher-4375-thread-3) [n:127.0.0.1:45713_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 482963 WARN  (jetty-launcher-4375-thread-3) [n:127.0.0.1:45713_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> 482981 INFO  (jetty-launcher-4375-thread-3) [n:127.0.0.1:45713_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_61A2F54090EB0AB3-001/tempDir-001/node3
   [junit4]   2> 482990 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 482991 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 482991 INFO  (zkConnectionManagerCallback-4468-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482991 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 482992 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 482993 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38455/solr ready
   [junit4]   2> 482995 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1684812378
   [junit4]   2> 482995 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39443_solr
   [junit4]   2> 482996 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 482996 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39443_solr as DOWN
   [junit4]   2> 482997 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 482997 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 482997 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 482997 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 482997 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 482999 INFO  (zkCallback-4456-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 482999 INFO  (zkCallback-4412-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 482999 INFO  (zkCallback-4440-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 482999 INFO  (zkCallback-4467-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 483099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@d1e00fe{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 483100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7d5d5749{/solr,null,STOPPED}
   [junit4]   2> 483100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 483100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 483100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 483100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-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> 483101 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 483101 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 483101 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 483101 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@628b3bc7{/solr,null,AVAILABLE}
   [junit4]   2> 483102 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5b43771b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46745}
   [junit4]   2> 483102 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.Server Started @483132ms
   [junit4]   2> 483102 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38661}
   [junit4]   2> 483102 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 483102 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 483102 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 483102 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 483102 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 483102 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T09:37:44.108Z
   [junit4]   2> 483103 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 483103 INFO  (zkConnectionManagerCallback-4475-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 483103 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 483104 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 483108 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 483405 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 483405 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@211cd718[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 483405 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@211cd718[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 483407 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6fcc58b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 483407 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6fcc58b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 483408 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38455/solr
   [junit4]   2> 483409 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 483410 INFO  (zkConnectionManagerCallback-4486-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 483410 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 483512 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:38661_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 483513 INFO  (zkConnectionManagerCallback-4488-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 483513 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:38661_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 483516 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:38661_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 483519 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:38661_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38661_solr as DOWN
   [junit4]   2> 483520 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:38661_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 483520 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:38661_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38661_solr
   [junit4]   2> 483521 INFO  (zkCallback-4412-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 483521 INFO  (zkCallback-4456-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 483521 INFO  (zkCallback-4467-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 483521 INFO  (zkCallback-4487-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 483521 INFO  (zkCallback-4440-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 483522 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:38661_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 483522 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:38661_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> 483537 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:38661_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_61A2F54090EB0AB3-001/tempDir-001/node1
   [junit4]   2> 483544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 483544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:46745/solr. Proxy: http://127.0.0.1:38661/solr
   [junit4]   2> 483544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1334466729
   [junit4]   2> 483544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42321_solr
   [junit4]   2> 483545 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 483545 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42321_solr as DOWN
   [junit4]   2> 483547 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 483547 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 483547 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 483547 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 483547 INFO  (closeThreadPool-4499-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72487871318851593-127.0.0.1:42321_solr-n_0000000000) closing
   [junit4]   2> 483553 INFO  (OverseerStateUpdate-72487871318851593-127.0.0.1:42321_solr-n_0000000000) [n:127.0.0.1:42321_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42321_solr
   [junit4]   2> 483554 INFO  (OverseerAutoScalingTriggerThread-72487871318851593-127.0.0.1:42321_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 483555 INFO  (closeThreadPool-4499-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72487871318851593-127.0.0.1:42321_solr-n_0000000000) closing
   [junit4]   2> 483556 WARN  (jetty-launcher-4375-thread-2-SendThread(127.0.0.1:38455)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1018755bc7c0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1018755bc7c0009, 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 0x1018755bc7c0009, 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> 483556 INFO  (zkCallback-4487-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 483556 INFO  (zkCallback-4456-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 483556 INFO  (zkCallback-4440-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 483556 INFO  (zkCallback-4467-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 483556 INFO  (zkCallback-4440-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45677_solr
   [junit4]   2> 483557 INFO  (zkCallback-4440-thread-1) [n:127.0.0.1:45677_solr     ] o.a.s.c.Overseer Overseer (id=72487871318851596-127.0.0.1:45677_solr-n_0000000002) starting
   [junit4]   2> 483559 INFO  (OverseerStateUpdate-72487871318851596-127.0.0.1:45677_solr-n_0000000002) [n:127.0.0.1:45677_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45677_solr
   [junit4]   2> 483656 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.Overseer Overseer (id=72487871318851593-127.0.0.1:42321_solr-n_0000000000) closing
   [junit4]   2> 483657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@403bcbfd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 483657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6c0d2a93{/solr,null,STOPPED}
   [junit4]   2> 483657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 483658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 483658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 483658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-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> 483660 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 483660 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 483660 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 483660 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@723b2556{/solr,null,AVAILABLE}
   [junit4]   2> 483661 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@43cff70a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38091}
   [junit4]   2> 483661 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.Server Started @483691ms
   [junit4]   2> 483661 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35755}
   [junit4]   2> 483661 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 483661 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 483661 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 483661 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 483661 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 483661 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T09:37:44.667Z
   [junit4]   2> 483662 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 483662 INFO  (zkConnectionManagerCallback-4505-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 483662 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 483663 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 483667 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 486184 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 486185 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36020543[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 486185 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36020543[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 486188 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f9f7cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 486188 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f9f7cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 486189 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38455/solr
   [junit4]   2> 486190 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 486191 INFO  (zkConnectionManagerCallback-4516-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 486191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 486293 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:35755_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 486294 INFO  (zkConnectionManagerCallback-4518-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 486294 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:35755_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 486297 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:35755_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 486300 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:35755_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35755_solr as DOWN
   [junit4]   2> 486300 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:35755_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 486300 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:35755_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35755_solr
   [junit4]   2> 486302 INFO  (zkCallback-4467-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 486302 INFO  (zkCallback-4440-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 486302 INFO  (zkCallback-4487-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 486302 INFO  (zkCallback-4456-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 486302 INFO  (zkCallback-4517-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 486303 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:35755_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 486303 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:35755_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> 486318 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:35755_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_61A2F54090EB0AB3-001/tempDir-001/node2
   [junit4]   2> 486330 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 486334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:38091/solr. Proxy: http://127.0.0.1:35755/solr
   [junit4]   2> 486334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=478188713
   [junit4]   2> 486334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45677_solr
   [junit4]   2> 486335 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 486335 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45677_solr as DOWN
   [junit4]   2> 486336 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 486337 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 486337 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 486337 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 486337 INFO  (closeThreadPool-4529-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72487871318851596-127.0.0.1:45677_solr-n_0000000002) closing
   [junit4]   2> 486337 INFO  (OverseerStateUpdate-72487871318851596-127.0.0.1:45677_solr-n_0000000002) [n:127.0.0.1:45677_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45677_solr
   [junit4]   2> 486337 INFO  (OverseerAutoScalingTriggerThread-72487871318851596-127.0.0.1:45677_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 486338 INFO  (zkCallback-4517-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 486338 INFO  (zkCallback-4487-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 486338 INFO  (zkCallback-4456-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45713_solr
   [junit4]   2> 486339 INFO  (zkCallback-4456-thread-1) [n:127.0.0.1:45713_solr     ] o.a.s.c.Overseer Overseer (id=72487871318851598-127.0.0.1:45713_solr-n_0000000003) starting
   [junit4]   2> 486342 INFO  (zkCallback-4467-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 486342 INFO  (zkCallback-4456-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 486346 INFO  (closeThreadPool-4529-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72487871318851596-127.0.0.1:45677_solr-n_0000000002) closing
   [junit4]   2> 486348 INFO  (OverseerStateUpdate-72487871318851598-127.0.0.1:45713_solr-n_0000000003) [n:127.0.0.1:45713_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45713_solr
   [junit4]   2> 486438 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.Overseer Overseer (id=72487871318851596-127.0.0.1:45677_solr-n_0000000002) closing
   [junit4]   2> 486439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@65a91e0f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 486439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@befd423{/solr,null,STOPPED}
   [junit4]   2> 486439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 486442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 486443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 486443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-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> 486445 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 486446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 486446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 486446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61d09da9{/solr,null,AVAILABLE}
   [junit4]   2> 486446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6cff42f1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40317}
   [junit4]   2> 486446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.Server Started @486476ms
   [junit4]   2> 486446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33477}
   [junit4]   2> 486446 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 486447 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 486447 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 486447 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 486447 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 486447 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T09:37:47.453Z
   [junit4]   2> 486449 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 486454 INFO  (zkConnectionManagerCallback-4535-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 486454 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 486458 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 486462 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 486941 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 486942 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@64bdbd14[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 486942 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@64bdbd14[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 486946 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41f9e246[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 486946 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41f9e246[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 486947 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38455/solr
   [junit4]   2> 486948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 486949 INFO  (zkConnectionManagerCallback-4546-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 486949 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487051 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:33477_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487052 INFO  (zkConnectionManagerCallback-4548-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487052 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:33477_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487057 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:33477_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 487060 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:33477_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33477_solr as DOWN
   [junit4]   2> 487060 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:33477_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 487060 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:33477_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33477_solr
   [junit4]   2> 487061 INFO  (zkCallback-4467-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 487062 INFO  (zkCallback-4517-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 487062 INFO  (zkCallback-4487-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 487062 INFO  (zkCallback-4456-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 487062 INFO  (zkCallback-4547-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 487065 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:33477_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 487065 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:33477_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> 487080 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [n:127.0.0.1:33477_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_61A2F54090EB0AB3-001/tempDir-001/node4
   [junit4]   2> 487087 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 487088 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:40317/solr. Proxy: http://127.0.0.1:33477/solr
   [junit4]   2> 487088 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1598279725
   [junit4]   2> 487088 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45713_solr
   [junit4]   2> 487088 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 487088 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45713_solr as DOWN
   [junit4]   2> 487090 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 487090 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 487090 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 487090 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 487091 INFO  (closeThreadPool-4559-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72487871318851598-127.0.0.1:45713_solr-n_0000000003) closing
   [junit4]   2> 487098 INFO  (OverseerStateUpdate-72487871318851598-127.0.0.1:45713_solr-n_0000000003) [n:127.0.0.1:45713_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45713_solr
   [junit4]   2> 487100 INFO  (OverseerAutoScalingTriggerThread-72487871318851598-127.0.0.1:45713_solr-n_0000000003) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 487101 INFO  (closeThreadPool-4559-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72487871318851598-127.0.0.1:45713_solr-n_0000000003) closing
   [junit4]   2> 487102 INFO  (zkCallback-4467-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 487102 INFO  (zkCallback-4487-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 487102 INFO  (zkCallback-4517-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 487102 INFO  (zkCallback-4547-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 487102 INFO  (zkCallback-4487-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38661_solr
   [junit4]   2> 487103 INFO  (zkCallback-4487-thread-2) [n:127.0.0.1:38661_solr     ] o.a.s.c.Overseer Overseer (id=72487871318851602-127.0.0.1:38661_solr-n_0000000004) starting
   [junit4]   2> 487106 INFO  (OverseerStateUpdate-72487871318851602-127.0.0.1:38661_solr-n_0000000004) [n:127.0.0.1:38661_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38661_solr
   [junit4]   2> 487201 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.Overseer Overseer (id=72487871318851598-127.0.0.1:45713_solr-n_0000000003) closing
   [junit4]   2> 487202 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@20fe71a5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 487203 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3e1e5617{/solr,null,STOPPED}
   [junit4]   2> 487203 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 487203 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 487204 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 487204 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-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> 487204 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 487204 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 487204 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 487204 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d8fa44d{/solr,null,AVAILABLE}
   [junit4]   2> 487205 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@483383d6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33403}
   [junit4]   2> 487205 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.e.j.s.Server Started @487235ms
   [junit4]   2> 487205 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38547}
   [junit4]   2> 487205 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 487205 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 487205 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 487205 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 487205 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 487205 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T09:37:48.211Z
   [junit4]   2> 487206 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487209 INFO  (zkConnectionManagerCallback-4565-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487209 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487209 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 487224 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 487555 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 487556 WARN  (SUITE-TestPullReplicaErrorHandling-seed#

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

amException: Unable to read additional data from server sessionid 0x1018755bc7c001c, 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> 507712 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker-SendThread(127.0.0.1:38455)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1018755bc7c0018.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1018755bc7c0018, 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 0x1018755bc7c0018, 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> 507712 INFO  (closeThreadPool-4651-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72487871318851602-127.0.0.1:38661_solr-n_0000000004) closing
   [junit4]   2> 507807 INFO  (jetty-closer-4633-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@483383d6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 507808 INFO  (jetty-closer-4633-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6d8fa44d{/solr,null,STOPPED}
   [junit4]   2> 507808 INFO  (jetty-closer-4633-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 507813 INFO  (jetty-closer-4633-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6cff42f1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 507813 INFO  (jetty-closer-4633-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61d09da9{/solr,null,STOPPED}
   [junit4]   2> 507813 INFO  (jetty-closer-4633-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 507907 INFO  (jetty-closer-4633-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@43cff70a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 507908 INFO  (jetty-closer-4633-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@723b2556{/solr,null,STOPPED}
   [junit4]   2> 507908 INFO  (jetty-closer-4633-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 508007 INFO  (jetty-closer-4633-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72487871318851602-127.0.0.1:38661_solr-n_0000000004) closing
   [junit4]   2> 508008 INFO  (jetty-closer-4633-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5b43771b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 508008 INFO  (jetty-closer-4633-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@628b3bc7{/solr,null,STOPPED}
   [junit4]   2> 508008 INFO  (jetty-closer-4633-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 508008 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 508009 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker-SendThread(127.0.0.1:38455)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1018755bc7c0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1018755bc7c0000, 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 0x1018755bc7c0000, 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> 508212 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	12	/solr/security.json
   [junit4]   2> 	10	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	6	/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> 	47	/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> 	25	/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> 	4	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72487871318851612-127.0.0.1:35755_solr-n_0000000008
   [junit4]   2> 	2	/solr/overseer_elect/election/72487871318851608-127.0.0.1:33477_solr-n_0000000006
   [junit4]   2> 	2	/solr/overseer_elect/election/72487871318851593-127.0.0.1:42321_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72487871318851602-127.0.0.1:38661_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	96	/solr/live_nodes
   [junit4]   2> 	92	/solr/overseer/queue
   [junit4]   2> 	54	/solr/collections
   [junit4]   2> 	29	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 508218 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38455
   [junit4]   2> 508218 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38455
   [junit4]   2> 508218 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[61A2F54090EB0AB3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38455
   [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_61A2F54090EB0AB3-001
   [junit4]   2> Nov 16, 2020 9:38:09 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_=PostingsFormat(name=Asserting), fieldName_s=FST50, id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=446, maxMBSortInHeap=5.894565011104537, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ca-ES, timezone=Etc/GMT-2
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=128042152,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [SecurityConfHandlerTest, IndexBasedSpellCheckerTest, TestStressVersions, CollectionStateFormat2Test, CdcrBootstrapTest, TestRecoveryHdfs, TestShortCircuitedRequests, OverriddenZkACLAndCredentialsProvidersTest, CoreAdminRequestStatusTest, OutputWriterTest, TriggerEventQueueTest, TestSearcherReuse, BasicAuthIntegrationTest, FullSolrCloudDistribCmdsTest, TestLFUCache, TestBooleanSimilarityFactory, TestInfoStreamLogging, CreateCollectionCleanupTest, ScheduledMaintenanceTriggerTest, TestRawResponseWriter, TestSubQueryTransformerCrossCore, HdfsThreadLeakTest, MoveReplicaHDFSFailoverTest, TestDistributedMissingSort, AutoScalingHandlerTest, DocValuesTest, TestRestoreCore, MetricsDisabledCloudTest, V2StandaloneTest, TestLuceneIndexBackCompat, TestFuzzyAnalyzedSuggestions, TestNumericTokenStream, MBeansHandlerTest, TestXIncludeConfig, IndexSchemaTest, TestConfigOverlay, TestTextField, TestDistributedMap, HttpSolrCallGetCoreTest, TestFieldCacheSort, AddSchemaFieldsUpdateProcessorFactoryTest, TestPullReplicaErrorHandling]
   [junit4] Completed [216/921 (1!)] on J0 in 28.83s, 4 tests, 1 error <<< FAILURES!

[...truncated 53032 lines...]