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/29 23:51:28 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:37067/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:37067/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([EE010B9708C93BD3:E636ED5FD3674F5D]: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 15069 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1480816 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-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> 1480816 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1480816 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_EE010B9708C93BD3-001/data-dir-118-001
   [junit4]   2> 1480816 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1480816 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1480818 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-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> 1480818 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_EE010B9708C93BD3-001/tempDir-001
   [junit4]   2> 1480819 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1480819 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1480819 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1480820 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1480919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 46811
   [junit4]   2> 1480919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46811
   [junit4]   2> 1480919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46811
   [junit4]   2> 1480919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46811
   [junit4]   2> 1480920 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1480925 INFO  (zkConnectionManagerCallback-10257-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1480925 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1480930 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1480931 INFO  (zkConnectionManagerCallback-10259-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1480931 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1480934 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1480935 INFO  (zkConnectionManagerCallback-10261-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1480935 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1481037 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1481037 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1481038 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1481038 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1481038 INFO  (jetty-launcher-10262-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> 1481038 INFO  (jetty-launcher-10262-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> 1481038 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1481038 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1481038 INFO  (jetty-launcher-10262-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> 1481039 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1481039 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1481039 INFO  (jetty-launcher-10262-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> 1481045 INFO  (jetty-launcher-10262-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1481045 INFO  (jetty-launcher-10262-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1481045 INFO  (jetty-launcher-10262-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1481050 INFO  (jetty-launcher-10262-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@690e7725{/solr,null,AVAILABLE}
   [junit4]   2> 1481058 INFO  (jetty-launcher-10262-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1481058 INFO  (jetty-launcher-10262-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1481058 INFO  (jetty-launcher-10262-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b1c1bc7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38691}
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-3) [     ] o.e.j.s.Server Started @1481089ms
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38691}
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1481059 ERROR (jetty-launcher-10262-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T23:17:29.439Z
   [junit4]   2> 1481059 INFO  (jetty-launcher-10262-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@234345fb{/solr,null,AVAILABLE}
   [junit4]   2> 1481062 INFO  (jetty-launcher-10262-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a30b530{/solr,null,AVAILABLE}
   [junit4]   2> 1481062 INFO  (jetty-launcher-10262-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b8ef196{/solr,null,AVAILABLE}
   [junit4]   2> 1481062 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1481062 INFO  (jetty-launcher-10262-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2f399749{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43733}
   [junit4]   2> 1481062 INFO  (jetty-launcher-10262-thread-2) [     ] o.e.j.s.Server Started @1481093ms
   [junit4]   2> 1481062 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43733}
   [junit4]   2> 1481062 INFO  (jetty-launcher-10262-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5307ab43{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33905}
   [junit4]   2> 1481062 INFO  (jetty-launcher-10262-thread-1) [     ] o.e.j.s.Server Started @1481093ms
   [junit4]   2> 1481062 ERROR (jetty-launcher-10262-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1481062 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1481062 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33905}
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@626e247d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43955}
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T23:17:29.443Z
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-4) [     ] o.e.j.s.Server Started @1481093ms
   [junit4]   2> 1481063 ERROR (jetty-launcher-10262-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43955}
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T23:17:29.443Z
   [junit4]   2> 1481063 ERROR (jetty-launcher-10262-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1481063 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T23:17:29.443Z
   [junit4]   2> 1481064 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1481064 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1481065 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1481065 INFO  (zkConnectionManagerCallback-10264-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481065 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1481065 INFO  (zkConnectionManagerCallback-10270-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481065 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1481065 INFO  (zkConnectionManagerCallback-10266-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481065 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1481065 INFO  (zkConnectionManagerCallback-10268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481065 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1481065 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1481065 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1481066 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1481066 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1481070 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1481071 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1481085 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1481085 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1481085 WARN  (jetty-launcher-10262-thread-2-SendThread(127.0.0.1:46811)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cd3929250005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cd3929250005, 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 0x101cd3929250005, 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> 1481085 WARN  (jetty-launcher-10262-thread-4-SendThread(127.0.0.1:46811)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cd3929250006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cd3929250006, 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 0x101cd3929250006, 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> 1481085 WARN  (jetty-launcher-10262-thread-3-SendThread(127.0.0.1:46811)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cd3929250003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cd3929250003, 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 0x101cd3929250003, 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> 1481086 WARN  (jetty-launcher-10262-thread-1-SendThread(127.0.0.1:46811)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cd3929250004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cd3929250004, 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 0x101cd3929250004, 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> 1481482 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1481492 WARN  (jetty-launcher-10262-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@65aad951[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1481493 WARN  (jetty-launcher-10262-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@65aad951[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1481518 WARN  (jetty-launcher-10262-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7de70694[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1481518 WARN  (jetty-launcher-10262-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7de70694[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1481519 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46811/solr
   [junit4]   2> 1481543 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1481546 INFO  (zkConnectionManagerCallback-10290-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481546 INFO  (jetty-launcher-10262-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1481549 WARN  (jetty-launcher-10262-thread-2-SendThread(127.0.0.1:46811)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cd3929250007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cd3929250007, 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 0x101cd3929250007, 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> 1481684 INFO  (jetty-launcher-10262-thread-2) [n:127.0.0.1:43733_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1481696 INFO  (zkConnectionManagerCallback-10292-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481696 INFO  (jetty-launcher-10262-thread-2) [n:127.0.0.1:43733_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1481762 INFO  (jetty-launcher-10262-thread-2) [n:127.0.0.1:43733_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43733_solr
   [junit4]   2> 1481762 INFO  (jetty-launcher-10262-thread-2) [n:127.0.0.1:43733_solr     ] o.a.s.c.Overseer Overseer (id=72564714401759240-127.0.0.1:43733_solr-n_0000000000) starting
   [junit4]   2> 1481782 INFO  (OverseerStateUpdate-72564714401759240-127.0.0.1:43733_solr-n_0000000000) [n:127.0.0.1:43733_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43733_solr
   [junit4]   2> 1481798 INFO  (jetty-launcher-10262-thread-2) [n:127.0.0.1:43733_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43733_solr
   [junit4]   2> 1481800 INFO  (jetty-launcher-10262-thread-2) [n:127.0.0.1:43733_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1481800 WARN  (jetty-launcher-10262-thread-2) [n:127.0.0.1:43733_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> 1481823 INFO  (zkCallback-10291-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1481843 INFO  (jetty-launcher-10262-thread-2) [n:127.0.0.1:43733_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_EE010B9708C93BD3-001/tempDir-001/node2
   [junit4]   2> 1481902 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1481914 WARN  (jetty-launcher-10262-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2d00d661[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1481914 WARN  (jetty-launcher-10262-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2d00d661[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1481950 WARN  (jetty-launcher-10262-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1599326a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1481950 WARN  (jetty-launcher-10262-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1599326a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1481951 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46811/solr
   [junit4]   2> 1481971 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1481977 INFO  (zkConnectionManagerCallback-10310-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481977 INFO  (jetty-launcher-10262-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1482101 INFO  (jetty-launcher-10262-thread-1) [n:127.0.0.1:33905_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1482114 INFO  (zkConnectionManagerCallback-10312-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1482114 INFO  (jetty-launcher-10262-thread-1) [n:127.0.0.1:33905_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1482117 INFO  (jetty-launcher-10262-thread-1) [n:127.0.0.1:33905_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1482119 INFO  (jetty-launcher-10262-thread-1) [n:127.0.0.1:33905_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33905_solr as DOWN
   [junit4]   2> 1482120 INFO  (jetty-launcher-10262-thread-1) [n:127.0.0.1:33905_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1482120 INFO  (jetty-launcher-10262-thread-1) [n:127.0.0.1:33905_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33905_solr
   [junit4]   2> 1482121 INFO  (zkCallback-10291-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1482122 INFO  (jetty-launcher-10262-thread-1) [n:127.0.0.1:33905_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1482122 WARN  (jetty-launcher-10262-thread-1) [n:127.0.0.1:33905_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> 1482135 INFO  (zkCallback-10311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1482149 INFO  (jetty-launcher-10262-thread-1) [n:127.0.0.1:33905_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_EE010B9708C93BD3-001/tempDir-001/node1
   [junit4]   2> 1482434 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1482435 WARN  (jetty-launcher-10262-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5deca567[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1482435 WARN  (jetty-launcher-10262-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5deca567[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1482439 WARN  (jetty-launcher-10262-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b43deef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1482439 WARN  (jetty-launcher-10262-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b43deef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1482440 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46811/solr
   [junit4]   2> 1482441 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1482441 INFO  (zkConnectionManagerCallback-10326-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1482441 INFO  (jetty-launcher-10262-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1482553 INFO  (jetty-launcher-10262-thread-3) [n:127.0.0.1:38691_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1482566 INFO  (zkConnectionManagerCallback-10328-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1482566 INFO  (jetty-launcher-10262-thread-3) [n:127.0.0.1:38691_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1482573 INFO  (jetty-launcher-10262-thread-3) [n:127.0.0.1:38691_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1482575 INFO  (jetty-launcher-10262-thread-3) [n:127.0.0.1:38691_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38691_solr as DOWN
   [junit4]   2> 1482576 INFO  (jetty-launcher-10262-thread-3) [n:127.0.0.1:38691_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1482576 INFO  (jetty-launcher-10262-thread-3) [n:127.0.0.1:38691_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38691_solr
   [junit4]   2> 1482577 INFO  (zkCallback-10291-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1482577 INFO  (zkCallback-10311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1482578 INFO  (jetty-launcher-10262-thread-3) [n:127.0.0.1:38691_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1482578 WARN  (jetty-launcher-10262-thread-3) [n:127.0.0.1:38691_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> 1482587 INFO  (zkCallback-10327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1482599 INFO  (jetty-launcher-10262-thread-3) [n:127.0.0.1:38691_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_EE010B9708C93BD3-001/tempDir-001/node3
   [junit4]   2> 1483232 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1483233 WARN  (jetty-launcher-10262-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@431436c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1483234 WARN  (jetty-launcher-10262-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@431436c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1483236 WARN  (jetty-launcher-10262-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1810b2d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1483236 WARN  (jetty-launcher-10262-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1810b2d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1483237 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46811/solr
   [junit4]   2> 1483238 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1483239 INFO  (zkConnectionManagerCallback-10342-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1483239 INFO  (jetty-launcher-10262-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1483340 INFO  (jetty-launcher-10262-thread-4) [n:127.0.0.1:43955_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1483341 INFO  (zkConnectionManagerCallback-10344-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1483341 INFO  (jetty-launcher-10262-thread-4) [n:127.0.0.1:43955_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1483345 INFO  (jetty-launcher-10262-thread-4) [n:127.0.0.1:43955_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1483349 INFO  (jetty-launcher-10262-thread-4) [n:127.0.0.1:43955_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43955_solr as DOWN
   [junit4]   2> 1483350 INFO  (jetty-launcher-10262-thread-4) [n:127.0.0.1:43955_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1483350 INFO  (jetty-launcher-10262-thread-4) [n:127.0.0.1:43955_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43955_solr
   [junit4]   2> 1483351 INFO  (zkCallback-10291-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1483351 INFO  (zkCallback-10327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1483351 INFO  (zkCallback-10311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1483355 INFO  (zkCallback-10343-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1483355 INFO  (jetty-launcher-10262-thread-4) [n:127.0.0.1:43955_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1483356 WARN  (jetty-launcher-10262-thread-4) [n:127.0.0.1:43955_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> 1483371 INFO  (jetty-launcher-10262-thread-4) [n:127.0.0.1:43955_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_EE010B9708C93BD3-001/tempDir-001/node4
   [junit4]   2> 1483377 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1483378 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1483382 INFO  (zkConnectionManagerCallback-10355-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1483382 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1483383 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1483384 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46811/solr ready
   [junit4]   2> 1483386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1679928682
   [junit4]   2> 1483386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43733_solr
   [junit4]   2> 1483386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1483386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43733_solr as DOWN
   [junit4]   2> 1483390 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1483391 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1483391 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1483391 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1483391 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1483397 INFO  (closeThreadPool-10360-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72564714401759240-127.0.0.1:43733_solr-n_0000000000) closing
   [junit4]   2> 1483398 INFO  (OverseerStateUpdate-72564714401759240-127.0.0.1:43733_solr-n_0000000000) [n:127.0.0.1:43733_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43733_solr
   [junit4]   2> 1483398 INFO  (OverseerAutoScalingTriggerThread-72564714401759240-127.0.0.1:43733_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1483399 WARN  (jetty-launcher-10262-thread-2-SendThread(127.0.0.1:46811)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cd3929250008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cd3929250008, 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 0x101cd3929250008, 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> 1483399 INFO  (zkCallback-10311-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33905_solr
   [junit4]   2> 1483399 INFO  (zkCallback-10327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1483400 INFO  (zkCallback-10311-thread-1) [n:127.0.0.1:33905_solr     ] o.a.s.c.Overseer Overseer (id=72564714401759242-127.0.0.1:33905_solr-n_0000000001) starting
   [junit4]   2> 1483403 INFO  (zkCallback-10343-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1483407 INFO  (zkCallback-10354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1483412 INFO  (zkCallback-10311-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1483412 INFO  (OverseerStateUpdate-72564714401759242-127.0.0.1:33905_solr-n_0000000001) [n:127.0.0.1:33905_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33905_solr
   [junit4]   2> 1483413 INFO  (closeThreadPool-10360-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72564714401759240-127.0.0.1:43733_solr-n_0000000000) closing
   [junit4]   2> 1483512 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.Overseer Overseer (id=72564714401759240-127.0.0.1:43733_solr-n_0000000000) closing
   [junit4]   2> 1483513 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2f399749{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1483513 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@234345fb{/solr,null,STOPPED}
   [junit4]   2> 1483513 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1483516 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1483516 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1483516 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-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> 1483522 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1483522 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1483523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1483523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41ee2b20{/solr,null,AVAILABLE}
   [junit4]   2> 1483523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@284722d4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41053}
   [junit4]   2> 1483523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.Server Started @1483554ms
   [junit4]   2> 1483523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38043}
   [junit4]   2> 1483524 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1483524 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1483524 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1483524 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1483524 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1483524 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T23:17:31.904Z
   [junit4]   2> 1483530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1483530 INFO  (zkConnectionManagerCallback-10366-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1483530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1483531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1483535 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1483820 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1483820 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@261d1266[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1483821 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@261d1266[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1483823 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@430eda58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1483823 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@430eda58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1483824 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46811/solr
   [junit4]   2> 1483824 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1483825 INFO  (zkConnectionManagerCallback-10377-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1483825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1483826 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker-SendThread(127.0.0.1:46811)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cd3929250011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cd3929250011, 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 0x101cd3929250011, 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> 1483927 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:38043_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1483928 INFO  (zkConnectionManagerCallback-10379-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1483928 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:38043_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1483932 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:38043_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1483935 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:38043_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38043_solr as DOWN
   [junit4]   2> 1483936 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:38043_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1483936 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:38043_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38043_solr
   [junit4]   2> 1483937 INFO  (zkCallback-10311-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1483937 INFO  (zkCallback-10343-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1483937 INFO  (zkCallback-10354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1483937 INFO  (zkCallback-10327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1483937 INFO  (zkCallback-10378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1483938 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:38043_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1483939 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:38043_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> 1483951 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:38043_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_EE010B9708C93BD3-001/tempDir-001/node2
   [junit4]   2> 1483963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1483964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:41053/solr. Proxy: http://127.0.0.1:38043/solr
   [junit4]   2> 1483965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=903521278
   [junit4]   2> 1483965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33905_solr
   [junit4]   2> 1483965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1483965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33905_solr as DOWN
   [junit4]   2> 1483970 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1483970 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1483970 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1483970 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1483971 INFO  (closeThreadPool-10390-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72564714401759242-127.0.0.1:33905_solr-n_0000000001) closing
   [junit4]   2> 1483971 INFO  (OverseerStateUpdate-72564714401759242-127.0.0.1:33905_solr-n_0000000001) [n:127.0.0.1:33905_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33905_solr
   [junit4]   2> 1483975 INFO  (OverseerAutoScalingTriggerThread-72564714401759242-127.0.0.1:33905_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1483981 WARN  (jetty-launcher-10262-thread-1-SendThread(127.0.0.1:46811)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cd392925000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cd392925000a, 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 0x101cd392925000a, 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> 1483982 INFO  (zkCallback-10343-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1483982 INFO  (zkCallback-10378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1483982 INFO  (zkCallback-10327-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38691_solr
   [junit4]   2> 1483982 INFO  (zkCallback-10354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1483983 INFO  (zkCallback-10327-thread-1) [n:127.0.0.1:38691_solr     ] o.a.s.c.Overseer Overseer (id=72564714401759244-127.0.0.1:38691_solr-n_0000000002) starting
   [junit4]   2> 1483986 INFO  (closeThreadPool-10390-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72564714401759242-127.0.0.1:33905_solr-n_0000000001) closing
   [junit4]   2> 1483986 INFO  (zkCallback-10327-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1483988 INFO  (OverseerStateUpdate-72564714401759244-127.0.0.1:38691_solr-n_0000000002) [n:127.0.0.1:38691_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38691_solr
   [junit4]   2> 1484082 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.Overseer Overseer (id=72564714401759242-127.0.0.1:33905_solr-n_0000000001) closing
   [junit4]   2> 1484083 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5307ab43{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1484083 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b8ef196{/solr,null,STOPPED}
   [junit4]   2> 1484084 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1484084 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1484084 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1484084 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-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> 1484098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1484098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1484098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1484098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11a5c841{/solr,null,AVAILABLE}
   [junit4]   2> 1484099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@403549f7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41097}
   [junit4]   2> 1484099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.Server Started @1484129ms
   [junit4]   2> 1484099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34757}
   [junit4]   2> 1484099 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1484099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1484099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1484099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1484099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1484099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T23:17:32.479Z
   [junit4]   2> 1484100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1484100 INFO  (zkConnectionManagerCallback-10396-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1484100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1484101 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1484104 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1484584 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1484584 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3f145286[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1484584 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3f145286[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1484611 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@26e7560f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1484611 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@26e7560f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1484613 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46811/solr
   [junit4]   2> 1484622 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1484631 INFO  (zkConnectionManagerCallback-10407-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1484631 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1484737 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:34757_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1484752 INFO  (zkConnectionManagerCallback-10409-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1484752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:34757_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1484755 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:34757_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1484758 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:34757_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34757_solr as DOWN
   [junit4]   2> 1484759 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:34757_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1484759 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:34757_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34757_solr
   [junit4]   2> 1484760 INFO  (zkCallback-10327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1484760 INFO  (zkCallback-10354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1484760 INFO  (zkCallback-10378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1484761 INFO  (zkCallback-10343-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1484761 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:34757_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1484762 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:34757_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> 1484774 INFO  (zkCallback-10408-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1484783 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:34757_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_EE010B9708C93BD3-001/tempDir-001/node1
   [junit4]   2> 1484790 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1484791 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:41097/solr. Proxy: http://127.0.0.1:34757/solr
   [junit4]   2> 1484791 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=27492818
   [junit4]   2> 1484791 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38691_solr
   [junit4]   2> 1484792 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1484792 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38691_solr as DOWN
   [junit4]   2> 1484822 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1484822 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1484822 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1484822 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1484869 INFO  (closeThreadPool-10420-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72564714401759244-127.0.0.1:38691_solr-n_0000000002) closing
   [junit4]   2> 1484893 INFO  (OverseerStateUpdate-72564714401759244-127.0.0.1:38691_solr-n_0000000002) [n:127.0.0.1:38691_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38691_solr
   [junit4]   2> 1484894 INFO  (OverseerAutoScalingTriggerThread-72564714401759244-127.0.0.1:38691_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1484897 INFO  (closeThreadPool-10420-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72564714401759244-127.0.0.1:38691_solr-n_0000000002) closing
   [junit4]   2> 1484897 WARN  (NIOWorkerThread-5) [     ] o.a.z.s.NIOServerCnxn Unexpected exception
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /127.0.0.1:40500, session = 0x101cd392925000c
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:163)
   [junit4]   2> org.apache.zookeeper.server.ServerCnxn$EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /127.0.0.1:40500, session = 0x101cd392925000c
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:163) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:326) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:522) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 1484898 INFO  (zkCallback-10343-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43955_solr
   [junit4]   2> 1484898 INFO  (zkCallback-10354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1484898 INFO  (zkCallback-10378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1484899 INFO  (zkCallback-10343-thread-1) [n:127.0.0.1:43955_solr     ] o.a.s.c.Overseer Overseer (id=72564714401759246-127.0.0.1:43955_solr-n_0000000003) starting
   [junit4]   2> 1484915 INFO  (zkCallback-10408-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1484918 INFO  (zkCallback-10343-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1484920 INFO  (OverseerStateUpdate-72564714401759246-127.0.0.1:43955_solr-n_0000000003) [n:127.0.0.1:43955_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43955_solr
   [junit4]   2> 1484997 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.Overseer Overseer (id=72564714401759244-127.0.0.1:38691_solr-n_0000000002) closing
   [junit4]   2> 1484998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6b1c1bc7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1484998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@690e7725{/solr,null,STOPPED}
   [junit4]   2> 1484998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1484999 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1484999 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1484999 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-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> 1485061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1485061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1485061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1485074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@533406e5{/solr,null,AVAILABLE}
   [junit4]   2> 1485074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1398772b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42931}
   [junit4]   2> 1485074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.s.Server Started @1485105ms
   [junit4]   2> 1485074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37067}
   [junit4]   2> 1485075 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1485075 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1485075 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1485075 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1485075 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1485075 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T23:17:33.455Z
   [junit4]   2> 1485089 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1485121 INFO  (zkConnectionManagerCallback-10426-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1485121 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1485121 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1485126 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1486709 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1486709 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a2a659e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1486709 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a2a659e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1486712 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3159f97a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1486712 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3159f97a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1486713 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46811/solr
   [junit4]   2> 1486713 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1486714 INFO  (zkConnectionManagerCallback-10437-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1486714 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1486716 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker-SendThread(127.0.0.1:46811)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cd3929250017.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cd3929250017, 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 0x101cd3929250017, 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> 1486817 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:37067_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1486818 INFO  (zkConnectionManagerCallback-10439-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1486818 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:37067_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1486822 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:37067_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1486825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:37067_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37067_solr as DOWN
   [junit4]   2> 1486825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:37067_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1486825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:37067_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37067_solr
   [junit4]   2> 1486826 INFO  (zkCallback-10354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1486826 INFO  (zkCallback-10378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1486826 INFO  (zkCallback-10408-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1486827 INFO  (zkCallback-10438-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1486827 INFO  (zkCallback-10343-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1486827 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:37067_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1486828 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:37067_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> 1486840 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [n:127.0.0.1:37067_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-sl

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

-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1502270 INFO  (jetty-closer-10524-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1508108 ERROR (recoveryExecutor-10405-thread-1-processing-n:127.0.0.1:34757_solr x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2 c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 r:core_node4) [n:127.0.0.1:34757_solr c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 r:core_node4 x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2 ] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2
   [junit4]   2> 1508110 INFO  (jetty-closer-10524-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@403549f7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1508111 INFO  (jetty-closer-10524-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@11a5c841{/solr,null,STOPPED}
   [junit4]   2> 1508111 INFO  (jetty-closer-10524-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1508113 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1508215 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker-SendThread(127.0.0.1:46811)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cd3929250001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cd3929250001, 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 0x101cd3929250001, 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> 1508318 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/aliases.json
   [junit4]   2> 	11	/solr/security.json
   [junit4]   2> 	9	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	9	/solr/configs/conf
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	51	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	41	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	24	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	12	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72564714401759256-127.0.0.1:37067_solr-n_0000000006
   [junit4]   2> 	2	/solr/overseer_elect/election/72564714401759250-127.0.0.1:38043_solr-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/72564714401759260-127.0.0.1:42927_solr-n_0000000008
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	99	/solr/live_nodes
   [junit4]   2> 	92	/solr/overseer/queue
   [junit4]   2> 	49	/solr/collections
   [junit4]   2> 	30	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1508328 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:46811
   [junit4]   2> 1508328 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46811
   [junit4]   2> 1508328 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EE010B9708C93BD3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46811
   [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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_EE010B9708C93BD3-001
   [junit4]   2> Nov 29, 2020 11:17:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=39, maxDocsPerChunk=8, blockShift=17), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=39, blockSize=17)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar, timezone=Europe/Nicosia
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=188566104,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [RankQParserPluginTest, DistributedQueryElevationComponentTest, TestDynamicURP, ExitableDirectoryReaderTest, TestUseDocValuesAsStored2, SpellCheckCollatorWithCollapseTest, LeaderElectionTest, ConvertedLegacyTest, RandomizedTaggerTest, SimpleMLTQParserTest, SSLMigrationTest, TestPhraseSuggestions, SolrMetricManagerTest, MoveReplicaTest, TestAuthorizationFramework, TestFileDictionaryLookup, TestSimScenario, TestCopyFieldCollectionResource, TestUnInvertedFieldException, TestFaceting, TestCharFilters, BasicAuthStandaloneTest, ShowFileRequestHandlerTest, TestSchemaResource, CollectionTooManyReplicasTest, TestTrackingShardHandlerFactory, CdcrUpdateLogTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TimeRoutedAliasUpdateProcessorTest, PeerSyncReplicationTest, TestScoreJoinQPScore, TestTolerantSearch, AtomicUpdateProcessorFactoryTest, NodeMutatorTest, TestNumericRangeQuery32, TimeZoneUtilsTest, SolrCoreCheckLockOnStartupTest, BadComponentTest, TestSolrJacksonAnnotation, TestDistributedStatsComponentCardinality, TestRTGBase, TestDistribIDF, AuditLoggerIntegrationTest, TestAuthenticationFramework, SolrInfoBeanTest, TestTlogReplica, HttpPartitionTest, TestSimpleTextCodec, ResponseHeaderTest, XmlInterpolationTest, TestCloudJSONFacetJoinDomain, TestFieldCacheVsDocValues, TestCircuitBreaker, AutoAddReplicasIntegrationTest, TestRandomDVFaceting, ConcurrentCreateRoutedAliasTest, TestOmitPositions, RegexBytesRefFilterTest, HdfsDirectoryTest, TestSimDistributedQueue, CdcrReplicationHandlerTest, TestIndexSearcher, TestObjectReleaseTracker, DebugComponentTest, TestFiltering, TestDocumentBuilder, ShardsWhitelistTest, TestReplicationHandlerDiskOverFlow, TestHdfsCloudBackupRestore, PrimUtilsTest, TestCorePropertiesReload, DirectSolrSpellCheckerTest, TestSort, TriLevelCompositeIdRoutingTest, TestSimLargeCluster, RAMDirectoryFactoryTest, ClassificationUpdateProcessorIntegrationTest, TestCoreAdminApis, LeaderVoteWaitTimeoutTest, ParsingFieldUpdateProcessorsTest, TestHalfAndHalfDocValues, BaseCdcrDistributedZkTest, TestQuerySenderListener, LoggingHandlerTest, SolrJmxReporterCloudTest, HdfsChaosMonkeySafeLeaderTest, CoreAdminHandlerTest, UpdateParamsTest, TestExplainDocTransformer, SolrXmlInZkTest, MaxSizeAutoCommitTest, TestSolrIndexConfig, TestCaffeineCache, TestFieldResource, RequiredFieldsTest, ExternalFileFieldSortTest, TestSystemCollAutoCreate, OverseerStatusTest, TestXmlQParserPlugin, TestDeleteCollectionOnDownNodes, CurrencyRangeFacetCloudTest, SuggestComponentTest, TestSQLHandlerNonCloud, HLLSerializationTest, ScriptEngineTest, TestDelegationWithHadoopAuth, TestUniqueKeyFieldResource, TestPayloadScoreQParserPlugin, CSVRequestHandlerTest, CircularListTest, GraphQueryTest, TestWordDelimiterFilterFactory, MetricUtilsTest, AnalysisAfterCoreReloadTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, AddReplicaTest, BasicDistributedZk2Test, BasicZkTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ClusterStateTest, ClusterStateUpdateTest, CreateRoutedAliasTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, ReplicationFactorTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, SyncSliceTest, TestClusterProperties, TestConfigSetsAPIShareSchema, TestPullReplica, TestPullReplicaErrorHandling]
   [junit4] Completed [542/921 (1!)] on J2 in 28.55s, 4 tests, 1 error <<< FAILURES!

[...truncated 52040 lines...]