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/24 12:59:16 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:37237/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:37237/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([5CD5DB5B7FAD8D8A:54E23D93A403F904]: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 13503 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 277622 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-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> 277623 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_5CD5DB5B7FAD8D8A-001/data-dir-40-001
   [junit4]   2> 277623 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 277624 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-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> 277625 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 277625 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_5CD5DB5B7FAD8D8A-001/tempDir-001
   [junit4]   2> 277625 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 277625 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 277625 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 277626 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 277725 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 45791
   [junit4]   2> 277726 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45791
   [junit4]   2> 277726 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45791
   [junit4]   2> 277726 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45791
   [junit4]   2> 277727 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 277730 INFO  (zkConnectionManagerCallback-2197-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 277730 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 277732 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 277735 INFO  (zkConnectionManagerCallback-2199-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 277735 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 277735 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 277736 INFO  (zkConnectionManagerCallback-2201-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 277737 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 277839 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 277839 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 277839 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 277839 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 277839 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 277839 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 277839 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 277839 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 277839 INFO  (jetty-launcher-2202-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> 277839 INFO  (jetty-launcher-2202-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> 277839 INFO  (jetty-launcher-2202-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> 277839 INFO  (jetty-launcher-2202-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> 277841 INFO  (jetty-launcher-2202-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 277841 INFO  (jetty-launcher-2202-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 277841 INFO  (jetty-launcher-2202-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 277841 INFO  (jetty-launcher-2202-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ab5cedd{/solr,null,AVAILABLE}
   [junit4]   2> 277842 INFO  (jetty-launcher-2202-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 277842 INFO  (jetty-launcher-2202-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 277842 INFO  (jetty-launcher-2202-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 277843 INFO  (jetty-launcher-2202-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 277843 INFO  (jetty-launcher-2202-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 277843 INFO  (jetty-launcher-2202-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 277843 INFO  (jetty-launcher-2202-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c83d557{/solr,null,AVAILABLE}
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3009273d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42899}
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-1) [     ] o.e.j.s.Server Started @277917ms
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42899}
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5480d031{/solr,null,AVAILABLE}
   [junit4]   2> 277844 ERROR (jetty-launcher-2202-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 277844 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T12:06:03.971Z
   [junit4]   2> 277845 INFO  (jetty-launcher-2202-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c89ed32{/solr,null,AVAILABLE}
   [junit4]   2> 277846 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 277846 INFO  (jetty-launcher-2202-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20cd5935{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33729}
   [junit4]   2> 277846 INFO  (jetty-launcher-2202-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2896c2c1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38199}
   [junit4]   2> 277846 INFO  (jetty-launcher-2202-thread-4) [     ] o.e.j.s.Server Started @277918ms
   [junit4]   2> 277846 INFO  (jetty-launcher-2202-thread-2) [     ] o.e.j.s.Server Started @277918ms
   [junit4]   2> 277846 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33729}
   [junit4]   2> 277846 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38199}
   [junit4]   2> 277846 ERROR (jetty-launcher-2202-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 277846 ERROR (jetty-launcher-2202-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 277846 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 277847 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 277846 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 277847 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 277847 INFO  (jetty-launcher-2202-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@818f927{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39619}
   [junit4]   2> 277847 INFO  (jetty-launcher-2202-thread-3) [     ] o.e.j.s.Server Started @277919ms
   [junit4]   2> 277847 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39619}
   [junit4]   2> 277849 ERROR (jetty-launcher-2202-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T12:06:03.976Z
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T12:06:03.976Z
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 277849 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T12:06:03.976Z
   [junit4]   2> 277850 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 277851 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 277853 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 277858 INFO  (zkConnectionManagerCallback-2204-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 277858 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 277858 INFO  (zkConnectionManagerCallback-2210-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 277858 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 277858 INFO  (zkConnectionManagerCallback-2206-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 277858 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 277861 INFO  (zkConnectionManagerCallback-2208-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 277861 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 277862 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 277862 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 277862 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 277862 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 277868 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 277869 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 277870 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 277870 WARN  (jetty-launcher-2202-thread-2-SendThread(127.0.0.1:45791)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b110752a0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b110752a0006, 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 0x101b110752a0006, 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> 277871 WARN  (jetty-launcher-2202-thread-1-SendThread(127.0.0.1:45791)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b110752a0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b110752a0003, 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 0x101b110752a0003, 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> 277872 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 278363 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 278364 WARN  (jetty-launcher-2202-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2626ab3b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278364 WARN  (jetty-launcher-2202-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2626ab3b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278370 WARN  (jetty-launcher-2202-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d9b00b8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278370 WARN  (jetty-launcher-2202-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d9b00b8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278371 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45791/solr
   [junit4]   2> 278372 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278374 INFO  (zkConnectionManagerCallback-2230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278374 INFO  (jetty-launcher-2202-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278395 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 278397 WARN  (jetty-launcher-2202-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f9f9468[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278397 WARN  (jetty-launcher-2202-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f9f9468[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278402 WARN  (jetty-launcher-2202-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6022c189[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278402 WARN  (jetty-launcher-2202-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6022c189[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278403 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45791/solr
   [junit4]   2> 278404 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278408 INFO  (zkConnectionManagerCallback-2238-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278408 INFO  (jetty-launcher-2202-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278409 WARN  (jetty-launcher-2202-thread-3-SendThread(127.0.0.1:45791)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b110752a0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b110752a0008, 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 0x101b110752a0008, 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> 278479 INFO  (jetty-launcher-2202-thread-1) [n:127.0.0.1:42899_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278485 INFO  (zkConnectionManagerCallback-2240-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278485 INFO  (jetty-launcher-2202-thread-1) [n:127.0.0.1:42899_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278510 INFO  (jetty-launcher-2202-thread-3) [n:127.0.0.1:39619_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278520 INFO  (zkConnectionManagerCallback-2242-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278520 INFO  (jetty-launcher-2202-thread-3) [n:127.0.0.1:39619_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278593 INFO  (jetty-launcher-2202-thread-1) [n:127.0.0.1:42899_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42899_solr
   [junit4]   2> 278594 INFO  (jetty-launcher-2202-thread-1) [n:127.0.0.1:42899_solr     ] o.a.s.c.Overseer Overseer (id=72533753257918473-127.0.0.1:42899_solr-n_0000000000) starting
   [junit4]   2> 278601 INFO  (OverseerStateUpdate-72533753257918473-127.0.0.1:42899_solr-n_0000000000) [n:127.0.0.1:42899_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42899_solr
   [junit4]   2> 278609 INFO  (jetty-launcher-2202-thread-1) [n:127.0.0.1:42899_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42899_solr
   [junit4]   2> 278614 INFO  (jetty-launcher-2202-thread-1) [n:127.0.0.1:42899_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 278614 WARN  (jetty-launcher-2202-thread-1) [n:127.0.0.1:42899_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> 278622 INFO  (zkCallback-2239-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 278624 INFO  (jetty-launcher-2202-thread-3) [n:127.0.0.1:39619_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 278628 INFO  (jetty-launcher-2202-thread-3) [n:127.0.0.1:39619_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39619_solr as DOWN
   [junit4]   2> 278628 INFO  (jetty-launcher-2202-thread-3) [n:127.0.0.1:39619_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 278628 INFO  (jetty-launcher-2202-thread-3) [n:127.0.0.1:39619_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39619_solr
   [junit4]   2> 278630 INFO  (jetty-launcher-2202-thread-3) [n:127.0.0.1:39619_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 278631 WARN  (jetty-launcher-2202-thread-3) [n:127.0.0.1:39619_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> 278665 INFO  (zkCallback-2241-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 278666 INFO  (jetty-launcher-2202-thread-1) [n:127.0.0.1:42899_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_5CD5DB5B7FAD8D8A-001/tempDir-001/node1
   [junit4]   2> 278667 INFO  (jetty-launcher-2202-thread-3) [n:127.0.0.1:39619_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_5CD5DB5B7FAD8D8A-001/tempDir-001/node3
   [junit4]   2> 278668 INFO  (zkCallback-2239-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 278698 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 278698 WARN  (jetty-launcher-2202-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54230128[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278698 WARN  (jetty-launcher-2202-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54230128[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278701 WARN  (jetty-launcher-2202-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@38987c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278701 WARN  (jetty-launcher-2202-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@38987c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278702 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45791/solr
   [junit4]   2> 278702 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278704 INFO  (zkConnectionManagerCallback-2266-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278704 INFO  (jetty-launcher-2202-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278713 WARN  (jetty-launcher-2202-thread-2-SendThread(127.0.0.1:45791)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b110752a000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b110752a000b, 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 0x101b110752a000b, 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> 278815 INFO  (jetty-launcher-2202-thread-2) [n:127.0.0.1:38199_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278816 INFO  (zkConnectionManagerCallback-2268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278816 INFO  (jetty-launcher-2202-thread-2) [n:127.0.0.1:38199_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278822 INFO  (jetty-launcher-2202-thread-2) [n:127.0.0.1:38199_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 278826 INFO  (jetty-launcher-2202-thread-2) [n:127.0.0.1:38199_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38199_solr as DOWN
   [junit4]   2> 278827 INFO  (jetty-launcher-2202-thread-2) [n:127.0.0.1:38199_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 278827 INFO  (jetty-launcher-2202-thread-2) [n:127.0.0.1:38199_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38199_solr
   [junit4]   2> 278828 INFO  (zkCallback-2239-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 278828 INFO  (zkCallback-2241-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 278828 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 278828 INFO  (zkCallback-2267-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 278829 WARN  (jetty-launcher-2202-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@fec6408[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278830 WARN  (jetty-launcher-2202-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@fec6408[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278830 INFO  (jetty-launcher-2202-thread-2) [n:127.0.0.1:38199_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 278830 WARN  (jetty-launcher-2202-thread-2) [n:127.0.0.1:38199_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> 278834 WARN  (jetty-launcher-2202-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33916369[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278834 WARN  (jetty-launcher-2202-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33916369[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 278835 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45791/solr
   [junit4]   2> 278837 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278839 INFO  (zkConnectionManagerCallback-2279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278839 INFO  (jetty-launcher-2202-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278848 INFO  (jetty-launcher-2202-thread-2) [n:127.0.0.1:38199_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_5CD5DB5B7FAD8D8A-001/tempDir-001/node2
   [junit4]   2> 278950 INFO  (jetty-launcher-2202-thread-4) [n:127.0.0.1:33729_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278952 INFO  (zkConnectionManagerCallback-2284-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278952 INFO  (jetty-launcher-2202-thread-4) [n:127.0.0.1:33729_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278957 INFO  (jetty-launcher-2202-thread-4) [n:127.0.0.1:33729_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 278960 INFO  (jetty-launcher-2202-thread-4) [n:127.0.0.1:33729_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33729_solr as DOWN
   [junit4]   2> 278961 INFO  (jetty-launcher-2202-thread-4) [n:127.0.0.1:33729_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 278961 INFO  (jetty-launcher-2202-thread-4) [n:127.0.0.1:33729_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33729_solr
   [junit4]   2> 278962 INFO  (zkCallback-2241-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 278962 INFO  (zkCallback-2239-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 278962 INFO  (zkCallback-2267-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 278962 INFO  (zkCallback-2283-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 278963 INFO  (jetty-launcher-2202-thread-4) [n:127.0.0.1:33729_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 278963 WARN  (jetty-launcher-2202-thread-4) [n:127.0.0.1:33729_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> 278975 INFO  (jetty-launcher-2202-thread-4) [n:127.0.0.1:33729_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_5CD5DB5B7FAD8D8A-001/tempDir-001/node4
   [junit4]   2> 278981 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 278981 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278982 INFO  (zkConnectionManagerCallback-2295-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278982 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278984 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 278985 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45791/solr ready
   [junit4]   2> 278988 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1494472783
   [junit4]   2> 278988 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42899_solr
   [junit4]   2> 278988 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 278988 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42899_solr as DOWN
   [junit4]   2> 278990 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 278990 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 278990 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 278990 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 278990 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 278993 INFO  (closeThreadPool-2300-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72533753257918473-127.0.0.1:42899_solr-n_0000000000) closing
   [junit4]   2> 278994 INFO  (OverseerStateUpdate-72533753257918473-127.0.0.1:42899_solr-n_0000000000) [n:127.0.0.1:42899_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42899_solr
   [junit4]   2> 278994 INFO  (OverseerAutoScalingTriggerThread-72533753257918473-127.0.0.1:42899_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 278995 INFO  (closeThreadPool-2300-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72533753257918473-127.0.0.1:42899_solr-n_0000000000) closing
   [junit4]   2> 278996 INFO  (zkCallback-2267-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 278996 INFO  (zkCallback-2241-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39619_solr
   [junit4]   2> 278997 INFO  (zkCallback-2283-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 278997 INFO  (zkCallback-2294-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 278997 INFO  (zkCallback-2241-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 278997 INFO  (zkCallback-2241-thread-1) [n:127.0.0.1:39619_solr     ] o.a.s.c.Overseer Overseer (id=72533753257918474-127.0.0.1:39619_solr-n_0000000001) starting
   [junit4]   2> 279000 INFO  (OverseerStateUpdate-72533753257918474-127.0.0.1:39619_solr-n_0000000001) [n:127.0.0.1:39619_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39619_solr
   [junit4]   2> 279096 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.Overseer Overseer (id=72533753257918473-127.0.0.1:42899_solr-n_0000000000) closing
   [junit4]   2> 279097 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3009273d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 279097 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4ab5cedd{/solr,null,STOPPED}
   [junit4]   2> 279097 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 279098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 279098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 279098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-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> 279099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 279099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 279099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 279099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1350f315{/solr,null,AVAILABLE}
   [junit4]   2> 279099 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@37c5da7a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45939}
   [junit4]   2> 279100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.Server Started @279172ms
   [junit4]   2> 279100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40619}
   [junit4]   2> 279100 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 279100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 279100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 279100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 279100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 279100 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T12:06:05.227Z
   [junit4]   2> 279101 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 279102 INFO  (zkConnectionManagerCallback-2306-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 279102 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 279103 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 279107 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 280370 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 280371 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5526aaf0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 280371 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5526aaf0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 280373 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ee98295[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 280373 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ee98295[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 280374 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45791/solr
   [junit4]   2> 280375 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 280377 INFO  (zkConnectionManagerCallback-2317-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280377 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 280378 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker-SendThread(127.0.0.1:45791)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b110752a0011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b110752a0011, 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 0x101b110752a0011, 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> 280480 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:40619_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 280482 INFO  (zkConnectionManagerCallback-2319-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280482 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:40619_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 280509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:40619_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 280514 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:40619_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40619_solr as DOWN
   [junit4]   2> 280515 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:40619_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 280515 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:40619_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40619_solr
   [junit4]   2> 280517 INFO  (zkCallback-2267-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 280517 INFO  (zkCallback-2283-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 280517 INFO  (zkCallback-2241-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 280517 INFO  (zkCallback-2294-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 280517 INFO  (zkCallback-2318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 280519 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:40619_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 280519 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:40619_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> 280535 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:40619_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_5CD5DB5B7FAD8D8A-001/tempDir-001/node1
   [junit4]   2> 280543 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 280544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:45939/solr. Proxy: http://127.0.0.1:40619/solr
   [junit4]   2> 280544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1123642655
   [junit4]   2> 280544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39619_solr
   [junit4]   2> 280545 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 280545 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39619_solr as DOWN
   [junit4]   2> 280550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 280550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 280550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 280550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 280553 INFO  (closeThreadPool-2330-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72533753257918474-127.0.0.1:39619_solr-n_0000000001) closing
   [junit4]   2> 280553 INFO  (OverseerStateUpdate-72533753257918474-127.0.0.1:39619_solr-n_0000000001) [n:127.0.0.1:39619_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39619_solr
   [junit4]   2> 280556 INFO  (OverseerAutoScalingTriggerThread-72533753257918474-127.0.0.1:39619_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 280562 WARN  (jetty-launcher-2202-thread-3-SendThread(127.0.0.1:45791)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b110752a000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b110752a000a, 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 0x101b110752a000a, 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> 280562 INFO  (closeThreadPool-2330-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72533753257918474-127.0.0.1:39619_solr-n_0000000001) closing
   [junit4]   2> 280562 INFO  (zkCallback-2283-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 280562 INFO  (zkCallback-2267-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 280562 INFO  (zkCallback-2318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 280562 INFO  (zkCallback-2294-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 280562 INFO  (zkCallback-2267-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38199_solr
   [junit4]   2> 280563 INFO  (zkCallback-2267-thread-2) [n:127.0.0.1:38199_solr     ] o.a.s.c.Overseer Overseer (id=72533753257918476-127.0.0.1:38199_solr-n_0000000002) starting
   [junit4]   2> 280569 INFO  (OverseerStateUpdate-72533753257918476-127.0.0.1:38199_solr-n_0000000002) [n:127.0.0.1:38199_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38199_solr
   [junit4]   2> 280662 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.Overseer Overseer (id=72533753257918474-127.0.0.1:39619_solr-n_0000000001) closing
   [junit4]   2> 280663 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@818f927{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 280663 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c89ed32{/solr,null,STOPPED}
   [junit4]   2> 280663 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 280664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 280664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 280664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-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> 280669 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 280669 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 280669 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 280669 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f65bf2d{/solr,null,AVAILABLE}
   [junit4]   2> 280672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@67f23ee7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42615}
   [junit4]   2> 280672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.Server Started @280744ms
   [junit4]   2> 280672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38287}
   [junit4]   2> 280672 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 280672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 280672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 280672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 280672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 280672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T12:06:06.799Z
   [junit4]   2> 280673 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 280677 INFO  (zkConnectionManagerCallback-2336-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280677 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 280678 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 280682 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 281185 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 281186 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@c9a8aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 281186 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@c9a8aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 281189 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@375ef1b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 281189 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@375ef1b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 281190 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45791/solr
   [junit4]   2> 281191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 281192 INFO  (zkConnectionManagerCallback-2347-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 281192 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 281294 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:38287_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 281296 INFO  (zkConnectionManagerCallback-2349-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 281296 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:38287_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 281300 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:38287_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 281303 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:38287_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38287_solr as DOWN
   [junit4]   2> 281304 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:38287_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 281304 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:38287_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38287_solr
   [junit4]   2> 281305 INFO  (zkCallback-2294-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 281305 INFO  (zkCallback-2318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 281305 INFO  (zkCallback-2267-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 281305 INFO  (zkCallback-2283-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 281306 INFO  (zkCallback-2348-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 281307 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:38287_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 281307 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:38287_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> 281322 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:38287_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_5CD5DB5B7FAD8D8A-001/tempDir-001/node3
   [junit4]   2> 281330 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 281333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:42615/solr. Proxy: http://127.0.0.1:38287/solr
   [junit4]   2> 281333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1612803107
   [junit4]   2> 281333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38199_solr
   [junit4]   2> 281334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 281334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38199_solr as DOWN
   [junit4]   2> 281337 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 281337 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 281337 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 281337 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 281342 INFO  (closeThreadPool-2360-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72533753257918476-127.0.0.1:38199_solr-n_0000000002) closing
   [junit4]   2> 281342 INFO  (OverseerStateUpdate-72533753257918476-127.0.0.1:38199_solr-n_0000000002) [n:127.0.0.1:38199_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38199_solr
   [junit4]   2> 281343 INFO  (OverseerAutoScalingTriggerThread-72533753257918476-127.0.0.1:38199_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 281346 INFO  (closeThreadPool-2360-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72533753257918476-127.0.0.1:38199_solr-n_0000000002) closing
   [junit4]   2> 281347 INFO  (zkCallback-2348-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 281347 WARN  (jetty-launcher-2202-thread-2-SendThread(127.0.0.1:45791)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b110752a000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b110752a000c, 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 0x101b110752a000c, 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> 281347 INFO  (zkCallback-2318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 281348 INFO  (zkCallback-2294-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 281348 INFO  (zkCallback-2283-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 281348 INFO  (zkCallback-2283-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33729_solr
   [junit4]   2> 281349 INFO  (zkCallback-2283-thread-2) [n:127.0.0.1:33729_solr     ] o.a.s.c.Overseer Overseer (id=72533753257918478-127.0.0.1:33729_solr-n_0000000003) starting
   [junit4]   2> 281353 INFO  (OverseerStateUpdate-72533753257918478-127.0.0.1:33729_solr-n_0000000003) [n:127.0.0.1:33729_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33729_solr
   [junit4]   2> 281448 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.Overseer Overseer (id=72533753257918476-127.0.0.1:38199_solr-n_0000000002) closing
   [junit4]   2> 281449 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2896c2c1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 281449 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c83d557{/solr,null,STOPPED}
   [junit4]   2> 281449 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 281450 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 281450 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 281450 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-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> 281455 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 281455 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 281455 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 281455 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e4d45a2{/solr,null,AVAILABLE}
   [junit4]   2> 281456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b6531ac{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35631}
   [junit4]   2> 281456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.s.Server Started @281528ms
   [junit4]   2> 281456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37237}
   [junit4]   2> 281456 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 281456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 281456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 281456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 281456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 281456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T12:06:07.583Z
   [junit4]   2> 281457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 281458 INFO  (zkConnectionManagerCallback-2366-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 281458 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 281459 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 281464 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 282887 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 282888 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f7299f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 282888 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f7299f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 282891 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c50772[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 282891 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c50772[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 282892 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45791/solr
   [junit4]   2> 282892 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 282894 INFO  (zkConnectionManagerCallback-2377-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 282894 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 282996 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:37237_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 282998 INFO  (zkConnectionManagerCallback-2379-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 282998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:37237_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 283003 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:37237_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 283007 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:37237_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37237_solr as DOWN
   [junit4]   2> 283008 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:37237_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 283008 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:37237_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37237_solr
   [junit4]   2> 283009 INFO  (zkCallback-2318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 283009 INFO  (zkCallback-2283-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 283009 INFO  (zkCallback-2294-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 283009 INFO  (zkCallback-2348-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 283010 INFO  (zkCallback-2378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 283010 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:37237_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 283010 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:37237_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> 283026 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [n:127.0.0.1:37237_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_5CD5DB5B7FAD8D8A-001/tempDir-001/node2
   [junit4]   2> 283034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 283034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:35631/solr. Proxy: http://127.0.0.1:37237/solr
   [junit4]   2> 283034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=672702824
   [junit4]   2> 283034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33729_solr
   [junit4]   2> 283035 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 283035 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33729_solr as DOWN
   [junit4]   2> 283037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 283037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 283037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 283037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 283037 INFO  (closeThreadPool-2390-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72533753257918478-127.0.0.1:33729_solr-n_0000000003) closing
   [junit4]   2> 283038 INFO  (OverseerStateUpdate-72533753257918478-127.0.0.1:33729_solr-n_0000000003) [n:127.0.0.1:33729_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33729_solr
   [junit4]   2> 283038 INFO  (OverseerAutoScalingTriggerThread-72533753257918478-127.0.0.1:33729_solr-n_0000000003) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 283039 INFO  (closeThreadPool-2390-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72533753257918478-127.0.0.1:33729_solr-n_0000000003) closing
   [junit4]   2> 283039 WARN  (jetty-launcher-2202-thread-4-SendThread(127.0.0.1:45791)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b110752a000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b110752a000e, 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 0x101b110752a000e, 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> 283040 INFO  (zkCallback-2378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 283040 INFO  (zkCallback-2348-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 283040 INFO  (zkCallback-2294-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 283040 INFO  (zkCallback-2318-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40619_solr
   [junit4]   2> 2830

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

(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 299331 INFO  (zkCallback-2378-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 299331 INFO  (zkCallback-2318-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 299331 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker-SendThread(127.0.0.1:45791)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b110752a001b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b110752a001b, 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 0x101b110752a001b, 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> 299332 INFO  (zkCallback-2378-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 299332 INFO  (closeThreadPool-2484-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72533753257918482-127.0.0.1:40619_solr-n_0000000004) closing
   [junit4]   2> 299332 INFO  (zkCallback-2318-thread-5) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 299333 INFO  (OverseerStateUpdate-72533753257918482-127.0.0.1:40619_solr-n_0000000004) [n:127.0.0.1:40619_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40619_solr
   [junit4]   2> 299335 INFO  (OverseerAutoScalingTriggerThread-72533753257918482-127.0.0.1:40619_solr-n_0000000004) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 299337 INFO  (closeThreadPool-2484-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72533753257918482-127.0.0.1:40619_solr-n_0000000004) closing
   [junit4]   2> 299432 INFO  (jetty-closer-2464-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@67f23ee7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 299432 INFO  (jetty-closer-2464-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2f65bf2d{/solr,null,STOPPED}
   [junit4]   2> 299432 INFO  (jetty-closer-2464-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 299532 INFO  (jetty-closer-2464-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6b6531ac{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 299532 INFO  (jetty-closer-2464-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3e4d45a2{/solr,null,STOPPED}
   [junit4]   2> 299532 INFO  (jetty-closer-2464-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 299631 INFO  (jetty-closer-2464-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72533753257918482-127.0.0.1:40619_solr-n_0000000004) closing
   [junit4]   2> 299632 INFO  (jetty-closer-2464-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@37c5da7a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 299633 INFO  (jetty-closer-2464-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1350f315{/solr,null,STOPPED}
   [junit4]   2> 299633 INFO  (jetty-closer-2464-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 299733 INFO  (jetty-closer-2464-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d978618{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 299734 INFO  (jetty-closer-2464-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5295cf45{/solr,null,STOPPED}
   [junit4]   2> 299734 INFO  (jetty-closer-2464-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 299734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 299735 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker-SendThread(127.0.0.1:45791)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b110752a0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b110752a0000, 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 0x101b110752a0000, 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> 299937 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	12	/solr/security.json
   [junit4]   2> 	10	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	8	/solr/configs/conf
   [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_cant_connect_to_leader/terms/shard1
   [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> 	48	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	45	/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> 	13	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72533753257918491-127.0.0.1:40603_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72533753257918482-127.0.0.1:40619_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	98	/solr/live_nodes
   [junit4]   2> 	89	/solr/overseer/queue
   [junit4]   2> 	54	/solr/collections
   [junit4]   2> 	29	/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> 299943 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45791
   [junit4]   2> 299943 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45791
   [junit4]   2> 299943 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[5CD5DB5B7FAD8D8A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45791
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_5CD5DB5B7FAD8D8A-001
   [junit4]   2> Nov 24, 2020 12:06:26 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=Lucene87, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=sr, timezone=WET
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=71766384,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSizeEstimatorTest, TestSimComputePlanAction, TestMinHashQParser, TestNamedUpdateProcessors, TestRawResponseWriter, SolrLogPostToolTest, TestConfigOverlay, TestRestManager, ZkStateWriterTest, AliasIntegrationTest, ResourceLoaderTest, JavaBinAtomicUpdateMultivalueTest, RangeFacetCloudTest, OverseerSolrResponseTest, TestJsonFacetsStatsParsing, TestFieldSortValues, MetricsHistoryIntegrationTest, MBeansHandlerTest, TestSolrDeletionPolicy1, CoreAdminRequestStatusTest, DistributedSuggestComponentTest, TestExactStatsCache, TestLFUCache, ZookeeperReadAPITest, SpatialFilterTest, BlockDirectoryTest, TestDistribPackageStore, AddSchemaFieldsUpdateProcessorFactoryTest, TestJettySolrRunner, HttpTriggerListenerTest, TestPullReplicaErrorHandling]
   [junit4] Completed [80/921 (1!)] on J0 in 23.02s, 4 tests, 1 error <<< FAILURES!

[...truncated 53577 lines...]

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/901/

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

Error Message:
Error from server at http://127.0.0.1:46097/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:46097/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([6F721500CEA6F5D7:6745F3C815088159]: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 14711 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1090428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-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> 1090428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1090429 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_6F721500CEA6F5D7-001/data-dir-109-001
   [junit4]   2> 1090429 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1090429 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1090431 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-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> 1090431 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_6F721500CEA6F5D7-001/tempDir-001
   [junit4]   2> 1090431 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1090432 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1090432 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1090432 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1090532 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 38371
   [junit4]   2> 1090532 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38371
   [junit4]   2> 1090532 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38371
   [junit4]   2> 1090532 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38371
   [junit4]   2> 1090533 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090538 INFO  (zkConnectionManagerCallback-10929-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1090538 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1090546 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090547 INFO  (zkConnectionManagerCallback-10931-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1090547 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1090550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090554 INFO  (zkConnectionManagerCallback-10933-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1090554 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1090656 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1090656 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1090656 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1090656 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1090656 INFO  (jetty-launcher-10934-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> 1090656 INFO  (jetty-launcher-10934-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> 1090657 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1090657 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1090657 INFO  (jetty-launcher-10934-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> 1090657 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1090657 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1090657 INFO  (jetty-launcher-10934-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> 1090663 INFO  (jetty-launcher-10934-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1090663 INFO  (jetty-launcher-10934-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1090663 INFO  (jetty-launcher-10934-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1090666 INFO  (jetty-launcher-10934-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1090666 INFO  (jetty-launcher-10934-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1090666 INFO  (jetty-launcher-10934-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1090666 INFO  (jetty-launcher-10934-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15d4982e{/solr,null,AVAILABLE}
   [junit4]   2> 1090670 INFO  (jetty-launcher-10934-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1090670 INFO  (jetty-launcher-10934-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1090670 INFO  (jetty-launcher-10934-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1090674 INFO  (jetty-launcher-10934-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@34dc734d{/solr,null,AVAILABLE}
   [junit4]   2> 1090678 INFO  (jetty-launcher-10934-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1090678 INFO  (jetty-launcher-10934-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@13e8754{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42823}
   [junit4]   2> 1090678 INFO  (jetty-launcher-10934-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1090678 INFO  (jetty-launcher-10934-thread-1) [     ] o.e.j.s.Server Started @1090707ms
   [junit4]   2> 1090678 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42823}
   [junit4]   2> 1090678 ERROR (jetty-launcher-10934-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1090678 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1090678 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1090678 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1090678 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1090678 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T16:39:22.174Z
   [junit4]   2> 1090679 INFO  (jetty-launcher-10934-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3670085b{/solr,null,AVAILABLE}
   [junit4]   2> 1090679 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090681 INFO  (jetty-launcher-10934-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1090681 INFO  (jetty-launcher-10934-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d630166{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42551}
   [junit4]   2> 1090681 INFO  (jetty-launcher-10934-thread-3) [     ] o.e.j.s.Server Started @1090709ms
   [junit4]   2> 1090681 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42551}
   [junit4]   2> 1090681 ERROR (jetty-launcher-10934-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1090681 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1090681 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1090681 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1090681 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1090681 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T16:39:22.177Z
   [junit4]   2> 1090682 INFO  (jetty-launcher-10934-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76fa233f{/solr,null,AVAILABLE}
   [junit4]   2> 1090687 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090687 INFO  (zkConnectionManagerCallback-10938-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1090687 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1090687 INFO  (jetty-launcher-10934-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@134be615{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41091}
   [junit4]   2> 1090687 INFO  (jetty-launcher-10934-thread-2) [     ] o.e.j.s.Server Started @1090716ms
   [junit4]   2> 1090687 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41091}
   [junit4]   2> 1090687 INFO  (jetty-launcher-10934-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@73c35866{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42365}
   [junit4]   2> 1090687 INFO  (jetty-launcher-10934-thread-4) [     ] o.e.j.s.Server Started @1090716ms
   [junit4]   2> 1090687 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42365}
   [junit4]   2> 1090687 ERROR (jetty-launcher-10934-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1090687 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1090688 ERROR (jetty-launcher-10934-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1090688 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1090688 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1090688 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1090688 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1090688 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1090688 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T16:39:22.184Z
   [junit4]   2> 1090688 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1090689 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1090689 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1090689 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T16:39:22.185Z
   [junit4]   2> 1090689 INFO  (zkConnectionManagerCallback-10936-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1090689 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1090689 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090690 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1090693 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1090693 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090693 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1090694 WARN  (jetty-launcher-10934-thread-3-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e0004, 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 0x101b20cdf7e0004, 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> 1090694 WARN  (jetty-launcher-10934-thread-1-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e0003, 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 0x101b20cdf7e0003, 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> 1090694 INFO  (zkConnectionManagerCallback-10940-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1090694 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1090695 INFO  (zkConnectionManagerCallback-10942-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1090695 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1090795 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1090795 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1090807 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1090808 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1090809 WARN  (jetty-launcher-10934-thread-4-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e0005, 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 0x101b20cdf7e0005, 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> 1091125 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1091126 WARN  (jetty-launcher-10934-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62f8605b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091126 WARN  (jetty-launcher-10934-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62f8605b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091129 WARN  (jetty-launcher-10934-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@363853d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091129 WARN  (jetty-launcher-10934-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@363853d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091130 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38371/solr
   [junit4]   2> 1091130 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1091131 INFO  (zkConnectionManagerCallback-10962-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1091131 INFO  (jetty-launcher-10934-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1091132 WARN  (jetty-launcher-10934-thread-4-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e0007, 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 0x101b20cdf7e0007, 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> 1091180 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1091181 WARN  (jetty-launcher-10934-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@131719ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091181 WARN  (jetty-launcher-10934-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@131719ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091183 WARN  (jetty-launcher-10934-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3094ff4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091183 WARN  (jetty-launcher-10934-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3094ff4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091184 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38371/solr
   [junit4]   2> 1091187 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1091187 INFO  (zkConnectionManagerCallback-10970-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1091187 INFO  (jetty-launcher-10934-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1091234 INFO  (jetty-launcher-10934-thread-4) [n:127.0.0.1:42365_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1091235 WARN  (jetty-launcher-10934-thread-3-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e0008, 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 0x101b20cdf7e0008, 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> 1091235 INFO  (zkConnectionManagerCallback-10972-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1091235 INFO  (jetty-launcher-10934-thread-4) [n:127.0.0.1:42365_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1091289 INFO  (jetty-launcher-10934-thread-4) [n:127.0.0.1:42365_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42365_solr
   [junit4]   2> 1091290 INFO  (jetty-launcher-10934-thread-4) [n:127.0.0.1:42365_solr     ] o.a.s.c.Overseer Overseer (id=72534837373566985-127.0.0.1:42365_solr-n_0000000000) starting
   [junit4]   2> 1091298 INFO  (OverseerStateUpdate-72534837373566985-127.0.0.1:42365_solr-n_0000000000) [n:127.0.0.1:42365_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42365_solr
   [junit4]   2> 1091307 INFO  (jetty-launcher-10934-thread-4) [n:127.0.0.1:42365_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42365_solr
   [junit4]   2> 1091309 INFO  (zkCallback-10971-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1091310 INFO  (jetty-launcher-10934-thread-4) [n:127.0.0.1:42365_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1091310 WARN  (jetty-launcher-10934-thread-4) [n:127.0.0.1:42365_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> 1091327 INFO  (jetty-launcher-10934-thread-4) [n:127.0.0.1:42365_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_6F721500CEA6F5D7-001/tempDir-001/node4
   [junit4]   2> 1091358 INFO  (jetty-launcher-10934-thread-3) [n:127.0.0.1:42551_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1091362 INFO  (zkConnectionManagerCallback-10984-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1091362 INFO  (jetty-launcher-10934-thread-3) [n:127.0.0.1:42551_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1091366 INFO  (jetty-launcher-10934-thread-3) [n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1091372 INFO  (jetty-launcher-10934-thread-3) [n:127.0.0.1:42551_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42551_solr as DOWN
   [junit4]   2> 1091372 INFO  (jetty-launcher-10934-thread-3) [n:127.0.0.1:42551_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1091372 INFO  (jetty-launcher-10934-thread-3) [n:127.0.0.1:42551_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42551_solr
   [junit4]   2> 1091373 INFO  (zkCallback-10971-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1091379 INFO  (zkCallback-10983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1091379 INFO  (jetty-launcher-10934-thread-3) [n:127.0.0.1:42551_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1091380 WARN  (jetty-launcher-10934-thread-3) [n:127.0.0.1:42551_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> 1091392 INFO  (jetty-launcher-10934-thread-3) [n:127.0.0.1:42551_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_6F721500CEA6F5D7-001/tempDir-001/node3
   [junit4]   2> 1091846 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1091847 WARN  (jetty-launcher-10934-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a88dbb7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091847 WARN  (jetty-launcher-10934-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a88dbb7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091850 WARN  (jetty-launcher-10934-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f6d8c5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091850 WARN  (jetty-launcher-10934-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f6d8c5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1091851 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38371/solr
   [junit4]   2> 1091854 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1091858 INFO  (zkConnectionManagerCallback-10998-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1091858 INFO  (jetty-launcher-10934-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1091960 INFO  (jetty-launcher-10934-thread-2) [n:127.0.0.1:41091_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1091961 INFO  (zkConnectionManagerCallback-11000-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1091962 INFO  (jetty-launcher-10934-thread-2) [n:127.0.0.1:41091_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1091971 INFO  (jetty-launcher-10934-thread-2) [n:127.0.0.1:41091_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1091973 INFO  (jetty-launcher-10934-thread-2) [n:127.0.0.1:41091_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41091_solr as DOWN
   [junit4]   2> 1091974 INFO  (jetty-launcher-10934-thread-2) [n:127.0.0.1:41091_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1091974 INFO  (jetty-launcher-10934-thread-2) [n:127.0.0.1:41091_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41091_solr
   [junit4]   2> 1091975 INFO  (zkCallback-10971-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1091975 INFO  (zkCallback-10983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1091979 INFO  (jetty-launcher-10934-thread-2) [n:127.0.0.1:41091_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1091979 WARN  (jetty-launcher-10934-thread-2) [n:127.0.0.1:41091_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> 1091980 INFO  (zkCallback-10999-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1091995 INFO  (jetty-launcher-10934-thread-2) [n:127.0.0.1:41091_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_6F721500CEA6F5D7-001/tempDir-001/node2
   [junit4]   2> 1092038 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1092039 WARN  (jetty-launcher-10934-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@186dac76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1092039 WARN  (jetty-launcher-10934-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@186dac76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1092042 WARN  (jetty-launcher-10934-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73bfb84a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1092042 WARN  (jetty-launcher-10934-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73bfb84a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1092043 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38371/solr
   [junit4]   2> 1092054 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1092057 INFO  (zkConnectionManagerCallback-11014-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1092057 INFO  (jetty-launcher-10934-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1092067 WARN  (jetty-launcher-10934-thread-1-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e000d, 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 0x101b20cdf7e000d, 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> 1092174 INFO  (jetty-launcher-10934-thread-1) [n:127.0.0.1:42823_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1092174 INFO  (zkConnectionManagerCallback-11016-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1092174 INFO  (jetty-launcher-10934-thread-1) [n:127.0.0.1:42823_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1092178 INFO  (jetty-launcher-10934-thread-1) [n:127.0.0.1:42823_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1092181 INFO  (jetty-launcher-10934-thread-1) [n:127.0.0.1:42823_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42823_solr as DOWN
   [junit4]   2> 1092182 INFO  (jetty-launcher-10934-thread-1) [n:127.0.0.1:42823_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1092182 INFO  (jetty-launcher-10934-thread-1) [n:127.0.0.1:42823_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42823_solr
   [junit4]   2> 1092183 INFO  (zkCallback-10971-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1092184 INFO  (zkCallback-10999-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1092184 INFO  (zkCallback-10983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1092185 INFO  (jetty-launcher-10934-thread-1) [n:127.0.0.1:42823_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1092185 WARN  (jetty-launcher-10934-thread-1) [n:127.0.0.1:42823_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> 1092194 INFO  (zkCallback-11015-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1092203 INFO  (jetty-launcher-10934-thread-1) [n:127.0.0.1:42823_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_6F721500CEA6F5D7-001/tempDir-001/node1
   [junit4]   2> 1092223 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1092224 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1092238 INFO  (zkConnectionManagerCallback-11027-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1092238 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1092240 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1092241 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38371/solr ready
   [junit4]   2> 1092243 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1877994179
   [junit4]   2> 1092243 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42365_solr
   [junit4]   2> 1092244 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1092244 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42365_solr as DOWN
   [junit4]   2> 1092246 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1092246 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1092246 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1092246 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1092247 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1092250 INFO  (closeThreadPool-11032-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72534837373566985-127.0.0.1:42365_solr-n_0000000000) closing
   [junit4]   2> 1092250 INFO  (OverseerStateUpdate-72534837373566985-127.0.0.1:42365_solr-n_0000000000) [n:127.0.0.1:42365_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42365_solr
   [junit4]   2> 1092254 INFO  (OverseerAutoScalingTriggerThread-72534837373566985-127.0.0.1:42365_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1092259 INFO  (closeThreadPool-11032-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72534837373566985-127.0.0.1:42365_solr-n_0000000000) closing
   [junit4]   2> 1092259 WARN  (jetty-launcher-10934-thread-4-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e0009, 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 0x101b20cdf7e0009, 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> 1092260 INFO  (zkCallback-10999-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1092260 INFO  (zkCallback-11015-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1092260 INFO  (zkCallback-10983-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42551_solr
   [junit4]   2> 1092260 INFO  (zkCallback-11026-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1092261 INFO  (zkCallback-10983-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1092261 INFO  (zkCallback-10983-thread-1) [n:127.0.0.1:42551_solr     ] o.a.s.c.Overseer Overseer (id=72534837373566986-127.0.0.1:42551_solr-n_0000000001) starting
   [junit4]   2> 1092264 INFO  (OverseerStateUpdate-72534837373566986-127.0.0.1:42551_solr-n_0000000001) [n:127.0.0.1:42551_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42551_solr
   [junit4]   2> 1092360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.Overseer Overseer (id=72534837373566985-127.0.0.1:42365_solr-n_0000000000) closing
   [junit4]   2> 1092361 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@73c35866{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1092361 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3670085b{/solr,null,STOPPED}
   [junit4]   2> 1092361 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1092362 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1092362 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1092362 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-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> 1092363 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1092363 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1092363 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1092363 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22aa13f6{/solr,null,AVAILABLE}
   [junit4]   2> 1092363 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d56d863{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42437}
   [junit4]   2> 1092363 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.Server Started @1092392ms
   [junit4]   2> 1092363 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46097}
   [junit4]   2> 1092363 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1092364 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1092364 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1092364 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1092364 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1092364 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T16:39:23.860Z
   [junit4]   2> 1092364 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1092365 INFO  (zkConnectionManagerCallback-11038-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1092365 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1092365 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1092370 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1093214 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1093224 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3dcfd60c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1093224 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3dcfd60c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1093231 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a7570ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1093231 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a7570ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1093232 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38371/solr
   [junit4]   2> 1093233 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1093233 INFO  (zkConnectionManagerCallback-11049-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1093233 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1093234 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e0011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e0011, 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 0x101b20cdf7e0011, 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> 1093335 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:46097_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1093336 INFO  (zkConnectionManagerCallback-11051-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1093336 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:46097_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1093347 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:46097_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1093354 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:46097_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46097_solr as DOWN
   [junit4]   2> 1093355 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:46097_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1093355 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:46097_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46097_solr
   [junit4]   2> 1093356 INFO  (zkCallback-11015-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1093356 INFO  (zkCallback-10983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1093357 INFO  (zkCallback-10999-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1093357 INFO  (zkCallback-11026-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1093358 INFO  (zkCallback-11050-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1093359 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:46097_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1093360 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:46097_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> 1093376 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:46097_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_6F721500CEA6F5D7-001/tempDir-001/node4
   [junit4]   2> 1093386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1093386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:42437/solr. Proxy: http://127.0.0.1:46097/solr
   [junit4]   2> 1093386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=533290821
   [junit4]   2> 1093386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42551_solr
   [junit4]   2> 1093387 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1093387 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42551_solr as DOWN
   [junit4]   2> 1093389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1093389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1093389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1093389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1093396 INFO  (closeThreadPool-11062-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72534837373566986-127.0.0.1:42551_solr-n_0000000001) closing
   [junit4]   2> 1093396 INFO  (OverseerStateUpdate-72534837373566986-127.0.0.1:42551_solr-n_0000000001) [n:127.0.0.1:42551_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42551_solr
   [junit4]   2> 1093396 INFO  (OverseerAutoScalingTriggerThread-72534837373566986-127.0.0.1:42551_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1093399 INFO  (closeThreadPool-11062-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72534837373566986-127.0.0.1:42551_solr-n_0000000001) closing
   [junit4]   2> 1093400 INFO  (zkCallback-10999-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41091_solr
   [junit4]   2> 1093400 INFO  (zkCallback-11015-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1093400 INFO  (zkCallback-11050-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1093400 INFO  (zkCallback-11026-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1093400 INFO  (zkCallback-10999-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1093401 INFO  (zkCallback-10999-thread-1) [n:127.0.0.1:41091_solr     ] o.a.s.c.Overseer Overseer (id=72534837373566988-127.0.0.1:41091_solr-n_0000000002) starting
   [junit4]   2> 1093404 INFO  (OverseerStateUpdate-72534837373566988-127.0.0.1:41091_solr-n_0000000002) [n:127.0.0.1:41091_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41091_solr
   [junit4]   2> 1093499 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.Overseer Overseer (id=72534837373566986-127.0.0.1:42551_solr-n_0000000001) closing
   [junit4]   2> 1093500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1d630166{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1093500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@34dc734d{/solr,null,STOPPED}
   [junit4]   2> 1093500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1093501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1093501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1093501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-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> 1093502 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1093502 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1093502 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1093506 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70ac6421{/solr,null,AVAILABLE}
   [junit4]   2> 1093507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3290d731{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34079}
   [junit4]   2> 1093507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.Server Started @1093535ms
   [junit4]   2> 1093507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33511}
   [junit4]   2> 1093507 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1093507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1093507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1093507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1093507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1093507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T16:39:25.003Z
   [junit4]   2> 1093508 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1093509 INFO  (zkConnectionManagerCallback-11068-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1093509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1093510 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1093514 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1093864 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1093865 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b5bd32c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1093865 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b5bd32c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1093868 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2df0a43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1093868 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2df0a43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1093870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38371/solr
   [junit4]   2> 1093870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1093872 INFO  (zkConnectionManagerCallback-11079-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1093872 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1093874 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e0014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e0014, 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 0x101b20cdf7e0014, 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> 1093975 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:33511_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1093978 INFO  (zkConnectionManagerCallback-11081-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1093978 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:33511_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1093985 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:33511_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1093989 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:33511_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33511_solr as DOWN
   [junit4]   2> 1093991 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:33511_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1093991 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:33511_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33511_solr
   [junit4]   2> 1093992 INFO  (zkCallback-11050-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1093992 INFO  (zkCallback-11015-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1093993 INFO  (zkCallback-11026-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1093993 INFO  (zkCallback-10999-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1093993 INFO  (zkCallback-11080-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1093993 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:33511_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1093994 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:33511_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> 1094012 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:33511_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_6F721500CEA6F5D7-001/tempDir-001/node3
   [junit4]   2> 1094021 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1094021 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:34079/solr. Proxy: http://127.0.0.1:33511/solr
   [junit4]   2> 1094022 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=502023727
   [junit4]   2> 1094022 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41091_solr
   [junit4]   2> 1094022 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1094022 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41091_solr as DOWN
   [junit4]   2> 1094024 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1094024 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1094024 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1094024 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1094025 INFO  (closeThreadPool-11092-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72534837373566988-127.0.0.1:41091_solr-n_0000000002) closing
   [junit4]   2> 1094026 INFO  (OverseerStateUpdate-72534837373566988-127.0.0.1:41091_solr-n_0000000002) [n:127.0.0.1:41091_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41091_solr
   [junit4]   2> 1094026 INFO  (OverseerAutoScalingTriggerThread-72534837373566988-127.0.0.1:41091_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1094033 INFO  (closeThreadPool-11092-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72534837373566988-127.0.0.1:41091_solr-n_0000000002) closing
   [junit4]   2> 1094034 WARN  (jetty-launcher-10934-thread-2-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e000c, 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 0x101b20cdf7e000c, 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> 1094038 INFO  (zkCallback-11050-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1094038 INFO  (zkCallback-11026-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1094039 INFO  (zkCallback-11015-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1094043 INFO  (zkCallback-11080-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1094134 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.Overseer Overseer (id=72534837373566988-127.0.0.1:41091_solr-n_0000000002) closing
   [junit4]   2> 1094135 INFO  (zkCallback-11015-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42823_solr
   [junit4]   2> 1094136 INFO  (zkCallback-11015-thread-2) [n:127.0.0.1:42823_solr     ] o.a.s.c.Overseer Overseer (id=72534837373566990-127.0.0.1:42823_solr-n_0000000003) starting
   [junit4]   2> 1094136 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@134be615{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1094137 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76fa233f{/solr,null,STOPPED}
   [junit4]   2> 1094137 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1094137 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1094138 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1094138 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-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> 1094144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1094144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1094144 INFO  (OverseerStateUpdate-72534837373566990-127.0.0.1:42823_solr-n_0000000003) [n:127.0.0.1:42823_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42823_solr
   [junit4]   2> 1094144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1094144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44bd6f73{/solr,null,AVAILABLE}
   [junit4]   2> 1094145 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@715f774e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43359}
   [junit4]   2> 1094145 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.s.Server Started @1094173ms
   [junit4]   2> 1094145 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36899}
   [junit4]   2> 1094145 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1094145 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1094145 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1094145 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1094145 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1094145 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-24T16:39:25.641Z
   [junit4]   2> 1094150 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1094154 INFO  (zkConnectionManagerCallback-11098-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1094154 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1094155 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1094160 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1094165 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e0016.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e0016, 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 0x101b20cdf7e0016, 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> 1095156 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1095157 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ed8fa15[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1095157 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ed8fa15[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1095161 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6173be27[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1095161 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6173be27[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1095162 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38371/solr
   [junit4]   2> 1095166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1095170 INFO  (zkConnectionManagerCallback-11109-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095170 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1095172 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker-SendThread(127.0.0.1:38371)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b20cdf7e0017.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b20cdf7e0017, 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 0x101b20cdf7e0017, 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> 1095274 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:36899_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1095275 INFO  (zkConnectionManagerCallback-11111-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095275 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:36899_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1095280 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:36899_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1095284 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:36899_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36899_solr as DOWN
   [junit4]   2> 1095285 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:36899_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1095285 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [n:127.0.0.1:36899_solr 

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

tag=null
   [junit4]   2> 1129529 INFO  (closeThreadPool-11220-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72534837373567000-127.0.0.1:36899_solr-n_0000000006) closing
   [junit4]   2> 1129538 INFO  (OverseerStateUpdate-72534837373567000-127.0.0.1:36899_solr-n_0000000006) [n:127.0.0.1:36899_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36899_solr
   [junit4]   2> 1129538 INFO  (OverseerAutoScalingTriggerThread-72534837373567000-127.0.0.1:36899_solr-n_0000000006) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1129538 INFO  (jetty-closer-11202-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1129538 INFO  (jetty-closer-11202-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1129538 INFO  (jetty-closer-11202-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1129538 INFO  (jetty-closer-11202-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1129539 INFO  (zkCallback-11140-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1129555 INFO  (closeThreadPool-11220-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72534837373567000-127.0.0.1:36899_solr-n_0000000006) closing
   [junit4]   2> 1129639 INFO  (jetty-closer-11202-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72534837373566994-127.0.0.1:46097_solr-n_0000000004) closing
   [junit4]   2> 1129645 INFO  (jetty-closer-11202-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1d56d863{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1129645 INFO  (jetty-closer-11202-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@22aa13f6{/solr,null,STOPPED}
   [junit4]   2> 1129645 INFO  (jetty-closer-11202-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1129743 INFO  (jetty-closer-11202-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3290d731{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1129744 INFO  (jetty-closer-11202-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@70ac6421{/solr,null,STOPPED}
   [junit4]   2> 1129744 INFO  (jetty-closer-11202-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1129840 INFO  (jetty-closer-11202-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7d083658{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1129841 INFO  (jetty-closer-11202-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@41cecc9d{/solr,null,STOPPED}
   [junit4]   2> 1129841 INFO  (jetty-closer-11202-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1129939 INFO  (jetty-closer-11202-thread-3) [     ] o.a.s.c.Overseer Overseer (id=72534837373567000-127.0.0.1:36899_solr-n_0000000006) closing
   [junit4]   2> 1129942 INFO  (jetty-closer-11202-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@715f774e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1129942 INFO  (jetty-closer-11202-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@44bd6f73{/solr,null,STOPPED}
   [junit4]   2> 1129942 INFO  (jetty-closer-11202-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1129943 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1130146 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> 	14	/solr/aliases.json
   [junit4]   2> 	13	/solr/security.json
   [junit4]   2> 	11	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	9	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_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> 	6	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	77	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	45	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	26	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	14	/solr/clusterstate.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72534837373567003-127.0.0.1:38991_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72534837373566994-127.0.0.1:46097_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	104	/solr/live_nodes
   [junit4]   2> 	99	/solr/overseer/queue
   [junit4]   2> 	53	/solr/collections
   [junit4]   2> 	32	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1130150 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38371
   [junit4]   2> 1130150 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38371
   [junit4]   2> 1130150 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[6F721500CEA6F5D7]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38371
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_6F721500CEA6F5D7-001
   [junit4]   2> Nov 24, 2020 4:40:01 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {_root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), fieldName_s=Lucene84, id=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=374, maxMBSortInHeap=5.2335120654540574, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-MX, timezone=Asia/Novosibirsk
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=317454752,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [ZkNodePropsTest, TestSolrDeletionPolicy1, DistributedSuggestComponentTest, SolrLogPostToolTest, HdfsThreadLeakTest, TestFieldTypeResource, SpellingQueryConverterTest, DistributedExpandComponentTest, TestXIncludeConfig, LeaderFailureAfterFreshStartTest, ResponseLogComponentTest, AutoScalingHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, CollectionStateFormat2Test, TestGraphMLResponseWriter, StressHdfsTest, TestManagedSynonymFilterFactory, XMLAtomicUpdateMultivalueTest, OpenExchangeRatesOrgProviderTest, DateFieldTest, TestCloudDeleteByQuery, TestLegacyFieldCache, TestDistribPackageStore, DistribCursorPagingTest, TestDynamicLoading, TestSearcherReuse, DistributedVersionInfoTest, TestMacroExpander, TestManagedSchemaAPI, AnalyticsMergeStrategyTest, SuggesterTSTTest, MetricsHistoryIntegrationTest, ReturnFieldsTest, CustomHighlightComponentTest, FuzzySearchTest, QueryEqualityTest, DistanceFunctionTest, MetricTriggerIntegrationTest, SolrRequestParserTest, TestSolrJ, ReplaceNodeTest, ClusterStateMockUtilTest, AsyncCallRequestStatusResponseTest, SolrIndexMetricsTest, TestFieldCacheSort, DateMathParserTest, TestChildDocTransformer, TestReplicaProperties, TestRangeQuery, TestSimUtils, ZkStateWriterTest, JavabinLoaderTest, HdfsCollectionsAPIDistributedZkTest, TestStressLiveNodes, TestFieldSortValues, SolrTestCaseJ4Test, TestCollectionAPIs, FullSolrCloudDistribCmdsTest, TestBooleanSimilarityFactory, DocValuesTest, FieldAnalysisRequestHandlerTest, TestQueryTypes, TestMergePolicyConfig, TestReloadAndDeleteDocs, HttpSolrCallGetCoreTest, UninvertDocValuesMergePolicyTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestSubQueryTransformerCrossCore, TestInPlaceUpdatesStandalone, DirectoryFactoriesTest, TestRestManager, SolrSlf4jReporterTest, TestCollectionAPI, DisMaxRequestHandlerTest, RecoveryZkTest, TestExactStatsCache, TestRawResponseWriter, OverseerSolrResponseTest, TestStressLucene, IndexSchemaTest, TestLuceneIndexBackCompat, TestNonDefinedSimilarityFactory, PKIAuthenticationIntegrationTest, TestAnalyzedSuggestions, SolrCLIZkUtilsTest, SolrMetricsIntegrationTest, CdcrBootstrapTest, PathHierarchyTokenizerFactoryTest, ZookeeperReadAPITest, TestJettySolrRunner, TestPullReplicaErrorHandling]
   [junit4] Completed [428/921 (1!)] on J0 in 40.74s, 4 tests, 1 error <<< FAILURES!

[...truncated 52361 lines...]