You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/11/24 17:21:13 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:46097/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:46097/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([6F721500CEA6F5D7:6745F3C815088159]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




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

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

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

[...truncated 52361 lines...]