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

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

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

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

Error Message:
Error from server at http://127.0.0.1:41067/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41067/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([426DBE6D6D561A9F:4A5A58A5B6F86E11]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




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

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

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

[...truncated 52079 lines...]

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

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

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

Error Message:
Error from server at http://127.0.0.1:37779/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37779/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([9FC75ACBBB516A36:97F0BC0360FF1EB8]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




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

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

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

[...truncated 51829 lines...]

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

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

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

Error Message:
outputEndNode=3 vs inputTo=2

Stack Trace:
java.lang.AssertionError: outputEndNode=3 vs inputTo=2
	at __randomizedtesting.SeedInfo.seed([36DA3E0E86C43DEC:B3B176FC1D6202C]:0)
	at org.apache.lucene.analysis.core.FlattenGraphFilter.incrementToken(FlattenGraphFilter.java:335)
	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:77)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:717)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:631)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:559)
	at org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:875)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




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

[...truncated 64073 lines...]