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/23 08:38:16 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:42917/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:42917/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([DE8B7E878335E2B3:D6BC984F589B963D]: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)


FAILED:  org.apache.solr.metrics.reporters.SolrJmxReporterTest.testClosedCore

Error Message:
Captured an uncaught exception in thread: Thread[id=30619, name=Thread-5803, state=RUNNABLE, group=TGRP-SolrJmxReporterTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=30619, name=Thread-5803, state=RUNNABLE, group=TGRP-SolrJmxReporterTest]
	at __randomizedtesting.SeedInfo.seed([DE8B7E878335E2B3:A9F6A8A7A3AC8043]:0)
Caused by: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DE8B7E878335E2B3]:0)
	at org.junit.Assert.fail(Assert.java:87)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertNotNull(Assert.java:713)
	at org.junit.Assert.assertNotNull(Assert.java:723)
	at org.apache.solr.metrics.reporters.SolrJmxReporterTest$1.run(SolrJmxReporterTest.java:213)




Build Log:
[...truncated 15206 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1549886 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-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> 1549887 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_DE8B7E878335E2B3-001/data-dir-123-001
   [junit4]   2> 1549887 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1549890 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-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> 1549890 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1549897 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-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/J1/temp/solr.cloud.TestPullReplicaErrorHandling_DE8B7E878335E2B3-001/tempDir-001
   [junit4]   2> 1549900 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1549925 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1549925 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1549926 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1550012 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 35235
   [junit4]   2> 1550013 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35235
   [junit4]   2> 1550013 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35235
   [junit4]   2> 1550013 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35235
   [junit4]   2> 1550014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550026 INFO  (zkConnectionManagerCallback-16564-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550026 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550043 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550048 INFO  (zkConnectionManagerCallback-16566-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550048 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550050 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550050 INFO  (zkConnectionManagerCallback-16568-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550051 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550155 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1550155 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1550155 INFO  (jetty-launcher-16569-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> 1550155 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1550155 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1550155 INFO  (jetty-launcher-16569-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> 1550155 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1550156 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1550156 INFO  (jetty-launcher-16569-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> 1550156 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1550156 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1550156 INFO  (jetty-launcher-16569-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> 1550157 INFO  (jetty-launcher-16569-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1550157 INFO  (jetty-launcher-16569-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1550157 INFO  (jetty-launcher-16569-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1550158 INFO  (jetty-launcher-16569-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1550158 INFO  (jetty-launcher-16569-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1550158 INFO  (jetty-launcher-16569-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1550158 INFO  (jetty-launcher-16569-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50f2bf66{/solr,null,AVAILABLE}
   [junit4]   2> 1550158 INFO  (jetty-launcher-16569-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d7db4b7{/solr,null,AVAILABLE}
   [junit4]   2> 1550159 INFO  (jetty-launcher-16569-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@75191b7c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37351}
   [junit4]   2> 1550159 INFO  (jetty-launcher-16569-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@217d7403{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35947}
   [junit4]   2> 1550159 INFO  (jetty-launcher-16569-thread-2) [     ] o.e.j.s.Server Started @1550200ms
   [junit4]   2> 1550159 INFO  (jetty-launcher-16569-thread-1) [     ] o.e.j.s.Server Started @1550200ms
   [junit4]   2> 1550159 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37351}
   [junit4]   2> 1550159 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35947}
   [junit4]   2> 1550159 ERROR (jetty-launcher-16569-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1550159 ERROR (jetty-launcher-16569-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1550159 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1550159 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1550159 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1550160 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1550160 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1550160 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1550160 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1550160 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1550160 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-23T08:04:18.719Z
   [junit4]   2> 1550160 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-23T08:04:18.719Z
   [junit4]   2> 1550161 INFO  (jetty-launcher-16569-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1550161 INFO  (jetty-launcher-16569-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1550161 INFO  (jetty-launcher-16569-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1550161 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550162 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550162 INFO  (jetty-launcher-16569-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@39f073c{/solr,null,AVAILABLE}
   [junit4]   2> 1550163 INFO  (jetty-launcher-16569-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1550163 INFO  (jetty-launcher-16569-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1550163 INFO  (jetty-launcher-16569-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1550163 INFO  (zkConnectionManagerCallback-16573-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550163 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550163 INFO  (zkConnectionManagerCallback-16572-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550163 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550163 INFO  (jetty-launcher-16569-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2de2b655{/solr,null,AVAILABLE}
   [junit4]   2> 1550163 INFO  (jetty-launcher-16569-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@367e323{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42733}
   [junit4]   2> 1550163 INFO  (jetty-launcher-16569-thread-3) [     ] o.e.j.s.Server Started @1550204ms
   [junit4]   2> 1550163 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42733}
   [junit4]   2> 1550164 ERROR (jetty-launcher-16569-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-23T08:04:18.723Z
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3991e254{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38267}
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-4) [     ] o.e.j.s.Server Started @1550204ms
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38267}
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1550164 ERROR (jetty-launcher-16569-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1550164 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-23T08:04:18.723Z
   [junit4]   2> 1550165 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1550165 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550165 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550168 INFO  (zkConnectionManagerCallback-16575-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550168 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550168 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1550168 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1550170 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1550170 INFO  (zkConnectionManagerCallback-16577-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550170 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550171 WARN  (jetty-launcher-16569-thread-1-SendThread(127.0.0.1:35235)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101ab0ef70b0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101ab0ef70b0003, 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 0x101ab0ef70b0003, 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> 1550174 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1550174 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1550175 WARN  (jetty-launcher-16569-thread-3-SendThread(127.0.0.1:35235)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101ab0ef70b0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101ab0ef70b0006, 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 0x101ab0ef70b0006, 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> 1550177 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1550744 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1550759 WARN  (jetty-launcher-16569-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7bc41492[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1550759 WARN  (jetty-launcher-16569-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7bc41492[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1550762 WARN  (jetty-launcher-16569-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@516565f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1550762 WARN  (jetty-launcher-16569-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@516565f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1550763 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35235/solr
   [junit4]   2> 1550764 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550764 INFO  (zkConnectionManagerCallback-16597-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550764 INFO  (jetty-launcher-16569-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550765 WARN  (jetty-launcher-16569-thread-2-SendThread(127.0.0.1:35235)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101ab0ef70b0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101ab0ef70b0007, 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 0x101ab0ef70b0007, 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> 1550867 INFO  (jetty-launcher-16569-thread-2) [n:127.0.0.1:37351_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550867 INFO  (zkConnectionManagerCallback-16599-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550867 INFO  (jetty-launcher-16569-thread-2) [n:127.0.0.1:37351_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550935 INFO  (jetty-launcher-16569-thread-2) [n:127.0.0.1:37351_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37351_solr
   [junit4]   2> 1550935 INFO  (jetty-launcher-16569-thread-2) [n:127.0.0.1:37351_solr     ] o.a.s.c.Overseer Overseer (id=72527149777223688-127.0.0.1:37351_solr-n_0000000000) starting
   [junit4]   2> 1550939 INFO  (OverseerStateUpdate-72527149777223688-127.0.0.1:37351_solr-n_0000000000) [n:127.0.0.1:37351_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37351_solr
   [junit4]   2> 1550951 INFO  (jetty-launcher-16569-thread-2) [n:127.0.0.1:37351_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37351_solr
   [junit4]   2> 1550953 INFO  (jetty-launcher-16569-thread-2) [n:127.0.0.1:37351_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1550953 WARN  (jetty-launcher-16569-thread-2) [n:127.0.0.1:37351_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> 1550971 INFO  (zkCallback-16598-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1550975 INFO  (jetty-launcher-16569-thread-2) [n:127.0.0.1:37351_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/J1/temp/solr.cloud.TestPullReplicaErrorHandling_DE8B7E878335E2B3-001/tempDir-001/node3
   [junit4]   2> 1551254 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1551254 WARN  (jetty-launcher-16569-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48e0373c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551254 WARN  (jetty-launcher-16569-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48e0373c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551260 WARN  (jetty-launcher-16569-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77c6c3db[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551260 WARN  (jetty-launcher-16569-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77c6c3db[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551261 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35235/solr
   [junit4]   2> 1551263 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551263 INFO  (zkConnectionManagerCallback-16617-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1551263 INFO  (jetty-launcher-16569-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551366 INFO  (jetty-launcher-16569-thread-3) [n:127.0.0.1:42733_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551366 INFO  (zkConnectionManagerCallback-16619-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1551366 INFO  (jetty-launcher-16569-thread-3) [n:127.0.0.1:42733_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551369 INFO  (jetty-launcher-16569-thread-3) [n:127.0.0.1:42733_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1551372 INFO  (jetty-launcher-16569-thread-3) [n:127.0.0.1:42733_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42733_solr as DOWN
   [junit4]   2> 1551381 INFO  (jetty-launcher-16569-thread-3) [n:127.0.0.1:42733_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1551381 INFO  (jetty-launcher-16569-thread-3) [n:127.0.0.1:42733_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42733_solr
   [junit4]   2> 1551382 INFO  (zkCallback-16598-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1551383 INFO  (jetty-launcher-16569-thread-3) [n:127.0.0.1:42733_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1551383 WARN  (jetty-launcher-16569-thread-3) [n:127.0.0.1:42733_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> 1551396 INFO  (zkCallback-16618-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1551405 INFO  (jetty-launcher-16569-thread-3) [n:127.0.0.1:42733_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/J1/temp/solr.cloud.TestPullReplicaErrorHandling_DE8B7E878335E2B3-001/tempDir-001/node2
   [junit4]   2> 1551412 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1551415 WARN  (jetty-launcher-16569-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@38dabca4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551419 WARN  (jetty-launcher-16569-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@38dabca4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551425 WARN  (jetty-launcher-16569-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@16c870b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551426 WARN  (jetty-launcher-16569-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@16c870b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551429 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35235/solr
   [junit4]   2> 1551430 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551431 INFO  (zkConnectionManagerCallback-16633-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1551431 INFO  (jetty-launcher-16569-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551533 INFO  (jetty-launcher-16569-thread-4) [n:127.0.0.1:38267_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551535 INFO  (zkConnectionManagerCallback-16635-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1551535 INFO  (jetty-launcher-16569-thread-4) [n:127.0.0.1:38267_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551539 INFO  (jetty-launcher-16569-thread-4) [n:127.0.0.1:38267_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1551543 INFO  (jetty-launcher-16569-thread-4) [n:127.0.0.1:38267_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38267_solr as DOWN
   [junit4]   2> 1551544 INFO  (jetty-launcher-16569-thread-4) [n:127.0.0.1:38267_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1551544 INFO  (jetty-launcher-16569-thread-4) [n:127.0.0.1:38267_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38267_solr
   [junit4]   2> 1551548 INFO  (zkCallback-16618-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1551548 INFO  (zkCallback-16598-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1551548 INFO  (zkCallback-16634-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1551549 INFO  (jetty-launcher-16569-thread-4) [n:127.0.0.1:38267_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1551550 WARN  (jetty-launcher-16569-thread-4) [n:127.0.0.1:38267_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> 1551562 INFO  (jetty-launcher-16569-thread-4) [n:127.0.0.1:38267_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/J1/temp/solr.cloud.TestPullReplicaErrorHandling_DE8B7E878335E2B3-001/tempDir-001/node4
   [junit4]   2> 1551733 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1551734 WARN  (jetty-launcher-16569-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b39433b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551818 WARN  (jetty-launcher-16569-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b39433b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551821 WARN  (jetty-launcher-16569-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@499b3b76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551821 WARN  (jetty-launcher-16569-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@499b3b76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1551822 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35235/solr
   [junit4]   2> 1551823 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551824 INFO  (zkConnectionManagerCallback-16649-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1551824 INFO  (jetty-launcher-16569-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551926 INFO  (jetty-launcher-16569-thread-1) [n:127.0.0.1:35947_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551927 INFO  (zkConnectionManagerCallback-16651-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1551927 INFO  (jetty-launcher-16569-thread-1) [n:127.0.0.1:35947_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551933 INFO  (jetty-launcher-16569-thread-1) [n:127.0.0.1:35947_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1551936 INFO  (jetty-launcher-16569-thread-1) [n:127.0.0.1:35947_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35947_solr as DOWN
   [junit4]   2> 1551937 INFO  (jetty-launcher-16569-thread-1) [n:127.0.0.1:35947_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1551937 INFO  (jetty-launcher-16569-thread-1) [n:127.0.0.1:35947_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35947_solr
   [junit4]   2> 1551938 INFO  (zkCallback-16634-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1551938 INFO  (zkCallback-16598-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1551938 INFO  (zkCallback-16618-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1551938 INFO  (zkCallback-16650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1551939 INFO  (jetty-launcher-16569-thread-1) [n:127.0.0.1:35947_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1551940 WARN  (jetty-launcher-16569-thread-1) [n:127.0.0.1:35947_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> 1551955 INFO  (jetty-launcher-16569-thread-1) [n:127.0.0.1:35947_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/J1/temp/solr.cloud.TestPullReplicaErrorHandling_DE8B7E878335E2B3-001/tempDir-001/node1
   [junit4]   2> 1551964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1551965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551966 INFO  (zkConnectionManagerCallback-16662-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1551966 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551967 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1551968 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35235/solr ready
   [junit4]   2> 1551970 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=608453291
   [junit4]   2> 1551971 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37351_solr
   [junit4]   2> 1551971 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1551971 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37351_solr as DOWN
   [junit4]   2> 1551972 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1551972 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1551972 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1551972 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1551972 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1551973 INFO  (closeThreadPool-16667-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72527149777223688-127.0.0.1:37351_solr-n_0000000000) closing
   [junit4]   2> 1551973 INFO  (OverseerStateUpdate-72527149777223688-127.0.0.1:37351_solr-n_0000000000) [n:127.0.0.1:37351_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37351_solr
   [junit4]   2> 1551973 INFO  (OverseerAutoScalingTriggerThread-72527149777223688-127.0.0.1:37351_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1551981 INFO  (closeThreadPool-16667-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72527149777223688-127.0.0.1:37351_solr-n_0000000000) closing
   [junit4]   2> 1551981 INFO  (zkCallback-16650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1551982 INFO  (zkCallback-16618-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1551982 INFO  (zkCallback-16634-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1551982 INFO  (zkCallback-16618-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42733_solr
   [junit4]   2> 1551982 INFO  (zkCallback-16661-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1551983 INFO  (zkCallback-16618-thread-2) [n:127.0.0.1:42733_solr     ] o.a.s.c.Overseer Overseer (id=72527149777223690-127.0.0.1:42733_solr-n_0000000001) starting
   [junit4]   2> 1551986 INFO  (OverseerStateUpdate-72527149777223690-127.0.0.1:42733_solr-n_0000000001) [n:127.0.0.1:42733_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42733_solr
   [junit4]   2> 1552081 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.Overseer Overseer (id=72527149777223688-127.0.0.1:37351_solr-n_0000000000) closing
   [junit4]   2> 1552082 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@75191b7c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1552083 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7d7db4b7{/solr,null,STOPPED}
   [junit4]   2> 1552083 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1552083 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1552084 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1552084 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-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> 1552084 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1552084 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1552084 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1552084 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@196d94c7{/solr,null,AVAILABLE}
   [junit4]   2> 1552085 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2c6ec263{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40467}
   [junit4]   2> 1552085 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.Server Started @1552125ms
   [junit4]   2> 1552085 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42917}
   [junit4]   2> 1552085 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1552086 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1552086 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1552086 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1552086 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1552086 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-23T08:04:20.645Z
   [junit4]   2> 1552087 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552087 INFO  (zkConnectionManagerCallback-16673-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552087 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552088 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1552093 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1552442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1552443 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4956c7d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1552443 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4956c7d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1552447 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a5fe14f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1552447 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a5fe14f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1552448 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35235/solr
   [junit4]   2> 1552450 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552451 INFO  (zkConnectionManagerCallback-16684-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552451 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552553 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42917_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552554 INFO  (zkConnectionManagerCallback-16686-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552554 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42917_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42917_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1552560 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42917_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42917_solr as DOWN
   [junit4]   2> 1552561 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42917_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1552561 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42917_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42917_solr
   [junit4]   2> 1552562 INFO  (zkCallback-16650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1552562 INFO  (zkCallback-16634-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1552562 INFO  (zkCallback-16618-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1552563 INFO  (zkCallback-16661-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1552563 INFO  (zkCallback-16685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1552563 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42917_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1552564 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42917_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> 1552580 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42917_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/J1/temp/solr.cloud.TestPullReplicaErrorHandling_DE8B7E878335E2B3-001/tempDir-001/node3
   [junit4]   2> 1552588 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1552588 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:40467/solr. Proxy: http://127.0.0.1:42917/solr
   [junit4]   2> 1552589 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1811297014
   [junit4]   2> 1552589 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42733_solr
   [junit4]   2> 1552589 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1552589 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42733_solr as DOWN
   [junit4]   2> 1552595 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1552595 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1552595 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1552595 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1552600 INFO  (closeThreadPool-16697-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72527149777223690-127.0.0.1:42733_solr-n_0000000001) closing
   [junit4]   2> 1552600 INFO  (OverseerStateUpdate-72527149777223690-127.0.0.1:42733_solr-n_0000000001) [n:127.0.0.1:42733_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42733_solr
   [junit4]   2> 1552603 INFO  (OverseerAutoScalingTriggerThread-72527149777223690-127.0.0.1:42733_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1552606 INFO  (closeThreadPool-16697-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72527149777223690-127.0.0.1:42733_solr-n_0000000001) closing
   [junit4]   2> 1552606 WARN  (jetty-launcher-16569-thread-3-SendThread(127.0.0.1:35235)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101ab0ef70b000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101ab0ef70b000a, 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 0x101ab0ef70b000a, 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> 1552606 INFO  (zkCallback-16685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1552606 INFO  (zkCallback-16650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1552606 INFO  (zkCallback-16634-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38267_solr
   [junit4]   2> 1552606 INFO  (zkCallback-16634-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1552607 INFO  (zkCallback-16661-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1552607 INFO  (zkCallback-16634-thread-1) [n:127.0.0.1:38267_solr     ] o.a.s.c.Overseer Overseer (id=72527149777223692-127.0.0.1:38267_solr-n_0000000002) starting
   [junit4]   2> 1552612 INFO  (OverseerStateUpdate-72527149777223692-127.0.0.1:38267_solr-n_0000000002) [n:127.0.0.1:38267_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38267_solr
   [junit4]   2> 1552707 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.Overseer Overseer (id=72527149777223690-127.0.0.1:42733_solr-n_0000000001) closing
   [junit4]   2> 1552708 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@367e323{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1552709 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@39f073c{/solr,null,STOPPED}
   [junit4]   2> 1552709 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1552709 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1552710 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1552710 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-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> 1552715 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1552715 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1552715 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1552715 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a3598ad{/solr,null,AVAILABLE}
   [junit4]   2> 1552715 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@34280bfc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34783}
   [junit4]   2> 1552716 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.Server Started @1552756ms
   [junit4]   2> 1552716 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38543}
   [junit4]   2> 1552716 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1552716 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1552716 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1552716 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1552716 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1552716 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-23T08:04:21.275Z
   [junit4]   2> 1552717 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552719 INFO  (zkConnectionManagerCallback-16703-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552719 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552720 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1552725 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1553241 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1553242 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@55d8ee0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553242 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@55d8ee0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553262 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@354ea62a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553262 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@354ea62a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553264 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35235/solr
   [junit4]   2> 1553266 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553269 INFO  (zkConnectionManagerCallback-16714-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553269 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1553270 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker-SendThread(127.0.0.1:35235)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101ab0ef70b0014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101ab0ef70b0014, 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 0x101ab0ef70b0014, 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> 1553372 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:38543_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553373 INFO  (zkConnectionManagerCallback-16716-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553373 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:38543_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1553381 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:38543_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1553386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:38543_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38543_solr as DOWN
   [junit4]   2> 1553388 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:38543_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1553388 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:38543_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38543_solr
   [junit4]   2> 1553390 INFO  (zkCallback-16634-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1553390 INFO  (zkCallback-16650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1553390 INFO  (zkCallback-16685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1553390 INFO  (zkCallback-16661-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1553392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:38543_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1553392 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:38543_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> 1553407 INFO  (zkCallback-16715-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1553511 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:38543_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/J1/temp/solr.cloud.TestPullReplicaErrorHandling_DE8B7E878335E2B3-001/tempDir-001/node2
   [junit4]   2> 1553520 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1553531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:34783/solr. Proxy: http://127.0.0.1:38543/solr
   [junit4]   2> 1553531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1966634689
   [junit4]   2> 1553531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38267_solr
   [junit4]   2> 1553532 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1553532 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38267_solr as DOWN
   [junit4]   2> 1553539 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1553539 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1553540 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1553540 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1553544 INFO  (closeThreadPool-16727-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72527149777223692-127.0.0.1:38267_solr-n_0000000002) closing
   [junit4]   2> 1553546 INFO  (OverseerStateUpdate-72527149777223692-127.0.0.1:38267_solr-n_0000000002) [n:127.0.0.1:38267_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38267_solr
   [junit4]   2> 1553554 INFO  (OverseerAutoScalingTriggerThread-72527149777223692-127.0.0.1:38267_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1553555 INFO  (zkCallback-16661-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1553555 INFO  (zkCallback-16650-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35947_solr
   [junit4]   2> 1553555 INFO  (zkCallback-16685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1553556 INFO  (zkCallback-16650-thread-1) [n:127.0.0.1:35947_solr     ] o.a.s.c.Overseer Overseer (id=72527149777223694-127.0.0.1:35947_solr-n_0000000003) starting
   [junit4]   2> 1553559 INFO  (zkCallback-16715-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1553567 INFO  (zkCallback-16650-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1553569 INFO  (closeThreadPool-16727-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72527149777223692-127.0.0.1:38267_solr-n_0000000002) closing
   [junit4]   2> 1553569 INFO  (OverseerStateUpdate-72527149777223694-127.0.0.1:35947_solr-n_0000000003) [n:127.0.0.1:35947_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35947_solr
   [junit4]   2> 1553655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.Overseer Overseer (id=72527149777223692-127.0.0.1:38267_solr-n_0000000002) closing
   [junit4]   2> 1553656 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3991e254{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1553657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2de2b655{/solr,null,STOPPED}
   [junit4]   2> 1553657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1553657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1553657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1553657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-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> 1553663 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1553663 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1553663 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1553664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@252f58a8{/solr,null,AVAILABLE}
   [junit4]   2> 1553664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5f5b31ff{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40633}
   [junit4]   2> 1553664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.s.Server Started @1553704ms
   [junit4]   2> 1553664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42841}
   [junit4]   2> 1553664 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1553664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1553664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1553664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1553664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1553664 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-23T08:04:22.223Z
   [junit4]   2> 1553671 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553671 INFO  (zkConnectionManagerCallback-16733-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553671 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1553672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1553676 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1554442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1554443 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@736e5a02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554443 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@736e5a02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554446 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@516c1fb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554446 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@516c1fb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35235/solr
   [junit4]   2> 1554448 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1554450 INFO  (zkConnectionManagerCallback-16744-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1554450 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1554569 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42841_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1554581 INFO  (zkConnectionManagerCallback-16746-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1554581 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42841_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1554584 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42841_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1554587 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42841_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42841_solr as DOWN
   [junit4]   2> 1554588 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42841_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1554588 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42841_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42841_solr
   [junit4]   2> 1554589 INFO  (zkCallback-16661-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1554589 INFO  (zkCallback-16715-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1554589 INFO  (zkCallback-16685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1554589 INFO  (zkCallback-16650-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1554592 INFO  (zkCallback-16745-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1554592 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42841_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1554593 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42841_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> 1554609 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [n:127.0.0.1:42841_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/J1/temp/solr.cloud.TestPullReplicaErrorHandling_DE8B7E878335E2B3-001/tempDir-001/node4
   [junit4]   2> 1554618 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1554619 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:40633/solr. Proxy: http://127.0.0.1:42841/solr
   [junit4]   2> 1554619 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=348870980
   [junit4]   2> 1554619 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35947_solr
   [junit4]   2> 1554620 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1554620 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35947_solr as DOWN
   [junit4]   2> 1554627 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1554627 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1554627 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1554627 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1554631 INFO  (closeThreadPool-16757-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72527149777223694-127.0.0.1:35947_solr-n_0000000003) closing
   [junit4]   2> 1554633 INFO  (OverseerAutoScalingTriggerThread-72527149777223694-127.0.0.1:35947_solr-n_0000000003) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1554633 INFO  (OverseerStateUpdate-72527149777223694-127.0.0.1:35947_solr-n_0000000003) [n:127.0.0.1:35947_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35947_solr
   [junit4]   2> 1554634 WARN  (jetty-launcher-16569-thread-1-SendThread(127.0.0.1:35235)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101ab0ef70b000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101ab0ef70b000e, 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 0x101ab0ef70b000e, 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> 1554636 INFO  (zkCallback-16745-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1554636 INFO  (zkCallback-16661-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1554636 INFO  (zkCallback-16685-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42917_solr
   [junit4]   2> 1554636 INFO  (zkCallback-16715-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1554637 INFO  (closeThreadPool-16757-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72527149777223694-127.0.0.1:35947_solr-n_0000000003) closing
   [junit4]   2> 1554637 INFO  (zkCallback-16685-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1554637 INFO  (zkCallback-16685-thread-1) [n:127.0.0.1:42917_solr     ] o.a.s.c.Overseer Overseer (id=72527149777223698-127.0.0.1:42917_solr-n_0000000004) starting
   [junit4]   2> 1554643 INFO  (OverseerStateUpdate-72527149777223698-127.0.0.1:42917_solr-n_0000000004) [n:127.0.0.1:42917_solr     ] o.

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

rgeDeletesPctAllowed=21.1029012916691, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785935041494812, deletesPctAllowed=24.962455286373213
   [junit4]   2> 2119654 WARN  (coreLoadExecutor-17051-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 2119655 INFO  (coreLoadExecutor-17051-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2119657 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2119666 INFO  (searcherExecutor-17053-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2119695 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'SolrJmxReporterTest-rvrpgm.SolrJmxReporterTest-dmhnzqus' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@482f39b7
   [junit4]   2> 2119789 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=null
   [junit4]   2> 2119789 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3f2bc31a: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@181abbf5
   [junit4]   2> 2119809 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b8dd498: rootName = SolrJmxReporterTest-rvrpgm, domain = SolrJmxReporterTest-dmhnzqus, service url = null, agent id = localhost_1606119220851] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@181abbf5
   [junit4]   2> 2119829 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@4bed5a39
   [junit4]   2> 2119829 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2119829 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1401292605
   [junit4]   2> 2119830 INFO  (coreCloseExecutor-17058-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4bed5a39
   [junit4]   2> 2119830 INFO  (coreCloseExecutor-17058-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@4bed5a39
   [junit4]   2> 2119830 INFO  (coreCloseExecutor-17058-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2119831 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2119831 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ae817ec: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@11472c08
   [junit4]   2> 2119837 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2119837 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@261f1837: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4e90d78
   [junit4]   2> 2119840 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2119840 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@38b740c9: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@79f1d6d0
   [junit4]   2> 2119841 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[DE8B7E878335E2B3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReportMetrics
   [junit4]   2> 2119842 INFO  (SUITE-SolrJmxReporterTest-seed#[DE8B7E878335E2B3]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ro-RO, timezone=America/Thunder_Bay
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=250890376,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [SSLMigrationTest, TestCursorMarkWithoutUniqueKey, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestJsonRangeFacets, CdcrReplicationHandlerTest, TestSimLargeCluster, ParsingFieldUpdateProcessorsTest, HdfsChaosMonkeySafeLeaderTest, TestFiltering, DocValuesMissingTest, ActionThrottleTest, HdfsDirectoryTest, TestFileDictionaryLookup, ShowFileRequestHandlerTest, ExecutePlanActionTest, TestSimpleTextCodec, DistributedFacetPivotWhiteBoxTest, TestNumericRangeQuery32, ConcurrentCreateRoutedAliasTest, TestSolrJacksonAnnotation, TestMultiWordSynonyms, HighlighterTest, DeleteShardTest, TestPHPSerializedResponseWriter, TestRealTimeGet, TestDocumentBuilder, TestSQLHandlerNonCloud, TemplateUpdateProcessorTest, CSVRequestHandlerTest, LeaderElectionTest, BasicDistributedZk2Test, TriLevelCompositeIdRoutingTest, DynamicMapsTest, XmlInterpolationTest, TestSystemCollAutoCreate, TestJsonFacetRefinement, CollectionTooManyReplicasTest, CheckHdfsIndexTest, TestCircuitBreaker, CoreAdminHandlerTest, TestConfigSetProperties, BadComponentTest, JSONWriterTest, TestPolicyCloud, TestPayloadScoreQParserPlugin, ExternalFileFieldSortTest, SolrCoreCheckLockOnStartupTest, RuleEngineTest, TestReloadDeadlock, TriggerSetPropertiesIntegrationTest, TestUseDocValuesAsStored2, ZkSolrClientTest, AutoAddReplicasIntegrationTest, TestTolerantSearch, TestUnInvertedFieldException, FacetPivotSmallTest, CopyFieldTest, ScheduledTriggerTest, QueryElevationComponentTest, TestSort, NodeAddedTriggerIntegrationTest, RemoteQueryErrorTest, TestFieldCacheVsDocValues, PeerSyncReplicationTest, TestDelegationWithHadoopAuth, ClusterStateUpdateTest, TestOmitPositions, RegexBytesRefFilterTest, TestOrdValues, MigrateRouteKeyTest, TestSimScenario, TestRetrieveFieldsOptimizer, TestBlobHandler, TestPrepRecovery, TestCaffeineCache, SuggestComponentTest, TestFieldCache, TestFaceting, TestInPlaceUpdatesDistrib, CircularListTest, SpatialRPTFieldTypeTest, TestDistributedStatsComponentCardinality, TestUniqueKeyFieldResource, RestartWhileUpdatingTest, TestSolrIndexConfig, TestReplicationHandlerDiskOverFlow, DebugComponentTest, TestCharFilters, CleanupOldIndexTest, ResponseHeaderTest, ConfigureRecoveryStrategyTest, MaxScoreCollectorTest, ZkControllerTest, TestSkipOverseerOperations, DeleteInactiveReplicaTest, BasicAuthStandaloneTest, HdfsUnloadDistributedZkTest, TestAuthorizationFramework, TestExplainDocTransformer, JWTVerificationkeyResolverTest, TestSimDistributedQueue, TestLMJelinekMercerSimilarityFactory, TestSchemalessBufferedUpdates, BlobRepositoryCloudTest, UniqFieldsUpdateProcessorFactoryTest, HLLSerializationTest, BadCopyFieldTest, ConvertedLegacyTest, TestTlogReplica, TestNestedUpdateProcessor, LeaderVoteWaitTimeoutTest, TestXmlQParserPlugin, HttpPartitionTest, JvmMetricsTest, OverseerRolesTest, RecoveryZkTest, ShardRoutingCustomTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudPivotFacet, TestClusterProperties, TestConfigSetsAPIExclusivity, TestConfigSetsAPIShareSchema, TestDynamicFieldNamesIndexCorrectly, TestLockTree, TestMiniSolrCloudClusterSSL, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorRandomCloud, TestWithCollection, SimpleCollectionCreateDeleteTest, TestHdfsCloudBackupRestore, IndexSizeTriggerSizeEstimationTest, MetricTriggerIntegrationTest, NodeLostTriggerIntegrationTest, NodeMarkersRegistrationTest, SearchRateTriggerTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, TestClusterStateMutator, ZkCollectionPropsCachingTest, ZkDynamicConfigTest, ByteBuffersDirectoryFactoryTest, DirectoryFactoriesTest, DirectoryFactoryTest, QueryResultKeyTest, TestDynamicURP, TestImplicitCoreProperties, TestInitParams, TestJmxIntegration, TestLazyCores, TestCoreBackup, XmlUpdateRequestHandlerTest, XsltUpdateRequestHandlerTest, AdminHandlersProxyTest, CoreMergeIndexesAdminHandlerTest, DaemonStreamApiTest, LukeRequestHandlerTest, DistributedFacetPivotLargeTest, DistributedSpellCheckComponentTest, TestPivotHelperCode, TestTrackingShardHandlerFactory, MetricsDisabledCloudTest, SolrJmxReporterTest]
   [junit4] Completed [710/921 (2!)] on J2 in 7.75s, 4 tests, 1 error <<< FAILURES!

[...truncated 51351 lines...]