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/26 20:11:56 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:34041/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:34041/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([7BBBFA019A8532FF:738C1CC9412B4671]: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 13327 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 56311 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-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> 56311 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 56311 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-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_7BBBFA019A8532FF-001/data-dir-12-001
   [junit4]   2> 56312 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 56313 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-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> 56314 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-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_7BBBFA019A8532FF-001/tempDir-001
   [junit4]   2> 56314 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 56521 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 56521 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 56523 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 56621 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 34019
   [junit4]   2> 56622 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34019
   [junit4]   2> 56622 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34019
   [junit4]   2> 56622 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34019
   [junit4]   2> 56623 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56625 INFO  (zkConnectionManagerCallback-463-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56625 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56627 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56632 INFO  (zkConnectionManagerCallback-465-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56632 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56632 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56635 INFO  (zkConnectionManagerCallback-467-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56762 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 56762 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 56762 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 56762 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 56762 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 56762 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 56762 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 56762 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 56763 INFO  (jetty-launcher-468-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> 56763 INFO  (jetty-launcher-468-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> 56763 INFO  (jetty-launcher-468-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> 56763 INFO  (jetty-launcher-468-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> 56787 INFO  (jetty-launcher-468-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 56787 INFO  (jetty-launcher-468-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 56787 INFO  (jetty-launcher-468-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 56791 INFO  (jetty-launcher-468-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@542c9694{/solr,null,AVAILABLE}
   [junit4]   2> 56795 INFO  (jetty-launcher-468-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 56795 INFO  (jetty-launcher-468-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 56796 INFO  (jetty-launcher-468-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 56796 INFO  (jetty-launcher-468-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 56796 INFO  (jetty-launcher-468-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 56796 INFO  (jetty-launcher-468-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 56799 INFO  (jetty-launcher-468-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 56799 INFO  (jetty-launcher-468-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 56799 INFO  (jetty-launcher-468-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 56803 INFO  (jetty-launcher-468-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a5812f1{/solr,null,AVAILABLE}
   [junit4]   2> 56807 INFO  (jetty-launcher-468-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d8a6667{/solr,null,AVAILABLE}
   [junit4]   2> 56808 INFO  (jetty-launcher-468-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a308346{/solr,null,AVAILABLE}
   [junit4]   2> 56812 INFO  (jetty-launcher-468-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@369782fd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36629}
   [junit4]   2> 56812 INFO  (jetty-launcher-468-thread-2) [     ] o.e.j.s.Server Started @56842ms
   [junit4]   2> 56812 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36629}
   [junit4]   2> 56812 ERROR (jetty-launcher-468-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 56812 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 56812 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 56812 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 56812 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 56812 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-26T19:13:13.107Z
   [junit4]   2> 56816 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56819 INFO  (jetty-launcher-468-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7f055e1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43757}
   [junit4]   2> 56819 INFO  (jetty-launcher-468-thread-3) [     ] o.e.j.s.Server Started @56849ms
   [junit4]   2> 56819 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43757}
   [junit4]   2> 56819 ERROR (jetty-launcher-468-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 56819 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 56819 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 56819 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 56819 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 56819 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-26T19:13:13.114Z
   [junit4]   2> 56823 INFO  (zkConnectionManagerCallback-470-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56823 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56823 INFO  (jetty-launcher-468-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@38b56ef7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41751}
   [junit4]   2> 56823 INFO  (jetty-launcher-468-thread-1) [     ] o.e.j.s.Server Started @56853ms
   [junit4]   2> 56823 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41751}
   [junit4]   2> 56823 ERROR (jetty-launcher-468-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 56823 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 56823 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 56824 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 56824 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 56824 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-26T19:13:13.119Z
   [junit4]   2> 56824 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 56824 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56827 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56835 INFO  (zkConnectionManagerCallback-472-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56835 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56835 INFO  (jetty-launcher-468-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@d141220{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45337}
   [junit4]   2> 56835 INFO  (jetty-launcher-468-thread-4) [     ] o.e.j.s.Server Started @56865ms
   [junit4]   2> 56835 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45337}
   [junit4]   2> 56835 ERROR (jetty-launcher-468-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 56835 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 56835 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 56835 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 56835 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 56835 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-26T19:13:13.130Z
   [junit4]   2> 56836 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 56840 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 56842 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 56843 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56844 WARN  (jetty-launcher-468-thread-2-SendThread(127.0.0.1:34019)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101bce671a90003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101bce671a90003, 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 0x101bce671a90003, 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> 56847 INFO  (zkConnectionManagerCallback-474-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56847 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56847 INFO  (zkConnectionManagerCallback-476-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56847 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56944 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 56948 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 56949 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 56953 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 56953 WARN  (jetty-launcher-468-thread-1-SendThread(127.0.0.1:34019)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101bce671a90005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101bce671a90005, 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 0x101bce671a90005, 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> 57393 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 57407 WARN  (jetty-launcher-468-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b287087[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57408 WARN  (jetty-launcher-468-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b287087[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57449 WARN  (jetty-launcher-468-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2efa6105[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57449 WARN  (jetty-launcher-468-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2efa6105[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57450 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34019/solr
   [junit4]   2> 57452 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 57453 INFO  (zkConnectionManagerCallback-496-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57453 INFO  (jetty-launcher-468-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 57571 INFO  (jetty-launcher-468-thread-2) [n:127.0.0.1:36629_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 57591 INFO  (zkConnectionManagerCallback-498-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57591 INFO  (jetty-launcher-468-thread-2) [n:127.0.0.1:36629_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 57643 INFO  (jetty-launcher-468-thread-2) [n:127.0.0.1:36629_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36629_solr
   [junit4]   2> 57644 INFO  (jetty-launcher-468-thread-2) [n:127.0.0.1:36629_solr     ] o.a.s.c.Overseer Overseer (id=72546766950039560-127.0.0.1:36629_solr-n_0000000000) starting
   [junit4]   2> 57659 INFO  (OverseerStateUpdate-72546766950039560-127.0.0.1:36629_solr-n_0000000000) [n:127.0.0.1:36629_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36629_solr
   [junit4]   2> 57683 INFO  (jetty-launcher-468-thread-2) [n:127.0.0.1:36629_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36629_solr
   [junit4]   2> 57687 INFO  (jetty-launcher-468-thread-2) [n:127.0.0.1:36629_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 57687 WARN  (jetty-launcher-468-thread-2) [n:127.0.0.1:36629_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> 57703 INFO  (zkCallback-497-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 57711 INFO  (jetty-launcher-468-thread-2) [n:127.0.0.1:36629_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_7BBBFA019A8532FF-001/tempDir-001/node2
   [junit4]   2> 58586 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 58588 WARN  (jetty-launcher-468-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33fcb624[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58588 WARN  (jetty-launcher-468-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33fcb624[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58769 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 58774 WARN  (jetty-launcher-468-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b0317e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58774 WARN  (jetty-launcher-468-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b0317e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58777 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34019/solr
   [junit4]   2> 58777 WARN  (jetty-launcher-468-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a2a4ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58777 WARN  (jetty-launcher-468-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a2a4ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58779 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58782 WARN  (jetty-launcher-468-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6557cec6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58782 WARN  (jetty-launcher-468-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6557cec6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58783 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34019/solr
   [junit4]   2> 58792 INFO  (zkConnectionManagerCallback-519-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 58792 INFO  (jetty-launcher-468-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58810 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58811 INFO  (zkConnectionManagerCallback-524-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 58811 INFO  (jetty-launcher-468-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58894 INFO  (jetty-launcher-468-thread-4) [n:127.0.0.1:45337_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58896 INFO  (zkConnectionManagerCallback-526-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 58896 INFO  (jetty-launcher-468-thread-4) [n:127.0.0.1:45337_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58907 INFO  (jetty-launcher-468-thread-4) [n:127.0.0.1:45337_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 58911 INFO  (jetty-launcher-468-thread-4) [n:127.0.0.1:45337_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45337_solr as DOWN
   [junit4]   2> 58912 INFO  (jetty-launcher-468-thread-4) [n:127.0.0.1:45337_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 58912 INFO  (jetty-launcher-468-thread-4) [n:127.0.0.1:45337_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45337_solr
   [junit4]   2> 58914 INFO  (zkCallback-497-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 58916 INFO  (jetty-launcher-468-thread-4) [n:127.0.0.1:45337_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 58916 WARN  (jetty-launcher-468-thread-4) [n:127.0.0.1:45337_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> 58923 INFO  (zkCallback-525-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 58944 INFO  (jetty-launcher-468-thread-4) [n:127.0.0.1:45337_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_7BBBFA019A8532FF-001/tempDir-001/node4
   [junit4]   2> 58997 INFO  (jetty-launcher-468-thread-3) [n:127.0.0.1:43757_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58999 INFO  (zkConnectionManagerCallback-534-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 58999 INFO  (jetty-launcher-468-thread-3) [n:127.0.0.1:43757_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59007 INFO  (jetty-launcher-468-thread-3) [n:127.0.0.1:43757_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 59012 INFO  (jetty-launcher-468-thread-3) [n:127.0.0.1:43757_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43757_solr as DOWN
   [junit4]   2> 59013 INFO  (jetty-launcher-468-thread-3) [n:127.0.0.1:43757_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 59013 INFO  (jetty-launcher-468-thread-3) [n:127.0.0.1:43757_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43757_solr
   [junit4]   2> 59015 INFO  (zkCallback-497-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 59016 INFO  (jetty-launcher-468-thread-3) [n:127.0.0.1:43757_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 59017 WARN  (jetty-launcher-468-thread-3) [n:127.0.0.1:43757_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> 59023 INFO  (zkCallback-525-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 59024 INFO  (zkCallback-533-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 59031 INFO  (jetty-launcher-468-thread-3) [n:127.0.0.1:43757_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_7BBBFA019A8532FF-001/tempDir-001/node3
   [junit4]   2> 59123 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 59124 WARN  (jetty-launcher-468-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3bd34af4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59124 WARN  (jetty-launcher-468-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3bd34af4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59130 WARN  (jetty-launcher-468-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e31f015[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59131 WARN  (jetty-launcher-468-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e31f015[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 59131 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34019/solr
   [junit4]   2> 59133 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59139 INFO  (zkConnectionManagerCallback-548-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59139 INFO  (jetty-launcher-468-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59249 INFO  (jetty-launcher-468-thread-1) [n:127.0.0.1:41751_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59250 INFO  (zkConnectionManagerCallback-550-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59250 INFO  (jetty-launcher-468-thread-1) [n:127.0.0.1:41751_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59254 INFO  (jetty-launcher-468-thread-1) [n:127.0.0.1:41751_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 59257 INFO  (jetty-launcher-468-thread-1) [n:127.0.0.1:41751_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41751_solr as DOWN
   [junit4]   2> 59259 INFO  (jetty-launcher-468-thread-1) [n:127.0.0.1:41751_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 59259 INFO  (jetty-launcher-468-thread-1) [n:127.0.0.1:41751_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41751_solr
   [junit4]   2> 59261 INFO  (zkCallback-497-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 59261 INFO  (zkCallback-525-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 59262 INFO  (jetty-launcher-468-thread-1) [n:127.0.0.1:41751_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 59263 WARN  (jetty-launcher-468-thread-1) [n:127.0.0.1:41751_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> 59275 INFO  (zkCallback-549-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 59275 INFO  (zkCallback-533-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 59288 INFO  (jetty-launcher-468-thread-1) [n:127.0.0.1:41751_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_7BBBFA019A8532FF-001/tempDir-001/node1
   [junit4]   2> 59307 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 59308 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59309 INFO  (zkConnectionManagerCallback-561-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59310 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59311 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 59312 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34019/solr ready
   [junit4]   2> 59315 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1108801723
   [junit4]   2> 59315 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36629_solr
   [junit4]   2> 59315 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 59315 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:36629_solr as DOWN
   [junit4]   2> 59324 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 59324 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 59324 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 59324 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 59324 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 59326 INFO  (closeThreadPool-566-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72546766950039560-127.0.0.1:36629_solr-n_0000000000) closing
   [junit4]   2> 59326 INFO  (OverseerStateUpdate-72546766950039560-127.0.0.1:36629_solr-n_0000000000) [n:127.0.0.1:36629_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36629_solr
   [junit4]   2> 59333 INFO  (OverseerAutoScalingTriggerThread-72546766950039560-127.0.0.1:36629_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 59532 INFO  (closeThreadPool-566-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72546766950039560-127.0.0.1:36629_solr-n_0000000000) closing
   [junit4]   2> 59533 INFO  (zkCallback-549-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 59534 INFO  (zkCallback-525-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45337_solr
   [junit4]   2> 59534 INFO  (zkCallback-533-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 59534 INFO  (zkCallback-560-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 59535 INFO  (zkCallback-525-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 59535 INFO  (zkCallback-525-thread-1) [n:127.0.0.1:45337_solr     ] o.a.s.c.Overseer Overseer (id=72546766950039563-127.0.0.1:45337_solr-n_0000000001) starting
   [junit4]   2> 59535 WARN  (jetty-launcher-468-thread-2-SendThread(127.0.0.1:34019)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101bce671a90008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101bce671a90008, 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 0x101bce671a90008, 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> 59542 INFO  (OverseerStateUpdate-72546766950039563-127.0.0.1:45337_solr-n_0000000001) [n:127.0.0.1:45337_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45337_solr
   [junit4]   2> 59637 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.Overseer Overseer (id=72546766950039560-127.0.0.1:36629_solr-n_0000000000) closing
   [junit4]   2> 59638 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@369782fd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 59639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d8a6667{/solr,null,STOPPED}
   [junit4]   2> 59639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 59639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 59640 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 59640 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-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> 59641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 59641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 59641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 59641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@764743a7{/solr,null,AVAILABLE}
   [junit4]   2> 59649 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7176aa3c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42289}
   [junit4]   2> 59649 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.Server Started @59679ms
   [junit4]   2> 59649 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35371}
   [junit4]   2> 59649 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 59649 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 59649 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 59649 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 59649 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 59649 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-26T19:13:15.944Z
   [junit4]   2> 59653 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 59653 INFO  (zkConnectionManagerCallback-572-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59653 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 59654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 59658 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 61833 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 61838 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27b1efa1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 61838 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27b1efa1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 61853 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@44a14eca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 61853 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@44a14eca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 61854 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34019/solr
   [junit4]   2> 61855 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 61858 INFO  (zkConnectionManagerCallback-583-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 61858 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62044 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:35371_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62047 INFO  (zkConnectionManagerCallback-585-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62047 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:35371_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62051 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:35371_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 62054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:35371_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35371_solr as DOWN
   [junit4]   2> 62055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:35371_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 62055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:35371_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35371_solr
   [junit4]   2> 62058 INFO  (zkCallback-549-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 62058 INFO  (zkCallback-560-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 62058 INFO  (zkCallback-525-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 62063 INFO  (zkCallback-533-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 62065 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:35371_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 62066 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:35371_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> 62071 INFO  (zkCallback-584-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 62082 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:35371_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_7BBBFA019A8532FF-001/tempDir-001/node2
   [junit4]   2> 62096 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 62098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:42289/solr. Proxy: http://127.0.0.1:35371/solr
   [junit4]   2> 62098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=615636068
   [junit4]   2> 62098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45337_solr
   [junit4]   2> 62098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 62098 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45337_solr as DOWN
   [junit4]   2> 62107 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 62107 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 62107 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 62107 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 62108 INFO  (closeThreadPool-596-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72546766950039563-127.0.0.1:45337_solr-n_0000000001) closing
   [junit4]   2> 62109 INFO  (OverseerStateUpdate-72546766950039563-127.0.0.1:45337_solr-n_0000000001) [n:127.0.0.1:45337_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45337_solr
   [junit4]   2> 62115 INFO  (OverseerAutoScalingTriggerThread-72546766950039563-127.0.0.1:45337_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 62122 INFO  (zkCallback-584-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 62122 INFO  (zkCallback-549-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 62122 INFO  (zkCallback-533-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 62124 INFO  (zkCallback-560-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 62129 INFO  (closeThreadPool-596-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72546766950039563-127.0.0.1:45337_solr-n_0000000001) closing
   [junit4]   2> 62129 INFO  (zkCallback-533-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43757_solr
   [junit4]   2> 62130 INFO  (zkCallback-533-thread-2) [n:127.0.0.1:43757_solr     ] o.a.s.c.Overseer Overseer (id=72546766950039564-127.0.0.1:43757_solr-n_0000000002) starting
   [junit4]   2> 62139 INFO  (OverseerStateUpdate-72546766950039564-127.0.0.1:43757_solr-n_0000000002) [n:127.0.0.1:43757_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43757_solr
   [junit4]   2> 62222 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.Overseer Overseer (id=72546766950039563-127.0.0.1:45337_solr-n_0000000001) closing
   [junit4]   2> 62224 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@d141220{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 62225 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@542c9694{/solr,null,STOPPED}
   [junit4]   2> 62225 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 62226 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 62227 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 62227 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-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> 62228 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 62228 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 62229 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 62229 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7082dcae{/solr,null,AVAILABLE}
   [junit4]   2> 62230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5b733848{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45665}
   [junit4]   2> 62230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.Server Started @62260ms
   [junit4]   2> 62230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34041}
   [junit4]   2> 62230 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 62230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 62230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 62230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 62230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 62230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-26T19:13:18.525Z
   [junit4]   2> 62233 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62235 INFO  (zkConnectionManagerCallback-602-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62235 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62235 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 62242 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 64528 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 64530 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@71bfe771[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64530 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@71bfe771[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64540 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@787c6d59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64540 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@787c6d59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64541 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34019/solr
   [junit4]   2> 64542 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64547 INFO  (zkConnectionManagerCallback-613-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64547 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:34041_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64655 INFO  (zkConnectionManagerCallback-615-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:34041_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64659 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:34041_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 64662 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:34041_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34041_solr as DOWN
   [junit4]   2> 64663 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:34041_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 64663 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:34041_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34041_solr
   [junit4]   2> 64667 INFO  (zkCallback-584-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 64667 INFO  (zkCallback-560-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 64667 INFO  (zkCallback-549-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 64667 INFO  (zkCallback-533-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 64671 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:34041_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 64672 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:34041_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> 64679 INFO  (zkCallback-614-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 64690 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:34041_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_7BBBFA019A8532FF-001/tempDir-001/node4
   [junit4]   2> 64699 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 64699 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:45665/solr. Proxy: http://127.0.0.1:34041/solr
   [junit4]   2> 64700 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=881596108
   [junit4]   2> 64700 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43757_solr
   [junit4]   2> 64700 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 64700 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43757_solr as DOWN
   [junit4]   2> 64703 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 64703 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 64703 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 64703 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 64705 INFO  (closeThreadPool-626-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72546766950039564-127.0.0.1:43757_solr-n_0000000002) closing
   [junit4]   2> 64707 INFO  (OverseerStateUpdate-72546766950039564-127.0.0.1:43757_solr-n_0000000002) [n:127.0.0.1:43757_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43757_solr
   [junit4]   2> 64723 INFO  (OverseerAutoScalingTriggerThread-72546766950039564-127.0.0.1:43757_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 64725 INFO  (closeThreadPool-626-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72546766950039564-127.0.0.1:43757_solr-n_0000000002) closing
   [junit4]   2> 64726 WARN  (jetty-launcher-468-thread-3-SendThread(127.0.0.1:34019)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101bce671a9000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101bce671a9000c, 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 0x101bce671a9000c, 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> 64727 INFO  (zkCallback-560-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 64727 INFO  (zkCallback-549-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 64727 INFO  (zkCallback-584-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 64727 INFO  (zkCallback-549-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41751_solr
   [junit4]   2> 64827 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.Overseer Overseer (id=72546766950039564-127.0.0.1:43757_solr-n_0000000002) closing
   [junit4]   2> 64828 INFO  (zkCallback-614-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 64828 INFO  (zkCallback-549-thread-2) [n:127.0.0.1:41751_solr     ] o.a.s.c.Overseer Overseer (id=72546766950039566-127.0.0.1:41751_solr-n_0000000003) starting
   [junit4]   2> 64830 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7f055e1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 64830 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6a5812f1{/solr,null,STOPPED}
   [junit4]   2> 64830 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 64831 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 64832 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 64832 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-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> 64835 INFO  (OverseerStateUpdate-72546766950039566-127.0.0.1:41751_solr-n_0000000003) [n:127.0.0.1:41751_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41751_solr
   [junit4]   2> 64847 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 64847 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 64847 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 64851 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@551f41f1{/solr,null,AVAILABLE}
   [junit4]   2> 64859 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@539e89b3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43741}
   [junit4]   2> 64859 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.Server Started @64889ms
   [junit4]   2> 64859 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41637}
   [junit4]   2> 64859 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 64859 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 64859 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 64859 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 64859 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 64859 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-26T19:13:21.154Z
   [junit4]   2> 64860 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64861 INFO  (zkConnectionManagerCallback-632-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 64866 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 64866 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker-SendThread(127.0.0.1:34019)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101bce671a90016.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101bce671a90016, 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 0x101bce671a90016, 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> 65139 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 65141 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5873213c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 65141 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5873213c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 65145 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7511f94f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 65145 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7511f94f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 65146 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34019/solr
   [junit4]   2> 65146 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 65150 INFO  (zkConnectionManagerCallback-643-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 65151 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 65263 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:41637_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 65264 INFO  (zkConnectionManagerCallback-645-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 65264 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:41637_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 65270 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:41637_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 65274 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:41637_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41637_solr as DOWN
   [junit4]   2> 65275 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:41637_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 65275 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:41637_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41637_solr
   [junit4]   2> 65277 INFO  (zkCallback-584-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 65277 INFO  (zkCallback-560-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 65277 INFO  (zkCallback-614-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 65277 INFO  (zkCallback-549-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 65278 INFO  (zkCallback-644-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 65279 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:41637_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 65279 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:41637_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> 65301 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [n:127.0.0.1:41637_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_7BBBFA019A8532FF-001/tempDir-001/node3
   [junit4]   2> 65312 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 65312 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:43741/solr. Proxy: http://127.0.0.1:41637/solr
   [junit4]   2> 65312 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2101548016
   [junit4]   2> 65312 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41751_solr
   [junit4]   2> 65313 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 65313 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41751_solr as DOWN
   [junit4]   2> 65316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 65316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 65316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 65316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 65320 INFO  (closeThreadPool-656-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72546766950039566-127.0.0.1:41751_solr-n_0000000003) closing
   [junit4]   2> 65328 INFO  (OverseerStateUpdate-72546766950039566-127.0.0.1:41751_solr-n_0000000003) [n:127.0.0.1:41751_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41751_solr
   [junit4]   2> 65328 INFO  (OverseerAutoScalingTriggerThread-72546766950039566-127.0.0.1:41751_solr-n_0000000003) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 65330 WARN  (jetty-launcher-468-thread-1-SendThread(127.0.0.1:34019)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101bce671a9000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101bce671a9000e, 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 0x101bce671a9000e, 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> 65330 INFO  (zkCallback-560-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 65331 INFO  (zkCallback-614-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 65331 INFO  (zkCallback-584-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 65332 INFO  (zkCallback-644-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 65341 INFO  (zkCallback-584-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35371_solr
   [junit4]   2> 65342 INFO  (closeThreadPool-656-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72546766950039566-127.0.0.1:41751_solr-n_0000000003) closing
   [junit4]   2> 65342 INFO  (zkCallback-584-thread-2) [n:127.0.0.1:35371_solr     ] o.a.s.c.Overseer Overseer (id=72546766950039570-127.0.0.1:35371_solr-n_0000000004) starting
   [junit4]   2> 65348 INFO  (OverseerStateUpdate-72546766950039570-127.0.0.1:35371_solr-n_0000000004) [n:127.0.0.1:35371_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35371_solr
   [junit4]   2> 65440 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.Overseer Overseer (id=72546766950039566-127.0.0.1:41751_solr-n_0000000003) closing
   [junit4]   2> 65441 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@38b56ef7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 65442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a308346{/solr,null,STOPPED}
   [junit4]   2> 65442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 65442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 65443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 65443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-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> 65447 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 65447 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 65447 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 65448 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@117085fa{/solr,null,AVAILABLE}
   [junit4]   2> 65449 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.e.j.s.AbstractConnector Started S

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

junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocket.readConnectResult(ClientCnxnSocket.java:154) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:86) ~[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> 89665 WARN  (zkConnectionManagerCallback-645-thread-1-EventThread) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@38a8a13 name: ZooKeeperConnection Watcher:127.0.0.1:34019/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 89783 INFO  (coreCloseExecutor-749-thread-1) [n:127.0.0.1:41637_solr     ] o.a.s.c.SolrCore [pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2]  CLOSING SolrCore org.apache.solr.core.SolrCore@3bf3de18
   [junit4]   2> 89783 INFO  (coreCloseExecutor-749-thread-1) [n:127.0.0.1:41637_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@3bf3de18
   [junit4]   2> 89783 INFO  (coreCloseExecutor-749-thread-1) [n:127.0.0.1:41637_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@3bf3de18
   [junit4]   2> 89784 INFO  (coreCloseExecutor-749-thread-1) [n:127.0.0.1:41637_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 89787 INFO  (jetty-closer-730-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 89787 INFO  (jetty-closer-730-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 89787 INFO  (jetty-closer-730-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 89787 INFO  (jetty-closer-730-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 96205 ERROR (recoveryExecutor-641-thread-1-processing-n:127.0.0.1:41637_solr x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2 c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 r:core_node4) [n:127.0.0.1:41637_solr c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 r:core_node4 x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2 ] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2
   [junit4]   2> 96207 INFO  (jetty-closer-730-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@539e89b3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 96207 INFO  (jetty-closer-730-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@551f41f1{/solr,null,STOPPED}
   [junit4]   2> 96207 INFO  (jetty-closer-730-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 96210 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 96211 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker-SendThread(127.0.0.1:34019)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101bce671a90000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101bce671a90000, 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 0x101bce671a90000, 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> 96552 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker-SendThread(127.0.0.1:34019)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101bce671a90001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101bce671a90001, 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 0x101bce671a90001, 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> 96653 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_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> 	7	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	4	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	3	/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> 	39	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	38	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	22	/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/72546766950039570-127.0.0.1:35371_solr-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/72546766950039580-127.0.0.1:34041_solr-n_0000000008
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	95	/solr/overseer/queue
   [junit4]   2> 	90	/solr/live_nodes
   [junit4]   2> 	49	/solr/collections
   [junit4]   2> 	30	/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> 96656 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34019
   [junit4]   2> 96656 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34019
   [junit4]   2> 96656 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7BBBFA019A8532FF]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34019
   [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_7BBBFA019A8532FF-001
   [junit4]   2> Nov 26, 2020 7:13:53 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {_root_=PostingsFormat(name=MockRandom), fieldName_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=Lucene84}, docValues:{_version_=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=425, maxMBSortInHeap=6.31986189036625, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-CA, timezone=America/Indiana/Petersburg
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=166253768,total=370147328
   [junit4]   2> NOTE: All tests run in this JVM: [TestSearcherReuse, TestCollectionAPIs, SolrRequestParserTest, SolrIndexMetricsTest, TestMinHashQParser, SolrCLIZkUtilsTest, CategoryRoutedAliasUpdateProcessorTest, TestFieldSortValues, DocExpirationUpdateProcessorFactoryTest, TestZkChroot, TestPullReplicaErrorHandling]
   [junit4] Completed [24/921 (1!)] on J0 in 41.01s, 4 tests, 1 error <<< FAILURES!

[...truncated 53750 lines...]