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/01 08:03:49 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:36319/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:36319/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([DAE973F7BCE12701:D2DE953F674F538F]: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 15169 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1531439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-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> 1531439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1531440 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.TestPullReplicaErrorHandling_DAE973F7BCE12701-001/data-dir-177-001
   [junit4]   2> 1531440 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1531441 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-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> 1531442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_DAE973F7BCE12701-001/tempDir-001
   [junit4]   2> 1531442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1531442 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1531442 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1531443 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1531542 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 44951
   [junit4]   2> 1531542 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44951
   [junit4]   2> 1531542 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44951
   [junit4]   2> 1531542 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44951
   [junit4]   2> 1531544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1531545 INFO  (zkConnectionManagerCallback-15241-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1531545 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1531547 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1531548 INFO  (zkConnectionManagerCallback-15243-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1531548 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1531549 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1531550 INFO  (zkConnectionManagerCallback-15245-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1531550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1531652 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1531652 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1531652 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1531652 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1531652 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1531652 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1531652 INFO  (jetty-launcher-15246-thread-3) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1531652 INFO  (jetty-launcher-15246-thread-4) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1531652 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1531652 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1531653 INFO  (jetty-launcher-15246-thread-2) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1531653 INFO  (jetty-launcher-15246-thread-1) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1531662 INFO  (jetty-launcher-15246-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1531662 INFO  (jetty-launcher-15246-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1531663 INFO  (jetty-launcher-15246-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1531663 INFO  (jetty-launcher-15246-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a96be26{/solr,null,AVAILABLE}
   [junit4]   2> 1531663 INFO  (jetty-launcher-15246-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1531664 INFO  (jetty-launcher-15246-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1531664 INFO  (jetty-launcher-15246-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1531664 INFO  (jetty-launcher-15246-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1531664 INFO  (jetty-launcher-15246-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1531664 INFO  (jetty-launcher-15246-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1531664 INFO  (jetty-launcher-15246-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b5e3f4a{/solr,null,AVAILABLE}
   [junit4]   2> 1531665 INFO  (jetty-launcher-15246-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@378d739{/solr,null,AVAILABLE}
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@46e268be{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43063}
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-3) [     ] o.e.j.s.Server Started @1531726ms
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43063}
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7d566645{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35353}
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-1) [     ] o.e.j.s.Server Started @1531727ms
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@416b7bb8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45361}
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5410ffd6{/solr,null,AVAILABLE}
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-2) [     ] o.e.j.s.Server Started @1531727ms
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35353}
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45361}
   [junit4]   2> 1531669 ERROR (jetty-launcher-15246-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-01T07:30:04.564Z
   [junit4]   2> 1531669 ERROR (jetty-launcher-15246-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1531669 ERROR (jetty-launcher-15246-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-01T07:30:04.564Z
   [junit4]   2> 1531669 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-01T07:30:04.564Z
   [junit4]   2> 1531670 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1531671 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1531673 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1531673 INFO  (jetty-launcher-15246-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20bd3f44{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34051}
   [junit4]   2> 1531673 INFO  (jetty-launcher-15246-thread-4) [     ] o.e.j.s.Server Started @1531731ms
   [junit4]   2> 1531673 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34051}
   [junit4]   2> 1531673 ERROR (jetty-launcher-15246-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1531673 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1531673 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1531674 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1531674 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1531674 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-01T07:30:04.569Z
   [junit4]   2> 1531686 INFO  (zkConnectionManagerCallback-15250-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1531686 INFO  (zkConnectionManagerCallback-15252-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1531686 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1531686 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1531687 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1531687 INFO  (zkConnectionManagerCallback-15248-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1531687 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1531687 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1531687 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1531687 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1531687 INFO  (zkConnectionManagerCallback-15254-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1531687 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1531689 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1531691 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1531691 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1531692 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1531693 WARN  (jetty-launcher-15246-thread-2-SendThread(127.0.0.1:44951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10139a183f30005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10139a183f30005, 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 0x10139a183f30005, 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> 1531693 WARN  (jetty-launcher-15246-thread-4-SendThread(127.0.0.1:44951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10139a183f30006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10139a183f30006, 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 0x10139a183f30006, 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> 1531694 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1532310 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1532311 WARN  (jetty-launcher-15246-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68cd88a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532311 WARN  (jetty-launcher-15246-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68cd88a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532313 WARN  (jetty-launcher-15246-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23784fb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532313 WARN  (jetty-launcher-15246-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23784fb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532314 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44951/solr
   [junit4]   2> 1532315 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1532316 INFO  (zkConnectionManagerCallback-15274-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1532316 INFO  (jetty-launcher-15246-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1532424 INFO  (jetty-launcher-15246-thread-2) [n:127.0.0.1:45361_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1532425 INFO  (zkConnectionManagerCallback-15276-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1532425 INFO  (jetty-launcher-15246-thread-2) [n:127.0.0.1:45361_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1532475 INFO  (jetty-launcher-15246-thread-2) [n:127.0.0.1:45361_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45361_solr
   [junit4]   2> 1532475 INFO  (jetty-launcher-15246-thread-2) [n:127.0.0.1:45361_solr     ] o.a.s.c.Overseer Overseer (id=72402434880897032-127.0.0.1:45361_solr-n_0000000000) starting
   [junit4]   2> 1532478 INFO  (OverseerStateUpdate-72402434880897032-127.0.0.1:45361_solr-n_0000000000) [n:127.0.0.1:45361_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45361_solr
   [junit4]   2> 1532487 INFO  (jetty-launcher-15246-thread-2) [n:127.0.0.1:45361_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45361_solr
   [junit4]   2> 1532489 INFO  (jetty-launcher-15246-thread-2) [n:127.0.0.1:45361_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1532490 WARN  (jetty-launcher-15246-thread-2) [n:127.0.0.1:45361_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> 1532493 INFO  (zkCallback-15275-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1532506 INFO  (jetty-launcher-15246-thread-2) [n:127.0.0.1:45361_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_DAE973F7BCE12701-001/tempDir-001/node2
   [junit4]   2> 1532545 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1532545 WARN  (jetty-launcher-15246-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75385ad5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532545 WARN  (jetty-launcher-15246-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75385ad5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532549 WARN  (jetty-launcher-15246-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5c95fe82[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532549 WARN  (jetty-launcher-15246-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5c95fe82[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532550 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44951/solr
   [junit4]   2> 1532552 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1532552 INFO  (zkConnectionManagerCallback-15294-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1532552 INFO  (jetty-launcher-15246-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1532655 INFO  (jetty-launcher-15246-thread-4) [n:127.0.0.1:34051_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1532655 INFO  (zkConnectionManagerCallback-15296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1532655 INFO  (jetty-launcher-15246-thread-4) [n:127.0.0.1:34051_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1532659 INFO  (jetty-launcher-15246-thread-4) [n:127.0.0.1:34051_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1532661 INFO  (jetty-launcher-15246-thread-4) [n:127.0.0.1:34051_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34051_solr as DOWN
   [junit4]   2> 1532662 INFO  (jetty-launcher-15246-thread-4) [n:127.0.0.1:34051_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1532662 INFO  (jetty-launcher-15246-thread-4) [n:127.0.0.1:34051_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34051_solr
   [junit4]   2> 1532663 INFO  (zkCallback-15275-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1532663 INFO  (zkCallback-15295-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1532664 INFO  (jetty-launcher-15246-thread-4) [n:127.0.0.1:34051_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1532664 WARN  (jetty-launcher-15246-thread-4) [n:127.0.0.1:34051_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> 1532675 INFO  (jetty-launcher-15246-thread-4) [n:127.0.0.1:34051_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_DAE973F7BCE12701-001/tempDir-001/node4
   [junit4]   2> 1532726 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1532727 WARN  (jetty-launcher-15246-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6639ebe5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532727 WARN  (jetty-launcher-15246-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6639ebe5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532734 WARN  (jetty-launcher-15246-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@150db374[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532734 WARN  (jetty-launcher-15246-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@150db374[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1532735 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44951/solr
   [junit4]   2> 1532735 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1532736 INFO  (zkConnectionManagerCallback-15310-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1532736 INFO  (jetty-launcher-15246-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1532838 INFO  (jetty-launcher-15246-thread-1) [n:127.0.0.1:35353_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1532839 INFO  (zkConnectionManagerCallback-15312-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1532839 INFO  (jetty-launcher-15246-thread-1) [n:127.0.0.1:35353_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1532843 INFO  (jetty-launcher-15246-thread-1) [n:127.0.0.1:35353_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1532846 INFO  (jetty-launcher-15246-thread-1) [n:127.0.0.1:35353_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35353_solr as DOWN
   [junit4]   2> 1532846 INFO  (jetty-launcher-15246-thread-1) [n:127.0.0.1:35353_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1532846 INFO  (jetty-launcher-15246-thread-1) [n:127.0.0.1:35353_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35353_solr
   [junit4]   2> 1532848 INFO  (zkCallback-15275-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1532848 INFO  (zkCallback-15295-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1532848 INFO  (zkCallback-15311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1532849 INFO  (jetty-launcher-15246-thread-1) [n:127.0.0.1:35353_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1532849 WARN  (jetty-launcher-15246-thread-1) [n:127.0.0.1:35353_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> 1532864 INFO  (jetty-launcher-15246-thread-1) [n:127.0.0.1:35353_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_DAE973F7BCE12701-001/tempDir-001/node1
   [junit4]   2> 1533969 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1533970 WARN  (jetty-launcher-15246-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@63464f33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1533970 WARN  (jetty-launcher-15246-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@63464f33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1533972 WARN  (jetty-launcher-15246-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4846d720[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1533972 WARN  (jetty-launcher-15246-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4846d720[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1533974 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44951/solr
   [junit4]   2> 1533974 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1533975 INFO  (zkConnectionManagerCallback-15326-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1533975 INFO  (jetty-launcher-15246-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1534077 INFO  (jetty-launcher-15246-thread-3) [n:127.0.0.1:43063_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1534078 INFO  (zkConnectionManagerCallback-15328-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1534078 INFO  (jetty-launcher-15246-thread-3) [n:127.0.0.1:43063_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1534082 INFO  (jetty-launcher-15246-thread-3) [n:127.0.0.1:43063_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1534085 INFO  (jetty-launcher-15246-thread-3) [n:127.0.0.1:43063_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43063_solr as DOWN
   [junit4]   2> 1534086 INFO  (jetty-launcher-15246-thread-3) [n:127.0.0.1:43063_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1534086 INFO  (jetty-launcher-15246-thread-3) [n:127.0.0.1:43063_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43063_solr
   [junit4]   2> 1534087 INFO  (zkCallback-15311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1534087 INFO  (zkCallback-15275-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1534087 INFO  (zkCallback-15295-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1534087 INFO  (zkCallback-15327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1534088 INFO  (jetty-launcher-15246-thread-3) [n:127.0.0.1:43063_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1534089 WARN  (jetty-launcher-15246-thread-3) [n:127.0.0.1:43063_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> 1534103 INFO  (jetty-launcher-15246-thread-3) [n:127.0.0.1:43063_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_DAE973F7BCE12701-001/tempDir-001/node3
   [junit4]   2> 1534113 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1534113 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1534114 INFO  (zkConnectionManagerCallback-15339-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1534114 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1534115 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1534116 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44951/solr ready
   [junit4]   2> 1534118 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2006630960
   [junit4]   2> 1534118 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45361_solr
   [junit4]   2> 1534119 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1534119 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45361_solr as DOWN
   [junit4]   2> 1534120 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1534120 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1534120 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1534120 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1534120 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1534121 INFO  (closeThreadPool-15344-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72402434880897032-127.0.0.1:45361_solr-n_0000000000) closing
   [junit4]   2> 1534121 INFO  (OverseerStateUpdate-72402434880897032-127.0.0.1:45361_solr-n_0000000000) [n:127.0.0.1:45361_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45361_solr
   [junit4]   2> 1534122 INFO  (OverseerAutoScalingTriggerThread-72402434880897032-127.0.0.1:45361_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1534123 INFO  (closeThreadPool-15344-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72402434880897032-127.0.0.1:45361_solr-n_0000000000) closing
   [junit4]   2> 1534124 WARN  (jetty-launcher-15246-thread-2-SendThread(127.0.0.1:44951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10139a183f30008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10139a183f30008, 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 0x10139a183f30008, 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> 1534124 INFO  (zkCallback-15311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1534124 INFO  (zkCallback-15295-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1534124 INFO  (zkCallback-15327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1534124 INFO  (zkCallback-15338-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1534125 INFO  (zkCallback-15295-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34051_solr
   [junit4]   2> 1534125 INFO  (zkCallback-15295-thread-2) [n:127.0.0.1:34051_solr     ] o.a.s.c.Overseer Overseer (id=72402434880897034-127.0.0.1:34051_solr-n_0000000001) starting
   [junit4]   2> 1534128 INFO  (OverseerStateUpdate-72402434880897034-127.0.0.1:34051_solr-n_0000000001) [n:127.0.0.1:34051_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34051_solr
   [junit4]   2> 1534224 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.Overseer Overseer (id=72402434880897032-127.0.0.1:45361_solr-n_0000000000) closing
   [junit4]   2> 1534225 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@416b7bb8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1534225 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b5e3f4a{/solr,null,STOPPED}
   [junit4]   2> 1534225 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1534226 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1534226 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1534227 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1534227 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1534227 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1534227 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1534227 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71ce32f2{/solr,null,AVAILABLE}
   [junit4]   2> 1534228 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6cf2d8f5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43331}
   [junit4]   2> 1534228 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.Server Started @1534285ms
   [junit4]   2> 1534228 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37979}
   [junit4]   2> 1534228 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1534228 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1534228 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1534228 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1534228 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1534228 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-01T07:30:07.123Z
   [junit4]   2> 1534229 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1534230 INFO  (zkConnectionManagerCallback-15350-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1534230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1534230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1534235 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1535606 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1535607 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1497e9d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1535607 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1497e9d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1535609 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70be65f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1535609 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70be65f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1535611 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44951/solr
   [junit4]   2> 1535611 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1535612 INFO  (zkConnectionManagerCallback-15361-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1535612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1535614 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker-SendThread(127.0.0.1:44951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10139a183f30011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10139a183f30011, 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 0x10139a183f30011, 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> 1535715 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:37979_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1535716 INFO  (zkConnectionManagerCallback-15363-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1535716 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:37979_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1535720 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:37979_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1535723 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:37979_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37979_solr as DOWN
   [junit4]   2> 1535723 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:37979_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1535724 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:37979_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37979_solr
   [junit4]   2> 1535725 INFO  (zkCallback-15311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1535725 INFO  (zkCallback-15295-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1535725 INFO  (zkCallback-15327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1535725 INFO  (zkCallback-15338-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1535725 INFO  (zkCallback-15362-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1535726 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:37979_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1535726 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:37979_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> 1535741 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:37979_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_DAE973F7BCE12701-001/tempDir-001/node2
   [junit4]   2> 1535750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1535750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:43331/solr. Proxy: http://127.0.0.1:37979/solr
   [junit4]   2> 1535750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2033450348
   [junit4]   2> 1535750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34051_solr
   [junit4]   2> 1535751 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1535751 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:34051_solr as DOWN
   [junit4]   2> 1535752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1535752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1535752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1535752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1535753 INFO  (closeThreadPool-15374-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72402434880897034-127.0.0.1:34051_solr-n_0000000001) closing
   [junit4]   2> 1535754 INFO  (OverseerStateUpdate-72402434880897034-127.0.0.1:34051_solr-n_0000000001) [n:127.0.0.1:34051_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34051_solr
   [junit4]   2> 1535755 INFO  (OverseerAutoScalingTriggerThread-72402434880897034-127.0.0.1:34051_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1535755 INFO  (zkCallback-15311-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35353_solr
   [junit4]   2> 1535755 WARN  (jetty-launcher-15246-thread-4-SendThread(127.0.0.1:44951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10139a183f3000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10139a183f3000a, 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 0x10139a183f3000a, 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> 1535755 INFO  (zkCallback-15327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1535755 INFO  (zkCallback-15338-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1535756 INFO  (zkCallback-15362-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1535756 INFO  (zkCallback-15311-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1535756 INFO  (closeThreadPool-15374-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72402434880897034-127.0.0.1:34051_solr-n_0000000001) closing
   [junit4]   2> 1535856 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.Overseer Overseer (id=72402434880897034-127.0.0.1:34051_solr-n_0000000001) closing
   [junit4]   2> 1535856 INFO  (zkCallback-15311-thread-1) [n:127.0.0.1:35353_solr     ] o.a.s.c.Overseer Overseer (id=72402434880897036-127.0.0.1:35353_solr-n_0000000002) starting
   [junit4]   2> 1535856 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@20bd3f44{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1535857 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5410ffd6{/solr,null,STOPPED}
   [junit4]   2> 1535857 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1535858 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1535858 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1535858 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1535861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1535861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1535861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1535863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38ef160a{/solr,null,AVAILABLE}
   [junit4]   2> 1535863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@d791f8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33009}
   [junit4]   2> 1535863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.Server Started @1535921ms
   [junit4]   2> 1535863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36319}
   [junit4]   2> 1535863 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1535863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1535863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1535863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1535863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1535863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-01T07:30:08.758Z
   [junit4]   2> 1535864 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1535864 INFO  (OverseerStateUpdate-72402434880897036-127.0.0.1:35353_solr-n_0000000002) [n:127.0.0.1:35353_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35353_solr
   [junit4]   2> 1535865 INFO  (zkConnectionManagerCallback-15376-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1535865 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1535866 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1535870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1537677 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1537678 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5efd9f1e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1537678 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5efd9f1e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1537681 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29c95556[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1537681 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29c95556[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1537682 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44951/solr
   [junit4]   2> 1537683 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1537684 INFO  (zkConnectionManagerCallback-15391-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537684 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1537685 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker-SendThread(127.0.0.1:44951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10139a183f30014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10139a183f30014, 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 0x10139a183f30014, 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> 1537786 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:36319_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1537788 INFO  (zkConnectionManagerCallback-15393-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537788 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:36319_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1537792 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:36319_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1537796 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:36319_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36319_solr as DOWN
   [junit4]   2> 1537797 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:36319_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1537797 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:36319_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36319_solr
   [junit4]   2> 1537798 INFO  (zkCallback-15311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1537798 INFO  (zkCallback-15338-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1537798 INFO  (zkCallback-15327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1537798 INFO  (zkCallback-15362-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1537798 INFO  (zkCallback-15392-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1537799 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:36319_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1537800 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:36319_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> 1537815 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:36319_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_DAE973F7BCE12701-001/tempDir-001/node4
   [junit4]   2> 1537823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1537823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:33009/solr. Proxy: http://127.0.0.1:36319/solr
   [junit4]   2> 1537823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=13680168
   [junit4]   2> 1537823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35353_solr
   [junit4]   2> 1537824 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1537824 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35353_solr as DOWN
   [junit4]   2> 1537825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1537825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1537825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1537825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1537826 INFO  (closeThreadPool-15404-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72402434880897036-127.0.0.1:35353_solr-n_0000000002) closing
   [junit4]   2> 1537833 INFO  (OverseerStateUpdate-72402434880897036-127.0.0.1:35353_solr-n_0000000002) [n:127.0.0.1:35353_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35353_solr
   [junit4]   2> 1537834 INFO  (OverseerAutoScalingTriggerThread-72402434880897036-127.0.0.1:35353_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1537836 INFO  (zkCallback-15392-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1537836 INFO  (zkCallback-15362-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1537836 WARN  (jetty-launcher-15246-thread-1-SendThread(127.0.0.1:44951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10139a183f3000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10139a183f3000c, 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 0x10139a183f3000c, 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> 1537837 INFO  (zkCallback-15338-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1537837 INFO  (closeThreadPool-15404-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72402434880897036-127.0.0.1:35353_solr-n_0000000002) closing
   [junit4]   2> 1537837 INFO  (zkCallback-15327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1537838 INFO  (zkCallback-15327-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43063_solr
   [junit4]   2> 1537839 INFO  (zkCallback-15327-thread-2) [n:127.0.0.1:43063_solr     ] o.a.s.c.Overseer Overseer (id=72402434880897038-127.0.0.1:43063_solr-n_0000000003) starting
   [junit4]   2> 1537845 INFO  (OverseerStateUpdate-72402434880897038-127.0.0.1:43063_solr-n_0000000003) [n:127.0.0.1:43063_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43063_solr
   [junit4]   2> 1537938 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.Overseer Overseer (id=72402434880897036-127.0.0.1:35353_solr-n_0000000002) closing
   [junit4]   2> 1537938 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7d566645{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1537939 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@378d739{/solr,null,STOPPED}
   [junit4]   2> 1537939 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1537939 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1537940 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1537940 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1537947 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1537947 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1537947 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1537948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f97b1b4{/solr,null,AVAILABLE}
   [junit4]   2> 1537948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b22fe15{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35059}
   [junit4]   2> 1537948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.s.Server Started @1538006ms
   [junit4]   2> 1537948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41001}
   [junit4]   2> 1537948 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1537948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1537948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1537948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1537948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1537948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-01T07:30:10.843Z
   [junit4]   2> 1537951 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1537952 INFO  (zkConnectionManagerCallback-15410-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537952 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1537952 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1537959 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1539014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1539015 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6362eb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1539015 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6362eb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1539018 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@61f9a7a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1539018 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@61f9a7a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1539019 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44951/solr
   [junit4]   2> 1539019 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1539021 INFO  (zkConnectionManagerCallback-15421-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1539021 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1539123 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:41001_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1539124 INFO  (zkConnectionManagerCallback-15423-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1539124 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:41001_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1539128 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:41001_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1539131 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:41001_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41001_solr as DOWN
   [junit4]   2> 1539131 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:41001_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1539131 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:41001_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41001_solr
   [junit4]   2> 1539132 INFO  (zkCallback-15362-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1539132 INFO  (zkCallback-15327-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1539133 INFO  (zkCallback-15392-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1539133 INFO  (zkCallback-15338-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1539134 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:41001_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1539134 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:41001_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> 1539137 INFO  (zkCallback-15422-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1539149 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [n:127.0.0.1:41001_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_DAE973F7BCE12701-001/tempDir-001/node1
   [junit4]   2> 1539160 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1539161 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:35059/solr. Proxy: http://127.0.0.1:41001/solr
   [junit4]   2> 1539161 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1702342900
   [junit4]   2> 1539161 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43063_solr
   [junit4]   2> 1539162 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1539162 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43063_solr as DOWN
   [junit4]   2> 1539163 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1539163 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1539163 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1539163 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1539171 INFO  (closeThreadPool-15434-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72402434880897038-127.0.0.1:43063_solr-n_0000000003) closing
   [junit4]   2> 1539171 INFO  (OverseerStateUpdate-72402434880897038-127.0.0.1:43063_solr-n_0000000003) [n:127.0.0.1:43063_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43063_solr
   [junit4]   2> 1539171 INFO  (OverseerAutoScalingTriggerThread-72402434880897038-127.0.0.1:43063_solr-n_0000000003) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1539176 INFO  (closeThreadPool-15434-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72402434880897038-127.0.0.1:43063_solr-n_0000000003) closing
   [junit4]   2> 1539177 INFO  (zkCallback-15362-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1539177 INFO  (zkCallback-15422-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1539178 INFO  (zkCallback-15338-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1539178 WARN  (jetty-launcher-15246-thread-3-SendThread(127.0.0.1:44951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10139a183f3000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10139a183f3000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   

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

m tag=null
   [junit4]   2> 1569165 INFO  (jetty-closer-15511-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1569166 INFO  (jetty-closer-15511-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1569170 INFO  (OverseerAutoScalingTriggerThread-72402434880897042-127.0.0.1:37979_solr-n_0000000004) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1569174 INFO  (closeThreadPool-15528-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72402434880897042-127.0.0.1:37979_solr-n_0000000004) closing
   [junit4]   2> 1569274 INFO  (jetty-closer-15511-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72402434880897042-127.0.0.1:37979_solr-n_0000000004) closing
   [junit4]   2> 1569275 INFO  (jetty-closer-15511-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6cf2d8f5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1569276 INFO  (jetty-closer-15511-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@71ce32f2{/solr,null,STOPPED}
   [junit4]   2> 1569276 INFO  (jetty-closer-15511-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1569376 INFO  (jetty-closer-15511-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7c8589ba{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1569376 INFO  (jetty-closer-15511-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@467efd6b{/solr,null,STOPPED}
   [junit4]   2> 1569376 INFO  (jetty-closer-15511-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1569475 INFO  (jetty-closer-15511-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@d791f8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1569476 INFO  (jetty-closer-15511-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@38ef160a{/solr,null,STOPPED}
   [junit4]   2> 1569476 INFO  (jetty-closer-15511-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1569577 INFO  (jetty-closer-15511-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6b22fe15{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1569577 INFO  (jetty-closer-15511-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f97b1b4{/solr,null,STOPPED}
   [junit4]   2> 1569577 INFO  (jetty-closer-15511-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1569578 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1569780 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	12	/solr/security.json
   [junit4]   2> 	10	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	9	/solr/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/state.json
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	4	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/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> 	64	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	35	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	24	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/overseer_elect/election/72402434880897048-127.0.0.1:41001_solr-n_0000000006
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	97	/solr/overseer/queue
   [junit4]   2> 	95	/solr/live_nodes
   [junit4]   2> 	54	/solr/collections
   [junit4]   2> 	29	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1569783 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44951
   [junit4]   2> 1569783 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44951
   [junit4]   2> 1569783 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DAE973F7BCE12701]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44951
   [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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_DAE973F7BCE12701-001
   [junit4]   2> Nov 01, 2020 7:30:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {_root_=PostingsFormat(name=LuceneVarGapDocFreqInterval), fieldName_s=FST50, id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1712, maxMBSortInHeap=6.2524327673374005, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-SG, timezone=Atlantic/Madeira
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=50068056,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [TermVectorComponentDistributedTest, TestFoldingMultitermQuery, PropertiesRequestHandlerTest, MultiDestinationAuditLoggerTest, TestCloudSchemaless, TestManagedSchema, UUIDFieldTest, PeerSyncWithLeaderTest, HighlighterWithoutStoredIdTest, TestSolr4Spatial, TestSweetSpotSimilarityFactory, TestHighlightDedupGrouping, V2ApiIntegrationTest, CoreSorterTest, TestSimpleTrackingShardHandler, TestUpdate, TestTolerantUpdateProcessorCloud, TestGeoJSONResponseWriter, TestSolrConfigHandlerCloud, BlockJoinFacetRandomTest, HdfsWriteToMultipleCollectionsTest, LukeRequestHandlerTest, TestDistributedMissingSort, ZkFailoverTest, SuggesterFSTTest, TestSortByMinMaxFunction, IndexSizeTriggerTest, AddReplicaTest, VersionInfoTest, TestSolrXml, CursorPagingTest, TestWriterPerf, TestExclusionRuleCollectionAccess, MetricsConfigTest, TestSolrQueryResponse, TriggerCooldownIntegrationTest, DistributedMLTComponentTest, DistributedQueueTest, SolrIndexConfigTest, TestStressUserVersions, IgnoreLargeDocumentProcessorFactoryTest, TestCustomStream, TestCloudNestedDocsSort, TestCloudConsistency, TestNumericRangeQuery64, TolerantUpdateProcessorTest, SolrCoreTest, TestExceedMaxTermLength, SecurityHeadersTest, TestNoOpRegenerator, TestSimNodeAddedTrigger, ClassificationUpdateProcessorTest, AssignTest, TestExpandComponent, CurrencyFieldTypeTest, DirectSolrConnectionTest, TestRecovery, DataDrivenBlockJoinTest, TestLegacyNumericUtils, TestSlowCompositeReaderWrapper, DeleteLastCustomShardedReplicaTest, CursorMarkTest, SynonymTokenizerTest, TestLocalFSCloudBackupRestore, HealthCheckHandlerTest, TestImpersonationWithHadoopAuth, TestStressInPlaceUpdates, JWTAuthPluginIntegrationTest, TestTrie, TestConfigSetsAPIShareSchema, TestLazyCores, TestSolrCloudWithDelegationTokens, HdfsBasicDistributedZk2Test, TestFieldCacheWithThreads, TestFreeTextSuggestions, TestBM25SimilarityFactory, CloudReplicaSourceTest, TestInPlaceUpdatesRequiredField, ConnectionManagerTest, TestSolrFieldCacheBean, OverseerTaskQueueTest, TestSegmentSorting, CollectionPropsTest, TestInitQParser, HdfsSyncSliceTest, DistributedFacetSimpleRefinementLongTailTest, TestExternalRoleRuleBasedAuthorizationPlugin, ChaosMonkeySafeLeaderTest, TestCloudSearcherWarming, AdminHandlersProxyTest, TestTrieFacet, TestSearchPerf, HdfsDirectoryFactoryTest, DOMUtilTest, TestManagedStopFilterFactory, NumericFieldsTest, UtilsToolTest, MergeStrategyTest, OverseerRolesTest, TestExportTool, SchemaApiFailureTest, SmileWriterTest, TestExactSharedStatsCache, LegacyCloudClusterPropTest, HLLUtilTest, TestPushWriter, InfixSuggestersTest, AtomicUpdatesTest, TestFieldCacheReopen, RulesTest, TestCollapseQParserPlugin, DeleteStatusTest, TestCharFilters, TestDeprecatedFilters, TestWordDelimiterFilterFactory, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, AliasIntegrationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CloudExitableDirectoryReaderTest, DeleteNodeTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, MoveReplicaTest, PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestLeaderElectionZkExpiry, TestPullReplica, TestPullReplicaErrorHandling]
   [junit4] Completed [557/921 (1!)] on J3 in 39.54s, 4 tests, 1 error <<< FAILURES!

[...truncated 53491 lines...]