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/11 02:45:24 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:40753/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:40753/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([AA26F9D2AB553110:A2111F1A70FB459E]: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 14622 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1218807 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-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> 1218809 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-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_AA26F9D2AB553110-001/data-dir-106-001
   [junit4]   2> 1218809 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1218809 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1218811 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-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> 1218811 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1218812 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-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_AA26F9D2AB553110-001/tempDir-001
   [junit4]   2> 1218812 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1218812 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1218812 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1218813 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1218912 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 34573
   [junit4]   2> 1218912 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34573
   [junit4]   2> 1218912 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34573
   [junit4]   2> 1218912 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34573
   [junit4]   2> 1218914 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218916 INFO  (zkConnectionManagerCallback-13369-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1218916 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1218919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218920 INFO  (zkConnectionManagerCallback-13371-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1218920 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1218921 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218922 INFO  (zkConnectionManagerCallback-13373-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1218922 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1218924 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630002, 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 0x1016bfaae630002, 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> 1219025 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1219025 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1219025 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1219025 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1219025 INFO  (jetty-launcher-13374-thread-1) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1219025 INFO  (jetty-launcher-13374-thread-2) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1219027 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1219027 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1219027 INFO  (jetty-launcher-13374-thread-3) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1219028 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1219028 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1219028 INFO  (jetty-launcher-13374-thread-4) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1219030 INFO  (jetty-launcher-13374-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1219030 INFO  (jetty-launcher-13374-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1219030 INFO  (jetty-launcher-13374-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1219032 INFO  (jetty-launcher-13374-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1219032 INFO  (jetty-launcher-13374-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1219032 INFO  (jetty-launcher-13374-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1219032 INFO  (jetty-launcher-13374-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18a24ca2{/solr,null,AVAILABLE}
   [junit4]   2> 1219033 INFO  (jetty-launcher-13374-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d294a2a{/solr,null,AVAILABLE}
   [junit4]   2> 1219033 INFO  (jetty-launcher-13374-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1219033 INFO  (jetty-launcher-13374-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1219034 INFO  (jetty-launcher-13374-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1219034 INFO  (jetty-launcher-13374-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@82caead{/solr,null,AVAILABLE}
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@61ad3ff1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40983}
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-3) [     ] o.e.j.s.Server Started @1219062ms
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40983}
   [junit4]   2> 1219035 ERROR (jetty-launcher-13374-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-11T02:06:04.807Z
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1219035 INFO  (jetty-launcher-13374-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1219036 INFO  (jetty-launcher-13374-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4910e4ad{/solr,null,AVAILABLE}
   [junit4]   2> 1219036 INFO  (jetty-launcher-13374-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@e241cde{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33223}
   [junit4]   2> 1219036 INFO  (jetty-launcher-13374-thread-1) [     ] o.e.j.s.Server Started @1219063ms
   [junit4]   2> 1219036 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33223}
   [junit4]   2> 1219036 ERROR (jetty-launcher-13374-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1219036 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1219036 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1219036 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1219036 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1219036 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-11T02:06:04.808Z
   [junit4]   2> 1219037 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219037 INFO  (jetty-launcher-13374-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@55928a3e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46605}
   [junit4]   2> 1219037 INFO  (jetty-launcher-13374-thread-4) [     ] o.e.j.s.Server Started @1219064ms
   [junit4]   2> 1219037 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46605}
   [junit4]   2> 1219037 ERROR (jetty-launcher-13374-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1219037 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1219037 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1219037 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1219037 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1219037 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-11T02:06:04.809Z
   [junit4]   2> 1219038 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219039 INFO  (zkConnectionManagerCallback-13378-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219039 INFO  (zkConnectionManagerCallback-13376-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219039 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1219039 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1219039 INFO  (jetty-launcher-13374-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@32cca4c5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33331}
   [junit4]   2> 1219039 INFO  (jetty-launcher-13374-thread-2) [     ] o.e.j.s.Server Started @1219066ms
   [junit4]   2> 1219039 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33331}
   [junit4]   2> 1219039 ERROR (jetty-launcher-13374-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1219039 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1219039 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1219039 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1219039 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1219039 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-11T02:06:04.811Z
   [junit4]   2> 1219040 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219040 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219041 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1219042 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1219042 INFO  (zkConnectionManagerCallback-13380-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219042 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1219046 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1219069 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1219069 INFO  (zkConnectionManagerCallback-13382-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219070 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1219070 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1219072 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1219074 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1219075 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1220590 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1220591 WARN  (jetty-launcher-13374-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ec2fcc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220591 WARN  (jetty-launcher-13374-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ec2fcc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220613 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1220614 WARN  (jetty-launcher-13374-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1b417a1a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220614 WARN  (jetty-launcher-13374-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1b417a1a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220614 WARN  (jetty-launcher-13374-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@55cd8d30[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220614 WARN  (jetty-launcher-13374-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@55cd8d30[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220615 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34573/solr
   [junit4]   2> 1220617 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1220751 INFO  (zkConnectionManagerCallback-13406-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220752 INFO  (jetty-launcher-13374-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1220752 WARN  (jetty-launcher-13374-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b86bdd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220752 WARN  (jetty-launcher-13374-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b86bdd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220753 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34573/solr
   [junit4]   2> 1220761 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1220761 WARN  (jetty-launcher-13374-thread-4-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630007, 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 0x1016bfaae630007, 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> 1220762 INFO  (zkConnectionManagerCallback-13410-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220762 INFO  (jetty-launcher-13374-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1220863 WARN  (jetty-launcher-13374-thread-3-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630008, 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 0x1016bfaae630008, 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> 1220863 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1220865 INFO  (jetty-launcher-13374-thread-4) [n:127.0.0.1:46605_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1220872 INFO  (zkConnectionManagerCallback-13412-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220873 INFO  (jetty-launcher-13374-thread-4) [n:127.0.0.1:46605_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1220873 WARN  (jetty-launcher-13374-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@31214540[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220873 WARN  (jetty-launcher-13374-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@31214540[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220879 WARN  (jetty-launcher-13374-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7060af0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220879 WARN  (jetty-launcher-13374-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7060af0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1220880 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34573/solr
   [junit4]   2> 1220881 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1220892 INFO  (zkConnectionManagerCallback-13420-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220892 INFO  (jetty-launcher-13374-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1220972 INFO  (jetty-launcher-13374-thread-3) [n:127.0.0.1:40983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1220990 INFO  (zkConnectionManagerCallback-13424-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1221079 INFO  (jetty-launcher-13374-thread-3) [n:127.0.0.1:40983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1221101 INFO  (jetty-launcher-13374-thread-1) [n:127.0.0.1:33223_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1221107 INFO  (zkConnectionManagerCallback-13426-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1221107 INFO  (jetty-launcher-13374-thread-1) [n:127.0.0.1:33223_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1221121 INFO  (jetty-launcher-13374-thread-4) [n:127.0.0.1:46605_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46605_solr
   [junit4]   2> 1221122 INFO  (jetty-launcher-13374-thread-4) [n:127.0.0.1:46605_solr     ] o.a.s.c.Overseer Overseer (id=72457793426358281-127.0.0.1:46605_solr-n_0000000000) starting
   [junit4]   2> 1221123 INFO  (jetty-launcher-13374-thread-3) [n:127.0.0.1:40983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40983_solr
   [junit4]   2> 1221127 INFO  (jetty-launcher-13374-thread-1) [n:127.0.0.1:33223_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33223_solr as DOWN
   [junit4]   2> 1221128 INFO  (jetty-launcher-13374-thread-3) [n:127.0.0.1:40983_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1221129 WARN  (jetty-launcher-13374-thread-3) [n:127.0.0.1:40983_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> 1221130 INFO  (jetty-launcher-13374-thread-1) [n:127.0.0.1:33223_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1221130 INFO  (jetty-launcher-13374-thread-1) [n:127.0.0.1:33223_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33223_solr
   [junit4]   2> 1221136 INFO  (zkCallback-13425-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1221138 INFO  (jetty-launcher-13374-thread-1) [n:127.0.0.1:33223_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1221138 WARN  (jetty-launcher-13374-thread-1) [n:127.0.0.1:33223_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> 1221146 INFO  (zkCallback-13423-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1221149 INFO  (zkCallback-13425-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1221150 INFO  (zkCallback-13411-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1221153 INFO  (jetty-launcher-13374-thread-3) [n:127.0.0.1:40983_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_AA26F9D2AB553110-001/tempDir-001/node3
   [junit4]   2> 1221154 INFO  (OverseerStateUpdate-72457793426358281-127.0.0.1:46605_solr-n_0000000000) [n:127.0.0.1:46605_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46605_solr
   [junit4]   2> 1221160 INFO  (jetty-launcher-13374-thread-1) [n:127.0.0.1:33223_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_AA26F9D2AB553110-001/tempDir-001/node1
   [junit4]   2> 1221165 INFO  (jetty-launcher-13374-thread-4) [n:127.0.0.1:46605_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46605_solr as DOWN
   [junit4]   2> 1221168 INFO  (jetty-launcher-13374-thread-4) [n:127.0.0.1:46605_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1221168 INFO  (jetty-launcher-13374-thread-4) [n:127.0.0.1:46605_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46605_solr
   [junit4]   2> 1221179 INFO  (jetty-launcher-13374-thread-4) [n:127.0.0.1:46605_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1221179 WARN  (jetty-launcher-13374-thread-4) [n:127.0.0.1:46605_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> 1221191 INFO  (jetty-launcher-13374-thread-4) [n:127.0.0.1:46605_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_AA26F9D2AB553110-001/tempDir-001/node4
   [junit4]   2> 1221192 INFO  (zkCallback-13423-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1221192 INFO  (zkCallback-13425-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1221199 INFO  (zkCallback-13411-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1222220 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1222221 WARN  (jetty-launcher-13374-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@56d665ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222221 WARN  (jetty-launcher-13374-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@56d665ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222224 WARN  (jetty-launcher-13374-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@649a40b8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222224 WARN  (jetty-launcher-13374-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@649a40b8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1222225 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34573/solr
   [junit4]   2> 1222226 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1222227 INFO  (zkConnectionManagerCallback-13454-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222227 INFO  (jetty-launcher-13374-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1222229 WARN  (jetty-launcher-13374-thread-2-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae63000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae63000d, 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 0x1016bfaae63000d, 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> 1222330 INFO  (jetty-launcher-13374-thread-2) [n:127.0.0.1:33331_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1222333 INFO  (zkConnectionManagerCallback-13456-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222333 INFO  (jetty-launcher-13374-thread-2) [n:127.0.0.1:33331_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1222339 INFO  (jetty-launcher-13374-thread-2) [n:127.0.0.1:33331_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1222342 INFO  (jetty-launcher-13374-thread-2) [n:127.0.0.1:33331_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33331_solr as DOWN
   [junit4]   2> 1222344 INFO  (jetty-launcher-13374-thread-2) [n:127.0.0.1:33331_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1222344 INFO  (jetty-launcher-13374-thread-2) [n:127.0.0.1:33331_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33331_solr
   [junit4]   2> 1222345 INFO  (zkCallback-13425-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222345 INFO  (zkCallback-13423-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222345 INFO  (zkCallback-13411-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222345 INFO  (zkCallback-13455-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222347 INFO  (jetty-launcher-13374-thread-2) [n:127.0.0.1:33331_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1222347 WARN  (jetty-launcher-13374-thread-2) [n:127.0.0.1:33331_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> 1222364 INFO  (jetty-launcher-13374-thread-2) [n:127.0.0.1:33331_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_AA26F9D2AB553110-001/tempDir-001/node2
   [junit4]   2> 1222373 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1222374 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1222378 INFO  (zkConnectionManagerCallback-13467-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222378 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1222380 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1222383 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34573/solr ready
   [junit4]   2> 1222388 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1939728052
   [junit4]   2> 1222388 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40983_solr
   [junit4]   2> 1222389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1222389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:40983_solr as DOWN
   [junit4]   2> 1222392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1222392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1222392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1222392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1222392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1222394 WARN  (jetty-launcher-13374-thread-3-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae63000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae63000b, 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 0x1016bfaae63000b, 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> 1222395 INFO  (zkCallback-13411-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1222395 INFO  (zkCallback-13455-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1222395 INFO  (zkCallback-13466-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1222395 INFO  (zkCallback-13425-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1222495 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@61ad3ff1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1222496 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18a24ca2{/solr,null,STOPPED}
   [junit4]   2> 1222496 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1222496 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1222497 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1222497 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1222497 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1222497 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1222498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1222498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f8347ae{/solr,null,AVAILABLE}
   [junit4]   2> 1222498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@14963d72{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40159}
   [junit4]   2> 1222498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.Server Started @1222525ms
   [junit4]   2> 1222498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45399}
   [junit4]   2> 1222498 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1222498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1222498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1222498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1222498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1222498 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-11T02:06:08.270Z
   [junit4]   2> 1222506 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1222510 INFO  (zkConnectionManagerCallback-13474-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222510 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1222511 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1222516 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1222517 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630010, 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 0x1016bfaae630010, 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> 1223403 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1223404 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@269e366c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1223404 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@269e366c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1223417 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4de30414[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1223417 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4de30414[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1223418 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34573/solr
   [junit4]   2> 1223419 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1223419 INFO  (zkConnectionManagerCallback-13485-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1223420 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1223420 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630011, 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 0x1016bfaae630011, 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> 1223522 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:45399_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1223526 INFO  (zkConnectionManagerCallback-13487-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1223526 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:45399_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1223539 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:45399_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1223544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:45399_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45399_solr as DOWN
   [junit4]   2> 1223546 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:45399_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1223546 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:45399_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45399_solr
   [junit4]   2> 1223548 INFO  (zkCallback-13411-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1223548 INFO  (zkCallback-13425-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1223548 INFO  (zkCallback-13455-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1223549 INFO  (zkCallback-13466-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1223550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:45399_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1223550 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:45399_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> 1223560 INFO  (zkCallback-13486-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1223579 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:45399_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_AA26F9D2AB553110-001/tempDir-001/node3
   [junit4]   2> 1223597 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1223602 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:40159/solr. Proxy: http://127.0.0.1:45399/solr
   [junit4]   2> 1223602 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1860214882
   [junit4]   2> 1223602 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33223_solr
   [junit4]   2> 1223603 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1223603 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33223_solr as DOWN
   [junit4]   2> 1223614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1223614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1223614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1223614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1223619 WARN  (jetty-launcher-13374-thread-1-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae63000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae63000c, 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 0x1016bfaae63000c, 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> 1223620 INFO  (zkCallback-13411-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1223727 INFO  (zkCallback-13455-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1223749 INFO  (zkCallback-13466-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1223749 INFO  (zkCallback-13486-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1223750 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@e241cde{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1223751 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@82caead{/solr,null,STOPPED}
   [junit4]   2> 1223751 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1223751 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1223752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1223752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1223752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1223752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1223752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1223753 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3cd452db{/solr,null,AVAILABLE}
   [junit4]   2> 1223753 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4eb70be1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35967}
   [junit4]   2> 1223753 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.Server Started @1223780ms
   [junit4]   2> 1223753 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38643}
   [junit4]   2> 1223753 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1223753 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1223753 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1223753 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1223753 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1223753 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-11T02:06:09.525Z
   [junit4]   2> 1223755 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1223755 INFO  (zkConnectionManagerCallback-13500-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1223755 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1223755 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1223760 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1223761 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630013, 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 0x1016bfaae630013, 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> 1224754 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1224755 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ef1d2f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224755 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ef1d2f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224883 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b490d09[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224883 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b490d09[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224884 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34573/solr
   [junit4]   2> 1224885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1224886 INFO  (zkConnectionManagerCallback-13511-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224886 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1224887 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630014, 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 0x1016bfaae630014, 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> 1224988 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:38643_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1224990 INFO  (zkConnectionManagerCallback-13513-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224990 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:38643_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1224994 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:38643_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1225000 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:38643_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38643_solr as DOWN
   [junit4]   2> 1225001 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:38643_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1225001 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:38643_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38643_solr
   [junit4]   2> 1225002 INFO  (zkCallback-13466-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1225002 INFO  (zkCallback-13455-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1225002 INFO  (zkCallback-13486-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1225002 INFO  (zkCallback-13411-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1225003 INFO  (zkCallback-13512-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1225004 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:38643_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1225004 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:38643_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> 1225020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:38643_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_AA26F9D2AB553110-001/tempDir-001/node1
   [junit4]   2> 1225032 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1225033 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:35967/solr. Proxy: http://127.0.0.1:38643/solr
   [junit4]   2> 1225034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1628950766
   [junit4]   2> 1225034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46605_solr
   [junit4]   2> 1225034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1225034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46605_solr as DOWN
   [junit4]   2> 1225041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1225041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1225041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1225041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1225045 INFO  (closeThreadPool-13524-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72457793426358281-127.0.0.1:46605_solr-n_0000000000) closing
   [junit4]   2> 1225045 INFO  (OverseerStateUpdate-72457793426358281-127.0.0.1:46605_solr-n_0000000000) [n:127.0.0.1:46605_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46605_solr
   [junit4]   2> 1225048 INFO  (zkCallback-13466-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1225048 INFO  (zkCallback-13486-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1225048 INFO  (zkCallback-13455-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33331_solr
   [junit4]   2> 1225048 INFO  (zkCallback-13455-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1225049 INFO  (zkCallback-13455-thread-2) [n:127.0.0.1:33331_solr     ] o.a.s.c.Overseer Overseer (id=72457793426358286-127.0.0.1:33331_solr-n_0000000003) starting
   [junit4]   2> 1225046 INFO  (OverseerAutoScalingTriggerThread-72457793426358281-127.0.0.1:46605_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1225071 INFO  (closeThreadPool-13524-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72457793426358281-127.0.0.1:46605_solr-n_0000000000) closing
   [junit4]   2> 1225199 INFO  (zkCallback-13512-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1225279 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.Overseer Overseer (id=72457793426358281-127.0.0.1:46605_solr-n_0000000000) closing
   [junit4]   2> 1225280 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@55928a3e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1225281 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4910e4ad{/solr,null,STOPPED}
   [junit4]   2> 1225281 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1225291 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1225291 INFO  (OverseerStateUpdate-72457793426358286-127.0.0.1:33331_solr-n_0000000003) [n:127.0.0.1:33331_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33331_solr
   [junit4]   2> 1225291 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1225291 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 1225298 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1225298 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1225298 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1225299 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3cad1ff{/solr,null,AVAILABLE}
   [junit4]   2> 1225299 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3018d59a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42779}
   [junit4]   2> 1225299 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.s.Server Started @1225326ms
   [junit4]   2> 1225299 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40267}
   [junit4]   2> 1225299 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1225299 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1225299 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1225299 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1225299 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1225299 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-11T02:06:11.071Z
   [junit4]   2> 1225306 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225311 INFO  (zkConnectionManagerCallback-13530-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225311 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225312 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1225317 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1225318 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630016.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630016, 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 0x1016bfaae630016, 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> 1226938 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1226960 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36fefa47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1226960 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36fefa47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1227120 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ecb3a8c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1227120 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ecb3a8c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1227122 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34573/solr
   [junit4]   2> 1227137 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1227155 INFO  (zkConnectionManagerCallback-13541-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1227155 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1227156 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630017.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630017, 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 0x1016bfaae630017, 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> 1227265 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:40267_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1227265 INFO  (zkConnectionManagerCallback-13543-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1227265 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:40267_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1227275 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:40267_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1227277 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:40267_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40267_solr as DOWN
   [junit4]   2> 1227278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:40267_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1227278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:40267_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40267_solr
   [junit4]   2> 1227279 INFO  (zkCallback-13455-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1227280 INFO  (zkCallback-13466-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1227280 INFO  (zkCallback-13486-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1227280 INFO  (zkCallback-13512-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1227283 INFO  (zkCallback-13542-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1227284 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:40267_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1227284 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:40267_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> 1227300 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [n:127.0.0.1:40267_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_AA26F9D2AB553110-001/tempDir-001/node4
   [junit4]   2> 1227454 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1227462 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:42779/solr. Proxy: http://127.0.0.1:40267/solr
   [junit4]   2> 1227462 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1403676089
   [junit4]   2> 1227462 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33331_solr
   [junit4]   2> 1227463 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1227463 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33331_solr as DOWN
   [junit4]   2> 1227488 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for

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

.j.s.ServletContextHandler@3cd452db{/solr,null,STOPPED}
   [junit4]   2> 1250554 INFO  (jetty-closer-13634-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1250626 INFO  (jetty-closer-13634-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5aae7680{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1250628 INFO  (jetty-closer-13634-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a955b13{/solr,null,STOPPED}
   [junit4]   2> 1250628 INFO  (jetty-closer-13634-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1250650 INFO  (jetty-closer-13634-thread-3) [     ] o.a.s.c.Overseer Overseer (id=72457793426358296-127.0.0.1:40267_solr-n_0000000006) closing
   [junit4]   2> 1250653 INFO  (jetty-closer-13634-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3018d59a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1250653 INFO  (jetty-closer-13634-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3cad1ff{/solr,null,STOPPED}
   [junit4]   2> 1250653 INFO  (jetty-closer-13634-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1250654 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1250655 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630000, 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 0x1016bfaae630000, 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> 1250867 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker-SendThread(127.0.0.1:34573)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1016bfaae630001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1016bfaae630001, 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 0x1016bfaae630001, 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> 1251029 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/aliases.json
   [junit4]   2> 	13	/solr/security.json
   [junit4]   2> 	10	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	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> 	6	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	4	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	58	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	35	/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> 	14	/solr/clusterstate.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72457793426358299-127.0.0.1:40753_solr-n_0000000007
   [junit4]   2> 	3	/solr/overseer_elect/election/72457793426358281-127.0.0.1:46605_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72457793426358290-127.0.0.1:45399_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	108	/solr/live_nodes
   [junit4]   2> 	95	/solr/overseer/queue
   [junit4]   2> 	55	/solr/collections
   [junit4]   2> 	26	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1251032 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34573
   [junit4]   2> 1251032 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34573
   [junit4]   2> 1251032 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[AA26F9D2AB553110]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34573
   [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_AA26F9D2AB553110-001
   [junit4]   2> Nov 11, 2020 2:06:36 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {_root_=PostingsFormat(name=LuceneFixedGap), fieldName_s=PostingsFormat(name=Direct), id=PostingsFormat(name=MockRandom)}, docValues:{_version_=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1968, maxMBSortInHeap=7.296554440952937, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ar-BH, timezone=Europe/Simferopol
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=138527352,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [CustomHighlightComponentTest, ClusterStateMockUtilTest, DocExpirationUpdateProcessorFactoryTest, SolrSlf4jReporterTest, TestSubQueryTransformerCrossCore, TestConfigOverlay, TestQueryTypes, DistributedFacetPivotSmallAdvancedTest, SolrRequestParserTest, TestDistributedMap, V2StandaloneTest, TestJsonRequest, SolrCLIZkUtilsTest, DistanceFunctionTest, TaggerTest, OverseerSolrResponseTest, TestStressLiveNodes, QueryEqualityTest, TestManagedSynonymFilterFactory, SubstringBytesRefFilterTest, TestInfoStreamLogging, CdcrVersionReplicationTest, TestHashPartitioner, TestDocTermOrds, CoreAdminRequestStatusTest, TestCloudJSONFacetSKGEquiv, ReplaceNodeTest, RootFieldTest, IndexSizeEstimatorTest, SpatialFilterTest, TestLFUCache, TestFieldSortValues, DateMathParserTest, IndexSchemaTest, TestRemoteStreaming, SolrIndexMetricsTest, FieldAnalysisRequestHandlerTest, TestJsonFacetsStatsParsing, DateFieldTest, AddBlockUpdateTest, AliasIntegrationTest, JavabinLoaderTest, ResourceLoaderTest, TestFieldCacheSort, PeerSyncWithBufferUpdatesTest, OpenExchangeRatesOrgProviderTest, ExplicitHLLTest, AutoscalingHistoryHandlerTest, TestCloudPseudoReturnFields, TestSimUtils, TestHdfsUpdateLog, TestFastOutputStream, NodeLostTriggerIntegrationTest, TestValueSourceCache, HttpSolrCallGetCoreTest, SchemaVersionSpecificBehaviorTest, TestClusterProperties, TestSimComputePlanAction, TestExactStatsCache, TestNumericTokenStream, RouteFieldTest, TestMergePolicyConfig, TestRebalanceLeaders, TestRawResponseWriter, TestHttpShardHandlerFactory, MetricsHistoryIntegrationTest, TestSolrDeletionPolicy1, TestLuceneMatchVersion, SolrLogPostToolTest, TestComplexPhraseLeadingWildcard, LeaderElectionContextKeyTest, TestDynamicFieldResource, TestMiniSolrCloudClusterSSL, TestSolrJ, CollectionStateFormat2Test, TestRangeQuery, CollectionsAPIDistributedZkTest, TestShortCircuitedRequests, HdfsThreadLeakTest, SyncSliceTest, TestOverriddenPrefixQueryForCustomFieldType, SearchRateTriggerTest, TestZkChroot, AutoScalingHandlerTest, FuzzySearchTest, TestPKIAuthenticationPlugin, TestCollectionAPIs, MultiThreadedOCPTest, TestTestInjection, BasicAuthIntegrationTest, BasicZkTest, TestNamedUpdateProcessors, TestGraphMLResponseWriter, TestChildDocTransformer, StatsComponentTest, CreateCollectionCleanupTest, TestBooleanSimilarityFactory, TestGraphTermsQParserPlugin, PKIAuthenticationIntegrationTest, TestPullReplicaErrorHandling]
   [junit4] Completed [424/921 (1!)] on J0 in 33.22s, 4 tests, 1 error <<< FAILURES!

[...truncated 52380 lines...]