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/15 08:05:35 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:42753/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:42753/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([27DBE2B00385E904:2FEC0478D82B9D8A]: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 14615 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 997340 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-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> 997340 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 997341 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-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_27DBE2B00385E904-001/data-dir-91-001
   [junit4]   2> 997341 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 997341 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 997342 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-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> 997343 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-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_27DBE2B00385E904-001/tempDir-001
   [junit4]   2> 997343 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 997343 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 997343 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 997344 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 997443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 36225
   [junit4]   2> 997443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36225
   [junit4]   2> 997443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36225
   [junit4]   2> 997443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36225
   [junit4]   2> 997445 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 997451 INFO  (zkConnectionManagerCallback-13457-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 997451 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 997459 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 997464 INFO  (zkConnectionManagerCallback-13459-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 997464 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 997465 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 997472 INFO  (zkConnectionManagerCallback-13461-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 997472 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 997574 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 997574 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 997574 INFO  (jetty-launcher-13462-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 997575 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 997575 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 997576 INFO  (jetty-launcher-13462-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 997577 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 997577 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 997577 INFO  (jetty-launcher-13462-thread-3) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 997577 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 997577 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 997577 INFO  (jetty-launcher-13462-thread-4) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 997578 INFO  (jetty-launcher-13462-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 997578 INFO  (jetty-launcher-13462-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 997578 INFO  (jetty-launcher-13462-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 997578 INFO  (jetty-launcher-13462-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d8e170f{/solr,null,AVAILABLE}
   [junit4]   2> 997579 INFO  (jetty-launcher-13462-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 997579 INFO  (jetty-launcher-13462-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 997579 INFO  (jetty-launcher-13462-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 997579 INFO  (jetty-launcher-13462-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ce5ac29{/solr,null,AVAILABLE}
   [junit4]   2> 997584 INFO  (jetty-launcher-13462-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@73b3c04b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33967}
   [junit4]   2> 997584 INFO  (jetty-launcher-13462-thread-1) [     ] o.e.j.s.Server Started @997613ms
   [junit4]   2> 997584 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33967}
   [junit4]   2> 997584 ERROR (jetty-launcher-13462-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 997584 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 997584 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 997584 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 997584 INFO  (jetty-launcher-13462-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 997584 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 997585 INFO  (jetty-launcher-13462-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 997585 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T07:24:08.209Z
   [junit4]   2> 997585 INFO  (jetty-launcher-13462-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 997585 INFO  (jetty-launcher-13462-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e5104a8{/solr,null,AVAILABLE}
   [junit4]   2> 997585 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 997585 INFO  (jetty-launcher-13462-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4acfe8ff{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34201}
   [junit4]   2> 997585 INFO  (jetty-launcher-13462-thread-3) [     ] o.e.j.s.Server Started @997614ms
   [junit4]   2> 997585 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34201}
   [junit4]   2> 997586 ERROR (jetty-launcher-13462-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 997586 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 997586 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 997586 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 997586 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 997586 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T07:24:08.210Z
   [junit4]   2> 997591 INFO  (jetty-launcher-13462-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 997591 INFO  (jetty-launcher-13462-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 997592 INFO  (jetty-launcher-13462-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 997592 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 997592 INFO  (zkConnectionManagerCallback-13464-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 997592 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 997592 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 997596 INFO  (jetty-launcher-13462-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3187a6f7{/solr,null,AVAILABLE}
   [junit4]   2> 997597 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@65dfb492{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40673}
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-2) [     ] o.e.j.s.Server Started @997628ms
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40673}
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2464f464{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43609}
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-4) [     ] o.e.j.s.Server Started @997628ms
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43609}
   [junit4]   2> 997600 ERROR (jetty-launcher-13462-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 997600 ERROR (jetty-launcher-13462-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T07:24:08.224Z
   [junit4]   2> 997600 INFO  (zkConnectionManagerCallback-13466-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 997600 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T07:24:08.224Z
   [junit4]   2> 997601 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 997604 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 997604 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 997605 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 997605 WARN  (jetty-launcher-13462-thread-1-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00003, 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 0x10181b51be00003, 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> 997605 INFO  (zkConnectionManagerCallback-13468-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 997605 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 997605 INFO  (zkConnectionManagerCallback-13470-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 997605 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 997606 WARN  (jetty-launcher-13462-thread-3-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00004, 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 0x10181b51be00004, 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> 997606 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 997606 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 997609 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 997610 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 997611 WARN  (jetty-launcher-13462-thread-2-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00006, 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 0x10181b51be00006, 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> 997611 WARN  (jetty-launcher-13462-thread-4-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00005, 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 0x10181b51be00005, 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> 998468 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 998479 WARN  (jetty-launcher-13462-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5bf5a349[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 998480 WARN  (jetty-launcher-13462-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5bf5a349[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 998496 WARN  (jetty-launcher-13462-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1c0c1089[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 998496 WARN  (jetty-launcher-13462-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1c0c1089[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 998497 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36225/solr
   [junit4]   2> 998516 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 998524 INFO  (zkConnectionManagerCallback-13490-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 998524 INFO  (jetty-launcher-13462-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 998528 WARN  (jetty-launcher-13462-thread-2-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00007, 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 0x10181b51be00007, 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> 998595 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 998596 WARN  (jetty-launcher-13462-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@481aa0d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 998596 WARN  (jetty-launcher-13462-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@481aa0d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 998600 WARN  (jetty-launcher-13462-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b97e5be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 998601 WARN  (jetty-launcher-13462-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b97e5be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 998601 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36225/solr
   [junit4]   2> 998608 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 998818 INFO  (jetty-launcher-13462-thread-2) [n:127.0.0.1:40673_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 998826 INFO  (zkConnectionManagerCallback-13498-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 998826 INFO  (jetty-launcher-13462-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 998840 INFO  (zkConnectionManagerCallback-13500-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 998840 INFO  (jetty-launcher-13462-thread-2) [n:127.0.0.1:40673_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 998890 INFO  (jetty-launcher-13462-thread-2) [n:127.0.0.1:40673_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40673_solr
   [junit4]   2> 998890 INFO  (jetty-launcher-13462-thread-2) [n:127.0.0.1:40673_solr     ] o.a.s.c.Overseer Overseer (id=72481683871367177-127.0.0.1:40673_solr-n_0000000000) starting
   [junit4]   2> 998901 INFO  (OverseerStateUpdate-72481683871367177-127.0.0.1:40673_solr-n_0000000000) [n:127.0.0.1:40673_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40673_solr
   [junit4]   2> 998920 INFO  (jetty-launcher-13462-thread-2) [n:127.0.0.1:40673_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40673_solr
   [junit4]   2> 998922 INFO  (jetty-launcher-13462-thread-2) [n:127.0.0.1:40673_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 998922 WARN  (jetty-launcher-13462-thread-2) [n:127.0.0.1:40673_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> 998929 INFO  (zkCallback-13499-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 998955 INFO  (jetty-launcher-13462-thread-2) [n:127.0.0.1:40673_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_27DBE2B00385E904-001/tempDir-001/node2
   [junit4]   2> 998955 INFO  (jetty-launcher-13462-thread-1) [n:127.0.0.1:33967_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 998973 INFO  (zkConnectionManagerCallback-13509-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 998973 INFO  (jetty-launcher-13462-thread-1) [n:127.0.0.1:33967_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 998976 INFO  (jetty-launcher-13462-thread-1) [n:127.0.0.1:33967_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 998978 INFO  (jetty-launcher-13462-thread-1) [n:127.0.0.1:33967_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33967_solr as DOWN
   [junit4]   2> 998979 INFO  (jetty-launcher-13462-thread-1) [n:127.0.0.1:33967_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 998979 INFO  (jetty-launcher-13462-thread-1) [n:127.0.0.1:33967_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33967_solr
   [junit4]   2> 998989 INFO  (jetty-launcher-13462-thread-1) [n:127.0.0.1:33967_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 998990 WARN  (jetty-launcher-13462-thread-1) [n:127.0.0.1:33967_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> 998997 INFO  (zkCallback-13499-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 999000 INFO  (jetty-launcher-13462-thread-1) [n:127.0.0.1:33967_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_27DBE2B00385E904-001/tempDir-001/node1
   [junit4]   2> 999030 INFO  (zkCallback-13508-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 999105 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 999105 WARN  (jetty-launcher-13462-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23f4f82a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 999105 WARN  (jetty-launcher-13462-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23f4f82a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 999359 WARN  (jetty-launcher-13462-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@74b537a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 999359 WARN  (jetty-launcher-13462-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@74b537a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 999360 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36225/solr
   [junit4]   2> 999388 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 999404 INFO  (zkConnectionManagerCallback-13526-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 999404 INFO  (jetty-launcher-13462-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 999516 INFO  (jetty-launcher-13462-thread-3) [n:127.0.0.1:34201_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 999524 INFO  (zkConnectionManagerCallback-13528-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 999524 INFO  (jetty-launcher-13462-thread-3) [n:127.0.0.1:34201_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 999528 INFO  (jetty-launcher-13462-thread-3) [n:127.0.0.1:34201_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 999530 INFO  (jetty-launcher-13462-thread-3) [n:127.0.0.1:34201_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34201_solr as DOWN
   [junit4]   2> 999531 INFO  (jetty-launcher-13462-thread-3) [n:127.0.0.1:34201_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 999531 INFO  (jetty-launcher-13462-thread-3) [n:127.0.0.1:34201_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34201_solr
   [junit4]   2> 999540 INFO  (zkCallback-13499-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 999540 INFO  (zkCallback-13508-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 999541 INFO  (jetty-launcher-13462-thread-3) [n:127.0.0.1:34201_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 999750 INFO  (zkCallback-13527-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 999809 WARN  (jetty-launcher-13462-thread-3) [n:127.0.0.1:34201_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> 999816 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 999817 WARN  (jetty-launcher-13462-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@56d35454[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 999817 WARN  (jetty-launcher-13462-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@56d35454[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 999821 WARN  (jetty-launcher-13462-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1b3d3ce5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 999821 WARN  (jetty-launcher-13462-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1b3d3ce5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 999822 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36225/solr
   [junit4]   2> 999824 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 999825 INFO  (jetty-launcher-13462-thread-3) [n:127.0.0.1:34201_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_27DBE2B00385E904-001/tempDir-001/node3
   [junit4]   2> 999830 INFO  (zkConnectionManagerCallback-13541-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 999830 INFO  (jetty-launcher-13462-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 999830 WARN  (jetty-launcher-13462-thread-4-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be0000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be0000d, 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 0x10181b51be0000d, 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> 999938 INFO  (jetty-launcher-13462-thread-4) [n:127.0.0.1:43609_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 999941 INFO  (zkConnectionManagerCallback-13544-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 999941 INFO  (jetty-launcher-13462-thread-4) [n:127.0.0.1:43609_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 999944 INFO  (jetty-launcher-13462-thread-4) [n:127.0.0.1:43609_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 999946 INFO  (jetty-launcher-13462-thread-4) [n:127.0.0.1:43609_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43609_solr as DOWN
   [junit4]   2> 999947 INFO  (jetty-launcher-13462-thread-4) [n:127.0.0.1:43609_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 999947 INFO  (jetty-launcher-13462-thread-4) [n:127.0.0.1:43609_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43609_solr
   [junit4]   2> 999948 INFO  (zkCallback-13508-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 999948 INFO  (zkCallback-13499-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 999948 INFO  (zkCallback-13527-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 999949 INFO  (jetty-launcher-13462-thread-4) [n:127.0.0.1:43609_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 999950 WARN  (jetty-launcher-13462-thread-4) [n:127.0.0.1:43609_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> 1000163 INFO  (jetty-launcher-13462-thread-4) [n:127.0.0.1:43609_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_27DBE2B00385E904-001/tempDir-001/node4
   [junit4]   2> 1000163 INFO  (zkCallback-13543-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1000169 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1000180 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000196 INFO  (zkConnectionManagerCallback-13555-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000196 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000197 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1000198 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36225/solr ready
   [junit4]   2> 1000200 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1338892193
   [junit4]   2> 1000201 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40673_solr
   [junit4]   2> 1000201 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1000201 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:40673_solr as DOWN
   [junit4]   2> 1000212 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1000221 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1000221 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1000221 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1000221 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1000236 INFO  (closeThreadPool-13560-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72481683871367177-127.0.0.1:40673_solr-n_0000000000) closing
   [junit4]   2> 1000243 INFO  (OverseerStateUpdate-72481683871367177-127.0.0.1:40673_solr-n_0000000000) [n:127.0.0.1:40673_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40673_solr
   [junit4]   2> 1000243 INFO  (OverseerAutoScalingTriggerThread-72481683871367177-127.0.0.1:40673_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1000248 INFO  (closeThreadPool-13560-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72481683871367177-127.0.0.1:40673_solr-n_0000000000) closing
   [junit4]   2> 1000248 WARN  (jetty-launcher-13462-thread-2-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00009, 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 0x10181b51be00009, 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> 1000249 INFO  (zkCallback-13543-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1000249 INFO  (zkCallback-13508-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1000249 INFO  (zkCallback-13527-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1000254 INFO  (zkCallback-13508-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33967_solr
   [junit4]   2> 1000254 INFO  (zkCallback-13554-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1000254 INFO  (zkCallback-13508-thread-2) [n:127.0.0.1:33967_solr     ] o.a.s.c.Overseer Overseer (id=72481683871367178-127.0.0.1:33967_solr-n_0000000001) starting
   [junit4]   2> 1000259 INFO  (OverseerStateUpdate-72481683871367178-127.0.0.1:33967_solr-n_0000000001) [n:127.0.0.1:33967_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33967_solr
   [junit4]   2> 1000353 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.Overseer Overseer (id=72481683871367177-127.0.0.1:40673_solr-n_0000000000) closing
   [junit4]   2> 1000354 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@65dfb492{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1000354 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e5104a8{/solr,null,STOPPED}
   [junit4]   2> 1000354 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1000354 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1000354 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1000354 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1000359 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3cfd7069{/solr,null,AVAILABLE}
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2395dd14{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36751}
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.Server Started @1000388ms
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43749}
   [junit4]   2> 1000360 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1000360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T07:24:10.984Z
   [junit4]   2> 1000364 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000367 INFO  (zkConnectionManagerCallback-13566-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1000367 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1000368 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1000372 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1000373 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00010, 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 0x10181b51be00010, 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> 1000918 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1000918 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@32233fdf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1000918 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@32233fdf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1001131 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6fe52880[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1001131 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6fe52880[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1001132 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36225/solr
   [junit4]   2> 1001134 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1001135 INFO  (zkConnectionManagerCallback-13577-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001135 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1001139 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00011, 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 0x10181b51be00011, 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> 1001259 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:43749_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1001260 INFO  (zkConnectionManagerCallback-13579-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001260 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:43749_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1001267 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:43749_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1001270 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:43749_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43749_solr as DOWN
   [junit4]   2> 1001270 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:43749_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1001270 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:43749_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43749_solr
   [junit4]   2> 1001271 INFO  (zkCallback-13543-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1001271 INFO  (zkCallback-13527-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1001272 INFO  (zkCallback-13508-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1001272 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:43749_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1001273 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:43749_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> 1001289 INFO  (zkCallback-13554-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1001290 INFO  (zkCallback-13578-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1001294 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:43749_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_27DBE2B00385E904-001/tempDir-001/node2
   [junit4]   2> 1001314 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1001319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:36751/solr. Proxy: http://127.0.0.1:43749/solr
   [junit4]   2> 1001319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1334324315
   [junit4]   2> 1001319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33967_solr
   [junit4]   2> 1001320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1001320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33967_solr as DOWN
   [junit4]   2> 1001328 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1001328 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1001328 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1001328 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1001343 INFO  (closeThreadPool-13590-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72481683871367178-127.0.0.1:33967_solr-n_0000000001) closing
   [junit4]   2> 1001346 INFO  (OverseerStateUpdate-72481683871367178-127.0.0.1:33967_solr-n_0000000001) [n:127.0.0.1:33967_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33967_solr
   [junit4]   2> 1001348 INFO  (OverseerAutoScalingTriggerThread-72481683871367178-127.0.0.1:33967_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1001349 WARN  (jetty-launcher-13462-thread-1-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be0000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be0000a, 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 0x10181b51be0000a, 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> 1001351 INFO  (zkCallback-13578-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1001351 INFO  (zkCallback-13554-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1001351 INFO  (closeThreadPool-13590-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72481683871367178-127.0.0.1:33967_solr-n_0000000001) closing
   [junit4]   2> 1001351 INFO  (zkCallback-13543-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1001351 INFO  (zkCallback-13527-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34201_solr
   [junit4]   2> 1001352 INFO  (zkCallback-13527-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1001352 INFO  (zkCallback-13527-thread-1) [n:127.0.0.1:34201_solr     ] o.a.s.c.Overseer Overseer (id=72481683871367180-127.0.0.1:34201_solr-n_0000000002) starting
   [junit4]   2> 1001361 INFO  (OverseerStateUpdate-72481683871367180-127.0.0.1:34201_solr-n_0000000002) [n:127.0.0.1:34201_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34201_solr
   [junit4]   2> 1001450 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.Overseer Overseer (id=72481683871367178-127.0.0.1:33967_solr-n_0000000001) closing
   [junit4]   2> 1001451 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@73b3c04b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1001451 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d8e170f{/solr,null,STOPPED}
   [junit4]   2> 1001451 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1001451 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1001452 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1001452 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1001456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1001456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1001456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1001456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9adef1{/solr,null,AVAILABLE}
   [junit4]   2> 1001457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@19bf508f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44579}
   [junit4]   2> 1001457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.Server Started @1001485ms
   [junit4]   2> 1001457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38637}
   [junit4]   2> 1001457 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1001457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1001457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1001457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1001457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1001457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T07:24:12.081Z
   [junit4]   2> 1001458 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1001460 INFO  (zkConnectionManagerCallback-13596-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001460 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1001460 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1001465 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1001465 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00013, 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 0x10181b51be00013, 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> 1003020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1003020 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6856c2fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1003021 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6856c2fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1003026 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1460d487[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1003026 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1460d487[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1003027 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36225/solr
   [junit4]   2> 1003028 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1003030 INFO  (zkConnectionManagerCallback-13607-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003030 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1003031 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00014, 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 0x10181b51be00014, 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> 1003132 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:38637_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1003135 INFO  (zkConnectionManagerCallback-13609-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003135 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:38637_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1003138 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:38637_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1003141 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:38637_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38637_solr as DOWN
   [junit4]   2> 1003142 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:38637_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1003142 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:38637_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38637_solr
   [junit4]   2> 1003143 INFO  (zkCallback-13554-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1003143 INFO  (zkCallback-13578-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1003143 INFO  (zkCallback-13543-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1003143 INFO  (zkCallback-13527-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1003144 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:38637_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1003145 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:38637_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> 1003148 INFO  (zkCallback-13608-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1003160 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [n:127.0.0.1:38637_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_27DBE2B00385E904-001/tempDir-001/node1
   [junit4]   2> 1003169 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1003172 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:44579/solr. Proxy: http://127.0.0.1:38637/solr
   [junit4]   2> 1003172 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=345366188
   [junit4]   2> 1003172 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34201_solr
   [junit4]   2> 1003172 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1003172 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:34201_solr as DOWN
   [junit4]   2> 1003180 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1003180 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1003180 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1003180 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1003183 INFO  (closeThreadPool-13620-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72481683871367180-127.0.0.1:34201_solr-n_0000000002) closing
   [junit4]   2> 1003183 INFO  (OverseerStateUpdate-72481683871367180-127.0.0.1:34201_solr-n_0000000002) [n:127.0.0.1:34201_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34201_solr
   [junit4]   2> 1003184 INFO  (OverseerAutoScalingTriggerThread-72481683871367180-127.0.0.1:34201_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1003186 INFO  (closeThreadPool-13620-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72481683871367180-127.0.0.1:34201_solr-n_0000000002) closing
   [junit4]   2> 1003186 WARN  (jetty-launcher-13462-thread-3-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be0000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be0000c, 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 0x10181b51be0000c, 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> 1003187 INFO  (zkCallback-13554-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1003187 INFO  (zkCallback-13578-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1003187 INFO  (zkCallback-13543-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43609_solr
   [junit4]   2> 1003187 INFO  (zkCallback-13608-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1003287 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.Overseer Overseer (id=72481683871367180-127.0.0.1:34201_solr-n_0000000002) closing
   [junit4]   2> 1003287 INFO  (zkCallback-13543-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1003303 INFO  (zkCallback-13543-thread-1) [n:127.0.0.1:43609_solr     ] o.a.s.c.Overseer Overseer (id=72481683871367182-127.0.0.1:43609_solr-n_0000000003) starting
   [junit4]   2> 1003303 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4acfe8ff{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1003303 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ce5ac29{/solr,null,STOPPED}
   [junit4]   2> 1003303 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1003303 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1003304 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1003304 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1003316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1003316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1003316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1003317 INFO  (OverseerStateUpdate-72481683871367182-127.0.0.1:43609_solr-n_0000000003) [n:127.0.0.1:43609_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43609_solr
   [junit4]   2> 1003332 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4235b4d1{/solr,null,AVAILABLE}
   [junit4]   2> 1003332 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7b4a10f7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34427}
   [junit4]   2> 1003332 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.s.Server Started @1003361ms
   [junit4]   2> 1003332 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46335}
   [junit4]   2> 1003333 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1003333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1003333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1003333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1003333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1003333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T07:24:13.957Z
   [junit4]   2> 1003334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1003340 INFO  (zkConnectionManagerCallback-13626-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003340 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1003340 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1003345 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1003346 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00016.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00016, 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 0x10181b51be00016, 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> 1004570 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1004574 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@455339ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004574 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@455339ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004592 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@64234d46[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004592 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@64234d46[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004593 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27

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

a.s.c.SolrCore [pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2]  CLOSING SolrCore org.apache.solr.core.SolrCore@854114c
   [junit4]   2> 1034880 INFO  (coreCloseExecutor-13745-thread-1) [n:127.0.0.1:38637_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.pull_replica_error_handling_test_close_hooks_deleted_on_reconnect.shard1.replica_p2 tag=SolrCore@854114c
   [junit4]   2> 1034880 INFO  (coreCloseExecutor-13745-thread-1) [n:127.0.0.1:38637_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.pull_replica_error_handling_test_close_hooks_deleted_on_reconnect.shard1.leader tag=SolrCore@854114c
   [junit4]   2> 1034881 INFO  (coreCloseExecutor-13745-thread-1) [n:127.0.0.1:38637_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1034898 INFO  (jetty-closer-13726-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1034898 INFO  (jetty-closer-13726-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1034898 INFO  (jetty-closer-13726-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1034898 INFO  (jetty-closer-13726-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1034933 INFO  (jetty-closer-13726-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@19bf508f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1034933 INFO  (jetty-closer-13726-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9adef1{/solr,null,STOPPED}
   [junit4]   2> 1034933 INFO  (jetty-closer-13726-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1034934 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1034935 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00000, 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 0x10181b51be00000, 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> 1035080 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker-SendThread(127.0.0.1:36225)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10181b51be00001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10181b51be00001, 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 0x10181b51be00001, 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> 1035184 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> 	12	/solr/aliases.json
   [junit4]   2> 	11	/solr/security.json
   [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_close_hooks_deleted_on_reconnect/terms/shard1
   [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> 	6	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	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> 	72	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	40	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	23	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	12	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72481683871367195-127.0.0.1:42753_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72481683871367186-127.0.0.1:43749_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	96	/solr/overseer/queue
   [junit4]   2> 	92	/solr/live_nodes
   [junit4]   2> 	49	/solr/collections
   [junit4]   2> 	29	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1035191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36225
   [junit4]   2> 1035191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36225
   [junit4]   2> 1035191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[27DBE2B00385E904]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36225
   [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_27DBE2B00385E904-001
   [junit4]   2> Nov 15, 2020 7:24:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-IE, timezone=Canada/Pacific
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=273679472,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [FuzzySearchTest, ClusterStateMockUtilTest, SpellingQueryConverterTest, CdcrBootstrapTest, TestZkChroot, AnalyticsMergeStrategyTest, DistributedVersionInfoTest, TestExactStatsCache, IndexSchemaTest, DisMaxRequestHandlerTest, NumberUtilsTest, TestBinaryResponseWriter, DateFieldTest, TestAnalyzedSuggestions, BooleanFieldTest, AutoscalingHistoryHandlerTest, SubstringBytesRefFilterTest, ChaosMonkeySafeLeaderWithPullReplicasTest, StressHdfsTest, AutoScalingHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, CollectionsAPIDistributedZkTest, TestComplexPhraseLeadingWildcard, PKIAuthenticationIntegrationTest, ResponseLogComponentTest, RangeFacetCloudTest, TestNonDefinedSimilarityFactory, SolrTestCaseJ4Test, LeaderFailureAfterFreshStartTest, TestGraphMLResponseWriter, OutputWriterTest, TestDistribPackageStore, DateMathParserTest, TransactionLogTest, TestSubQueryTransformerCrossCore, CollectionStateFormat2Test, TestLuceneIndexBackCompat, TestRestManager, DocExpirationUpdateProcessorFactoryTest, TestDynamicFieldResource, ShardRoutingCustomTest, DistributedExpandComponentTest, MetricTriggerIntegrationTest, TestDocSet, TestDocTermOrds, HttpSolrCallGetCoreTest, FieldAnalysisRequestHandlerTest, AnalysisAfterCoreReloadTest, JWTAuthPluginTest, TaggerTest, TestQueryTypes, DeleteNodeTest, TestSolrDeletionPolicy1, TestLegacyFieldCache, TestReloadAndDeleteDocs, HttpTriggerListenerTest, TestStressLucene, LeaderElectionContextKeyTest, FullSolrCloudDistribCmdsTest, TestManagedSchemaAPI, TestGraphTermsQParserPlugin, TestNestedDocsSort, MultiThreadedOCPTest, BasicAuthIntegrationTest, RecoveryZkTest, TestStressLiveNodes, TermVectorComponentTest, TestCollectionAPIs, DistributedSuggestComponentTest, SolrIndexMetricsTest, ReturnFieldsTest, AddSchemaFieldsUpdateProcessorFactoryTest, MoreLikeThisComponentTest, OverseerSolrResponseTest, CdcrVersionReplicationTest, SolrLogPostToolTest, TestPKIAuthenticationPlugin, V2StandaloneTest, DirectUpdateHandlerTest, TestPullReplicaErrorHandling]
   [junit4] Completed [406/921 (1!)] on J0 in 38.91s, 4 tests, 1 error <<< FAILURES!

[...truncated 52423 lines...]