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

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

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

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

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


FAILED:  org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([45AC2698619BA67D:AD708B7A9273BC5D]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1015)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:975)
	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 456341736 and allocated threshold 394002432

	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:989)
	... 45 more




Build Log:
[...truncated 13784 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 514695 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 514695 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 514696 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_45AC2698619BA67D-001/data-dir-38-001
   [junit4]   2> 514696 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 514696 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 514698 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-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> 514700 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_45AC2698619BA67D-001/tempDir-001
   [junit4]   2> 514700 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 514700 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 514700 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 514701 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 514800 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 36307
   [junit4]   2> 514800 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36307
   [junit4]   2> 514800 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36307
   [junit4]   2> 514800 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36307
   [junit4]   2> 514803 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 514810 INFO  (zkConnectionManagerCallback-5811-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 514810 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 514819 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 514823 INFO  (zkConnectionManagerCallback-5813-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 514823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 514824 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 514826 INFO  (zkConnectionManagerCallback-5815-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 514826 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 514832 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker-SendThread(127.0.0.1:36307)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10167ae6b3f0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10167ae6b3f0002, 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 0x10167ae6b3f0002, 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> 514933 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 514933 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 514933 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 514933 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 514934 INFO  (jetty-launcher-5816-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> 514934 INFO  (jetty-launcher-5816-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> 514934 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 514934 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 514934 INFO  (jetty-launcher-5816-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> 514934 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 514934 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 514934 INFO  (jetty-launcher-5816-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> 514943 INFO  (jetty-launcher-5816-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 514943 INFO  (jetty-launcher-5816-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 514943 INFO  (jetty-launcher-5816-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 514943 INFO  (jetty-launcher-5816-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 514943 INFO  (jetty-launcher-5816-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 514943 INFO  (jetty-launcher-5816-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 514943 INFO  (jetty-launcher-5816-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50b285ca{/solr,null,AVAILABLE}
   [junit4]   2> 514943 INFO  (jetty-launcher-5816-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6eef0cb0{/solr,null,AVAILABLE}
   [junit4]   2> 514950 INFO  (jetty-launcher-5816-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@87a1241{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36131}
   [junit4]   2> 514950 INFO  (jetty-launcher-5816-thread-4) [     ] o.e.j.s.Server Started @514977ms
   [junit4]   2> 514950 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36131}
   [junit4]   2> 514950 ERROR (jetty-launcher-5816-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 514950 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 514950 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 514950 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 514950 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 514950 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T06:04:18.050Z
   [junit4]   2> 514951 INFO  (jetty-launcher-5816-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 514951 INFO  (jetty-launcher-5816-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 514953 INFO  (jetty-launcher-5816-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 514953 INFO  (jetty-launcher-5816-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 514953 INFO  (jetty-launcher-5816-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 514953 INFO  (jetty-launcher-5816-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 514954 INFO  (jetty-launcher-5816-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c5e152e{/solr,null,AVAILABLE}
   [junit4]   2> 514957 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 514957 INFO  (jetty-launcher-5816-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@26eb6f77{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36139}
   [junit4]   2> 514957 INFO  (jetty-launcher-5816-thread-2) [     ] o.e.j.s.Server Started @514984ms
   [junit4]   2> 514957 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36139}
   [junit4]   2> 514957 INFO  (zkConnectionManagerCallback-5818-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 514957 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 514958 ERROR (jetty-launcher-5816-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 514958 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 514958 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 514958 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 514958 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 514958 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T06:04:18.058Z
   [junit4]   2> 514958 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 514959 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 514965 INFO  (jetty-launcher-5816-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5c0d69{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44925}
   [junit4]   2> 514965 INFO  (jetty-launcher-5816-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27d7c943{/solr,null,AVAILABLE}
   [junit4]   2> 514965 INFO  (jetty-launcher-5816-thread-1) [     ] o.e.j.s.Server Started @514992ms
   [junit4]   2> 514965 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44925}
   [junit4]   2> 514965 ERROR (jetty-launcher-5816-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 514965 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 514965 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 514965 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 514965 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 514965 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T06:04:18.065Z
   [junit4]   2> 514966 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 514966 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 514967 WARN  (jetty-launcher-5816-thread-4-SendThread(127.0.0.1:36307)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10167ae6b3f0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10167ae6b3f0003, 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 0x10167ae6b3f0003, 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> 514968 INFO  (jetty-launcher-5816-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2898c212{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46187}
   [junit4]   2> 514968 INFO  (jetty-launcher-5816-thread-3) [     ] o.e.j.s.Server Started @514994ms
   [junit4]   2> 514968 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46187}
   [junit4]   2> 514968 ERROR (jetty-launcher-5816-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 514968 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 514968 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 514968 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 514968 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 514968 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T06:04:18.068Z
   [junit4]   2> 514968 INFO  (zkConnectionManagerCallback-5820-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 514969 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 514969 INFO  (zkConnectionManagerCallback-5822-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 514969 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 514969 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 514970 INFO  (zkConnectionManagerCallback-5824-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 514970 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 515068 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 515068 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 515068 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 515072 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 515074 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 515078 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 515078 WARN  (jetty-launcher-5816-thread-3-SendThread(127.0.0.1:36307)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10167ae6b3f0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10167ae6b3f0006, 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 0x10167ae6b3f0006, 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> 515079 WARN  (jetty-launcher-5816-thread-2-SendThread(127.0.0.1:36307)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10167ae6b3f0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10167ae6b3f0004, 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 0x10167ae6b3f0004, 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> 515079 WARN  (jetty-launcher-5816-thread-1-SendThread(127.0.0.1:36307)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10167ae6b3f0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10167ae6b3f0005, 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 0x10167ae6b3f0005, 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> 515348 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 515349 WARN  (jetty-launcher-5816-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@64d6ebcc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 515349 WARN  (jetty-launcher-5816-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@64d6ebcc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 515370 WARN  (jetty-launcher-5816-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14fbf643[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 515370 WARN  (jetty-launcher-5816-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14fbf643[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 515372 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36307/solr
   [junit4]   2> 515388 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 515398 INFO  (zkConnectionManagerCallback-5841-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 515398 INFO  (jetty-launcher-5816-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 515522 INFO  (jetty-launcher-5816-thread-4) [n:127.0.0.1:36131_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 515534 INFO  (zkConnectionManagerCallback-5846-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 515534 INFO  (jetty-launcher-5816-thread-4) [n:127.0.0.1:36131_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 515591 INFO  (jetty-launcher-5816-thread-4) [n:127.0.0.1:36131_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36131_solr
   [junit4]   2> 515592 INFO  (jetty-launcher-5816-thread-4) [n:127.0.0.1:36131_solr     ] o.a.s.c.Overseer Overseer (id=72453067835899912-127.0.0.1:36131_solr-n_0000000000) starting
   [junit4]   2> 515641 INFO  (OverseerStateUpdate-72453067835899912-127.0.0.1:36131_solr-n_0000000000) [n:127.0.0.1:36131_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36131_solr
   [junit4]   2> 515641 INFO  (jetty-launcher-5816-thread-4) [n:127.0.0.1:36131_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36131_solr
   [junit4]   2> 515644 INFO  (jetty-launcher-5816-thread-4) [n:127.0.0.1:36131_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 515644 WARN  (jetty-launcher-5816-thread-4) [n:127.0.0.1:36131_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> 515669 INFO  (jetty-launcher-5816-thread-4) [n:127.0.0.1:36131_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_45AC2698619BA67D-001/tempDir-001/node4
   [junit4]   2> 515670 INFO  (zkCallback-5845-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 515799 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 515814 WARN  (jetty-launcher-5816-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7a22ec4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 515819 WARN  (jetty-launcher-5816-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7a22ec4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 515842 WARN  (jetty-launcher-5816-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@51450cab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 515843 WARN  (jetty-launcher-5816-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@51450cab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 515844 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36307/solr
   [junit4]   2> 515866 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 515878 INFO  (zkConnectionManagerCallback-5864-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 515878 INFO  (jetty-launcher-5816-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 515994 INFO  (jetty-launcher-5816-thread-2) [n:127.0.0.1:36139_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 516003 INFO  (zkConnectionManagerCallback-5866-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 516006 INFO  (jetty-launcher-5816-thread-2) [n:127.0.0.1:36139_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 516009 INFO  (jetty-launcher-5816-thread-2) [n:127.0.0.1:36139_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 516012 INFO  (jetty-launcher-5816-thread-2) [n:127.0.0.1:36139_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36139_solr as DOWN
   [junit4]   2> 516013 INFO  (jetty-launcher-5816-thread-2) [n:127.0.0.1:36139_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 516013 INFO  (jetty-launcher-5816-thread-2) [n:127.0.0.1:36139_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36139_solr
   [junit4]   2> 516014 INFO  (zkCallback-5845-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 516016 INFO  (jetty-launcher-5816-thread-2) [n:127.0.0.1:36139_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 516016 WARN  (jetty-launcher-5816-thread-2) [n:127.0.0.1:36139_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> 516023 INFO  (zkCallback-5865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 516032 INFO  (jetty-launcher-5816-thread-2) [n:127.0.0.1:36139_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_45AC2698619BA67D-001/tempDir-001/node2
   [junit4]   2> 516159 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 516160 WARN  (jetty-launcher-5816-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@487c84f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516161 WARN  (jetty-launcher-5816-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@487c84f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516163 WARN  (jetty-launcher-5816-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@294f2796[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516163 WARN  (jetty-launcher-5816-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@294f2796[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516164 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36307/solr
   [junit4]   2> 516166 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 516170 INFO  (zkConnectionManagerCallback-5880-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 516170 INFO  (jetty-launcher-5816-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 516273 INFO  (jetty-launcher-5816-thread-3) [n:127.0.0.1:46187_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 516273 INFO  (zkConnectionManagerCallback-5882-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 516273 INFO  (jetty-launcher-5816-thread-3) [n:127.0.0.1:46187_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 516277 INFO  (jetty-launcher-5816-thread-3) [n:127.0.0.1:46187_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 516279 INFO  (jetty-launcher-5816-thread-3) [n:127.0.0.1:46187_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46187_solr as DOWN
   [junit4]   2> 516280 INFO  (jetty-launcher-5816-thread-3) [n:127.0.0.1:46187_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 516280 INFO  (jetty-launcher-5816-thread-3) [n:127.0.0.1:46187_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46187_solr
   [junit4]   2> 516281 INFO  (zkCallback-5845-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 516281 INFO  (zkCallback-5865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 516282 INFO  (jetty-launcher-5816-thread-3) [n:127.0.0.1:46187_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 516283 WARN  (jetty-launcher-5816-thread-3) [n:127.0.0.1:46187_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> 516288 INFO  (zkCallback-5881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 516293 INFO  (jetty-launcher-5816-thread-3) [n:127.0.0.1:46187_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_45AC2698619BA67D-001/tempDir-001/node3
   [junit4]   2> 516768 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 516769 WARN  (jetty-launcher-5816-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6deb17cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516770 WARN  (jetty-launcher-5816-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6deb17cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516773 WARN  (jetty-launcher-5816-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4eee48ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516773 WARN  (jetty-launcher-5816-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4eee48ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516774 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36307/solr
   [junit4]   2> 516775 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 516775 INFO  (zkConnectionManagerCallback-5896-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 516775 INFO  (jetty-launcher-5816-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 516877 INFO  (jetty-launcher-5816-thread-1) [n:127.0.0.1:44925_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 516879 INFO  (zkConnectionManagerCallback-5898-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 516879 INFO  (jetty-launcher-5816-thread-1) [n:127.0.0.1:44925_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 516883 INFO  (jetty-launcher-5816-thread-1) [n:127.0.0.1:44925_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 516886 INFO  (jetty-launcher-5816-thread-1) [n:127.0.0.1:44925_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44925_solr as DOWN
   [junit4]   2> 516886 INFO  (jetty-launcher-5816-thread-1) [n:127.0.0.1:44925_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 516887 INFO  (jetty-launcher-5816-thread-1) [n:127.0.0.1:44925_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44925_solr
   [junit4]   2> 516888 INFO  (zkCallback-5881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 516888 INFO  (zkCallback-5865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 516888 INFO  (zkCallback-5845-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 516888 INFO  (zkCallback-5897-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 516889 INFO  (jetty-launcher-5816-thread-1) [n:127.0.0.1:44925_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 516889 WARN  (jetty-launcher-5816-thread-1) [n:127.0.0.1:44925_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> 516906 INFO  (jetty-launcher-5816-thread-1) [n:127.0.0.1:44925_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_45AC2698619BA67D-001/tempDir-001/node1
   [junit4]   2> 516911 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 516912 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 516913 INFO  (zkConnectionManagerCallback-5909-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 516913 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 516914 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 516915 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36307/solr ready
   [junit4]   2> 516918 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=984516187
   [junit4]   2> 516918 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36131_solr
   [junit4]   2> 516918 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 516918 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:36131_solr as DOWN
   [junit4]   2> 516923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 516923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 516923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 516923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 516923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 516926 INFO  (closeThreadPool-5914-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72453067835899912-127.0.0.1:36131_solr-n_0000000000) closing
   [junit4]   2> 516929 INFO  (OverseerStateUpdate-72453067835899912-127.0.0.1:36131_solr-n_0000000000) [n:127.0.0.1:36131_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36131_solr
   [junit4]   2> 516930 INFO  (OverseerAutoScalingTriggerThread-72453067835899912-127.0.0.1:36131_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 516931 INFO  (closeThreadPool-5914-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72453067835899912-127.0.0.1:36131_solr-n_0000000000) closing
   [junit4]   2> 516932 WARN  (jetty-launcher-5816-thread-4-SendThread(127.0.0.1:36307)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10167ae6b3f0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10167ae6b3f0008, 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 0x10167ae6b3f0008, 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> 516932 INFO  (zkCallback-5881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 516932 INFO  (zkCallback-5865-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36139_solr
   [junit4]   2> 516933 INFO  (zkCallback-5865-thread-1) [n:127.0.0.1:36139_solr     ] o.a.s.c.Overseer Overseer (id=72453067835899914-127.0.0.1:36139_solr-n_0000000001) starting
   [junit4]   2> 516935 INFO  (zkCallback-5897-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 516935 INFO  (zkCallback-5865-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 516935 INFO  (zkCallback-5908-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 516940 INFO  (OverseerStateUpdate-72453067835899914-127.0.0.1:36139_solr-n_0000000001) [n:127.0.0.1:36139_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36139_solr
   [junit4]   2> 517035 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.Overseer Overseer (id=72453067835899912-127.0.0.1:36131_solr-n_0000000000) closing
   [junit4]   2> 517036 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@87a1241{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 517037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@50b285ca{/solr,null,STOPPED}
   [junit4]   2> 517037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 517037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 517038 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 517038 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-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> 517040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 517040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 517040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 517040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@371796f3{/solr,null,AVAILABLE}
   [junit4]   2> 517040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31fd7645{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39813}
   [junit4]   2> 517040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.Server Started @517067ms
   [junit4]   2> 517040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41533}
   [junit4]   2> 517041 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 517041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 517041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 517041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 517041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 517041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T06:04:20.141Z
   [junit4]   2> 517041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 517046 INFO  (zkConnectionManagerCallback-5920-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 517046 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 517047 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 517051 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 517507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 517508 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33eed534[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 517508 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33eed534[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 517510 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@fe10e2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 517510 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@fe10e2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 517511 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36307/solr
   [junit4]   2> 517514 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 517515 INFO  (zkConnectionManagerCallback-5931-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 517515 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 517617 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:41533_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 517618 INFO  (zkConnectionManagerCallback-5933-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 517618 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:41533_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 517622 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:41533_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 517627 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:41533_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41533_solr as DOWN
   [junit4]   2> 517628 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:41533_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 517628 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:41533_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41533_solr
   [junit4]   2> 517629 INFO  (zkCallback-5908-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 517629 INFO  (zkCallback-5897-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 517629 INFO  (zkCallback-5881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 517629 INFO  (zkCallback-5865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 517630 INFO  (zkCallback-5932-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 517631 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:41533_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 517631 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:41533_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> 517642 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:41533_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_45AC2698619BA67D-001/tempDir-001/node4
   [junit4]   2> 517650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 517654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:39813/solr. Proxy: http://127.0.0.1:41533/solr
   [junit4]   2> 517654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1484070707
   [junit4]   2> 517654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36139_solr
   [junit4]   2> 517654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 517655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:36139_solr as DOWN
   [junit4]   2> 517662 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 517662 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 517662 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 517662 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 517663 INFO  (closeThreadPool-5944-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72453067835899914-127.0.0.1:36139_solr-n_0000000001) closing
   [junit4]   2> 517663 INFO  (OverseerStateUpdate-72453067835899914-127.0.0.1:36139_solr-n_0000000001) [n:127.0.0.1:36139_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36139_solr
   [junit4]   2> 517665 INFO  (OverseerAutoScalingTriggerThread-72453067835899914-127.0.0.1:36139_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 517671 INFO  (zkCallback-5881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 517671 INFO  (closeThreadPool-5944-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72453067835899914-127.0.0.1:36139_solr-n_0000000001) closing
   [junit4]   2> 517671 INFO  (zkCallback-5897-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 517671 INFO  (zkCallback-5908-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 517671 INFO  (zkCallback-5932-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 517672 INFO  (zkCallback-5881-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46187_solr
   [junit4]   2> 517673 INFO  (zkCallback-5881-thread-2) [n:127.0.0.1:46187_solr     ] o.a.s.c.Overseer Overseer (id=72453067835899916-127.0.0.1:46187_solr-n_0000000002) starting
   [junit4]   2> 517676 INFO  (OverseerStateUpdate-72453067835899916-127.0.0.1:46187_solr-n_0000000002) [n:127.0.0.1:46187_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46187_solr
   [junit4]   2> 517771 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.Overseer Overseer (id=72453067835899914-127.0.0.1:36139_solr-n_0000000001) closing
   [junit4]   2> 517772 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@26eb6f77{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 517772 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6eef0cb0{/solr,null,STOPPED}
   [junit4]   2> 517772 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 517773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 517773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 517773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-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> 517776 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 517776 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 517776 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 517778 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57de3843{/solr,null,AVAILABLE}
   [junit4]   2> 517778 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@232c71b1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38455}
   [junit4]   2> 517778 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.Server Started @517805ms
   [junit4]   2> 517778 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42659}
   [junit4]   2> 517779 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 517779 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 517779 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 517779 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 517779 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 517779 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T06:04:20.879Z
   [junit4]   2> 517780 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 517782 INFO  (zkConnectionManagerCallback-5950-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 517782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 517782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 517786 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 517790 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker-SendThread(127.0.0.1:36307)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10167ae6b3f0013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10167ae6b3f0013, 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 0x10167ae6b3f0013, 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> 519378 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 519379 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@738dc78f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 519379 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@738dc78f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 519387 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ac693d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 519387 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ac693d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 519388 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36307/solr
   [junit4]   2> 519389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 519389 INFO  (zkConnectionManagerCallback-5961-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 519389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 519491 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:42659_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 519492 INFO  (zkConnectionManagerCallback-5963-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 519492 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:42659_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 519496 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:42659_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 519499 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:42659_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42659_solr as DOWN
   [junit4]   2> 519500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:42659_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 519500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:42659_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42659_solr
   [junit4]   2> 519501 INFO  (zkCallback-5908-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 519501 INFO  (zkCallback-5932-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 519501 INFO  (zkCallback-5881-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 519501 INFO  (zkCallback-5897-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 519502 INFO  (zkCallback-5962-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 519503 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:42659_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 519503 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:42659_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> 519519 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:42659_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_45AC2698619BA67D-001/tempDir-001/node2
   [junit4]   2> 519529 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 519530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:38455/solr. Proxy: http://127.0.0.1:42659/solr
   [junit4]   2> 519530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=997760574
   [junit4]   2> 519530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46187_solr
   [junit4]   2> 519531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 519531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46187_solr as DOWN
   [junit4]   2> 519538 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 519538 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 519538 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 519538 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 519543 INFO  (closeThreadPool-5974-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72453067835899916-127.0.0.1:46187_solr-n_0000000002) closing
   [junit4]   2> 519546 INFO  (OverseerStateUpdate-72453067835899916-127.0.0.1:46187_solr-n_0000000002) [n:127.0.0.1:46187_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46187_solr
   [junit4]   2> 519547 INFO  (OverseerAutoScalingTriggerThread-72453067835899916-127.0.0.1:46187_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 519549 INFO  (closeThreadPool-5974-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72453067835899916-127.0.0.1:46187_solr-n_0000000002) closing
   [junit4]   2> 519549 INFO  (zkCallback-5897-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44925_solr
   [junit4]   2> 519549 INFO  (zkCallback-5908-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 519549 INFO  (zkCallback-5932-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 519550 INFO  (zkCallback-5897-thread-1) [n:127.0.0.1:44925_solr     ] o.a.s.c.Overseer Overseer (id=72453067835899918-127.0.0.1:44925_solr-n_0000000003) starting
   [junit4]   2> 519554 INFO  (zkCallback-5962-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 519558 INFO  (zkCallback-5897-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 519558 INFO  (OverseerStateUpdate-72453067835899918-127.0.0.1:44925_solr-n_0000000003) [n:127.0.0.1:44925_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44925_solr
   [junit4]   2> 519649 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.Overseer Overseer (id=72453067835899916-127.0.0.1:46187_solr-n_0000000002) closing
   [junit4]   2> 519650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2898c212{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 519650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@27d7c943{/solr,null,STOPPED}
   [junit4]   2> 519650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 519651 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 519651 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 519651 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-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> 519657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 519657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 519657 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 519658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55fdaee1{/solr,null,AVAILABLE}
   [junit4]   2> 519658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@217d351f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35739}
   [junit4]   2> 519658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.s.Server Started @519684ms
   [junit4]   2> 519658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45723}
   [junit4]   2> 519658 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 519658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 519658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 519658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 519658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 519658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T06:04:22.758Z
   [junit4]   2> 519666 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 519666 INFO  (zkConnectionManagerCallback-5980-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 519666 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 519667 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 519672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 521455 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 521456 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1658aa0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 521456 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1658aa0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 521459 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36e657af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 521459 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36e657af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 521460 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36307/solr
   [junit4]   2> 521460 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 521461 INFO  (zkConnectionManagerCallback-5991-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 521461 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 521566 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:45723_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 521566 INFO  (zkConnectionManagerCallback-5993-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 521566 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:45723_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 521570 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:45723_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 521574 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:45723_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45723_solr as DOWN
   [junit4]   2> 521590 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:45723_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 521590 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[45AC2698619BA67D]-worker) [n:127.0.0.1:45723_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45723_solr
   [junit4]   2> 521592 INFO  (zkCallback-5932-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 521592 INFO  (zkCallback-5908-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 521592 INFO  (zkCallback-5962-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 521592 INF

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

+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 1040853 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[45AC2698619BA67D]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBFakeMemoryPressure
   [junit4]   2> 1040857 INFO  (TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[45AC2698619BA67D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFakeCPUCircuitBreaker
   [junit4]   2> 1040858 INFO  (TestCircuitBreaker-8563-thread-1) [     ] 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> 1040858 INFO  (TestCircuitBreaker-8563-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> 1040858 INFO  (TestCircuitBreaker-8563-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> 1040858 INFO  (TestCircuitBreaker-8563-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> 1040858 INFO  (TestCircuitBreaker-8563-thread-4) [     ] 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> 1040859 INFO  (TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[45AC2698619BA67D]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFakeCPUCircuitBreaker
   [junit4]   2> 1040863 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[45AC2698619BA67D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCBAlwaysTrips
   [junit4]   2> 1040863 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[45AC2698619BA67D]) [     ] 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> 1040864 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[45AC2698619BA67D]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBAlwaysTrips
   [junit4]   2> 1040868 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[45AC2698619BA67D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBuildingMemoryPressure
   [junit4]   2> 1040869 INFO  (TestCircuitBreaker-8564-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} hits=0 status=0 QTime=0
   [junit4]   2> 1040871 INFO  (TestCircuitBreaker-8564-thread-4) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1040872 INFO  (TestCircuitBreaker-8564-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} hits=0 status=0 QTime=3
   [junit4]   2> 1040872 INFO  (TestCircuitBreaker-8564-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=3
   [junit4]   2> 1040872 INFO  (TestCircuitBreaker-8564-thread-5) [     ] 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> 1040873 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[45AC2698619BA67D]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBuildingMemoryPressure
   [junit4]   2> 1040873 INFO  (SUITE-TestCircuitBreaker-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1040873 INFO  (SUITE-TestCircuitBreaker-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1786396112
   [junit4]   2> 1040873 INFO  (coreCloseExecutor-8566-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c739d6e
   [junit4]   2> 1040873 INFO  (coreCloseExecutor-8566-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@c739d6e
   [junit4]   2> 1040873 INFO  (coreCloseExecutor-8566-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7cd41838: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@1398ca93
   [junit4]   2> 1040883 INFO  (coreCloseExecutor-8566-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1040884 INFO  (SUITE-TestCircuitBreaker-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1040884 INFO  (SUITE-TestCircuitBreaker-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d9f76e1: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@4e1d9a5
   [junit4]   2> 1040889 INFO  (SUITE-TestCircuitBreaker-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1040889 INFO  (SUITE-TestCircuitBreaker-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@78047d9: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@5dac6804
   [junit4]   2> 1040891 INFO  (SUITE-TestCircuitBreaker-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1040891 INFO  (SUITE-TestCircuitBreaker-seed#[45AC2698619BA67D]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@dff1a2d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@104e08c
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.util.TestCircuitBreaker_45AC2698619BA67D-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=38, maxDocsPerChunk=7, blockShift=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=38, blockSize=5)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=id-ID, timezone=Navajo
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=46369200,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [DynamicMapsTest, ExitableDirectoryReaderTest, BasicAuthStandaloneTest, DimensionalRoutedAliasUpdateProcessorTest, TestCloudJSONFacetJoinDomain, TestDeleteCollectionOnDownNodes, ZkControllerTest, RankQParserPluginTest, TestRTGBase, JWTVerificationkeyResolverTest, TestDynamicURP, OverseerModifyCollectionTest, TestFieldCache, QueryElevationComponentTest, UniqFieldsUpdateProcessorFactoryTest, DistributedFacetPivotLargeTest, MetricsHistoryHandlerTest, GraphQueryTest, TestTermsQParserPlugin, HdfsChaosMonkeySafeLeaderTest, TestFiltering, SolrXmlInZkTest, TimeZoneUtilsTest, DeleteShardTest, TestConfigSetProperties, TestDistribIDF, CacheHeaderTest, HdfsDirectoryTest, TestSQLHandlerNonCloud, RemoteQueryErrorTest, TestNestedUpdateProcessor, TestJmxIntegration, TestRealTimeGet, LeaderVoteWaitTimeoutTest, ClusterStateUpdateTest, SpellCheckCollatorWithCollapseTest, SimpleMLTQParserTest, TestAtomicUpdateErrorCases, MaxScoreCollectorTest, ActionThrottleTest, BigEndianAscendingWordSerializerTest, ConfigureRecoveryStrategyTest, TestObjectReleaseTracker, NodeMarkersRegistrationTest, TestRandomFlRTGCloud, HdfsUnloadDistributedZkTest, TestLeaderElectionZkExpiry, TemplateUpdateProcessorTest, CdcrUpdateLogTest, TestCaffeineCache, TestStressCloudBlindAtomicUpdates, TestHdfsCloudBackupRestore, TestCodecSupport, SolrCmdDistributorTest, TestUniqueKeyFieldResource, SuggesterWFSTTest, BadComponentTest, TestWaitForStateWithJettyShutdowns, TestEmbeddedSolrServerConstructors, LoggingHandlerTest, RestartWhileUpdatingTest, JvmMetricsTest, SSLMigrationTest, CdcrReplicationHandlerTest, SimpleCollectionCreateDeleteTest, TestCorePropertiesReload, TestSchemalessBufferedUpdates, TestTlogReplica, HdfsRestartWhileUpdatingTest, SpatialRPTFieldTypeTest, TestReplicationHandlerDiskOverFlow, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BlockJoinFacetDistribTest, TestExplainDocTransformer, TestDocumentBuilder, ConcurrentDeleteAndCreateCollectionTest, HttpPartitionTest, HDFSCollectionsAPITest, TestTolerantSearch, ZkSolrClientTest, TestBlobHandler, ZkCollectionPropsCachingTest, TestPHPSerializedResponseWriter, TestNumericRangeQuery32, PeerSyncReplicationTest, TestDynamicFieldNamesIndexCorrectly, SystemInfoHandlerTest, DaemonStreamApiTest, NodeMutatorTest, TriLevelCompositeIdRoutingTest, TestSSLRandomization, ForceLeaderTest, TestIndexSearcher, TestCopyFieldCollectionResource, CSVRequestHandlerTest, TestCloudRecovery2, BaseCdcrDistributedZkTest, ConvertedLegacyTest, ExternalFileFieldSortTest, TestCloudManagedSchema, TestFileDictionaryLookup, ShardsWhitelistTest, TestCloudPhrasesIdentificationComponent, TriggerSetPropertiesIntegrationTest, DebugComponentTest, TestSort, MetricUtilsTest, TestCoreAdminApis, TestConfigSetsAPIExclusivity, NodeAddedTriggerIntegrationTest, TestPrepRecovery, TestCircuitBreaker]
   [junit4] Completed [361/921 (2!)] on J2 in 1.51s, 5 tests, 1 error <<< FAILURES!

[...truncated 52596 lines...]

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/756/

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

Error Message:
Error from server at http://127.0.0.1:37779/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:37779/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([9FC75ACBBB516A36:97F0BC0360FF1EB8]: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 15161 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1542597 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1542597 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1542597 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_9FC75ACBBB516A36-001/data-dir-117-001
   [junit4]   2> 1542597 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1542597 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1542599 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-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> 1542600 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_9FC75ACBBB516A36-001/tempDir-001
   [junit4]   2> 1542600 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1542600 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1542600 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1542602 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1542700 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 44245
   [junit4]   2> 1542700 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44245
   [junit4]   2> 1542700 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44245
   [junit4]   2> 1542700 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44245
   [junit4]   2> 1542702 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542704 INFO  (zkConnectionManagerCallback-16839-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542704 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542706 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542707 INFO  (zkConnectionManagerCallback-16841-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542707 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542708 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542708 INFO  (zkConnectionManagerCallback-16843-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542708 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542811 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1542811 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1542811 INFO  (jetty-launcher-16844-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> 1542814 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1542815 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1542815 INFO  (jetty-launcher-16844-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> 1542816 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1542816 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1542816 INFO  (jetty-launcher-16844-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> 1542830 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1542830 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1542830 INFO  (jetty-launcher-16844-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> 1542846 INFO  (jetty-launcher-16844-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1542846 INFO  (jetty-launcher-16844-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1542846 INFO  (jetty-launcher-16844-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1542847 INFO  (jetty-launcher-16844-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1542847 INFO  (jetty-launcher-16844-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1542847 INFO  (jetty-launcher-16844-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1542850 INFO  (jetty-launcher-16844-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1542850 INFO  (jetty-launcher-16844-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1542850 INFO  (jetty-launcher-16844-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1542850 INFO  (jetty-launcher-16844-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@43fce6b8{/solr,null,AVAILABLE}
   [junit4]   2> 1542851 INFO  (jetty-launcher-16844-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52037e1{/solr,null,AVAILABLE}
   [junit4]   2> 1542854 INFO  (jetty-launcher-16844-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1542854 INFO  (jetty-launcher-16844-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1542854 INFO  (jetty-launcher-16844-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1542854 INFO  (jetty-launcher-16844-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ed9b7c5{/solr,null,AVAILABLE}
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b0cedf0{/solr,null,AVAILABLE}
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2ae7c957{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36495}
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-4) [     ] o.e.j.s.Server Started @1542886ms
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36495}
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5937b17{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34773}
   [junit4]   2> 1542855 ERROR (jetty-launcher-16844-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-3) [     ] o.e.j.s.Server Started @1542886ms
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34773}
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T14:35:40.455Z
   [junit4]   2> 1542855 ERROR (jetty-launcher-16844-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1542855 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T14:35:40.455Z
   [junit4]   2> 1542856 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542856 INFO  (jetty-launcher-16844-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@367837a5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:32875}
   [junit4]   2> 1542856 INFO  (jetty-launcher-16844-thread-2) [     ] o.e.j.s.Server Started @1542887ms
   [junit4]   2> 1542856 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32875}
   [junit4]   2> 1542856 ERROR (jetty-launcher-16844-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1542856 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1542856 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1542856 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1542856 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1542856 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T14:35:40.456Z
   [junit4]   2> 1542857 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542857 INFO  (jetty-launcher-16844-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7033159c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37649}
   [junit4]   2> 1542857 INFO  (jetty-launcher-16844-thread-1) [     ] o.e.j.s.Server Started @1542888ms
   [junit4]   2> 1542857 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37649}
   [junit4]   2> 1542857 ERROR (jetty-launcher-16844-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1542857 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1542857 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1542857 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1542857 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1542857 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T14:35:40.457Z
   [junit4]   2> 1542858 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542858 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542859 INFO  (zkConnectionManagerCallback-16846-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542859 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542859 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1542859 INFO  (zkConnectionManagerCallback-16848-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542859 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542861 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1542864 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1542867 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1542867 INFO  (zkConnectionManagerCallback-16850-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542867 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542868 INFO  (zkConnectionManagerCallback-16852-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542868 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542868 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1542868 WARN  (jetty-launcher-16844-thread-4-SendThread(127.0.0.1:44245)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016982985f0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016982985f0003, 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 0x1016982985f0003, 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> 1542868 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1542889 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1542969 WARN  (jetty-launcher-16844-thread-2-SendThread(127.0.0.1:44245)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016982985f0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016982985f0005, 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 0x1016982985f0005, 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> 1542972 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1542973 WARN  (jetty-launcher-16844-thread-1-SendThread(127.0.0.1:44245)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016982985f0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016982985f0006, 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 0x1016982985f0006, 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> 1543820 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1543820 WARN  (jetty-launcher-16844-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@49b39b4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543820 WARN  (jetty-launcher-16844-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@49b39b4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543851 WARN  (jetty-launcher-16844-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5483497d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543851 WARN  (jetty-launcher-16844-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5483497d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543852 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44245/solr
   [junit4]   2> 1543870 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1543880 INFO  (zkConnectionManagerCallback-16872-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1543880 INFO  (jetty-launcher-16844-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1543931 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1543932 WARN  (jetty-launcher-16844-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1f554bb9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543932 WARN  (jetty-launcher-16844-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1f554bb9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543934 WARN  (jetty-launcher-16844-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@421c32c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543934 WARN  (jetty-launcher-16844-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@421c32c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543935 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44245/solr
   [junit4]   2> 1543952 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1543952 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1543953 WARN  (jetty-launcher-16844-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e88f56b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543953 WARN  (jetty-launcher-16844-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e88f56b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543954 INFO  (zkConnectionManagerCallback-16880-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1543954 INFO  (jetty-launcher-16844-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1543955 WARN  (jetty-launcher-16844-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b88d7c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543955 WARN  (jetty-launcher-16844-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b88d7c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543955 WARN  (jetty-launcher-16844-thread-3-SendThread(127.0.0.1:44245)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016982985f0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016982985f0008, 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 0x1016982985f0008, 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> 1543957 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44245/solr
   [junit4]   2> 1543965 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1543987 INFO  (zkConnectionManagerCallback-16888-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1543987 INFO  (jetty-launcher-16844-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1543994 INFO  (jetty-launcher-16844-thread-4) [n:127.0.0.1:36495_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1543994 INFO  (zkConnectionManagerCallback-16890-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1543994 INFO  (jetty-launcher-16844-thread-4) [n:127.0.0.1:36495_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1544065 INFO  (jetty-launcher-16844-thread-4) [n:127.0.0.1:36495_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36495_solr
   [junit4]   2> 1544066 INFO  (jetty-launcher-16844-thread-4) [n:127.0.0.1:36495_solr     ] o.a.s.c.Overseer Overseer (id=72455078637666314-127.0.0.1:36495_solr-n_0000000000) starting
   [junit4]   2> 1544074 INFO  (OverseerStateUpdate-72455078637666314-127.0.0.1:36495_solr-n_0000000000) [n:127.0.0.1:36495_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36495_solr
   [junit4]   2> 1544075 INFO  (jetty-launcher-16844-thread-4) [n:127.0.0.1:36495_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36495_solr
   [junit4]   2> 1544077 INFO  (jetty-launcher-16844-thread-4) [n:127.0.0.1:36495_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1544078 WARN  (jetty-launcher-16844-thread-4) [n:127.0.0.1:36495_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> 1544078 INFO  (zkCallback-16889-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1544086 INFO  (jetty-launcher-16844-thread-3) [n:127.0.0.1:34773_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544087 INFO  (zkConnectionManagerCallback-16899-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1544087 INFO  (jetty-launcher-16844-thread-3) [n:127.0.0.1:34773_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1544095 INFO  (jetty-launcher-16844-thread-3) [n:127.0.0.1:34773_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1544097 INFO  (jetty-launcher-16844-thread-4) [n:127.0.0.1:36495_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_9FC75ACBBB516A36-001/tempDir-001/node4
   [junit4]   2> 1544098 INFO  (jetty-launcher-16844-thread-3) [n:127.0.0.1:34773_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34773_solr as DOWN
   [junit4]   2> 1544099 INFO  (jetty-launcher-16844-thread-3) [n:127.0.0.1:34773_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1544099 INFO  (jetty-launcher-16844-thread-3) [n:127.0.0.1:34773_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34773_solr
   [junit4]   2> 1544100 INFO  (zkCallback-16889-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1544101 INFO  (zkCallback-16898-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1544101 INFO  (jetty-launcher-16844-thread-3) [n:127.0.0.1:34773_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1544102 WARN  (jetty-launcher-16844-thread-3) [n:127.0.0.1:34773_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> 1544113 INFO  (jetty-launcher-16844-thread-3) [n:127.0.0.1:34773_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_9FC75ACBBB516A36-001/tempDir-001/node3
   [junit4]   2> 1544183 INFO  (jetty-launcher-16844-thread-2) [n:127.0.0.1:32875_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544183 INFO  (zkConnectionManagerCallback-16910-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1544184 INFO  (jetty-launcher-16844-thread-2) [n:127.0.0.1:32875_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1544187 INFO  (jetty-launcher-16844-thread-2) [n:127.0.0.1:32875_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1544190 INFO  (jetty-launcher-16844-thread-2) [n:127.0.0.1:32875_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:32875_solr as DOWN
   [junit4]   2> 1544191 INFO  (jetty-launcher-16844-thread-2) [n:127.0.0.1:32875_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1544191 INFO  (jetty-launcher-16844-thread-2) [n:127.0.0.1:32875_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32875_solr
   [junit4]   2> 1544192 INFO  (zkCallback-16898-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1544192 INFO  (zkCallback-16889-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1544193 INFO  (jetty-launcher-16844-thread-2) [n:127.0.0.1:32875_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1544193 WARN  (jetty-launcher-16844-thread-2) [n:127.0.0.1:32875_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> 1544194 INFO  (zkCallback-16909-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1544204 INFO  (jetty-launcher-16844-thread-2) [n:127.0.0.1:32875_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_9FC75ACBBB516A36-001/tempDir-001/node2
   [junit4]   2> 1544641 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1544642 WARN  (jetty-launcher-16844-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29f49215[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1544642 WARN  (jetty-launcher-16844-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29f49215[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1544645 WARN  (jetty-launcher-16844-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ddb1172[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1544645 WARN  (jetty-launcher-16844-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ddb1172[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1544646 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44245/solr
   [junit4]   2> 1544650 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544650 INFO  (zkConnectionManagerCallback-16924-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1544651 INFO  (jetty-launcher-16844-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1544653 WARN  (jetty-launcher-16844-thread-1-SendThread(127.0.0.1:44245)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016982985f000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016982985f000d, 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 0x1016982985f000d, 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> 1544754 INFO  (jetty-launcher-16844-thread-1) [n:127.0.0.1:37649_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544755 INFO  (zkConnectionManagerCallback-16926-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1544755 INFO  (jetty-launcher-16844-thread-1) [n:127.0.0.1:37649_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1544760 INFO  (jetty-launcher-16844-thread-1) [n:127.0.0.1:37649_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1544763 INFO  (jetty-launcher-16844-thread-1) [n:127.0.0.1:37649_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37649_solr as DOWN
   [junit4]   2> 1544764 INFO  (jetty-launcher-16844-thread-1) [n:127.0.0.1:37649_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1544764 INFO  (jetty-launcher-16844-thread-1) [n:127.0.0.1:37649_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37649_solr
   [junit4]   2> 1544765 INFO  (zkCallback-16898-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1544765 INFO  (zkCallback-16889-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1544765 INFO  (zkCallback-16909-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1544765 INFO  (zkCallback-16925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1544766 INFO  (jetty-launcher-16844-thread-1) [n:127.0.0.1:37649_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1544767 WARN  (jetty-launcher-16844-thread-1) [n:127.0.0.1:37649_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> 1544782 INFO  (jetty-launcher-16844-thread-1) [n:127.0.0.1:37649_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_9FC75ACBBB516A36-001/tempDir-001/node1
   [junit4]   2> 1544791 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1544792 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544794 INFO  (zkConnectionManagerCallback-16937-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1544794 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1544795 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1544796 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44245/solr ready
   [junit4]   2> 1544799 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2064028759
   [junit4]   2> 1544799 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36495_solr
   [junit4]   2> 1544799 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1544799 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:36495_solr as DOWN
   [junit4]   2> 1544801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1544801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1544801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1544801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1544801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1544801 INFO  (closeThreadPool-16942-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72455078637666314-127.0.0.1:36495_solr-n_0000000000) closing
   [junit4]   2> 1544806 INFO  (OverseerAutoScalingTriggerThread-72455078637666314-127.0.0.1:36495_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1544807 INFO  (OverseerStateUpdate-72455078637666314-127.0.0.1:36495_solr-n_0000000000) [n:127.0.0.1:36495_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36495_solr
   [junit4]   2> 1544813 INFO  (closeThreadPool-16942-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72455078637666314-127.0.0.1:36495_solr-n_0000000000) closing
   [junit4]   2> 1544814 INFO  (zkCallback-16909-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1544814 INFO  (zkCallback-16925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1544814 INFO  (zkCallback-16898-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1544814 INFO  (zkCallback-16936-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1544814 INFO  (zkCallback-16898-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34773_solr
   [junit4]   2> 1544815 INFO  (zkCallback-16898-thread-2) [n:127.0.0.1:34773_solr     ] o.a.s.c.Overseer Overseer (id=72455078637666315-127.0.0.1:34773_solr-n_0000000001) starting
   [junit4]   2> 1544817 INFO  (OverseerStateUpdate-72455078637666315-127.0.0.1:34773_solr-n_0000000001) [n:127.0.0.1:34773_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34773_solr
   [junit4]   2> 1544914 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.Overseer Overseer (id=72455078637666314-127.0.0.1:36495_solr-n_0000000000) closing
   [junit4]   2> 1544914 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2ae7c957{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1544915 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@52037e1{/solr,null,STOPPED}
   [junit4]   2> 1544915 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1544915 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1544916 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1544916 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-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> 1544916 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1544916 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1544916 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1544917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16ed8d67{/solr,null,AVAILABLE}
   [junit4]   2> 1544917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4a241511{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39717}
   [junit4]   2> 1544917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.Server Started @1544948ms
   [junit4]   2> 1544917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37779}
   [junit4]   2> 1544917 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1544917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1544917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1544917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1544917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1544917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T14:35:42.517Z
   [junit4]   2> 1544918 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544919 INFO  (zkConnectionManagerCallback-16948-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1544919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1544919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1544937 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1545841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1545846 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7fe578f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1545846 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7fe578f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1545850 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@16b9dbc5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1545850 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@16b9dbc5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1545851 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44245/solr
   [junit4]   2> 1545853 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1545854 INFO  (zkConnectionManagerCallback-16959-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1545854 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1545957 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:37779_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1545957 INFO  (zkConnectionManagerCallback-16961-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1545957 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:37779_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1545964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:37779_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1545968 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:37779_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37779_solr as DOWN
   [junit4]   2> 1545969 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:37779_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1545969 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:37779_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37779_solr
   [junit4]   2> 1545970 INFO  (zkCallback-16898-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545970 INFO  (zkCallback-16909-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545970 INFO  (zkCallback-16936-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545970 INFO  (zkCallback-16925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545971 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:37779_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1545971 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:37779_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> 1545978 INFO  (zkCallback-16960-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545988 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:37779_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_9FC75ACBBB516A36-001/tempDir-001/node4
   [junit4]   2> 1545997 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1545998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:39717/solr. Proxy: http://127.0.0.1:37779/solr
   [junit4]   2> 1545998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1225576866
   [junit4]   2> 1545998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34773_solr
   [junit4]   2> 1545999 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1545999 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:34773_solr as DOWN
   [junit4]   2> 1546006 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1546006 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1546006 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1546006 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1546010 INFO  (closeThreadPool-16972-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72455078637666315-127.0.0.1:34773_solr-n_0000000001) closing
   [junit4]   2> 1546017 INFO  (OverseerStateUpdate-72455078637666315-127.0.0.1:34773_solr-n_0000000001) [n:127.0.0.1:34773_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34773_solr
   [junit4]   2> 1546017 INFO  (OverseerAutoScalingTriggerThread-72455078637666315-127.0.0.1:34773_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1546019 INFO  (closeThreadPool-16972-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72455078637666315-127.0.0.1:34773_solr-n_0000000001) closing
   [junit4]   2> 1546020 INFO  (zkCallback-16960-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1546020 INFO  (zkCallback-16936-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1546020 INFO  (zkCallback-16925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1546020 INFO  (zkCallback-16909-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1546022 INFO  (zkCallback-16909-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32875_solr
   [junit4]   2> 1546023 INFO  (zkCallback-16909-thread-2) [n:127.0.0.1:32875_solr     ] o.a.s.c.Overseer Overseer (id=72455078637666316-127.0.0.1:32875_solr-n_0000000002) starting
   [junit4]   2> 1546026 INFO  (OverseerStateUpdate-72455078637666316-127.0.0.1:32875_solr-n_0000000002) [n:127.0.0.1:32875_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:32875_solr
   [junit4]   2> 1546122 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.Overseer Overseer (id=72455078637666315-127.0.0.1:34773_solr-n_0000000001) closing
   [junit4]   2> 1546123 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5937b17{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1546124 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@43fce6b8{/solr,null,STOPPED}
   [junit4]   2> 1546124 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1546124 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1546124 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1546124 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-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> 1546170 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1546170 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1546170 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1546182 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78f4b063{/solr,null,AVAILABLE}
   [junit4]   2> 1546183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@46929cfc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45059}
   [junit4]   2> 1546183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.Server Started @1546214ms
   [junit4]   2> 1546183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42995}
   [junit4]   2> 1546183 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1546183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1546183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1546183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1546183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1546183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T14:35:43.783Z
   [junit4]   2> 1546196 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1546196 INFO  (zkConnectionManagerCallback-16978-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1546196 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1546198 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1546203 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1546210 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker-SendThread(127.0.0.1:44245)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016982985f0013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016982985f0013, 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 0x1016982985f0013, 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> 1547475 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1547475 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@152e7deb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547475 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@152e7deb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547478 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6327d90[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547478 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6327d90[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547479 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44245/solr
   [junit4]   2> 1547480 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547492 INFO  (zkConnectionManagerCallback-16989-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547492 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547595 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:42995_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547595 INFO  (zkConnectionManagerCallback-16991-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547595 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:42995_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547600 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:42995_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1547603 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:42995_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42995_solr as DOWN
   [junit4]   2> 1547604 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:42995_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1547604 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:42995_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42995_solr
   [junit4]   2> 1547605 INFO  (zkCallback-16960-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1547605 INFO  (zkCallback-16925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1547605 INFO  (zkCallback-16936-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1547605 INFO  (zkCallback-16909-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1547606 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:42995_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1547607 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:42995_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> 1547611 INFO  (zkCallback-16990-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1547623 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:42995_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_9FC75ACBBB516A36-001/tempDir-001/node3
   [junit4]   2> 1547634 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1547635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:45059/solr. Proxy: http://127.0.0.1:42995/solr
   [junit4]   2> 1547635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2000951366
   [junit4]   2> 1547635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:32875_solr
   [junit4]   2> 1547635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1547635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:32875_solr as DOWN
   [junit4]   2> 1547650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1547650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1547650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1547650 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1547650 INFO  (closeThreadPool-17002-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72455078637666316-127.0.0.1:32875_solr-n_0000000002) closing
   [junit4]   2> 1547659 INFO  (OverseerStateUpdate-72455078637666316-127.0.0.1:32875_solr-n_0000000002) [n:127.0.0.1:32875_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:32875_solr
   [junit4]   2> 1547660 INFO  (OverseerAutoScalingTriggerThread-72455078637666316-127.0.0.1:32875_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1547664 INFO  (zkCallback-16925-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37649_solr
   [junit4]   2> 1547664 INFO  (zkCallback-16936-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1547664 INFO  (zkCallback-16960-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1547665 INFO  (zkCallback-16925-thread-1) [n:127.0.0.1:37649_solr     ] o.a.s.c.Overseer Overseer (id=72455078637666318-127.0.0.1:37649_solr-n_0000000003) starting
   [junit4]   2> 1547675 INFO  (closeThreadPool-17002-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72455078637666316-127.0.0.1:32875_solr-n_0000000002) closing
   [junit4]   2> 1547677 INFO  (zkCallback-16990-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1547677 INFO  (zkCallback-16925-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1547678 INFO  (OverseerStateUpdate-72455078637666318-127.0.0.1:37649_solr-n_0000000003) [n:127.0.0.1:37649_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37649_solr
   [junit4]   2> 1547763 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.Overseer Overseer (id=72455078637666316-127.0.0.1:32875_solr-n_0000000002) closing
   [junit4]   2> 1547764 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@367837a5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1547764 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5ed9b7c5{/solr,null,STOPPED}
   [junit4]   2> 1547764 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1547765 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1547765 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1547765 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-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> 1547766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1547766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1547766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1547766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61f11ba2{/solr,null,AVAILABLE}
   [junit4]   2> 1547766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1e6336d1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41615}
   [junit4]   2> 1547766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.s.Server Started @1547797ms
   [junit4]   2> 1547766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35959}
   [junit4]   2> 1547766 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1547766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1547766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1547767 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1547767 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1547767 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T14:35:45.367Z
   [junit4]   2> 1547767 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547768 INFO  (zkConnectionManagerCallback-17008-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547768 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547768 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1547773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1549335 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1549336 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d146b4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1549336 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d146b4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1549344 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@cc0f812[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1549344 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@cc0f812[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1549345 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44245/solr
   [junit4]   2> 1549346 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1549350 INFO  (zkConnectionManagerCallback-17019-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1549350 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1549453 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:35959_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1549453 INFO  (zkConnectionManagerCallback-17021-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1549453 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:35959_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1549457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:35959_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1549460 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:35959_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35959_solr as DOWN
   [junit4]   2> 1549461 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:35959_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1549461 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:35959_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35959_solr
   [junit4]   2> 1549462 INFO  (zkCallback-16936-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1549462 INFO  (zkCallback-16990-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1549463 INFO  (zkCallback-16960-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1549463 INFO  (zkCallback-16925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1549464 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:35959_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1549464 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:35959_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> 1549474 INFO  (zkCallback-17020-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1549488 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [n:127.0.0.1:35959_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_9FC75ACBBB516A36-001/tempDir-001/node2
   [junit4]   2> 1549504 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1549505 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:41615/solr. Proxy: http://127.0.0.1:35959/solr
   [junit4]   2> 1549505 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=164450464
   [junit4]   2> 1549505 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37649_solr
   [junit4]   2> 1549505 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1549505 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37649_solr as DOWN
   [junit4]   2> 1549514 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1549514 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1549514 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1549514 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1549515 INFO  (closeThreadPool-17032-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72455078637666318-127.0.0.1:37649_solr-n_0000000003) closing
   [junit4]   2> 1549516 INFO  (OverseerStateUpdate-72455078637666318-127.0.0.1:37649_solr-n_0000000003) [n:127.0.0.1:37649_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37649_solr
   [junit4]   2> 1549520 INFO  (OverseerAutoScalingTriggerThread-72455078637666318-127.0.0.1:37649_solr-n_0000000003) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1549521 INFO  (closeThreadPool-17032-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72455078637666318-127.0.0.1:37649_solr-n_0000000003) closing
   [junit4]   2> 1549521 WARN  (jetty-launcher-16844-thread-1-SendThread(127.0.0.1:44245)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016982985f000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016982985f000e, 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 0x1016982985f000e, 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> 1549521 INFO  (zkCallback-16936-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1549521 INFO  (zkCallback-16960-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1549522 INFO  (zkCallback-16990-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1549527 INFO  (zkCallback-17020-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1549527 INFO  (zkCallback-16960-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37779_solr
   [junit4]   2> 1549527 INF

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

e_hooks_deleted_on_reconnect_shard1_replica_p2 c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 r:core_node4) [n:127.0.0.1:42995_solr c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 r:core_node4 x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2 ] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2
   [junit4]   2> 1570999 INFO  (jetty-closer-17114-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@46929cfc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1570999 INFO  (jetty-closer-17114-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@78f4b063{/solr,null,STOPPED}
   [junit4]   2> 1570999 INFO  (jetty-closer-17114-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1571000 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1571001 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker-SendThread(127.0.0.1:44245)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016982985f0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016982985f0000, 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 0x1016982985f0000, 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> 1571102 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker-SendThread(127.0.0.1:44245)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016982985f0001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016982985f0001, 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 0x1016982985f0001, 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> 1571204 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	12	/solr/security.json
   [junit4]   2> 	10	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	9	/solr/configs/conf
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	3	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	49	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	33	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	25	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72455078637666332-127.0.0.1:37779_solr-n_0000000008
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	95	/solr/live_nodes
   [junit4]   2> 	92	/solr/overseer/queue
   [junit4]   2> 	54	/solr/collections
   [junit4]   2> 	31	/solr/overseer/collection-queue-work
   [junit4]   2> 	7	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	7	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	7	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1571207 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44245
   [junit4]   2> 1571207 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44245
   [junit4]   2> 1571207 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9FC75ACBBB516A36]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44245
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_9FC75ACBBB516A36-001
   [junit4]   2> Nov 10, 2020 2:36:08 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=lv-LV, timezone=America/Mendoza
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=251420584,total=516947968
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateLogTest, ZkShardTermsTest, ConnectionReuseTest, TestStreamBody, ChangedSchemaMergeTest, AlternateDirectoryTest, TestAddFieldRealTimeGet, CollectionsAPISolrJTest, SystemLogListenerTest, MoveReplicaHDFSTest, ScheduledTriggerIntegrationTest, MetricsHistoryWithAuthIntegrationTest, WrapperMergePolicyFactoryTest, ProtectedTermFilterFactoryTest, TestNumericTerms32, LeaderTragicEventTest, DateRangeFieldTest, TestCollectionsAPIViaSolrCloudCluster, TestCoreDiscovery, TestTlogReplayVsRecovery, TestRequestStatusCollectionAPI, SparseHLLTest, ClassificationUpdateProcessorFactoryTest, OverseerCollectionConfigSetProcessorTest, TestSuggestSpellingConverter, TestSha256AuthenticationProvider, TestBulkSchemaConcurrent, ManagedSchemaRoundRobinCloudTest, TestFacetMethods, TestHighFrequencyDictionaryFactory, TestFilteredDocIdSet, TestClusterStateMutator, TestSQLHandler, ConcurrentCreateCollectionTest, SpellCheckCollatorTest, ClusterStateTest, OrderedExecutorTest, HdfsChaosMonkeyNothingIsSafeTest, BinaryUpdateRequestHandlerTest, SolrGraphiteReporterTest, InfoHandlerTest, SolrCloudReportersTest, TestCollationFieldDocValues, SegmentsInfoRequestHandlerTest, SolrLogAuditLoggerPluginTest, TestLRUStatsCache, TestSimpleQParserPlugin, FieldMutatingUpdateProcessorTest, NestedShardedAtomicUpdateTest, TestUnifiedSolrHighlighter, PeerSyncWithIndexFingerprintCachingTest, TestCloudInspectUtil, NodeLostTriggerTest, TestSimDistribStateManager, TestMinMaxOnMultiValuedField, TaggingAttributeTest, SampleTest, HttpPartitionOnCommitTest, ZkCLITest, SolrPluginUtilsTest, TestComplexPhraseQParserPlugin, TestSchemaNameResource, TestLegacyField, TestStressThreadBackup, TestBulkSchemaAPI, TestPivotHelperCode, ConjunctionSolrSpellCheckerTest, TestUseDocValuesAsStored, TestLRUCache, TestFieldCacheSortRandom, TestSerializedLuceneMatchVersion, TestContainerPlugin, MetricTriggerTest, TestMissingGroups, ChaosMonkeyNothingIsSafeTest, SuggesterTest, DistributedTermsComponentTest, TestDistributedSearch, BJQParserTest, DefaultValueUpdateProcessorTest, TestElisionMultitermQuery, ComputePlanActionTest, CrossCollectionJoinQueryTest, ImplicitSnitchTest, TestSolrDeletionPolicy2, CdcrWithNodesRestartsTest, RankFieldTest, DistanceUnitsTest, ZookeeperStatusHandlerTest, RoutingToNodesWithPropertiesTest, TriggerIntegrationTest, TestEmbeddedSolrServerAdminHandler, TestManagedSynonymGraphFilterFactory, TestPartialUpdateDeduplication, SOLR749Test, NoCacheHeaderTest, ShardSplitTest, CustomTermsComponentTest, AtomicUpdateProcessorFactoryTest, TestBadConfig, CdcrOpsAndBoundariesTest, TestScoreJoinQPNoScore, OverseerSolrResponseUnsafeSerializationTest, TestJsonFacetErrors, AuthToolTest, TestHashQParserPlugin, TestRawTransformer, TestManagedSchemaThreadSafety, ReindexCollectionTest, PolyFieldTest, DistributedQueryComponentOptimizationTest, TestShardHandlerFactory, TestXmlQParser, DistributedIntervalFacetingTest, ReplicationFactorTest, TestAuthenticationFramework, TestCloudRecovery, TestCloudSearcherWarming, TestDistributedMap, TestDownShardTolerantSearch, TestLeaderElectionWithEmptyReplica, TestPullReplica, TestPullReplicaErrorHandling]
   [junit4] Completed [557/921 (1!)] on J1 in 29.49s, 4 tests, 1 error <<< FAILURES!

[...truncated 51829 lines...]

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/755/

1 tests failed.
FAILED:  org.apache.lucene.analysis.core.TestRandomChains.testRandomChains

Error Message:
outputEndNode=3 vs inputTo=2

Stack Trace:
java.lang.AssertionError: outputEndNode=3 vs inputTo=2
	at __randomizedtesting.SeedInfo.seed([36DA3E0E86C43DEC:B3B176FC1D6202C]:0)
	at org.apache.lucene.analysis.core.FlattenGraphFilter.incrementToken(FlattenGraphFilter.java:335)
	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:77)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:717)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:631)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:559)
	at org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:875)
	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 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 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 2949 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestRandomChains
   [junit4]   2> TEST FAIL: useCharFilter=true text='{0,5}v fdk \u18cf\u18e9\u18d6\u18d5\u18be w'
   [junit4]   2> Exception from random analyzer: 
   [junit4]   2> charfilters=
   [junit4]   2>   org.apache.lucene.analysis.pattern.PatternReplaceCharFilter(a, <SOUTHEAST_ASIAN>, java.io.StringReader@54a1b016)
   [junit4]   2> tokenizer=
   [junit4]   2>   org.apache.lucene.analysis.standard.StandardTokenizer(org.apache.lucene.util.AttributeFactory$1@d614dfbd)
   [junit4]   2> filters=
   [junit4]   2>   Conditional:org.apache.lucene.analysis.de.GermanStemFilter(OneTimeWrapper@ffe9642 term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null,keyword=false)
   [junit4]   2>   org.apache.lucene.analysis.shingle.ShingleFilter(ValidatingTokenFilter@3697cdf7 term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null,keyword=false)
   [junit4]   2>   Conditional:org.apache.lucene.analysis.core.TypeTokenFilter(OneTimeWrapper@bf715a1 term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null,keyword=false, [<NUM>, <HIRAGANA>, <SOUTHEAST_ASIAN>], false)
   [junit4]   2>   org.apache.lucene.analysis.core.FlattenGraphFilter(ValidatingTokenFilter@6057591c term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null,keyword=false)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomChains -Dtests.method=testRandomChains -Dtests.seed=36DA3E0E86C43DEC -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=America/Marigot -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.02s J1 | TestRandomChains.testRandomChains <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: outputEndNode=3 vs inputTo=2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([36DA3E0E86C43DEC:B3B176FC1D6202C]:0)
   [junit4]    > 	at org.apache.lucene.analysis.core.FlattenGraphFilter.incrementToken(FlattenGraphFilter.java:335)
   [junit4]    > 	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:77)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:717)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:631)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:559)
   [junit4]    > 	at org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:875)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=bg, timezone=America/Marigot
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=247907696,total=343932928
   [junit4]   2> NOTE: All tests run in this JVM: [TestPatternReplaceCharFilter, TestLimitTokenOffsetFilter, ShingleAnalyzerWrapperTest, TestIrishLowerCaseFilter, TestRandomChains]
   [junit4] Completed [25/297 (1!)] on J1 in 1.25s, 2 tests, 1 failure <<< FAILURES!

[...truncated 64073 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 754 - Still unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/754/

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

Error Message:
Error from server at http://127.0.0.1:41067/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:41067/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([426DBE6D6D561A9F:4A5A58A5B6F86E11]: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 14913 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1423823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1423823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_426DBE6D6D561A9F-001/data-dir-103-001
   [junit4]   2> 1423823 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=132 numCloses=132
   [junit4]   2> 1423823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1423825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-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> 1423825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1423825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_426DBE6D6D561A9F-001/tempDir-001
   [junit4]   2> 1423825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1423826 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1423826 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1423826 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1424132 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 34331
   [junit4]   2> 1424132 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34331
   [junit4]   2> 1424132 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34331
   [junit4]   2> 1424132 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34331
   [junit4]   2> 1424140 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424148 INFO  (zkConnectionManagerCallback-18849-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424148 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424178 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424179 INFO  (zkConnectionManagerCallback-18851-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424179 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424180 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424181 INFO  (zkConnectionManagerCallback-18853-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424181 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424182 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e290002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e290002, 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 0x101686f3e290002, 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> 1424292 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1424292 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1424292 INFO  (jetty-launcher-18854-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> 1424307 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1424307 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1424307 INFO  (jetty-launcher-18854-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> 1424319 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1424319 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1424319 INFO  (jetty-launcher-18854-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> 1424331 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1424331 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1424331 INFO  (jetty-launcher-18854-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> 1424410 INFO  (jetty-launcher-18854-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1424410 INFO  (jetty-launcher-18854-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1424410 INFO  (jetty-launcher-18854-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1424412 INFO  (jetty-launcher-18854-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52e8ae1{/solr,null,AVAILABLE}
   [junit4]   2> 1424483 INFO  (jetty-launcher-18854-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1424483 INFO  (jetty-launcher-18854-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1424484 INFO  (jetty-launcher-18854-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1424491 INFO  (jetty-launcher-18854-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@762e6ec{/solr,null,AVAILABLE}
   [junit4]   2> 1424531 INFO  (jetty-launcher-18854-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1424531 INFO  (jetty-launcher-18854-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1424531 INFO  (jetty-launcher-18854-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1424539 INFO  (jetty-launcher-18854-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@683cedff{/solr,null,AVAILABLE}
   [junit4]   2> 1424569 INFO  (jetty-launcher-18854-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1424569 INFO  (jetty-launcher-18854-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1424569 INFO  (jetty-launcher-18854-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4acd38b5{/solr,null,AVAILABLE}
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@da8a28e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:32995}
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-2) [     ] o.e.j.s.Server Started @1424620ms
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@17706c59{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41849}
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@68ef441f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33775}
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32995}
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-1) [     ] o.e.j.s.Server Started @1424620ms
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-4) [     ] o.e.j.s.Server Started @1424620ms
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@45e3eaec{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45095}
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41849}
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33775}
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-3) [     ] o.e.j.s.Server Started @1424621ms
   [junit4]   2> 1424591 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45095}
   [junit4]   2> 1424592 ERROR (jetty-launcher-18854-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1424592 ERROR (jetty-launcher-18854-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1424592 ERROR (jetty-launcher-18854-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T09:37:19.585Z
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T09:37:19.585Z
   [junit4]   2> 1424592 ERROR (jetty-launcher-18854-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1424592 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T09:37:19.585Z
   [junit4]   2> 1424593 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1424593 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1424593 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1424593 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T09:37:19.586Z
   [junit4]   2> 1424602 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424603 INFO  (zkConnectionManagerCallback-18858-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424603 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424814 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1424832 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1424834 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424837 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424839 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424846 INFO  (zkConnectionManagerCallback-18856-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424846 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424847 INFO  (zkConnectionManagerCallback-18860-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424847 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424849 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1424849 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1424853 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1424854 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1424855 INFO  (zkConnectionManagerCallback-18862-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424855 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424856 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1424859 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1424859 WARN  (jetty-launcher-18854-thread-1-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e290006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e290006, 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 0x101686f3e290006, 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> 1425188 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1425206 WARN  (jetty-launcher-18854-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f5ec17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425206 WARN  (jetty-launcher-18854-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f5ec17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425649 WARN  (jetty-launcher-18854-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6bf12d5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425649 WARN  (jetty-launcher-18854-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6bf12d5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425650 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34331/solr
   [junit4]   2> 1425659 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1425666 INFO  (zkConnectionManagerCallback-18882-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425666 INFO  (jetty-launcher-18854-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1425790 INFO  (jetty-launcher-18854-thread-3) [n:127.0.0.1:45095_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1425795 INFO  (zkConnectionManagerCallback-18884-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425795 INFO  (jetty-launcher-18854-thread-3) [n:127.0.0.1:45095_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1425983 INFO  (jetty-launcher-18854-thread-3) [n:127.0.0.1:45095_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45095_solr
   [junit4]   2> 1425984 INFO  (jetty-launcher-18854-thread-3) [n:127.0.0.1:45095_solr     ] o.a.s.c.Overseer Overseer (id=72453896008171528-127.0.0.1:45095_solr-n_0000000000) starting
   [junit4]   2> 1426007 INFO  (OverseerStateUpdate-72453896008171528-127.0.0.1:45095_solr-n_0000000000) [n:127.0.0.1:45095_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45095_solr
   [junit4]   2> 1426017 INFO  (jetty-launcher-18854-thread-3) [n:127.0.0.1:45095_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45095_solr
   [junit4]   2> 1426018 INFO  (zkCallback-18883-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1426026 INFO  (jetty-launcher-18854-thread-3) [n:127.0.0.1:45095_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1426026 WARN  (jetty-launcher-18854-thread-3) [n:127.0.0.1:45095_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> 1426271 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1426288 WARN  (jetty-launcher-18854-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2dfafbcc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426299 WARN  (jetty-launcher-18854-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2dfafbcc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426302 WARN  (jetty-launcher-18854-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1257826a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426302 WARN  (jetty-launcher-18854-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1257826a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426303 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34331/solr
   [junit4]   2> 1426304 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1426310 INFO  (jetty-launcher-18854-thread-3) [n:127.0.0.1:45095_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_426DBE6D6D561A9F-001/tempDir-001/node3
   [junit4]   2> 1426356 INFO  (zkConnectionManagerCallback-18900-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426356 INFO  (jetty-launcher-18854-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1426471 INFO  (jetty-launcher-18854-thread-4) [n:127.0.0.1:33775_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1426478 INFO  (zkConnectionManagerCallback-18904-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426478 INFO  (jetty-launcher-18854-thread-4) [n:127.0.0.1:33775_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1426491 INFO  (jetty-launcher-18854-thread-4) [n:127.0.0.1:33775_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1426493 INFO  (jetty-launcher-18854-thread-4) [n:127.0.0.1:33775_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33775_solr as DOWN
   [junit4]   2> 1426494 INFO  (jetty-launcher-18854-thread-4) [n:127.0.0.1:33775_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1426494 INFO  (jetty-launcher-18854-thread-4) [n:127.0.0.1:33775_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33775_solr
   [junit4]   2> 1426496 INFO  (jetty-launcher-18854-thread-4) [n:127.0.0.1:33775_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1426496 WARN  (jetty-launcher-18854-thread-4) [n:127.0.0.1:33775_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> 1426511 INFO  (jetty-launcher-18854-thread-4) [n:127.0.0.1:33775_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_426DBE6D6D561A9F-001/tempDir-001/node4
   [junit4]   2> 1426511 INFO  (zkCallback-18903-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1426524 INFO  (zkCallback-18883-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1427057 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1427058 WARN  (jetty-launcher-18854-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@111b62f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1427059 WARN  (jetty-launcher-18854-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@111b62f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1427082 WARN  (jetty-launcher-18854-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3f8e443c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1427082 WARN  (jetty-launcher-18854-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3f8e443c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1427083 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34331/solr
   [junit4]   2> 1427084 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1427087 INFO  (zkConnectionManagerCallback-18918-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1427087 INFO  (jetty-launcher-18854-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1427191 INFO  (jetty-launcher-18854-thread-2) [n:127.0.0.1:32995_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1427192 INFO  (zkConnectionManagerCallback-18920-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1427193 INFO  (jetty-launcher-18854-thread-2) [n:127.0.0.1:32995_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1427216 INFO  (jetty-launcher-18854-thread-2) [n:127.0.0.1:32995_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1427219 INFO  (jetty-launcher-18854-thread-2) [n:127.0.0.1:32995_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:32995_solr as DOWN
   [junit4]   2> 1427220 INFO  (jetty-launcher-18854-thread-2) [n:127.0.0.1:32995_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1427220 INFO  (jetty-launcher-18854-thread-2) [n:127.0.0.1:32995_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32995_solr
   [junit4]   2> 1427221 INFO  (zkCallback-18883-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1427222 INFO  (jetty-launcher-18854-thread-2) [n:127.0.0.1:32995_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1427222 WARN  (jetty-launcher-18854-thread-2) [n:127.0.0.1:32995_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> 1427247 INFO  (zkCallback-18919-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1427251 INFO  (zkCallback-18903-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1427259 INFO  (jetty-launcher-18854-thread-2) [n:127.0.0.1:32995_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_426DBE6D6D561A9F-001/tempDir-001/node2
   [junit4]   2> 1428300 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1428301 WARN  (jetty-launcher-18854-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@c869e8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1428302 WARN  (jetty-launcher-18854-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@c869e8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1428527 WARN  (jetty-launcher-18854-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77767ca7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1428527 WARN  (jetty-launcher-18854-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77767ca7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1428529 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34331/solr
   [junit4]   2> 1428529 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1428531 INFO  (zkConnectionManagerCallback-18934-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1428531 INFO  (jetty-launcher-18854-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1428533 WARN  (jetty-launcher-18854-thread-1-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e29000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e29000d, 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 0x101686f3e29000d, 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> 1428637 INFO  (jetty-launcher-18854-thread-1) [n:127.0.0.1:41849_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1428640 INFO  (zkConnectionManagerCallback-18936-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1428640 INFO  (jetty-launcher-18854-thread-1) [n:127.0.0.1:41849_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1428658 INFO  (jetty-launcher-18854-thread-1) [n:127.0.0.1:41849_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1428696 INFO  (jetty-launcher-18854-thread-1) [n:127.0.0.1:41849_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41849_solr as DOWN
   [junit4]   2> 1428699 INFO  (jetty-launcher-18854-thread-1) [n:127.0.0.1:41849_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1428699 INFO  (jetty-launcher-18854-thread-1) [n:127.0.0.1:41849_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41849_solr
   [junit4]   2> 1428702 INFO  (zkCallback-18883-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1428702 INFO  (zkCallback-18903-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1428702 INFO  (zkCallback-18919-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1428711 INFO  (jetty-launcher-18854-thread-1) [n:127.0.0.1:41849_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1428712 INFO  (zkCallback-18935-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1428712 WARN  (jetty-launcher-18854-thread-1) [n:127.0.0.1:41849_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> 1428746 INFO  (jetty-launcher-18854-thread-1) [n:127.0.0.1:41849_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_426DBE6D6D561A9F-001/tempDir-001/node1
   [junit4]   2> 1428789 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1428793 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1428801 INFO  (zkConnectionManagerCallback-18947-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1428801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1428809 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1428813 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34331/solr ready
   [junit4]   2> 1428825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1037617121
   [junit4]   2> 1428825 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45095_solr
   [junit4]   2> 1428826 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1428826 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45095_solr as DOWN
   [junit4]   2> 1428833 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1428834 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1428834 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1428834 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1428834 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1428839 INFO  (zkCallback-18919-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1428839 INFO  (zkCallback-18935-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1428840 INFO  (closeThreadPool-18952-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72453896008171528-127.0.0.1:45095_solr-n_0000000000) closing
   [junit4]   2> 1428838 WARN  (jetty-launcher-18854-thread-3-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e290008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e290008, 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 0x101686f3e290008, 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> 1428841 INFO  (OverseerAutoScalingTriggerThread-72453896008171528-127.0.0.1:45095_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1428841 INFO  (OverseerStateUpdate-72453896008171528-127.0.0.1:45095_solr-n_0000000000) [n:127.0.0.1:45095_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45095_solr
   [junit4]   2> 1428848 INFO  (zkCallback-18946-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1428849 INFO  (zkCallback-18903-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33775_solr
   [junit4]   2> 1428849 INFO  (closeThreadPool-18952-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72453896008171528-127.0.0.1:45095_solr-n_0000000000) closing
   [junit4]   2> 1428851 INFO  (zkCallback-18903-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1428855 INFO  (zkCallback-18903-thread-1) [n:127.0.0.1:33775_solr     ] o.a.s.c.Overseer Overseer (id=72453896008171530-127.0.0.1:33775_solr-n_0000000001) starting
   [junit4]   2> 1428869 INFO  (OverseerStateUpdate-72453896008171530-127.0.0.1:33775_solr-n_0000000001) [n:127.0.0.1:33775_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33775_solr
   [junit4]   2> 1429011 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.Overseer Overseer (id=72453896008171528-127.0.0.1:45095_solr-n_0000000000) closing
   [junit4]   2> 1429014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@45e3eaec{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1429014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@52e8ae1{/solr,null,STOPPED}
   [junit4]   2> 1429014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1429015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1429015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1429015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-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> 1429017 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1429017 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1429017 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1429018 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d750c1d{/solr,null,AVAILABLE}
   [junit4]   2> 1429020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@189da00e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42271}
   [junit4]   2> 1429020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.Server Started @1429049ms
   [junit4]   2> 1429020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34777}
   [junit4]   2> 1429020 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1429020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1429020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1429020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1429020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1429020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T09:37:24.013Z
   [junit4]   2> 1429024 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1429028 INFO  (zkConnectionManagerCallback-18958-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1429028 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1429029 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1429034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1429036 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e290010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e290010, 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 0x101686f3e290010, 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> 1431564 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1431565 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5404d629[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1431565 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5404d629[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1431772 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7fc39ad9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1431772 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7fc39ad9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1431774 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34331/solr
   [junit4]   2> 1431775 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1431776 INFO  (zkConnectionManagerCallback-18969-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1431776 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1431879 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:34777_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1431880 INFO  (zkConnectionManagerCallback-18971-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1431880 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:34777_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1431888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:34777_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1431893 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:34777_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34777_solr as DOWN
   [junit4]   2> 1431894 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:34777_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1431894 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:34777_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34777_solr
   [junit4]   2> 1431896 INFO  (zkCallback-18935-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1431896 INFO  (zkCallback-18919-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1431896 INFO  (zkCallback-18946-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1431897 INFO  (zkCallback-18903-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1431897 INFO  (zkCallback-18970-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1431898 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:34777_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1431899 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:34777_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> 1431910 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:34777_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_426DBE6D6D561A9F-001/tempDir-001/node3
   [junit4]   2> 1431919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1431920 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:42271/solr. Proxy: http://127.0.0.1:34777/solr
   [junit4]   2> 1431920 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1877815750
   [junit4]   2> 1431920 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33775_solr
   [junit4]   2> 1431922 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1431922 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33775_solr as DOWN
   [junit4]   2> 1431932 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1431932 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1431932 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1431932 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1431933 INFO  (closeThreadPool-18982-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72453896008171530-127.0.0.1:33775_solr-n_0000000001) closing
   [junit4]   2> 1431939 INFO  (OverseerAutoScalingTriggerThread-72453896008171530-127.0.0.1:33775_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1431940 INFO  (OverseerStateUpdate-72453896008171530-127.0.0.1:33775_solr-n_0000000001) [n:127.0.0.1:33775_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33775_solr
   [junit4]   2> 1431943 INFO  (closeThreadPool-18982-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72453896008171530-127.0.0.1:33775_solr-n_0000000001) closing
   [junit4]   2> 1431944 WARN  (jetty-launcher-18854-thread-4-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e29000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e29000a, 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 0x101686f3e29000a, 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> 1431945 INFO  (zkCallback-18919-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1431946 INFO  (zkCallback-18970-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1431946 INFO  (zkCallback-18946-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1431946 INFO  (zkCallback-18935-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1431946 INFO  (zkCallback-18919-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32995_solr
   [junit4]   2> 1431947 INFO  (zkCallback-18919-thread-2) [n:127.0.0.1:32995_solr     ] o.a.s.c.Overseer Overseer (id=72453896008171532-127.0.0.1:32995_solr-n_0000000002) starting
   [junit4]   2> 1431958 INFO  (OverseerStateUpdate-72453896008171532-127.0.0.1:32995_solr-n_0000000002) [n:127.0.0.1:32995_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:32995_solr
   [junit4]   2> 1432046 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.Overseer Overseer (id=72453896008171530-127.0.0.1:33775_solr-n_0000000001) closing
   [junit4]   2> 1432047 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@68ef441f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1432047 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@683cedff{/solr,null,STOPPED}
   [junit4]   2> 1432047 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1432048 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1432048 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1432048 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-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> 1432052 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1432052 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1432052 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1432052 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f14445a{/solr,null,AVAILABLE}
   [junit4]   2> 1432055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6deb467a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45649}
   [junit4]   2> 1432055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.Server Started @1432084ms
   [junit4]   2> 1432055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41067}
   [junit4]   2> 1432055 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1432055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1432055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1432055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1432055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1432055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T09:37:27.048Z
   [junit4]   2> 1432063 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1432065 INFO  (zkConnectionManagerCallback-18988-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1432065 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1432066 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1432070 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1432428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1432428 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1c73b7b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1432428 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1c73b7b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1432432 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9d3e49e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1432432 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9d3e49e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1432434 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34331/solr
   [junit4]   2> 1432435 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1432436 INFO  (zkConnectionManagerCallback-18999-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1432436 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1432437 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e290014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e290014, 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 0x101686f3e290014, 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> 1432543 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:41067_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1432544 INFO  (zkConnectionManagerCallback-19001-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1432544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:41067_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1432550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:41067_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1432557 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:41067_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41067_solr as DOWN
   [junit4]   2> 1432560 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:41067_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1432560 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:41067_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41067_solr
   [junit4]   2> 1432561 INFO  (zkCallback-18946-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1432561 INFO  (zkCallback-18970-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1432561 INFO  (zkCallback-18935-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1432561 INFO  (zkCallback-18919-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1432562 INFO  (zkCallback-19000-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1432563 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:41067_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1432563 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:41067_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> 1432583 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:41067_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_426DBE6D6D561A9F-001/tempDir-001/node4
   [junit4]   2> 1432587 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1432589 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:45649/solr. Proxy: http://127.0.0.1:41067/solr
   [junit4]   2> 1432590 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=370229950
   [junit4]   2> 1432590 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:32995_solr
   [junit4]   2> 1432590 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1432590 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:32995_solr as DOWN
   [junit4]   2> 1432607 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1432607 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1432607 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1432607 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1432631 INFO  (closeThreadPool-19012-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72453896008171532-127.0.0.1:32995_solr-n_0000000002) closing
   [junit4]   2> 1432646 WARN  (jetty-launcher-18854-thread-2-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e29000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e29000c, 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 0x101686f3e29000c, 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> 1432646 INFO  (zkCallback-18970-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1432646 INFO  (zkCallback-18946-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1432655 INFO  (OverseerStateUpdate-72453896008171532-127.0.0.1:32995_solr-n_0000000002) [n:127.0.0.1:32995_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:32995_solr
   [junit4]   2> 1432654 INFO  (OverseerAutoScalingTriggerThread-72453896008171532-127.0.0.1:32995_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1432663 INFO  (closeThreadPool-19012-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72453896008171532-127.0.0.1:32995_solr-n_0000000002) closing
   [junit4]   2> 1432746 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.Overseer Overseer (id=72453896008171532-127.0.0.1:32995_solr-n_0000000002) closing
   [junit4]   2> 1432747 INFO  (zkCallback-18935-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41849_solr
   [junit4]   2> 1432747 INFO  (zkCallback-18935-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1432747 INFO  (zkCallback-19000-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1432748 INFO  (zkCallback-18935-thread-2) [n:127.0.0.1:41849_solr     ] o.a.s.c.Overseer Overseer (id=72453896008171534-127.0.0.1:41849_solr-n_0000000003) starting
   [junit4]   2> 1432749 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@da8a28e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1432749 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@762e6ec{/solr,null,STOPPED}
   [junit4]   2> 1432749 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1432750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1432750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1432750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-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> 1432795 INFO  (OverseerStateUpdate-72453896008171534-127.0.0.1:41849_solr-n_0000000003) [n:127.0.0.1:41849_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41849_solr
   [junit4]   2> 1432979 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1432979 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1432979 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1432985 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3050df4f{/solr,null,AVAILABLE}
   [junit4]   2> 1432985 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@26497655{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37787}
   [junit4]   2> 1432985 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.s.Server Started @1433015ms
   [junit4]   2> 1432985 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46483}
   [junit4]   2> 1432986 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1432986 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1432986 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1432986 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1432986 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1432986 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T09:37:27.979Z
   [junit4]   2> 1433010 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1433024 INFO  (zkConnectionManagerCallback-19018-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1433024 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1433025 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1433029 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1433031 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e290016.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e290016, 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 0x101686f3e290016, 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> 1435388 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1435392 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@19a0407e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1435392 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@19a0407e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1435396 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9ad0ffd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1435396 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9ad0ffd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1435397 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34331/solr
   [junit4]   2> 1435398 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1435399 INFO  (zkConnectionManagerCallback-19029-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435399 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1435400 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e290017.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e290017, 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 0x101686f3e290017, 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> 1435501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:46483_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1435503 INFO  (zkConnectionManagerCallback-19031-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435503 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:46483_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1435512 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:46483_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1435516 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:46483_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46483_solr as DOWN
   [junit4]   2> 1435522 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:46483_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1435523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:46483_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46483_solr
   [junit4]   2> 1435524 INFO  (zkCallback-19000-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1435524 INFO  (zkCallback-18935-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1435525 INFO  (zkCallback-18970-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1435525 INFO  (zkCallback-19030-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1435526 INFO  (zkCallback-18946-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1435528 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:46483_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1435528 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:46483_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> 1435550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [n:127.0.0.1:46483_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_426DBE6D6D561A9F-001/tempDir-001/node2
   [junit4]   2> 1435558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 14355

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

 org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e29001f, 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> 1467070 INFO  (jetty-closer-19122-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72453896008171538-127.0.0.1:34777_solr-n_0000000004) closing
   [junit4]   2> 1467071 INFO  (jetty-closer-19122-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@189da00e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1467072 INFO  (jetty-closer-19122-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5d750c1d{/solr,null,STOPPED}
   [junit4]   2> 1467072 INFO  (jetty-closer-19122-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1467171 INFO  (jetty-closer-19122-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@26497655{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1467172 INFO  (jetty-closer-19122-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3050df4f{/solr,null,STOPPED}
   [junit4]   2> 1467172 INFO  (jetty-closer-19122-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1467271 INFO  (jetty-closer-19122-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@289acfc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1467272 INFO  (jetty-closer-19122-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@568ff0b0{/solr,null,STOPPED}
   [junit4]   2> 1467272 INFO  (jetty-closer-19122-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1467371 INFO  (jetty-closer-19122-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72453896008171541-127.0.0.1:41067_solr-n_0000000005) closing
   [junit4]   2> 1467372 INFO  (jetty-closer-19122-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6deb467a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1467372 INFO  (jetty-closer-19122-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f14445a{/solr,null,STOPPED}
   [junit4]   2> 1467372 INFO  (jetty-closer-19122-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1467372 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1467373 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker-SendThread(127.0.0.1:34331)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101686f3e290000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101686f3e290000, 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 0x101686f3e290000, 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> 1467575 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/aliases.json
   [junit4]   2> 	13	/solr/security.json
   [junit4]   2> 	10	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	71	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	36	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	31	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	14	/solr/clusterstate.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72453896008171547-127.0.0.1:33577_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72453896008171541-127.0.0.1:41067_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	106	/solr/live_nodes
   [junit4]   2> 	100	/solr/overseer/queue
   [junit4]   2> 	52	/solr/collections
   [junit4]   2> 	27	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1467578 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34331
   [junit4]   2> 1467578 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34331
   [junit4]   2> 1467578 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[426DBE6D6D561A9F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34331
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_426DBE6D6D561A9F-001
   [junit4]   2> NOTE: test params are: codec=Lucene87, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-DO, timezone=Australia/LHI
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=147966920,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [TestComplexPhraseLeadingWildcard, AsyncCallRequestStatusResponseTest, TestTolerantUpdateProcessorRandomCloud, TestCoreContainer, TestJsonRequest, TestManagedSynonymFilterFactory, SolrCLIZkUtilsTest, TestHttpShardHandlerFactory, TestReplicationHandler, StatsComponentTest, StressHdfsTest, CoreAdminRequestStatusTest, DeleteNodeTest, FuzzySearchTest, AutoScalingHandlerTest, BooleanFieldTest, URLClassifyProcessorTest, ResourceLoaderTest, TestSimExtremeIndexing, TestSimNodeLostTrigger, SubstringBytesRefFilterTest, TestGraphMLResponseWriter, RootFieldTest, PrimitiveFieldTypeTest, TestExactStatsCache, TermVectorComponentTest, TestSolr4Spatial2, TestZkChroot, MBeansHandlerTest, TestLegacyTerms, TestConfigOverlay, TestChildDocTransformer, TestCloudPseudoReturnFields, SuggesterTSTTest, BasicAuthIntegrationTest, HttpSolrCallGetCoreTest, TestNestedDocsSort, QueryEqualityTest, TestConfigReload, AnalyticsMergeStrategyTest, TestNamedUpdateProcessors, FullSolrCloudDistribCmdsTest, NodeLostTriggerIntegrationTest, SpatialFilterTest, DocExpirationUpdateProcessorFactoryTest, TestCloudJSONFacetSKGEquiv, TestCloudDeleteByQuery, TestBinaryResponseWriter, TaggerTest, ClusterStateMockUtilTest, TestDynamicFieldResource, TestJsonFacetsStatsParsing, SolrSlf4jReporterTest, IndexSizeEstimatorTest, TestHdfsUpdateLog, TestStressLiveNodes, AnalysisAfterCoreReloadTest, MetricsDisabledCloudTest, TestMiniSolrCloudClusterSSL, TestLuceneMatchVersion, TestLuceneIndexBackCompat, PluginInfoTest, TestDocTermOrds, DistributedFacetPivotSmallAdvancedTest, SplitHandlerTest, TestSolrJ, TestQueryTypes, SyncSliceTest, TestMinHashQParser, AddBlockUpdateTest, TestStressLucene, TestLegacyFieldCache, TestFieldTypeResource, DistribCursorPagingTest, DistributedExpandComponentTest, CdcrBootstrapTest, CreateCollectionCleanupTest, OverriddenZkACLAndCredentialsProvidersTest, ReturnFieldsTest, MoreLikeThisComponentTest, CollectionsAPIDistributedZkTest, TestReloadAndDeleteDocs, MetricTriggerIntegrationTest, BasicZkTest, TestRebalanceLeaders, PKIAuthenticationIntegrationTest, PathHierarchyTokenizerFactoryTest, OverseerTest, ReplaceNodeTest, RequestLoggingTest, TestDistributedMap, TestHashPartitioner, TestMacroExpander, SecurityConfHandlerTest, RouteFieldTest, TestSafeXMLParsing, ZkDynamicConfigTest, JWTAuthPluginTest, MultiThreadedOCPTest, IndexBasedSpellCheckerTest, DistanceFunctionTest, RecoveryZkTest, FieldAnalysisRequestHandlerTest, LeaderFailureAfterFreshStartTest, TestReplicaProperties, DistributedVersionInfoTest, IndexSchemaTest, HighlighterConfigTest, ExplicitHLLTest, ResponseLogComponentTest, DateMathParserTest, XMLAtomicUpdateMultivalueTest, TestPullReplicaErrorHandling]
   [junit4] Completed [497/921 (1!)] on J0 in 44.00s, 4 tests, 1 error <<< FAILURES!

[...truncated 52079 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 753 - Failure!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/753/

No tests ran.

Build Log:
[...truncated 16 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:909)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
	at hudson.scm.SCM.checkout(SCM.java:505)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1880)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': Could not resolve host: gitbox.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1985)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:80)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:563)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor797.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy162.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/752/

2 tests failed.
FAILED:  org.apache.solr.TestRandomDVFaceting.testRandomFaceting

Error Message:
mismatch: 'b'!='a' @ facet_counts/facet_fields/small2_ss/[0]

Stack Trace:
java.lang.AssertionError: mismatch: 'b'!='a' @ facet_counts/facet_fields/small2_ss/[0]
	at __randomizedtesting.SeedInfo.seed([AC4CAF22EFA16559:A1248FF7BA58ADE6]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Error from server at http://127.0.0.1:34879/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:34879/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([AC4CAF22EFA16559:A47B49EA340F11D7]: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 14180 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 684953 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 684954 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 684956 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/data-dir-61-001
   [junit4]   2> 684956 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 684957 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-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> 684958 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001
   [junit4]   2> 684958 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 684958 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 684958 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 684960 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 685143 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 42447
   [junit4]   2> 685144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42447
   [junit4]   2> 685144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42447
   [junit4]   2> 685144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42447
   [junit4]   2> 685199 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685202 INFO  (zkConnectionManagerCallback-6999-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685202 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685234 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685242 INFO  (zkConnectionManagerCallback-7001-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685242 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685253 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685254 INFO  (zkConnectionManagerCallback-7003-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685254 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685256 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e30002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e30002, 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 0x1016814d1e30002, 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> 685358 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 685358 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 685359 INFO  (jetty-launcher-7004-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> 685360 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 685360 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 685360 INFO  (jetty-launcher-7004-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> 685360 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 685360 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 685360 INFO  (jetty-launcher-7004-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> 685362 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 685362 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 685362 INFO  (jetty-launcher-7004-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> 685382 INFO  (jetty-launcher-7004-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 685382 INFO  (jetty-launcher-7004-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 685382 INFO  (jetty-launcher-7004-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 685386 INFO  (jetty-launcher-7004-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7eedd72d{/solr,null,AVAILABLE}
   [junit4]   2> 685458 INFO  (jetty-launcher-7004-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 685458 INFO  (jetty-launcher-7004-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 685458 INFO  (jetty-launcher-7004-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 685462 INFO  (jetty-launcher-7004-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f1c6f8e{/solr,null,AVAILABLE}
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7863b1eb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39875}
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-1) [     ] o.e.j.s.Server Started @685500ms
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39875}
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 685474 ERROR (jetty-launcher-7004-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 685475 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 685475 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 685475 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T07:56:09.259Z
   [junit4]   2> 685475 INFO  (jetty-launcher-7004-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4abd3745{/solr,null,AVAILABLE}
   [junit4]   2> 685478 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685478 INFO  (jetty-launcher-7004-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@14c91c34{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35325}
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] o.e.j.s.Server Started @685505ms
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35325}
   [junit4]   2> 685479 ERROR (jetty-launcher-7004-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T07:56:09.263Z
   [junit4]   2> 685482 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@63f26718{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34039}
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] o.e.j.s.Server Started @685512ms
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34039}
   [junit4]   2> 685486 ERROR (jetty-launcher-7004-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T07:56:09.270Z
   [junit4]   2> 685494 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685502 INFO  (jetty-launcher-7004-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 685502 INFO  (jetty-launcher-7004-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 685502 INFO  (jetty-launcher-7004-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 685506 INFO  (jetty-launcher-7004-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57616803{/solr,null,AVAILABLE}
   [junit4]   2> 685511 INFO  (zkConnectionManagerCallback-7006-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5af9d99c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36953}
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] o.e.j.s.Server Started @685537ms
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36953}
   [junit4]   2> 685511 ERROR (jetty-launcher-7004-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T07:56:09.295Z
   [junit4]   2> 685512 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685515 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685518 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 685520 INFO  (zkConnectionManagerCallback-7010-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685520 INFO  (zkConnectionManagerCallback-7008-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685520 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685520 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685521 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685522 INFO  (zkConnectionManagerCallback-7012-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685522 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685525 WARN  (jetty-launcher-7004-thread-1-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e30003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e30003, 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 0x1016814d1e30003, 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> 685525 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685526 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685527 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 685638 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 685641 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 685641 WARN  (jetty-launcher-7004-thread-4-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e30004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e30004, 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 0x1016814d1e30004, 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> 686005 WARN  (jetty-launcher-7004-thread-2-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e30005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e30005, 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 0x1016814d1e30005, 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> 686006 WARN  (jetty-launcher-7004-thread-3-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e30006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e30006, 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 0x1016814d1e30006, 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> 687151 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 687152 WARN  (jetty-launcher-7004-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20f889c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687152 WARN  (jetty-launcher-7004-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20f889c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687367 WARN  (jetty-launcher-7004-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d9fc2ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687367 WARN  (jetty-launcher-7004-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d9fc2ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687368 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 687384 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687454 INFO  (zkConnectionManagerCallback-7032-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687454 INFO  (jetty-launcher-7004-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687457 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 687458 WARN  (jetty-launcher-7004-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@30eeeb52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687458 WARN  (jetty-launcher-7004-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@30eeeb52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687463 WARN  (jetty-launcher-7004-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1512da8f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687463 WARN  (jetty-launcher-7004-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1512da8f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687464 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 687465 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687469 INFO  (zkConnectionManagerCallback-7040-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687469 INFO  (jetty-launcher-7004-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687476 WARN  (jetty-launcher-7004-thread-3-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e30008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e30008, 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 0x1016814d1e30008, 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> 687563 INFO  (jetty-launcher-7004-thread-2) [n:127.0.0.1:34039_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687576 INFO  (zkConnectionManagerCallback-7042-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687576 INFO  (jetty-launcher-7004-thread-2) [n:127.0.0.1:34039_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687596 INFO  (jetty-launcher-7004-thread-3) [n:127.0.0.1:36953_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687602 INFO  (zkConnectionManagerCallback-7044-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687602 INFO  (jetty-launcher-7004-thread-3) [n:127.0.0.1:36953_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687622 INFO  (jetty-launcher-7004-thread-3) [n:127.0.0.1:36953_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36953_solr
   [junit4]   2> 687623 INFO  (jetty-launcher-7004-thread-3) [n:127.0.0.1:36953_solr     ] o.a.s.c.Overseer Overseer (id=72453507644588042-127.0.0.1:36953_solr-n_0000000000) starting
   [junit4]   2> 687635 INFO  (OverseerStateUpdate-72453507644588042-127.0.0.1:36953_solr-n_0000000000) [n:127.0.0.1:36953_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36953_solr
   [junit4]   2> 687874 INFO  (jetty-launcher-7004-thread-3) [n:127.0.0.1:36953_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36953_solr
   [junit4]   2> 687890 INFO  (zkCallback-7043-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 687895 INFO  (jetty-launcher-7004-thread-3) [n:127.0.0.1:36953_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 687895 WARN  (jetty-launcher-7004-thread-3) [n:127.0.0.1:36953_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> 687927 INFO  (jetty-launcher-7004-thread-3) [n:127.0.0.1:36953_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node3
   [junit4]   2> 687975 INFO  (jetty-launcher-7004-thread-2) [n:127.0.0.1:34039_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 687986 INFO  (jetty-launcher-7004-thread-2) [n:127.0.0.1:34039_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34039_solr as DOWN
   [junit4]   2> 687990 INFO  (jetty-launcher-7004-thread-2) [n:127.0.0.1:34039_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 687990 INFO  (jetty-launcher-7004-thread-2) [n:127.0.0.1:34039_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34039_solr
   [junit4]   2> 687991 INFO  (zkCallback-7043-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 687993 INFO  (jetty-launcher-7004-thread-2) [n:127.0.0.1:34039_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 687994 WARN  (jetty-launcher-7004-thread-2) [n:127.0.0.1:34039_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> 688002 INFO  (zkCallback-7041-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 688013 INFO  (jetty-launcher-7004-thread-2) [n:127.0.0.1:34039_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node2
   [junit4]   2> 690378 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 690382 WARN  (jetty-launcher-7004-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73c13f99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690382 WARN  (jetty-launcher-7004-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73c13f99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690396 WARN  (jetty-launcher-7004-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@268f648f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690396 WARN  (jetty-launcher-7004-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@268f648f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690397 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 690398 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690407 INFO  (zkConnectionManagerCallback-7068-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690408 INFO  (jetty-launcher-7004-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690410 WARN  (jetty-launcher-7004-thread-1-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e3000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e3000b, 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 0x1016814d1e3000b, 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> 690502 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 690503 WARN  (jetty-launcher-7004-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1bbea669[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690503 WARN  (jetty-launcher-7004-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1bbea669[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690507 WARN  (jetty-launcher-7004-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3086419b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690507 WARN  (jetty-launcher-7004-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3086419b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690508 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 690510 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690514 INFO  (zkConnectionManagerCallback-7076-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690514 INFO  (jetty-launcher-7004-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690519 INFO  (jetty-launcher-7004-thread-1) [n:127.0.0.1:39875_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690520 INFO  (zkConnectionManagerCallback-7078-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690520 INFO  (jetty-launcher-7004-thread-1) [n:127.0.0.1:39875_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690527 INFO  (jetty-launcher-7004-thread-1) [n:127.0.0.1:39875_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 690534 INFO  (jetty-launcher-7004-thread-1) [n:127.0.0.1:39875_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39875_solr as DOWN
   [junit4]   2> 690536 INFO  (jetty-launcher-7004-thread-1) [n:127.0.0.1:39875_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690536 INFO  (jetty-launcher-7004-thread-1) [n:127.0.0.1:39875_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39875_solr
   [junit4]   2> 690538 INFO  (zkCallback-7041-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 690538 INFO  (zkCallback-7043-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 690539 INFO  (jetty-launcher-7004-thread-1) [n:127.0.0.1:39875_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 690540 WARN  (jetty-launcher-7004-thread-1) [n:127.0.0.1:39875_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> 690550 INFO  (zkCallback-7077-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 690554 INFO  (jetty-launcher-7004-thread-1) [n:127.0.0.1:39875_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node1
   [junit4]   2> 690786 INFO  (jetty-launcher-7004-thread-4) [n:127.0.0.1:35325_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690787 INFO  (zkConnectionManagerCallback-7086-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690787 INFO  (jetty-launcher-7004-thread-4) [n:127.0.0.1:35325_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690793 INFO  (jetty-launcher-7004-thread-4) [n:127.0.0.1:35325_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 690797 INFO  (jetty-launcher-7004-thread-4) [n:127.0.0.1:35325_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35325_solr as DOWN
   [junit4]   2> 690798 INFO  (jetty-launcher-7004-thread-4) [n:127.0.0.1:35325_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690798 INFO  (jetty-launcher-7004-thread-4) [n:127.0.0.1:35325_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35325_solr
   [junit4]   2> 690799 INFO  (zkCallback-7043-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690800 INFO  (zkCallback-7041-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690800 INFO  (zkCallback-7077-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690801 INFO  (zkCallback-7085-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690802 INFO  (jetty-launcher-7004-thread-4) [n:127.0.0.1:35325_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 690803 WARN  (jetty-launcher-7004-thread-4) [n:127.0.0.1:35325_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> 690817 INFO  (jetty-launcher-7004-thread-4) [n:127.0.0.1:35325_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node4
   [junit4]   2> 690826 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 690834 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690834 INFO  (zkConnectionManagerCallback-7097-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690834 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690835 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 690836 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42447/solr ready
   [junit4]   2> 690841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2137648248
   [junit4]   2> 690841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36953_solr
   [junit4]   2> 690841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 690841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:36953_solr as DOWN
   [junit4]   2> 690843 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690843 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 690843 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 690843 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 690843 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 690845 INFO  (closeThreadPool-7102-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72453507644588042-127.0.0.1:36953_solr-n_0000000000) closing
   [junit4]   2> 690846 INFO  (OverseerAutoScalingTriggerThread-72453507644588042-127.0.0.1:36953_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 690859 INFO  (OverseerStateUpdate-72453507644588042-127.0.0.1:36953_solr-n_0000000000) [n:127.0.0.1:36953_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36953_solr
   [junit4]   2> 690860 INFO  (zkCallback-7041-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34039_solr
   [junit4]   2> 690860 INFO  (zkCallback-7077-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690861 INFO  (zkCallback-7041-thread-1) [n:127.0.0.1:34039_solr     ] o.a.s.c.Overseer Overseer (id=72453507644588041-127.0.0.1:34039_solr-n_0000000001) starting
   [junit4]   2> 690870 INFO  (zkCallback-7041-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690874 INFO  (zkCallback-7085-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690878 INFO  (closeThreadPool-7102-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72453507644588042-127.0.0.1:36953_solr-n_0000000000) closing
   [junit4]   2> 690886 INFO  (zkCallback-7096-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690887 INFO  (OverseerStateUpdate-72453507644588041-127.0.0.1:34039_solr-n_0000000001) [n:127.0.0.1:34039_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34039_solr
   [junit4]   2> 690960 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.Overseer Overseer (id=72453507644588042-127.0.0.1:36953_solr-n_0000000000) closing
   [junit4]   2> 690961 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5af9d99c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 690962 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57616803{/solr,null,STOPPED}
   [junit4]   2> 690962 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 690963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 690963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 690963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-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> 690964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 690964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 690964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 690964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78bf08c0{/solr,null,AVAILABLE}
   [junit4]   2> 690965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@469b61c7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33923}
   [junit4]   2> 690965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.Server Started @690991ms
   [junit4]   2> 690965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37463}
   [junit4]   2> 690965 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 690965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 690965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 690965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 690965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 690965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T07:56:14.749Z
   [junit4]   2> 690966 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690972 INFO  (zkConnectionManagerCallback-7108-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690972 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690973 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 690978 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 692123 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 692124 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5153c73c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692124 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5153c73c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692127 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d2a8b69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692127 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d2a8b69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692128 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 692129 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 692130 INFO  (zkConnectionManagerCallback-7119-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692130 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 692130 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e30011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e30011, 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 0x1016814d1e30011, 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> 692331 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:37463_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 692332 INFO  (zkConnectionManagerCallback-7121-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692332 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:37463_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 692344 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:37463_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 692355 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:37463_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37463_solr as DOWN
   [junit4]   2> 692357 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:37463_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 692357 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:37463_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37463_solr
   [junit4]   2> 692360 INFO  (zkCallback-7041-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692361 INFO  (zkCallback-7085-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692361 INFO  (zkCallback-7096-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692361 INFO  (zkCallback-7077-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692362 INFO  (zkCallback-7120-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692363 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:37463_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 692363 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:37463_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> 692381 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:37463_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node3
   [junit4]   2> 692391 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 692394 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:33923/solr. Proxy: http://127.0.0.1:37463/solr
   [junit4]   2> 692394 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=347645167
   [junit4]   2> 692394 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34039_solr
   [junit4]   2> 692395 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 692395 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:34039_solr as DOWN
   [junit4]   2> 692397 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 692397 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 692397 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 692397 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 692408 INFO  (closeThreadPool-7132-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72453507644588041-127.0.0.1:34039_solr-n_0000000001) closing
   [junit4]   2> 692409 INFO  (OverseerStateUpdate-72453507644588041-127.0.0.1:34039_solr-n_0000000001) [n:127.0.0.1:34039_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34039_solr
   [junit4]   2> 692410 INFO  (OverseerAutoScalingTriggerThread-72453507644588041-127.0.0.1:34039_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 692412 INFO  (zkCallback-7120-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 692412 WARN  (jetty-launcher-7004-thread-2-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e30009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e30009, 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 0x1016814d1e30009, 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> 692413 INFO  (zkCallback-7085-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 692413 INFO  (zkCallback-7096-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 692413 INFO  (zkCallback-7077-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39875_solr
   [junit4]   2> 692414 INFO  (zkCallback-7077-thread-1) [n:127.0.0.1:39875_solr     ] o.a.s.c.Overseer Overseer (id=72453507644588045-127.0.0.1:39875_solr-n_0000000002) starting
   [junit4]   2> 692421 INFO  (closeThreadPool-7132-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72453507644588041-127.0.0.1:34039_solr-n_0000000001) closing
   [junit4]   2> 692421 INFO  (zkCallback-7077-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 692453 INFO  (OverseerStateUpdate-72453507644588045-127.0.0.1:39875_solr-n_0000000002) [n:127.0.0.1:39875_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39875_solr
   [junit4]   2> 692531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.Overseer Overseer (id=72453507644588041-127.0.0.1:34039_solr-n_0000000001) closing
   [junit4]   2> 692667 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@63f26718{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 692668 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4abd3745{/solr,null,STOPPED}
   [junit4]   2> 692668 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 692670 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 692670 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 692670 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-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> 692678 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 692678 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 692678 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 692678 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b83fe4f{/solr,null,AVAILABLE}
   [junit4]   2> 692679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5e01a571{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46869}
   [junit4]   2> 692679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.Server Started @692705ms
   [junit4]   2> 692679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41137}
   [junit4]   2> 692679 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 692679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 692679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 692679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 692679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 692679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T07:56:16.463Z
   [junit4]   2> 692682 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 692683 INFO  (zkConnectionManagerCallback-7138-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692683 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 692684 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 692687 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 692688 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e30013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e30013, 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 0x1016814d1e30013, 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> 694051 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 694052 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3697ece4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694052 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3697ece4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694056 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@737fc493[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694056 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@737fc493[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694057 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 694061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694063 INFO  (zkConnectionManagerCallback-7149-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694063 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694068 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e30014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e30014, 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 0x1016814d1e30014, 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> 694271 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:41137_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694273 INFO  (zkConnectionManagerCallback-7151-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694273 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:41137_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694297 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:41137_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 694311 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:41137_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41137_solr as DOWN
   [junit4]   2> 694312 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:41137_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 694312 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:41137_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41137_solr
   [junit4]   2> 694313 INFO  (zkCallback-7096-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694313 INFO  (zkCallback-7085-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694313 INFO  (zkCallback-7077-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694314 INFO  (zkCallback-7120-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694314 INFO  (zkCallback-7150-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694315 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:41137_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 694316 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:41137_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> 694337 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [n:127.0.0.1:41137_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node2
   [junit4]   2> 694356 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 694358 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:46869/solr. Proxy: http://127.0.0.1:41137/solr
   [junit4]   2> 694358 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1353454884
   [junit4]   2> 694358 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39875_solr
   [junit4]   2> 694360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 694360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39875_solr as DOWN
   [junit4]   2> 694379 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 694379 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 694379 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 694380 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 694389 INFO  (closeThreadPool-7162-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72453507644588045-127.0.0.1:39875_solr-n_0000000002) closing
   [junit4]   2> 694390 INFO  (OverseerStateUpdate-72453507644588045-127.0.0.1:39875_solr-n_0000000002) [n:127.0.0.1:39875_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39875_solr
   [junit4]   2> 694392 WARN  (jetty-launcher-7004-thread-1-SendThread(127.0.0.1:42447)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016814d1e3000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016814d1e3000d, 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 0x1016814d1e3000d, 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> 694393 INFO  (zkCallback-7096-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 694393 INFO  (zkCallback-7085-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 694393 INFO  (zkCallback-7120-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 694397 INFO  (zkCallback-7085-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35325_solr
   [junit4]   2> 694398 INFO  (OverseerAutoScalingTriggerThread-72453507644588045-127.0.0.1:39875_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 694400 INFO  (zkCallback-7150-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 694409 INFO  (closeThreadPool-7162-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72453507644588045-127.0.0.1:39875_solr-n_0000000002) closing
   [junit4]   2> 694410 INFO  (zkCallback-7085-thread-2) [n:127.0.0.1:35325_solr     ] o.a.s.c.Overseer Overseer (id=72453507644588046-127.0.0.1:35325_solr-n_0000000003) starting
   [junit4]   2> 694427 INFO  (OverseerStateUpdate-72453507644588046-127.0.0.1:35325_solr-n_0000000003) [n:127.0.0.1:35325_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35325_solr
   [junit4]   2> 694581 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.Overseer Overseer (id=72453507644588045-127.0.0.1:39875_solr-n_0000000002) closing
   [junit4]   2> 694585 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7863b1eb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 694585 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7eedd72d{/solr,null,STOPPED}
   [junit4]   2> 694585 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 694587 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 694587 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 694587 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-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> 694591 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 694591 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 694591 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 694592 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a9eca3{/solr,null,AVAILABLE}
   [junit4]   2> 694592 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31eb8523{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46427}
   [junit4]   2> 694592 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.e.j.s.Server Started @694619ms
   [junit4]   2> 694592 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34879}
   [junit4]   2> 694593 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 694593 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 694593 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 694593 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 694593 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 694593 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T07:56:18.377Z
   [junit4]   2> 694598 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-work

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

 [junit4]   2>         "b",3,
   [junit4]   2>         "a",2,
   [junit4]   2>         "d",2,
   [junit4]   2>         "e",2,
   [junit4]   2>         "c",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   "response":{"numFound":12,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_ss":[
   [junit4]   2>         "a",2,
   [junit4]   2>         "b",2,
   [junit4]   2>         "c",2,
   [junit4]   2>         "d",2,
   [junit4]   2>         "e",2]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  request = facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.field=small2_ss&facet.method=uif
   [junit4]   2> 765592 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[AC4CAF22EFA16559]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=AC4CAF22EFA16559 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=tr-TR -Dtests.timezone=Australia/Perth -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 26.1s J2 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'b'!='a' @ facet_counts/facet_fields/small2_ss/[0]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AC4CAF22EFA16559:A1248FF7BA58ADE6]:0)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 765594 INFO  (SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 765594 INFO  (SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2142338421
   [junit4]   2> 765594 INFO  (coreCloseExecutor-5342-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@68b0354f
   [junit4]   2> 765594 INFO  (coreCloseExecutor-5342-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@68b0354f
   [junit4]   2> 765594 INFO  (coreCloseExecutor-5342-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@711dadeb: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@780ecb79
   [junit4]   2> 765606 INFO  (coreCloseExecutor-5342-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 765607 INFO  (SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 765607 INFO  (SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@512cbac3: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@1132c7cd
   [junit4]   2> 765612 INFO  (SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 765612 INFO  (SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c605284: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@eb4970e
   [junit4]   2> 765615 INFO  (SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 765615 INFO  (SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@208c5935: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@530c7287
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.TestRandomDVFaceting_AC4CAF22EFA16559-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_ds_dv=BlockTreeOrds(blocksize=128), foo_f_dv=Lucene84, small_i=BlockTreeOrds(blocksize=128), small3_is=BlockTreeOrds(blocksize=128), small_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), score_f=BlockTreeOrds(blocksize=128), score_d=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_i=Lucene84, foo_fs_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small4_ss=Lucene84, small2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small2_i=BlockTreeOrds(blocksize=128), foo_ls_dv=BlockTreeOrds(blocksize=128), small2_is=Lucene84, foo_ds=PostingsFormat(name=MockRandom), foo_fs=Lucene84, foo_d_dv=PostingsFormat(name=MockRandom), score_f_dv=Lucene84, foo_d=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), score_d_dv=PostingsFormat(name=MockRandom), small2_ss=PostingsFormat(name=MockRandom), foo_f=BlockTreeOrds(blocksize=128), foo_l_dv=PostingsFormat(name=MockRandom), foo_ls=PostingsFormat(name=MockRandom)}, docValues:{small2_s_dv=DocValuesFormat(name=Direct), score_f_p=DocValuesFormat(name=Lucene80), id_dv=DocValuesFormat(name=Lucene80), score_d_p=DocValuesFormat(name=Direct), small2_is_p=DocValuesFormat(name=Lucene80), small3_is_dv=DocValuesFormat(name=Lucene80), foo_ds_dv=DocValuesFormat(name=Asserting), foo_f_dv=DocValuesFormat(name=Direct), foo_ds_p=DocValuesFormat(name=Asserting), foo_l_p=DocValuesFormat(name=Lucene80), foo_i_p=DocValuesFormat(name=Asserting), small2_i_dv=DocValuesFormat(name=Lucene80), small4_ss_dv=DocValuesFormat(name=Lucene80), small_s_dv=DocValuesFormat(name=Lucene80), foo_i_dv=DocValuesFormat(name=Asserting), small2_ss_dv=DocValuesFormat(name=Asserting), foo_fs_dv=DocValuesFormat(name=Lucene80), small2_is_dv=DocValuesFormat(name=Lucene80), small_i_p=DocValuesFormat(name=Direct), small2_i_p=DocValuesFormat(name=Lucene80), small_i_dv=DocValuesFormat(name=Direct), small3_is_p=DocValuesFormat(name=Direct), foo_ls_dv=DocValuesFormat(name=Asserting), foo_f_p=DocValuesFormat(name=Direct), foo_ls_p=DocValuesFormat(name=Asserting), foo_d_p=DocValuesFormat(name=Lucene80), foo_fs_p=DocValuesFormat(name=Lucene80), score_f_dv=DocValuesFormat(name=Direct), foo_d_dv=DocValuesFormat(name=Lucene80), score_d_dv=DocValuesFormat(name=Lucene80), foo_l_dv=DocValuesFormat(name=Lucene80), small3_ss_dv=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1641, maxMBSortInHeap=6.039288458578572, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=tr-TR, timezone=Australia/Perth
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=138904152,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [TestDeleteCollectionOnDownNodes, TestLeaderElectionZkExpiry, TestCustomDocTransformer, SimpleMLTQParserTest, TestScoreJoinQPScore, TestCloudManagedSchema, BasicAuthStandaloneTest, MaxSizeAutoCommitTest, TestTrackingShardHandlerFactory, TestSSLRandomization, TestCloudRecovery2, TestExtendedDismaxParser, ConcurrentCreateRoutedAliasTest, CdcrUpdateLogTest, DistribJoinFromCollectionTest, CollectionTooManyReplicasTest, TestCodecSupport, HdfsUnloadDistributedZkTest, TestSimLargeCluster, PrimUtilsTest, TestSchemaResource, DebugComponentTest, TestHdfsCloudBackupRestore, TestTlogReplica, SSLMigrationTest, TestJsonRangeFacets, ResponseHeaderTest, TestFieldResource, RuleEngineTest, RemoteQueryErrorTest, ShowFileRequestHandlerTest, SystemInfoHandlerTest, TestNumericTerms64, TimeRoutedAliasUpdateProcessorTest, BlobRepositoryCloudTest, AutoAddReplicasIntegrationTest, TestComponentsName, TestReplicationHandlerDiskOverFlow, ZkSolrClientTest, ZkCollectionPropsCachingTest, BigEndianAscendingWordSerializerTest, RAMDirectoryFactoryTest, TestCoreBackup, TestPrepRecovery, TestObjectReleaseTracker, OverseerStatusTest, SolrJmxReporterCloudTest, TestPHPSerializedResponseWriter, TestAtomicUpdateErrorCases, TestPhraseSuggestions, TestCoreAdminApis, WordBreakSolrSpellCheckerTest, TestDistributedStatsComponentCardinality, TestTolerantSearch, FacetPivotSmallTest, LoggingHandlerTest, TestMultiWordSynonyms, SuggestComponentTest, SuggesterWFSTTest, TestConfigSetsAPIExclusivity, DirectSolrSpellCheckerTest, TestPayloadScoreQParserPlugin, TestWordDelimiterFilterFactory, TestDistribIDF, TestSolrCoreParser, CopyFieldTest, DistributedQueryElevationComponentTest, AtomicUpdateRemovalJavabinTest, TestFieldCache, TestInPlaceUpdatesDistrib, TestCharFilters, TestRandomDVFaceting]
   [junit4] Completed [296/921 (2!)] on J2 in 26.79s, 1 test, 1 failure <<< FAILURES!

[...truncated 52740 lines...]