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/28 00:47:20 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:33105/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:33105/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([CA584CC4D35AEF0F:C26FAA0C08F49B81]: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 15166 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1443291 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-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> 1443291 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-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_CA584CC4D35AEF0F-001/data-dir-142-001
   [junit4]   2> 1443291 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1443292 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-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> 1443292 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1443292 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-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_CA584CC4D35AEF0F-001/tempDir-001
   [junit4]   2> 1443293 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1443293 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1443293 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1443294 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1443393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 37487
   [junit4]   2> 1443393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37487
   [junit4]   2> 1443393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37487
   [junit4]   2> 1443393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37487
   [junit4]   2> 1443395 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1443397 INFO  (zkConnectionManagerCallback-14215-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1443397 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1443399 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1443400 INFO  (zkConnectionManagerCallback-14217-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1443400 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1443401 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1443402 INFO  (zkConnectionManagerCallback-14219-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1443402 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1443504 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1443504 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1443504 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1443504 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1443504 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1443504 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1443504 INFO  (jetty-launcher-14220-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> 1443504 INFO  (jetty-launcher-14220-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> 1443504 INFO  (jetty-launcher-14220-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> 1443504 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1443504 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1443505 INFO  (jetty-launcher-14220-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> 1443505 INFO  (jetty-launcher-14220-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1443505 INFO  (jetty-launcher-14220-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1443505 INFO  (jetty-launcher-14220-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1443505 INFO  (jetty-launcher-14220-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1443505 INFO  (jetty-launcher-14220-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1443506 INFO  (jetty-launcher-14220-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1443506 INFO  (jetty-launcher-14220-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1bb3dcdc{/solr,null,AVAILABLE}
   [junit4]   2> 1443506 INFO  (jetty-launcher-14220-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@730800a8{/solr,null,AVAILABLE}
   [junit4]   2> 1443506 INFO  (jetty-launcher-14220-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1443506 INFO  (jetty-launcher-14220-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1443506 INFO  (jetty-launcher-14220-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1443506 INFO  (jetty-launcher-14220-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@120a9dee{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42321}
   [junit4]   2> 1443506 INFO  (jetty-launcher-14220-thread-2) [     ] o.e.j.s.Server Started @1443541ms
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42321}
   [junit4]   2> 1443507 ERROR (jetty-launcher-14220-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-28T00:11:32.535Z
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@45a1082b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33077}
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-3) [     ] o.e.j.s.Server Started @1443542ms
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1443507 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33077}
   [junit4]   2> 1443508 ERROR (jetty-launcher-14220-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1443508 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1443508 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1443508 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1443508 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1443508 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-28T00:11:32.536Z
   [junit4]   2> 1443508 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1443508 INFO  (jetty-launcher-14220-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13cad305{/solr,null,AVAILABLE}
   [junit4]   2> 1443509 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1443509 INFO  (jetty-launcher-14220-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f25c603{/solr,null,AVAILABLE}
   [junit4]   2> 1443509 INFO  (jetty-launcher-14220-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@c98b338{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34195}
   [junit4]   2> 1443509 INFO  (jetty-launcher-14220-thread-1) [     ] o.e.j.s.Server Started @1443544ms
   [junit4]   2> 1443509 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34195}
   [junit4]   2> 1443509 ERROR (jetty-launcher-14220-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1443509 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1443509 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1443509 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1443509 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1443509 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-28T00:11:32.537Z
   [junit4]   2> 1443510 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1443510 INFO  (jetty-launcher-14220-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7d72418{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38293}
   [junit4]   2> 1443510 INFO  (jetty-launcher-14220-thread-4) [     ] o.e.j.s.Server Started @1443544ms
   [junit4]   2> 1443510 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38293}
   [junit4]   2> 1443510 ERROR (jetty-launcher-14220-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1443510 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1443510 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1443510 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1443510 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1443510 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-28T00:11:32.538Z
   [junit4]   2> 1443512 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1443512 INFO  (zkConnectionManagerCallback-14226-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1443512 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1443512 INFO  (zkConnectionManagerCallback-14224-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1443512 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1443512 INFO  (zkConnectionManagerCallback-14222-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1443512 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1443513 INFO  (zkConnectionManagerCallback-14228-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1443513 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1443513 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1443513 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1443513 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1443514 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1443517 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1443517 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1443518 WARN  (jetty-launcher-14220-thread-4-SendThread(127.0.0.1:37487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101c31ded970006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101c31ded970006, 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 0x101c31ded970006, 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> 1443519 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1443520 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1443521 WARN  (jetty-launcher-14220-thread-1-SendThread(127.0.0.1:37487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101c31ded970005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101c31ded970005, 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 0x101c31ded970005, 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> 1443714 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1443715 WARN  (jetty-launcher-14220-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e84b3ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1443715 WARN  (jetty-launcher-14220-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e84b3ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1443717 WARN  (jetty-launcher-14220-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@779311b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1443717 WARN  (jetty-launcher-14220-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@779311b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1443718 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37487/solr
   [junit4]   2> 1443719 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1443722 INFO  (zkConnectionManagerCallback-14242-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1443722 INFO  (jetty-launcher-14220-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1444022 INFO  (jetty-launcher-14220-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1444023 INFO  (zkConnectionManagerCallback-14250-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1444023 INFO  (jetty-launcher-14220-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1444075 INFO  (jetty-launcher-14220-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42321_solr
   [junit4]   2> 1444076 INFO  (jetty-launcher-14220-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.Overseer Overseer (id=72553602322202632-127.0.0.1:42321_solr-n_0000000000) starting
   [junit4]   2> 1444082 INFO  (OverseerStateUpdate-72553602322202632-127.0.0.1:42321_solr-n_0000000000) [n:127.0.0.1:42321_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42321_solr
   [junit4]   2> 1444096 INFO  (jetty-launcher-14220-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42321_solr
   [junit4]   2> 1444097 INFO  (jetty-launcher-14220-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1444098 WARN  (jetty-launcher-14220-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1444106 INFO  (zkCallback-14249-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1444158 INFO  (jetty-launcher-14220-thread-2) [n:127.0.0.1:42321_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_CA584CC4D35AEF0F-001/tempDir-001/node2
   [junit4]   2> 1444454 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1444469 WARN  (jetty-launcher-14220-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a144df9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1444469 WARN  (jetty-launcher-14220-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a144df9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1444502 WARN  (jetty-launcher-14220-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4231bbdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1444502 WARN  (jetty-launcher-14220-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4231bbdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1444503 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37487/solr
   [junit4]   2> 1444529 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1444537 INFO  (zkConnectionManagerCallback-14268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1444537 INFO  (jetty-launcher-14220-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1444538 WARN  (jetty-launcher-14220-thread-1-SendThread(127.0.0.1:37487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101c31ded970009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101c31ded970009, 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 0x101c31ded970009, 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> 1444674 INFO  (jetty-launcher-14220-thread-1) [n:127.0.0.1:34195_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1444687 INFO  (zkConnectionManagerCallback-14270-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1444687 INFO  (jetty-launcher-14220-thread-1) [n:127.0.0.1:34195_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1444690 INFO  (jetty-launcher-14220-thread-1) [n:127.0.0.1:34195_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1444693 INFO  (jetty-launcher-14220-thread-1) [n:127.0.0.1:34195_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34195_solr as DOWN
   [junit4]   2> 1444693 INFO  (jetty-launcher-14220-thread-1) [n:127.0.0.1:34195_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1444693 INFO  (jetty-launcher-14220-thread-1) [n:127.0.0.1:34195_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34195_solr
   [junit4]   2> 1444694 INFO  (zkCallback-14249-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1444695 INFO  (jetty-launcher-14220-thread-1) [n:127.0.0.1:34195_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1444696 WARN  (jetty-launcher-14220-thread-1) [n:127.0.0.1:34195_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> 1444714 INFO  (zkCallback-14269-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1444718 INFO  (jetty-launcher-14220-thread-1) [n:127.0.0.1:34195_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_CA584CC4D35AEF0F-001/tempDir-001/node1
   [junit4]   2> 1444841 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1444854 WARN  (jetty-launcher-14220-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5f614521[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1444854 WARN  (jetty-launcher-14220-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5f614521[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1444894 WARN  (jetty-launcher-14220-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25afc1bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1444894 WARN  (jetty-launcher-14220-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25afc1bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1444896 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37487/solr
   [junit4]   2> 1444903 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1444910 INFO  (zkConnectionManagerCallback-14284-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1444910 INFO  (jetty-launcher-14220-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1445042 INFO  (jetty-launcher-14220-thread-3) [n:127.0.0.1:33077_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1445052 INFO  (zkConnectionManagerCallback-14286-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1445052 INFO  (jetty-launcher-14220-thread-3) [n:127.0.0.1:33077_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1445055 INFO  (jetty-launcher-14220-thread-3) [n:127.0.0.1:33077_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1445057 INFO  (jetty-launcher-14220-thread-3) [n:127.0.0.1:33077_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33077_solr as DOWN
   [junit4]   2> 1445058 INFO  (jetty-launcher-14220-thread-3) [n:127.0.0.1:33077_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1445058 INFO  (jetty-launcher-14220-thread-3) [n:127.0.0.1:33077_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33077_solr
   [junit4]   2> 1445059 INFO  (zkCallback-14249-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1445060 INFO  (jetty-launcher-14220-thread-3) [n:127.0.0.1:33077_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1445060 WARN  (jetty-launcher-14220-thread-3) [n:127.0.0.1:33077_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> 1445082 INFO  (jetty-launcher-14220-thread-3) [n:127.0.0.1:33077_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_CA584CC4D35AEF0F-001/tempDir-001/node3
   [junit4]   2> 1445084 INFO  (zkCallback-14285-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1445084 INFO  (zkCallback-14269-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1445262 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1445264 WARN  (jetty-launcher-14220-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28af733d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1445264 WARN  (jetty-launcher-14220-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28af733d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1445268 WARN  (jetty-launcher-14220-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f5cb92[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1445268 WARN  (jetty-launcher-14220-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f5cb92[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1445269 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37487/solr
   [junit4]   2> 1445285 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1445298 INFO  (zkConnectionManagerCallback-14300-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1445298 INFO  (jetty-launcher-14220-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1445401 INFO  (jetty-launcher-14220-thread-4) [n:127.0.0.1:38293_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1445401 INFO  (zkConnectionManagerCallback-14302-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1445401 INFO  (jetty-launcher-14220-thread-4) [n:127.0.0.1:38293_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1445407 INFO  (jetty-launcher-14220-thread-4) [n:127.0.0.1:38293_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1445411 INFO  (jetty-launcher-14220-thread-4) [n:127.0.0.1:38293_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38293_solr as DOWN
   [junit4]   2> 1445412 INFO  (jetty-launcher-14220-thread-4) [n:127.0.0.1:38293_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1445412 INFO  (jetty-launcher-14220-thread-4) [n:127.0.0.1:38293_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38293_solr
   [junit4]   2> 1445413 INFO  (zkCallback-14249-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1445413 INFO  (zkCallback-14285-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1445413 INFO  (zkCallback-14269-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1445414 INFO  (jetty-launcher-14220-thread-4) [n:127.0.0.1:38293_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1445415 WARN  (jetty-launcher-14220-thread-4) [n:127.0.0.1:38293_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> 1445419 INFO  (zkCallback-14301-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1445431 INFO  (jetty-launcher-14220-thread-4) [n:127.0.0.1:38293_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_CA584CC4D35AEF0F-001/tempDir-001/node4
   [junit4]   2> 1445446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1445447 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1445450 INFO  (zkConnectionManagerCallback-14313-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1445450 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1445451 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1445452 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37487/solr ready
   [junit4]   2> 1445455 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=711236773
   [junit4]   2> 1445455 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42321_solr
   [junit4]   2> 1445456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1445456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42321_solr as DOWN
   [junit4]   2> 1445462 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1445466 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1445466 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1445466 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1445466 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1445494 INFO  (closeThreadPool-14318-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72553602322202632-127.0.0.1:42321_solr-n_0000000000) closing
   [junit4]   2> 1445495 INFO  (OverseerStateUpdate-72553602322202632-127.0.0.1:42321_solr-n_0000000000) [n:127.0.0.1:42321_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42321_solr
   [junit4]   2> 1445495 INFO  (OverseerAutoScalingTriggerThread-72553602322202632-127.0.0.1:42321_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1445509 INFO  (closeThreadPool-14318-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72553602322202632-127.0.0.1:42321_solr-n_0000000000) closing
   [junit4]   2> 1445510 WARN  (jetty-launcher-14220-thread-2-SendThread(127.0.0.1:37487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101c31ded970008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101c31ded970008, 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 0x101c31ded970008, 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> 1445510 INFO  (zkCallback-14269-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1445510 INFO  (zkCallback-14285-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1445610 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.Overseer Overseer (id=72553602322202632-127.0.0.1:42321_solr-n_0000000000) closing
   [junit4]   2> 1445611 INFO  (zkCallback-14312-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1445611 INFO  (zkCallback-14269-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34195_solr
   [junit4]   2> 1445611 INFO  (zkCallback-14301-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1445611 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@120a9dee{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1445612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@730800a8{/solr,null,STOPPED}
   [junit4]   2> 1445612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1445612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1445613 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1445613 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-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> 1445613 INFO  (zkCallback-14269-thread-2) [n:127.0.0.1:34195_solr     ] o.a.s.c.Overseer Overseer (id=72553602322202634-127.0.0.1:34195_solr-n_0000000001) starting
   [junit4]   2> 1445614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1445614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1445614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1445614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26945507{/solr,null,AVAILABLE}
   [junit4]   2> 1445614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@60fe28ce{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39529}
   [junit4]   2> 1445614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.Server Started @1445649ms
   [junit4]   2> 1445614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42247}
   [junit4]   2> 1445615 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1445615 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1445615 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1445615 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1445615 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1445615 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-28T00:11:34.643Z
   [junit4]   2> 1445622 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1445626 INFO  (zkConnectionManagerCallback-14320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1445626 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1445627 INFO  (OverseerStateUpdate-72553602322202634-127.0.0.1:34195_solr-n_0000000001) [n:127.0.0.1:34195_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34195_solr
   [junit4]   2> 1445627 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1445632 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1445638 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker-SendThread(127.0.0.1:37487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101c31ded970010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101c31ded970010, 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 0x101c31ded970010, 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> 1446580 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1446581 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d839a73[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1446581 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d839a73[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1446583 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41b56196[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1446583 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41b56196[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1446585 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37487/solr
   [junit4]   2> 1446585 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1446586 INFO  (zkConnectionManagerCallback-14335-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446586 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1446688 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:42247_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1446689 INFO  (zkConnectionManagerCallback-14337-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446689 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:42247_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1446693 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:42247_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1446697 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:42247_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42247_solr as DOWN
   [junit4]   2> 1446699 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:42247_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1446699 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:42247_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42247_solr
   [junit4]   2> 1446701 INFO  (zkCallback-14269-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1446701 INFO  (zkCallback-14312-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1446701 INFO  (zkCallback-14301-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1446701 INFO  (zkCallback-14285-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1446702 INFO  (zkCallback-14336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1446703 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:42247_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1446703 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:42247_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> 1446720 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:42247_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_CA584CC4D35AEF0F-001/tempDir-001/node2
   [junit4]   2> 1446730 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1446730 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:39529/solr. Proxy: http://127.0.0.1:42247/solr
   [junit4]   2> 1446730 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1891331661
   [junit4]   2> 1446730 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34195_solr
   [junit4]   2> 1446731 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1446731 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:34195_solr as DOWN
   [junit4]   2> 1446732 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1446732 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1446732 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1446732 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1446733 INFO  (closeThreadPool-14348-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72553602322202634-127.0.0.1:34195_solr-n_0000000001) closing
   [junit4]   2> 1446734 INFO  (OverseerStateUpdate-72553602322202634-127.0.0.1:34195_solr-n_0000000001) [n:127.0.0.1:34195_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34195_solr
   [junit4]   2> 1446734 INFO  (OverseerAutoScalingTriggerThread-72553602322202634-127.0.0.1:34195_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1446737 INFO  (closeThreadPool-14348-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72553602322202634-127.0.0.1:34195_solr-n_0000000001) closing
   [junit4]   2> 1446738 INFO  (zkCallback-14285-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33077_solr
   [junit4]   2> 1446738 INFO  (zkCallback-14312-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1446738 INFO  (zkCallback-14336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1446738 INFO  (zkCallback-14301-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1446738 INFO  (zkCallback-14285-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1446739 INFO  (zkCallback-14285-thread-1) [n:127.0.0.1:33077_solr     ] o.a.s.c.Overseer Overseer (id=72553602322202636-127.0.0.1:33077_solr-n_0000000002) starting
   [junit4]   2> 1446742 INFO  (OverseerStateUpdate-72553602322202636-127.0.0.1:33077_solr-n_0000000002) [n:127.0.0.1:33077_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33077_solr
   [junit4]   2> 1446838 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.Overseer Overseer (id=72553602322202634-127.0.0.1:34195_solr-n_0000000001) closing
   [junit4]   2> 1446839 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@c98b338{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1446839 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@13cad305{/solr,null,STOPPED}
   [junit4]   2> 1446839 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1446840 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1446840 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1446840 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-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> 1446841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1446841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1446841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1446841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4898a0ee{/solr,null,AVAILABLE}
   [junit4]   2> 1446841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3bb665ae{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36145}
   [junit4]   2> 1446842 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.Server Started @1446876ms
   [junit4]   2> 1446842 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33105}
   [junit4]   2> 1446842 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1446842 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1446842 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1446842 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1446842 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1446842 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-28T00:11:35.870Z
   [junit4]   2> 1446845 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1446846 INFO  (zkConnectionManagerCallback-14354-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446846 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1446847 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1446852 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1448152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1448152 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77e40cd3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448152 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77e40cd3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448155 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1988c05d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448155 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1988c05d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448156 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37487/solr
   [junit4]   2> 1448157 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448158 INFO  (zkConnectionManagerCallback-14365-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448160 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker-SendThread(127.0.0.1:37487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101c31ded970014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101c31ded970014, 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 0x101c31ded970014, 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> 1448266 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:33105_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448266 INFO  (zkConnectionManagerCallback-14367-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448266 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:33105_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448273 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:33105_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1448278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:33105_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33105_solr as DOWN
   [junit4]   2> 1448279 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:33105_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1448279 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:33105_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33105_solr
   [junit4]   2> 1448280 INFO  (zkCallback-14312-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1448280 INFO  (zkCallback-14285-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1448280 INFO  (zkCallback-14336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1448280 INFO  (zkCallback-14301-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1448281 INFO  (zkCallback-14366-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1448283 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:33105_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1448284 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:33105_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> 1448302 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:33105_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_CA584CC4D35AEF0F-001/tempDir-001/node1
   [junit4]   2> 1448319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1448319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:36145/solr. Proxy: http://127.0.0.1:33105/solr
   [junit4]   2> 1448319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1572586322
   [junit4]   2> 1448319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33077_solr
   [junit4]   2> 1448321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1448321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33077_solr as DOWN
   [junit4]   2> 1448324 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1448324 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1448324 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1448324 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1448327 INFO  (closeThreadPool-14378-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72553602322202636-127.0.0.1:33077_solr-n_0000000002) closing
   [junit4]   2> 1448329 INFO  (OverseerStateUpdate-72553602322202636-127.0.0.1:33077_solr-n_0000000002) [n:127.0.0.1:33077_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33077_solr
   [junit4]   2> 1448330 WARN  (jetty-launcher-14220-thread-3-SendThread(127.0.0.1:37487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101c31ded97000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101c31ded97000c, 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 0x101c31ded97000c, 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> 1448330 INFO  (OverseerAutoScalingTriggerThread-72553602322202636-127.0.0.1:33077_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1448336 INFO  (closeThreadPool-14378-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72553602322202636-127.0.0.1:33077_solr-n_0000000002) closing
   [junit4]   2> 1448336 INFO  (zkCallback-14336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1448336 INFO  (zkCallback-14366-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1448336 INFO  (zkCallback-14312-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1448430 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.Overseer Overseer (id=72553602322202636-127.0.0.1:33077_solr-n_0000000002) closing
   [junit4]   2> 1448431 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@45a1082b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1448432 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1bb3dcdc{/solr,null,STOPPED}
   [junit4]   2> 1448432 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1448432 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1448433 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1448433 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-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> 1448433 INFO  (zkCallback-14301-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1448433 INFO  (zkCallback-14301-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38293_solr
   [junit4]   2> 1448434 INFO  (zkCallback-14301-thread-2) [n:127.0.0.1:38293_solr     ] o.a.s.c.Overseer Overseer (id=72553602322202638-127.0.0.1:38293_solr-n_0000000003) starting
   [junit4]   2> 1448439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1448439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1448439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1448439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@109576a4{/solr,null,AVAILABLE}
   [junit4]   2> 1448439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1444b563{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43069}
   [junit4]   2> 1448439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.s.Server Started @1448474ms
   [junit4]   2> 1448439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36817}
   [junit4]   2> 1448439 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1448439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1448440 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1448440 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1448440 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1448440 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-28T00:11:37.468Z
   [junit4]   2> 1448442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448443 INFO  (OverseerStateUpdate-72553602322202638-127.0.0.1:38293_solr-n_0000000003) [n:127.0.0.1:38293_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38293_solr
   [junit4]   2> 1448470 INFO  (zkConnectionManagerCallback-14380-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448470 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448471 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1448477 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1450049 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1450050 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@615afc18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1450050 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@615afc18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1450056 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1701a53d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1450056 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1701a53d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1450057 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37487/solr
   [junit4]   2> 1450058 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1450062 INFO  (zkConnectionManagerCallback-14395-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1450062 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1450063 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker-SendThread(127.0.0.1:37487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101c31ded970017.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101c31ded970017, 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 0x101c31ded970017, 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> 1450165 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:36817_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1450166 INFO  (zkConnectionManagerCallback-14397-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1450166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:36817_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1450173 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:36817_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1450180 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:36817_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36817_solr as DOWN
   [junit4]   2> 1450181 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:36817_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1450181 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:36817_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36817_solr
   [junit4]   2> 1450182 INFO  (zkCallback-14336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1450182 INFO  (zkCallback-14366-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1450182 INFO  (zkCallback-14301-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1450182 INFO  (zkCallback-14312-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1450182 INFO  (zkCallback-14396-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1450184 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:36817_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1450184 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:36817_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> 1450201 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [n:127.0.0.1:36817_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_CA584CC4D35AEF0F-001/tempDir-001/node3
   [junit4]   2> 1450210 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1450210 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:43069/solr. Proxy: http://127.0.0.1:36817/solr
   [junit4]   2> 1450210 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1100367316
   [junit4]   2> 1450210 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38293_solr
   [junit4]   2> 1450210 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1450210 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38293_solr as DOWN
   [junit4]   2> 1450213 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1450213 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1450213 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1450213 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1450215 INFO  (closeThreadPool-14408-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72553602322202638-127.0.0.1:38293_solr-n_0000000003) closing
   [junit4]   2> 1450215 INFO  (OverseerAutoScalingTriggerThread-72553602322202638-127.0.0.1:38293_solr-n_0000000003) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1450215 INFO  (OverseerStateUpdate-72553602322202638-127.0.0.1:38293_solr-n_0000000003) [n:127.0.0.1:38293_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:382

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

492-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@26945507{/solr,null,STOPPED}
   [junit4]   2> 1473376 INFO  (jetty-closer-14492-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1473376 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1473377 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker-SendThread(127.0.0.1:37487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101c31ded970000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101c31ded970000, 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 0x101c31ded970000, 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> 1473479 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker-SendThread(127.0.0.1:37487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101c31ded970001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101c31ded970001, 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 0x101c31ded970001, 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> 1473720 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> 	10	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	4	/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> 	49	/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> 	23	/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> 	7	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72553602322202651-127.0.0.1:45017_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72553602322202648-127.0.0.1:36817_solr-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	108	/solr/live_nodes
   [junit4]   2> 	97	/solr/overseer/queue
   [junit4]   2> 	55	/solr/collections
   [junit4]   2> 	31	/solr/overseer/collection-queue-work
   [junit4]   2> 	7	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	7	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	7	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1473725 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37487
   [junit4]   2> 1473725 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37487
   [junit4]   2> 1473725 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CA584CC4D35AEF0F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37487
   [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_CA584CC4D35AEF0F-001
   [junit4]   2> Nov 28, 2020 12:12:02 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {_root_=BlockTreeOrds(blocksize=128), fieldName_s=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1531, maxMBSortInHeap=5.262588647959801, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=tr-TR, timezone=Europe/Paris
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=242223536,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [SolrLogPostToolTest, TestSimNodeLostTrigger, V2StandaloneTest, DirectoryFactoriesTest, TestDistribPackageStore, HdfsThreadLeakTest, HdfsCollectionsAPIDistributedZkTest, TestRestManager, CreateCollectionCleanupTest, TestSafeXMLParsing, ShardRoutingCustomTest, TestBackupRepositoryFactory, TestValueSourceCache, TestStressVersions, TestCollationField, ScheduledMaintenanceTriggerTest, PluginInfoTest, RootFieldTest, OverseerTest, SolrRequestParserTest, TestHashPartitioner, LeaderElectionContextKeyTest, DistribCursorPagingTest, ZkNodePropsTest, CollectionStateFormat2Test, TestLegacyTerms, RequestLoggingTest, QueryEqualityTest, TestFastOutputStream, TestHdfsUpdateLog, TestSimExtremeIndexing, TestHttpShardHandlerFactory, TermVectorComponentTest, ResponseLogComponentTest, TestDynamicLoading, RangeFacetCloudTest, AutoscalingHistoryHandlerTest, AnalyticsMergeStrategyTest, CloneFieldUpdateProcessorFactoryTest, JavaBinAtomicUpdateMultivalueTest, SchemaVersionSpecificBehaviorTest, TestSimUtils, BasicZkTest, PeerSyncWithBufferUpdatesTest, ClusterStateMockUtilTest, CoreAdminRequestStatusTest, MBeansHandlerTest, MetricsDisabledCloudTest, TestBinaryField, SearchRateTriggerTest, TestSimComputePlanAction, TestDistributedMap, RegexBoostProcessorTest, TestReloadAndDeleteDocs, TestGraphMLResponseWriter, TestQueryTypes, TestRawResponseWriter, TestTestInjection, DistributedExpandComponentTest, DistributedFacetPivotSmallAdvancedTest, DeleteNodeTest, IndexSchemaTest, DateFieldTest, TestSchemaField, SpatialFilterTest, DocExpirationUpdateProcessorFactoryTest, DistanceFunctionTest, JWTAuthPluginTest, TestLuceneMatchVersion, AutoScalingHandlerTest, OverseerSolrResponseTest, ZkDynamicConfigTest, TestLFUCache, ReturnFieldsTest, CategoryRoutedAliasUpdateProcessorTest, TestHttpServletCarrier, HighlighterConfigTest, ResourceLoaderTest, TestMacroExpander, TestSolrDeletionPolicy1, TestFieldTypeResource, MultiThreadedOCPTest, TestNonDefinedSimilarityFactory, TestPostingsSolrHighlighter, OpenExchangeRatesOrgProviderTest, TestNamedUpdateProcessors, TestConfigOverlay, VMParamsZkACLAndCredentialsProvidersTest, TestReplicationHandler, HttpTriggerListenerTest, FullSolrCloudDistribCmdsTest, MoreLikeThisComponentTest, TestSearcherReuse, TestSolrJ, PrimitiveFieldTypeTest, TestRemoteStreaming, DateMathParserTest, SolrTestCaseJ4Test, HttpSolrCallGetCoreTest, TestXIncludeConfig, TestShortCircuitedRequests, TestLegacyFieldCache, TestSolr4Spatial2, TestJsonFacetsStatsParsing, TestFieldCacheSort, SplitHandlerTest, TestBooleanSimilarityFactory, SolrIndexMetricsTest, TestMiniSolrCloudClusterSSL, DocValuesTest, TestSolrCloudWithKerberosAlt, NodeLostTriggerIntegrationTest, DistributedQueryComponentCustomSortTest, AnalysisAfterCoreReloadTest, DisMaxRequestHandlerTest, OutputWriterTest, TestDistributedMissingSort, TestHighlightDedupGrouping, TestJoin, TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler, PathHierarchyTokenizerFactoryTest, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestJettySolrRunner, AliasIntegrationTest, BasicDistributedZkTest, HttpPartitionOnCommitTest, HttpPartitionWithTlogReplicasTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, ReindexCollectionTest, SyncSliceTest, TestCloudSearcherWarming, TestLockTree, TestPullReplicaErrorHandling]
   [junit4] Completed [538/921 (1!)] on J0 in 31.31s, 4 tests, 1 error <<< FAILURES!

[...truncated 51898 lines...]