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/10/30 13:04:58 UTC

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

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

2 tests failed.
FAILED:  org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([3D670DC4BEABD958:D5BBA0264D43C378]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:976)
	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
	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)
Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 457765944 and allocated threshold 397148160

	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:325)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2641)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:332)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:314)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:990)
	... 45 more


FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:39037/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:39037/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([3D670DC4BEABD958:3550EB0C6505ADD6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14416 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1000040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-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-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1000040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1000041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_3D670DC4BEABD958-001/data-dir-88-001
   [junit4]   2> 1000041 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=22 numCloses=22
   [junit4]   2> 1000041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1000043 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-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> 1000043 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_3D670DC4BEABD958-001/tempDir-001
   [junit4]   2> 1000043 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1000044 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1000044 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1000045 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1000144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 39769
   [junit4]   2> 1000144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39769
   [junit4]   2> 1000144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39769
   [junit4]   2> 1000144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39769
   [junit4]   2> 1000145 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000148 INFO  (zkConnectionManagerCallback-10323-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000148 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000150 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000151 INFO  (zkConnectionManagerCallback-10325-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000151 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000152 INFO  (zkConnectionManagerCallback-10327-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-2) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-3) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-1) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1000255 INFO  (jetty-launcher-10328-thread-4) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1000256 INFO  (jetty-launcher-10328-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1000256 INFO  (jetty-launcher-10328-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1000256 INFO  (jetty-launcher-10328-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1000256 INFO  (jetty-launcher-10328-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1000256 INFO  (jetty-launcher-10328-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1000256 INFO  (jetty-launcher-10328-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1000257 INFO  (jetty-launcher-10328-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21d21bf2{/solr,null,AVAILABLE}
   [junit4]   2> 1000257 INFO  (jetty-launcher-10328-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1000257 INFO  (jetty-launcher-10328-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1000257 INFO  (jetty-launcher-10328-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1000257 INFO  (jetty-launcher-10328-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ac766c0{/solr,null,AVAILABLE}
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e310e05{/solr,null,AVAILABLE}
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a036ce9{/solr,null,AVAILABLE}
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6bb94767{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41811}
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-4) [     ] o.e.j.s.Server Started @1000286ms
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@62a23602{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34477}
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41811}
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-3) [     ] o.e.j.s.Server Started @1000286ms
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34477}
   [junit4]   2> 1000258 ERROR (jetty-launcher-10328-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1000258 ERROR (jetty-launcher-10328-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1000258 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1000259 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1000259 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1000259 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1000259 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1000259 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-30T12:21:50.293Z
   [junit4]   2> 1000259 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-30T12:21:50.293Z
   [junit4]   2> 1000262 INFO  (jetty-launcher-10328-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@311cbfb7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37077}
   [junit4]   2> 1000262 INFO  (jetty-launcher-10328-thread-1) [     ] o.e.j.s.Server Started @1000290ms
   [junit4]   2> 1000262 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37077}
   [junit4]   2> 1000262 ERROR (jetty-launcher-10328-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1000262 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1000262 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1000262 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1000262 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1000262 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-30T12:21:50.296Z
   [junit4]   2> 1000263 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6c4bf308{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37273}
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-2) [     ] o.e.j.s.Server Started @1000292ms
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37273}
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000264 ERROR (jetty-launcher-10328-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-30T12:21:50.298Z
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000264 INFO  (zkConnectionManagerCallback-10330-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000264 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000265 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000265 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1000266 INFO  (zkConnectionManagerCallback-10334-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000266 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000269 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1000269 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1000272 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1000274 INFO  (zkConnectionManagerCallback-10332-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000274 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000275 WARN  (jetty-launcher-10328-thread-1-SendThread(127.0.0.1:39769)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101305fe9bf0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101305fe9bf0004, 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 0x101305fe9bf0004, 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> 1000275 WARN  (jetty-launcher-10328-thread-3-SendThread(127.0.0.1:39769)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101305fe9bf0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101305fe9bf0003, 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 0x101305fe9bf0003, 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> 1000275 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1000275 INFO  (zkConnectionManagerCallback-10336-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000275 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000278 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1000278 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1000278 WARN  (jetty-launcher-10328-thread-4-SendThread(127.0.0.1:39769)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101305fe9bf0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101305fe9bf0005, 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 0x101305fe9bf0005, 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> 1000281 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1000747 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1000748 WARN  (jetty-launcher-10328-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@30e14156[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1000748 WARN  (jetty-launcher-10328-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@30e14156[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1000778 WARN  (jetty-launcher-10328-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41c68aae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1000778 WARN  (jetty-launcher-10328-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41c68aae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1000779 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39769/solr
   [junit4]   2> 1000788 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000805 INFO  (zkConnectionManagerCallback-10356-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000805 INFO  (jetty-launcher-10328-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000894 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1000895 WARN  (jetty-launcher-10328-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d35514b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1000895 WARN  (jetty-launcher-10328-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d35514b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1000899 WARN  (jetty-launcher-10328-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d506d52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1000899 WARN  (jetty-launcher-10328-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d506d52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1000900 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39769/solr
   [junit4]   2> 1000902 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000906 INFO  (zkConnectionManagerCallback-10364-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000906 INFO  (jetty-launcher-10328-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000907 INFO  (jetty-launcher-10328-thread-2) [n:127.0.0.1:37273_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000907 WARN  (jetty-launcher-10328-thread-1-SendThread(127.0.0.1:39769)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101305fe9bf0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101305fe9bf0008, 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 0x101305fe9bf0008, 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> 1000908 INFO  (zkConnectionManagerCallback-10366-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000908 INFO  (jetty-launcher-10328-thread-2) [n:127.0.0.1:37273_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000962 INFO  (jetty-launcher-10328-thread-2) [n:127.0.0.1:37273_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37273_solr
   [junit4]   2> 1000962 INFO  (jetty-launcher-10328-thread-2) [n:127.0.0.1:37273_solr     ] o.a.s.c.Overseer Overseer (id=72392257516273673-127.0.0.1:37273_solr-n_0000000000) starting
   [junit4]   2> 1000966 INFO  (OverseerStateUpdate-72392257516273673-127.0.0.1:37273_solr-n_0000000000) [n:127.0.0.1:37273_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37273_solr
   [junit4]   2> 1000970 INFO  (jetty-launcher-10328-thread-2) [n:127.0.0.1:37273_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37273_solr
   [junit4]   2> 1000972 INFO  (jetty-launcher-10328-thread-2) [n:127.0.0.1:37273_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1000972 WARN  (jetty-launcher-10328-thread-2) [n:127.0.0.1:37273_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> 1000978 INFO  (zkCallback-10365-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1000990 INFO  (jetty-launcher-10328-thread-2) [n:127.0.0.1:37273_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_3D670DC4BEABD958-001/tempDir-001/node2
   [junit4]   2> 1001009 INFO  (jetty-launcher-10328-thread-1) [n:127.0.0.1:37077_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1001009 INFO  (zkConnectionManagerCallback-10378-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001009 INFO  (jetty-launcher-10328-thread-1) [n:127.0.0.1:37077_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1001012 INFO  (jetty-launcher-10328-thread-1) [n:127.0.0.1:37077_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1001014 INFO  (jetty-launcher-10328-thread-1) [n:127.0.0.1:37077_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37077_solr as DOWN
   [junit4]   2> 1001015 INFO  (jetty-launcher-10328-thread-1) [n:127.0.0.1:37077_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1001015 INFO  (jetty-launcher-10328-thread-1) [n:127.0.0.1:37077_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37077_solr
   [junit4]   2> 1001016 INFO  (zkCallback-10365-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1001017 INFO  (jetty-launcher-10328-thread-1) [n:127.0.0.1:37077_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1001017 WARN  (jetty-launcher-10328-thread-1) [n:127.0.0.1:37077_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> 1001021 INFO  (zkCallback-10377-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1001027 INFO  (jetty-launcher-10328-thread-1) [n:127.0.0.1:37077_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_3D670DC4BEABD958-001/tempDir-001/node1
   [junit4]   2> 1001110 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1001111 WARN  (jetty-launcher-10328-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@100b4576[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1001111 WARN  (jetty-launcher-10328-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@100b4576[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1001114 WARN  (jetty-launcher-10328-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6c743a10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1001114 WARN  (jetty-launcher-10328-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6c743a10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1001115 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39769/solr
   [junit4]   2> 1001116 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1001116 INFO  (zkConnectionManagerCallback-10392-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001116 INFO  (jetty-launcher-10328-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1001218 INFO  (jetty-launcher-10328-thread-4) [n:127.0.0.1:41811_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1001219 INFO  (zkConnectionManagerCallback-10394-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001219 INFO  (jetty-launcher-10328-thread-4) [n:127.0.0.1:41811_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1001223 INFO  (jetty-launcher-10328-thread-4) [n:127.0.0.1:41811_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1001226 INFO  (jetty-launcher-10328-thread-4) [n:127.0.0.1:41811_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41811_solr as DOWN
   [junit4]   2> 1001227 INFO  (jetty-launcher-10328-thread-4) [n:127.0.0.1:41811_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1001227 INFO  (jetty-launcher-10328-thread-4) [n:127.0.0.1:41811_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41811_solr
   [junit4]   2> 1001228 INFO  (zkCallback-10377-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1001228 INFO  (zkCallback-10365-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1001229 INFO  (zkCallback-10393-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1001229 INFO  (jetty-launcher-10328-thread-4) [n:127.0.0.1:41811_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1001241 WARN  (jetty-launcher-10328-thread-4) [n:127.0.0.1:41811_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> 1001256 INFO  (jetty-launcher-10328-thread-4) [n:127.0.0.1:41811_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_3D670DC4BEABD958-001/tempDir-001/node4
   [junit4]   2> 1002195 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1002196 WARN  (jetty-launcher-10328-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f76cc3f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1002197 WARN  (jetty-launcher-10328-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f76cc3f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1002203 WARN  (jetty-launcher-10328-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ee4501e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1002203 WARN  (jetty-launcher-10328-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ee4501e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1002204 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39769/solr
   [junit4]   2> 1002205 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1002206 INFO  (zkConnectionManagerCallback-10408-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002206 INFO  (jetty-launcher-10328-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1002308 INFO  (jetty-launcher-10328-thread-3) [n:127.0.0.1:34477_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1002308 INFO  (zkConnectionManagerCallback-10410-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002308 INFO  (jetty-launcher-10328-thread-3) [n:127.0.0.1:34477_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1002312 INFO  (jetty-launcher-10328-thread-3) [n:127.0.0.1:34477_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1002314 INFO  (jetty-launcher-10328-thread-3) [n:127.0.0.1:34477_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34477_solr as DOWN
   [junit4]   2> 1002315 INFO  (jetty-launcher-10328-thread-3) [n:127.0.0.1:34477_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1002315 INFO  (jetty-launcher-10328-thread-3) [n:127.0.0.1:34477_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34477_solr
   [junit4]   2> 1002316 INFO  (zkCallback-10393-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1002316 INFO  (zkCallback-10365-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1002316 INFO  (zkCallback-10377-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1002317 INFO  (jetty-launcher-10328-thread-3) [n:127.0.0.1:34477_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1002317 WARN  (jetty-launcher-10328-thread-3) [n:127.0.0.1:34477_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> 1002330 INFO  (zkCallback-10409-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1002332 INFO  (jetty-launcher-10328-thread-3) [n:127.0.0.1:34477_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_3D670DC4BEABD958-001/tempDir-001/node3
   [junit4]   2> 1002346 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1002347 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1002348 INFO  (zkConnectionManagerCallback-10421-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002348 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1002349 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1002351 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39769/solr ready
   [junit4]   2> 1002353 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=220176351
   [junit4]   2> 1002353 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37273_solr
   [junit4]   2> 1002353 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1002353 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37273_solr as DOWN
   [junit4]   2> 1002358 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1002358 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1002358 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1002358 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1002358 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1002359 INFO  (closeThreadPool-10426-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72392257516273673-127.0.0.1:37273_solr-n_0000000000) closing
   [junit4]   2> 1002362 INFO  (OverseerStateUpdate-72392257516273673-127.0.0.1:37273_solr-n_0000000000) [n:127.0.0.1:37273_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37273_solr
   [junit4]   2> 1002362 INFO  (OverseerAutoScalingTriggerThread-72392257516273673-127.0.0.1:37273_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1002365 WARN  (jetty-launcher-10328-thread-2-SendThread(127.0.0.1:39769)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101305fe9bf0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101305fe9bf0009, 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 0x101305fe9bf0009, 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> 1002365 INFO  (zkCallback-10409-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1002366 INFO  (zkCallback-10393-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1002366 INFO  (zkCallback-10377-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1002367 INFO  (zkCallback-10377-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37077_solr
   [junit4]   2> 1002367 INFO  (closeThreadPool-10426-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72392257516273673-127.0.0.1:37273_solr-n_0000000000) closing
   [junit4]   2> 1002367 INFO  (zkCallback-10420-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1002368 INFO  (zkCallback-10377-thread-2) [n:127.0.0.1:37077_solr     ] o.a.s.c.Overseer Overseer (id=72392257516273674-127.0.0.1:37077_solr-n_0000000001) starting
   [junit4]   2> 1002374 INFO  (OverseerStateUpdate-72392257516273674-127.0.0.1:37077_solr-n_0000000001) [n:127.0.0.1:37077_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37077_solr
   [junit4]   2> 1002467 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.Overseer Overseer (id=72392257516273673-127.0.0.1:37273_solr-n_0000000000) closing
   [junit4]   2> 1002467 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6c4bf308{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1002468 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@21d21bf2{/solr,null,STOPPED}
   [junit4]   2> 1002468 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1002468 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1002469 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1002469 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1002506 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1002506 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1002506 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1002510 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@40cf796a{/solr,null,AVAILABLE}
   [junit4]   2> 1002510 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5c3cccdb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45309}
   [junit4]   2> 1002510 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.Server Started @1002538ms
   [junit4]   2> 1002510 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43401}
   [junit4]   2> 1002511 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1002511 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1002511 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1002511 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1002511 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1002511 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-30T12:21:52.545Z
   [junit4]   2> 1002518 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1002522 INFO  (zkConnectionManagerCallback-10432-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002522 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1002523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1002527 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1003247 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1003248 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@50cdd99c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1003248 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@50cdd99c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1003250 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68650892[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1003250 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68650892[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1003251 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39769/solr
   [junit4]   2> 1003252 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1003253 INFO  (zkConnectionManagerCallback-10443-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003253 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1003254 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker-SendThread(127.0.0.1:39769)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101305fe9bf0011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101305fe9bf0011, 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 0x101305fe9bf0011, 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> 1003355 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:43401_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1003356 INFO  (zkConnectionManagerCallback-10445-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003356 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:43401_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1003360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:43401_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1003363 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:43401_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43401_solr as DOWN
   [junit4]   2> 1003364 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:43401_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1003364 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:43401_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43401_solr
   [junit4]   2> 1003365 INFO  (zkCallback-10420-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1003365 INFO  (zkCallback-10393-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1003365 INFO  (zkCallback-10444-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1003365 INFO  (zkCallback-10409-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1003365 INFO  (zkCallback-10377-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1003366 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:43401_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1003367 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:43401_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> 1003384 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:43401_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_3D670DC4BEABD958-001/tempDir-001/node2
   [junit4]   2> 1003392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1003392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:45309/solr. Proxy: http://127.0.0.1:43401/solr
   [junit4]   2> 1003392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=452712639
   [junit4]   2> 1003392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37077_solr
   [junit4]   2> 1003393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1003393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37077_solr as DOWN
   [junit4]   2> 1003395 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1003395 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1003395 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1003395 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1003395 INFO  (closeThreadPool-10456-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72392257516273674-127.0.0.1:37077_solr-n_0000000001) closing
   [junit4]   2> 1003395 INFO  (OverseerStateUpdate-72392257516273674-127.0.0.1:37077_solr-n_0000000001) [n:127.0.0.1:37077_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37077_solr
   [junit4]   2> 1003396 INFO  (OverseerAutoScalingTriggerThread-72392257516273674-127.0.0.1:37077_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1003397 INFO  (zkCallback-10444-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1003397 INFO  (zkCallback-10420-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1003397 INFO  (closeThreadPool-10456-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72392257516273674-127.0.0.1:37077_solr-n_0000000001) closing
   [junit4]   2> 1003397 INFO  (zkCallback-10409-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1003398 INFO  (zkCallback-10393-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1003398 INFO  (zkCallback-10393-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41811_solr
   [junit4]   2> 1003399 INFO  (zkCallback-10393-thread-2) [n:127.0.0.1:41811_solr     ] o.a.s.c.Overseer Overseer (id=72392257516273676-127.0.0.1:41811_solr-n_0000000002) starting
   [junit4]   2> 1003401 INFO  (OverseerStateUpdate-72392257516273676-127.0.0.1:41811_solr-n_0000000002) [n:127.0.0.1:41811_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41811_solr
   [junit4]   2> 1003498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.Overseer Overseer (id=72392257516273674-127.0.0.1:37077_solr-n_0000000001) closing
   [junit4]   2> 1003498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@311cbfb7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1003499 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ac766c0{/solr,null,STOPPED}
   [junit4]   2> 1003499 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1003499 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1003500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1003500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1003500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1003500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1003500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1003500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5f496550{/solr,null,AVAILABLE}
   [junit4]   2> 1003501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@14a4cf7b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35981}
   [junit4]   2> 1003501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.Server Started @1003529ms
   [junit4]   2> 1003501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39037}
   [junit4]   2> 1003501 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1003501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1003501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1003501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1003501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1003501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-30T12:21:53.535Z
   [junit4]   2> 1003502 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1003502 INFO  (zkConnectionManagerCallback-10462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003502 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1003503 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1003507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1004072 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1004073 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3cba9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004073 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3cba9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004076 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f5cba3f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004076 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f5cba3f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004077 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39769/solr
   [junit4]   2> 1004078 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1004079 INFO  (zkConnectionManagerCallback-10473-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004079 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1004181 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:39037_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1004182 INFO  (zkConnectionManagerCallback-10475-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004182 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:39037_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1004186 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:39037_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1004190 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:39037_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39037_solr as DOWN
   [junit4]   2> 1004190 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:39037_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1004190 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:39037_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39037_solr
   [junit4]   2> 1004191 INFO  (zkCallback-10420-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004191 INFO  (zkCallback-10444-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004191 INFO  (zkCallback-10393-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004192 INFO  (zkCallback-10409-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004192 INFO  (zkCallback-10474-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004193 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:39037_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1004193 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:39037_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> 1004208 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [n:127.0.0.1:39037_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_3D670DC4BEABD958-001/tempDir-001/node1
   [junit4]   2> 1004218 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1004218 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:35981/solr. Proxy: http://127.0.0.1:39037/solr
   [junit4]   2> 1004218 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=784385719
   [junit4]   2> 1004218 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41811_solr
   [junit4]   2> 1004218 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1004219 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41811_solr as DOWN
   [junit4]   2> 1004222 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1004222 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1004222 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1004222 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1004223 INFO  (closeThreadPool-10486-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72392257516273676-127.0.0.1:41811_solr-n_0000000002) closing
   [junit4]   2> 1004224 INFO  (OverseerStateUpdate-72392257516273676-127.0.0.1:41811_solr-n_0000000002) [n:127.0.0.1:41811_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41811_solr
   [junit4]   2> 1004224 INFO  (OverseerAutoScalingTriggerThread-72392257516273676-127.0.0.1:41811_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1004226 WARN  (jetty-launcher-10328-thread-4-SendThread(127.0.0.1:39769)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101305fe9bf000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101305fe9bf000c, 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 0x101305fe9bf000c, 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> 1004227 INFO  (zkCallback-10409-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34477_solr
   [junit4]   2> 1004227 INFO  (zkCallback-10474-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1004227 INFO  (zkCallback-10420-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1004228 INFO  (zkCallback-10444-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1004228 INFO  (zkCallback-10409-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1004228 INFO  (closeThreadPool-10486-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72392257516273676-127.0.0.1:41811_solr-n_0000000002) closing
   [junit4]   2> 1004228 INFO  (zkCallback-10409-thread-1) [n:127.0.0.1:34477_solr     ] o.a.s.c.Overseer Overseer (id=72392257516273678-127.0.0.1:34477_solr-n_0000000003) starting
   [junit4]   2> 1004231 INFO  (OverseerStateUpdate-72392257516273678-127.0.0.1:34477_solr-n_0000000003) [n:127.0.0.1:34477_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34477_solr
   [junit4]   2> 1004327 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.Overseer Overseer (id=72392257516273676-127.0.0.1:41811_solr-n_0000000002) closing
   [junit4]   2> 1004328 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6bb94767{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1004329 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a036ce9{/solr,null,STOPPED}
   [junit4]   2> 1004329 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1004329 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1004329 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1004330 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1004333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1004333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1004333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1004333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5396140b{/solr,null,AVAILABLE}
   [junit4]   2> 1004333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@257c0794{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43855}
   [junit4]   2> 1004333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.s.Server Started @1004361ms
   [junit4]   2> 1004333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41513}
   [junit4]   2> 1004333 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1004333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1004334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1004334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1004334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1004334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-30T12:21:54.368Z
   [junit4]   2> 1004334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1004335 INFO  (zkConnectionManagerCallback-10492-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004335 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1004336 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1004341 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1004342 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker-SendThread(127.0.0.1:39769)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101305fe9bf0016.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101305fe9bf0016, 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 0x101305fe9bf0016, 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> 1006779 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1006780 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@105f1e84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1006780 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@105f1e84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1006783 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@751dbf35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1006783 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@751dbf35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1006784 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39769/solr
   [junit4]   2> 1006785 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1006786 INFO  (zkConnectionManagerCallback-10503-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1006786 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooK

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

NFO  (TestCircuitBreaker-22798-thread-2) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 2530234 INFO  (TestCircuitBreaker-22798-thread-3) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 2530235 INFO  (TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[3D670DC4BEABD958]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFakeCPUCircuitBreaker
   [junit4]   2> 2530235 INFO  (SUITE-TestCircuitBreaker-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2530235 INFO  (SUITE-TestCircuitBreaker-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=887048863
   [junit4]   2> 2530235 INFO  (coreCloseExecutor-22800-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@26b9a1ca
   [junit4]   2> 2530235 INFO  (coreCloseExecutor-22800-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@26b9a1ca
   [junit4]   2> 2530235 INFO  (coreCloseExecutor-22800-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2d4a1d17: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@1d3b9df3
   [junit4]   2> 2530247 INFO  (coreCloseExecutor-22800-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2530249 INFO  (SUITE-TestCircuitBreaker-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2530249 INFO  (SUITE-TestCircuitBreaker-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e96097a: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@1155c7b6
   [junit4]   2> 2530254 INFO  (SUITE-TestCircuitBreaker-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2530254 INFO  (SUITE-TestCircuitBreaker-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@357ba050: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@2efa72c2
   [junit4]   2> 2530256 INFO  (SUITE-TestCircuitBreaker-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2530256 INFO  (SUITE-TestCircuitBreaker-seed#[3D670DC4BEABD958]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f8d1bc1: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@67aa1e5c
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.util.TestCircuitBreaker_3D670DC4BEABD958-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {title_stringNoNorms=Lucene84, title_stemmed=PostingsFormat(name=LuceneVarGapDocFreqInterval), multiDefault=Lucene84, inStock_b1=BlockTreeOrds(blocksize=128), _root_=PostingsFormat(name=LuceneVarGapDocFreqInterval), name=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval), text=BlockTreeOrds(blocksize=128), title=PostingsFormat(name=LuceneVarGapDocFreqInterval), title_lettertok=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80), range_facet_l=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=470, maxMBSortInHeap=6.978686342064741, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=fi, timezone=Asia/Krasnoyarsk
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=41367056,total=529530880
   [junit4]   2> NOTE: All tests run in this JVM: [TestReplicaProperties, NodeLostTriggerIntegrationTest, SyncSliceTest, TestDocSet, SplitHandlerTest, TestPostingsSolrHighlighter, TestSimExtremeIndexing, DirectoryFactoriesTest, TestComplexPhraseLeadingWildcard, AsyncCallRequestStatusResponseTest, ScheduledMaintenanceTriggerTest, ResponseLogComponentTest, TestMiniSolrCloudClusterSSL, CollectionsAPIDistributedZkTest, CollectionStateFormat2Test, TestStressLucene, TestSolrConfigHandlerConcurrent, TestHdfsUpdateLog, SecurityConfHandlerTest, TestHttpShardHandlerFactory, IndexSchemaTest, TestTolerantUpdateProcessorRandomCloud, DirectUpdateHandlerTest, TestCoreContainer, DistributedQueryComponentCustomSortTest, SchemaVersionSpecificBehaviorTest, SubstringBytesRefFilterTest, MetricsHistoryIntegrationTest, ZkStateWriterTest, TestClusterProperties, TestOverriddenPrefixQueryForCustomFieldType, TestSolr4Spatial2, DisMaxRequestHandlerTest, TestSubQueryTransformerCrossCore, OverriddenZkACLAndCredentialsProvidersTest, TestDynamicLoading, SolrRequestParserTest, TestFunctionQuery, TestSolrCloudWithKerberosAlt, TestSafeXMLParsing, CategoryRoutedAliasUpdateProcessorTest, TestRecoveryHdfs, TestFuzzyAnalyzedSuggestions, AliasIntegrationTest, TransactionLogTest, RegexBoostProcessorTest, TestCrossCoreJoin, TestValueSourceCache, TestRestManager, TestCollectionAPI, StatsComponentTest, SolrIndexMetricsTest, AddBlockUpdateTest, OverseerSolrResponseTest, CreateCollectionCleanupTest, URLClassifyProcessorTest, TestFieldSortValues, TestStressVersions, TestJettySolrRunner, HdfsThreadLeakTest, TestInPlaceUpdatesStandalone, TestZkChroot, TestMinHashQParser, HdfsRecoverLeaseTest, RangeFacetCloudTest, BlockJoinFacetSimpleTest, TermVectorComponentTest, TestDynamicFieldResource, TestNamedUpdateProcessors, SpellingQueryConverterTest, TestCloudJSONFacetSKGEquiv, TestSolrDeletionPolicy1, VMParamsZkACLAndCredentialsProvidersTest, RootFieldTest, TestChildDocTransformer, TestManagedSchemaAPI, ZkNodePropsTest, StressHdfsTest, TestNestedDocsSort, TestGraphTermsQParserPlugin, DocExpirationUpdateProcessorFactoryTest, FullSolrCloudDistribCmdsTest, TestLFUCache, TestFieldCacheSort, TestDocTermOrds, ReturnFieldsTest, LeaderFailureAfterFreshStartTest, TestPullReplicaErrorHandling, TestJsonFacetsStatsParsing, DistributedVersionInfoTest, BooleanFieldTest, ReplaceNodeTest, SolrLogPostToolTest, AutoscalingHistoryHandlerTest, TestFastOutputStream, DateFieldTest, SolrMetricsIntegrationTest, TestBinaryResponseWriter, ClusterStateMockUtilTest, RecoveryZkTest, TestConfigOverlay, TestCloudPseudoReturnFields, DistributedSuggestComponentTest, JavabinLoaderTest, TestNumericTokenStream, ZkDynamicConfigTest, PrimitiveFieldTypeTest, AnalysisAfterCoreReloadTest, FuzzySearchTest, IndexSizeEstimatorTest, UninvertDocValuesMergePolicyTest, TestDistributedSearch, TestSimpleTrackingShardHandler, TestSolrTestCaseJ4, PathHierarchyTokenizerFactoryTest, TestWordDelimiterFilterFactory, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ClusterStateUpdateTest, DeleteInactiveReplicaTest, DocValuesNotIndexedTest, MetricsHistoryWithAuthIntegrationTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MultiThreadedOCPTest, ReindexCollectionTest, TestDistributedMap, TestDownShardTolerantSearch, TestHashPartitioner, TestOnReconnectListenerSupport, TestRebalanceLeaders, TestTlogReplayVsRecovery, TestTlogReplica, ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, SimpleCollectionCreateDeleteTest, TestCollectionsAPIViaSolrCloudCluster, TestLocalFSCloudBackupRestore, AutoScalingHandlerTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, IndexSizeTriggerMixedBoundsTest, RestoreTriggerStateTest, TriggerEventQueueTest, TriggerIntegrationTest, TestXIncludeConfig, RequestLoggingTest, TestConfigReload, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, DistributedExpandComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotSmallAdvancedTest, QueryElevationComponentTest, TermsComponentTest, TestDistributedStatsComponentCardinality, SolrRrdBackendFactoryTest, TestIntervalFaceting, TestUseDocValuesAsStored2, AnalyticsMergeStrategyTest, TestCollapseQParserPlugin, TestLegacyNumericRangeQueryBuilder, TestPayloadCheckQParserPlugin, TestPseudoReturnFields, TestReload, TestSurroundQueryParser, TestJsonFacetsWithNestedObjects, SortByFunctionTest, TestScoreJoinQPNoScore, TestBooleanSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, TestExactStatsCache, BasicAuthOnSingleNodeTest, JWTAuthPluginTest, JWTVerificationkeyResolverTest, TestImpersonationWithHadoopAuth, TestSolrCloudWithHadoopAuthPlugin, TestSuggestSpellingConverter, SuggesterFSTTest, SuggesterWFSTTest, TestBlendedInfixSuggestions, BlockCacheTest, TestFieldCacheReopen, PeerSyncWithIndexFingerprintCachingTest, PeerSyncWithLeaderTest, TestPartialUpdateDeduplication, UUIDUpdateProcessorFallbackTest, DateMathParserTest, FileUtilsTest, PrimUtilsTest, TestCircuitBreaker]
   [junit4] Completed [909/921 (2!)] on J0 in 3.91s, 5 tests, 1 error <<< FAILURES!

[...truncated 52306 lines...]