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

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

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

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

Error Message:
Error from server at http://127.0.0.1:33555/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:33555/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([7531A29A907AED97:7D0644524BD49919]: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 13511 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 200386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-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> 200386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 200386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-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_7531A29A907AED97-001/data-dir-30-001
   [junit4]   2> 200387 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 200387 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 200388 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-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> 200389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-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_7531A29A907AED97-001/tempDir-001
   [junit4]   2> 200389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 200389 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 200389 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 200390 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 200489 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 44047
   [junit4]   2> 200489 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44047
   [junit4]   2> 200489 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44047
   [junit4]   2> 200489 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44047
   [junit4]   2> 200491 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200495 INFO  (zkConnectionManagerCallback-1599-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200495 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200501 INFO  (zkConnectionManagerCallback-1601-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200501 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200506 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200507 INFO  (zkConnectionManagerCallback-1603-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200508 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c05470002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c05470002, 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 0x101846c05470002, 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> 200611 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 200611 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 200611 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 200611 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 200611 INFO  (jetty-launcher-1604-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 200611 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 200611 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 200611 INFO  (jetty-launcher-1604-thread-3) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 200612 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 200612 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 200612 INFO  (jetty-launcher-1604-thread-4) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 200613 INFO  (jetty-launcher-1604-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 200622 INFO  (jetty-launcher-1604-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 200622 INFO  (jetty-launcher-1604-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 200622 INFO  (jetty-launcher-1604-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 200623 INFO  (jetty-launcher-1604-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@481370b7{/solr,null,AVAILABLE}
   [junit4]   2> 200651 INFO  (jetty-launcher-1604-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 200651 INFO  (jetty-launcher-1604-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 200651 INFO  (jetty-launcher-1604-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 200661 INFO  (jetty-launcher-1604-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 200661 INFO  (jetty-launcher-1604-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 200661 INFO  (jetty-launcher-1604-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 200663 INFO  (jetty-launcher-1604-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 200663 INFO  (jetty-launcher-1604-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 200663 INFO  (jetty-launcher-1604-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 200663 INFO  (jetty-launcher-1604-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64695a87{/solr,null,AVAILABLE}
   [junit4]   2> 200666 INFO  (jetty-launcher-1604-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33f44613{/solr,null,AVAILABLE}
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7164c3c2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46513}
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-4) [     ] o.e.j.s.Server Started @200694ms
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46513}
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5cbc1df4{/solr,null,AVAILABLE}
   [junit4]   2> 200667 ERROR (jetty-launcher-1604-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T20:00:45.862Z
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@77d05db5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38091}
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-1) [     ] o.e.j.s.Server Started @200694ms
   [junit4]   2> 200667 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38091}
   [junit4]   2> 200668 ERROR (jetty-launcher-1604-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 200668 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 200668 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 200668 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 200668 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 200668 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T20:00:45.863Z
   [junit4]   2> 200669 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200673 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200673 INFO  (jetty-launcher-1604-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@64373792{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43201}
   [junit4]   2> 200673 INFO  (jetty-launcher-1604-thread-3) [     ] o.e.j.s.Server Started @200700ms
   [junit4]   2> 200673 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43201}
   [junit4]   2> 200673 ERROR (jetty-launcher-1604-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 200674 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 200674 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 200674 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 200674 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 200674 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T20:00:45.869Z
   [junit4]   2> 200675 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200675 INFO  (jetty-launcher-1604-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4fc29c28{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40795}
   [junit4]   2> 200675 INFO  (jetty-launcher-1604-thread-2) [     ] o.e.j.s.Server Started @200702ms
   [junit4]   2> 200675 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40795}
   [junit4]   2> 200675 ERROR (jetty-launcher-1604-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 200675 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 200675 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 200675 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 200675 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 200675 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T20:00:45.870Z
   [junit4]   2> 200676 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200677 INFO  (zkConnectionManagerCallback-1608-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200677 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200677 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 200677 INFO  (zkConnectionManagerCallback-1606-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200677 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200678 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 200679 INFO  (zkConnectionManagerCallback-1610-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200679 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200679 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 200692 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 200692 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 200692 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 200693 WARN  (jetty-launcher-1604-thread-1-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c05470004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c05470004, 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 0x101846c05470004, 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> 200693 INFO  (zkConnectionManagerCallback-1612-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200693 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200693 WARN  (jetty-launcher-1604-thread-4-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c05470003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c05470003, 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 0x101846c05470003, 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> 200693 WARN  (jetty-launcher-1604-thread-3-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c05470005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c05470005, 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 0x101846c05470005, 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> 200799 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 200802 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 201081 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 201084 WARN  (jetty-launcher-1604-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@15686c39[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201084 WARN  (jetty-launcher-1604-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@15686c39[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201087 WARN  (jetty-launcher-1604-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c1d4938[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201087 WARN  (jetty-launcher-1604-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c1d4938[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201088 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44047/solr
   [junit4]   2> 201091 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 201111 INFO  (zkConnectionManagerCallback-1632-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201112 INFO  (jetty-launcher-1604-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 201116 WARN  (jetty-launcher-1604-thread-4-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c05470007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c05470007, 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 0x101846c05470007, 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> 201247 INFO  (jetty-launcher-1604-thread-4) [n:127.0.0.1:46513_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 201263 INFO  (zkConnectionManagerCallback-1634-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201263 INFO  (jetty-launcher-1604-thread-4) [n:127.0.0.1:46513_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 201368 INFO  (jetty-launcher-1604-thread-4) [n:127.0.0.1:46513_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46513_solr
   [junit4]   2> 201368 INFO  (jetty-launcher-1604-thread-4) [n:127.0.0.1:46513_solr     ] o.a.s.c.Overseer Overseer (id=72484668494512136-127.0.0.1:46513_solr-n_0000000000) starting
   [junit4]   2> 201375 INFO  (OverseerStateUpdate-72484668494512136-127.0.0.1:46513_solr-n_0000000000) [n:127.0.0.1:46513_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46513_solr
   [junit4]   2> 201399 INFO  (jetty-launcher-1604-thread-4) [n:127.0.0.1:46513_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46513_solr
   [junit4]   2> 201402 INFO  (jetty-launcher-1604-thread-4) [n:127.0.0.1:46513_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 201403 WARN  (jetty-launcher-1604-thread-4) [n:127.0.0.1:46513_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> 201409 INFO  (zkCallback-1633-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 201433 INFO  (jetty-launcher-1604-thread-4) [n:127.0.0.1:46513_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_7531A29A907AED97-001/tempDir-001/node4
   [junit4]   2> 201469 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 201470 WARN  (jetty-launcher-1604-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@66fe5ac8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201470 WARN  (jetty-launcher-1604-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@66fe5ac8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201473 WARN  (jetty-launcher-1604-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@798586bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201473 WARN  (jetty-launcher-1604-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@798586bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201473 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44047/solr
   [junit4]   2> 201474 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 201476 INFO  (zkConnectionManagerCallback-1652-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201476 INFO  (jetty-launcher-1604-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 201578 INFO  (jetty-launcher-1604-thread-3) [n:127.0.0.1:43201_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 201579 INFO  (zkConnectionManagerCallback-1654-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201579 INFO  (jetty-launcher-1604-thread-3) [n:127.0.0.1:43201_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 201582 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 201583 INFO  (jetty-launcher-1604-thread-3) [n:127.0.0.1:43201_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 201587 INFO  (jetty-launcher-1604-thread-3) [n:127.0.0.1:43201_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43201_solr as DOWN
   [junit4]   2> 201587 WARN  (jetty-launcher-1604-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2b03043f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201587 WARN  (jetty-launcher-1604-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2b03043f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201588 INFO  (jetty-launcher-1604-thread-3) [n:127.0.0.1:43201_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 201588 INFO  (jetty-launcher-1604-thread-3) [n:127.0.0.1:43201_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43201_solr
   [junit4]   2> 201589 INFO  (zkCallback-1633-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 201593 INFO  (jetty-launcher-1604-thread-3) [n:127.0.0.1:43201_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 201593 WARN  (jetty-launcher-1604-thread-3) [n:127.0.0.1:43201_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> 201600 WARN  (jetty-launcher-1604-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@585b0da9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201600 WARN  (jetty-launcher-1604-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@585b0da9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201601 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44047/solr
   [junit4]   2> 201607 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 201611 INFO  (zkConnectionManagerCallback-1665-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201611 INFO  (jetty-launcher-1604-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 201612 INFO  (zkCallback-1653-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 201612 WARN  (jetty-launcher-1604-thread-2-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c0547000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c0547000b, 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 0x101846c0547000b, 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> 201616 INFO  (jetty-launcher-1604-thread-3) [n:127.0.0.1:43201_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_7531A29A907AED97-001/tempDir-001/node3
   [junit4]   2> 201713 INFO  (jetty-launcher-1604-thread-2) [n:127.0.0.1:40795_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 201715 INFO  (zkConnectionManagerCallback-1670-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201715 INFO  (jetty-launcher-1604-thread-2) [n:127.0.0.1:40795_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 201719 INFO  (jetty-launcher-1604-thread-2) [n:127.0.0.1:40795_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 201723 INFO  (jetty-launcher-1604-thread-2) [n:127.0.0.1:40795_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40795_solr as DOWN
   [junit4]   2> 201724 INFO  (jetty-launcher-1604-thread-2) [n:127.0.0.1:40795_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 201724 INFO  (jetty-launcher-1604-thread-2) [n:127.0.0.1:40795_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40795_solr
   [junit4]   2> 201725 INFO  (zkCallback-1653-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 201725 INFO  (zkCallback-1633-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 201732 INFO  (jetty-launcher-1604-thread-2) [n:127.0.0.1:40795_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 201732 WARN  (jetty-launcher-1604-thread-2) [n:127.0.0.1:40795_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> 201733 INFO  (zkCallback-1669-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 201745 INFO  (jetty-launcher-1604-thread-2) [n:127.0.0.1:40795_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_7531A29A907AED97-001/tempDir-001/node2
   [junit4]   2> 202193 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 202195 WARN  (jetty-launcher-1604-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d64c10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 202195 WARN  (jetty-launcher-1604-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d64c10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 202198 WARN  (jetty-launcher-1604-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@38b5de42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 202198 WARN  (jetty-launcher-1604-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@38b5de42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 202199 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44047/solr
   [junit4]   2> 202200 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 202201 INFO  (zkConnectionManagerCallback-1684-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202201 INFO  (jetty-launcher-1604-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 202202 WARN  (jetty-launcher-1604-thread-1-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c0547000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c0547000d, 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 0x101846c0547000d, 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> 202304 INFO  (jetty-launcher-1604-thread-1) [n:127.0.0.1:38091_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 202304 INFO  (zkConnectionManagerCallback-1686-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202304 INFO  (jetty-launcher-1604-thread-1) [n:127.0.0.1:38091_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 202309 INFO  (jetty-launcher-1604-thread-1) [n:127.0.0.1:38091_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 202312 INFO  (jetty-launcher-1604-thread-1) [n:127.0.0.1:38091_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38091_solr as DOWN
   [junit4]   2> 202313 INFO  (jetty-launcher-1604-thread-1) [n:127.0.0.1:38091_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 202313 INFO  (jetty-launcher-1604-thread-1) [n:127.0.0.1:38091_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38091_solr
   [junit4]   2> 202314 INFO  (zkCallback-1653-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202314 INFO  (zkCallback-1633-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202314 INFO  (zkCallback-1669-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202315 INFO  (zkCallback-1685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202316 INFO  (jetty-launcher-1604-thread-1) [n:127.0.0.1:38091_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 202316 WARN  (jetty-launcher-1604-thread-1) [n:127.0.0.1:38091_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> 202344 INFO  (jetty-launcher-1604-thread-1) [n:127.0.0.1:38091_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_7531A29A907AED97-001/tempDir-001/node1
   [junit4]   2> 202355 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 202355 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 202357 INFO  (zkConnectionManagerCallback-1697-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202357 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 202358 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 202362 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44047/solr ready
   [junit4]   2> 202365 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1949672430
   [junit4]   2> 202365 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46513_solr
   [junit4]   2> 202366 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 202366 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46513_solr as DOWN
   [junit4]   2> 202384 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 202387 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 202387 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 202387 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 202387 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 202411 INFO  (closeThreadPool-1702-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72484668494512136-127.0.0.1:46513_solr-n_0000000000) closing
   [junit4]   2> 202415 INFO  (OverseerStateUpdate-72484668494512136-127.0.0.1:46513_solr-n_0000000000) [n:127.0.0.1:46513_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46513_solr
   [junit4]   2> 202427 INFO  (OverseerAutoScalingTriggerThread-72484668494512136-127.0.0.1:46513_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 202434 INFO  (zkCallback-1669-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 202434 INFO  (zkCallback-1653-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 202436 INFO  (zkCallback-1653-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43201_solr
   [junit4]   2> 202437 INFO  (zkCallback-1653-thread-2) [n:127.0.0.1:43201_solr     ] o.a.s.c.Overseer Overseer (id=72484668494512138-127.0.0.1:43201_solr-n_0000000001) starting
   [junit4]   2> 202449 INFO  (zkCallback-1685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 202450 INFO  (zkCallback-1696-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 202456 INFO  (OverseerStateUpdate-72484668494512138-127.0.0.1:43201_solr-n_0000000001) [n:127.0.0.1:43201_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43201_solr
   [junit4]   2> 202467 INFO  (closeThreadPool-1702-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72484668494512136-127.0.0.1:46513_solr-n_0000000000) closing
   [junit4]   2> 202534 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.Overseer Overseer (id=72484668494512136-127.0.0.1:46513_solr-n_0000000000) closing
   [junit4]   2> 202535 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7164c3c2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 202538 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@481370b7{/solr,null,STOPPED}
   [junit4]   2> 202538 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 202539 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 202539 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 202539 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 202540 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 202540 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 202540 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 202543 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e35621a{/solr,null,AVAILABLE}
   [junit4]   2> 202543 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@26a2e745{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40959}
   [junit4]   2> 202544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.Server Started @202570ms
   [junit4]   2> 202544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36477}
   [junit4]   2> 202544 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 202544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 202544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 202544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 202544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 202544 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T20:00:47.739Z
   [junit4]   2> 202545 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 202546 INFO  (zkConnectionManagerCallback-1708-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202546 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 202547 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 202552 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 202552 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c05470010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c05470010, 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 0x101846c05470010, 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> 203766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 203767 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4856acc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203767 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4856acc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203769 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@495226da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203769 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@495226da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203770 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44047/solr
   [junit4]   2> 203771 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 203774 INFO  (zkConnectionManagerCallback-1719-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203774 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 203775 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c05470011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c05470011, 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 0x101846c05470011, 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> 203876 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:36477_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 203877 INFO  (zkConnectionManagerCallback-1721-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203877 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:36477_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 203881 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:36477_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 203884 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:36477_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36477_solr as DOWN
   [junit4]   2> 203885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:36477_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 203885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:36477_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36477_solr
   [junit4]   2> 203886 INFO  (zkCallback-1653-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203886 INFO  (zkCallback-1696-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203886 INFO  (zkCallback-1685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203886 INFO  (zkCallback-1669-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203887 INFO  (zkCallback-1720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:36477_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 203888 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:36477_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> 203905 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:36477_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_7531A29A907AED97-001/tempDir-001/node4
   [junit4]   2> 203913 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 203914 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:40959/solr. Proxy: http://127.0.0.1:36477/solr
   [junit4]   2> 203914 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2071919176
   [junit4]   2> 203914 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43201_solr
   [junit4]   2> 203915 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 203915 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43201_solr as DOWN
   [junit4]   2> 203923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 203923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 203923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 203923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 203927 INFO  (closeThreadPool-1732-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72484668494512138-127.0.0.1:43201_solr-n_0000000001) closing
   [junit4]   2> 203931 INFO  (OverseerStateUpdate-72484668494512138-127.0.0.1:43201_solr-n_0000000001) [n:127.0.0.1:43201_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43201_solr
   [junit4]   2> 203932 INFO  (OverseerAutoScalingTriggerThread-72484668494512138-127.0.0.1:43201_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 203932 INFO  (zkCallback-1669-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 203932 INFO  (zkCallback-1685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 203933 INFO  (zkCallback-1696-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 203936 INFO  (zkCallback-1720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 203936 INFO  (closeThreadPool-1732-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72484668494512138-127.0.0.1:43201_solr-n_0000000001) closing
   [junit4]   2> 203936 INFO  (zkCallback-1669-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40795_solr
   [junit4]   2> 203937 INFO  (zkCallback-1669-thread-2) [n:127.0.0.1:40795_solr     ] o.a.s.c.Overseer Overseer (id=72484668494512140-127.0.0.1:40795_solr-n_0000000002) starting
   [junit4]   2> 203943 INFO  (OverseerStateUpdate-72484668494512140-127.0.0.1:40795_solr-n_0000000002) [n:127.0.0.1:40795_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40795_solr
   [junit4]   2> 204032 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.Overseer Overseer (id=72484668494512138-127.0.0.1:43201_solr-n_0000000001) closing
   [junit4]   2> 204033 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@64373792{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 204034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@33f44613{/solr,null,STOPPED}
   [junit4]   2> 204034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 204034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 204034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 204034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 204035 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 204035 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 204035 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 204035 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7285b84{/solr,null,AVAILABLE}
   [junit4]   2> 204036 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3dc7b0bb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38023}
   [junit4]   2> 204036 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.Server Started @204063ms
   [junit4]   2> 204036 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34855}
   [junit4]   2> 204037 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 204037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 204037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 204037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 204037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 204037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T20:00:49.232Z
   [junit4]   2> 204039 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204041 INFO  (zkConnectionManagerCallback-1738-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 204046 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 204046 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c05470013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c05470013, 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 0x101846c05470013, 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> 204372 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 204373 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@247ce56c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 204373 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@247ce56c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 204376 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3bc20b26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 204376 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3bc20b26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 204377 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44047/solr
   [junit4]   2> 204377 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204378 INFO  (zkConnectionManagerCallback-1749-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204378 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204480 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204481 INFO  (zkConnectionManagerCallback-1751-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204481 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204486 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 204489 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34855_solr as DOWN
   [junit4]   2> 204490 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 204490 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34855_solr
   [junit4]   2> 204492 INFO  (zkCallback-1669-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 204492 INFO  (zkCallback-1685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 204492 INFO  (zkCallback-1720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 204492 INFO  (zkCallback-1696-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 204492 INFO  (zkCallback-1750-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 204493 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 204494 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:34855_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> 204510 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:34855_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_7531A29A907AED97-001/tempDir-001/node3
   [junit4]   2> 204517 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 204518 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:38023/solr. Proxy: http://127.0.0.1:34855/solr
   [junit4]   2> 204518 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1280852887
   [junit4]   2> 204518 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40795_solr
   [junit4]   2> 204518 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 204518 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:40795_solr as DOWN
   [junit4]   2> 204523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 204523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 204523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 204523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 204527 INFO  (closeThreadPool-1762-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72484668494512140-127.0.0.1:40795_solr-n_0000000002) closing
   [junit4]   2> 204527 INFO  (OverseerStateUpdate-72484668494512140-127.0.0.1:40795_solr-n_0000000002) [n:127.0.0.1:40795_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40795_solr
   [junit4]   2> 204528 INFO  (OverseerAutoScalingTriggerThread-72484668494512140-127.0.0.1:40795_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 204536 INFO  (closeThreadPool-1762-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72484668494512140-127.0.0.1:40795_solr-n_0000000002) closing
   [junit4]   2> 204536 INFO  (zkCallback-1750-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 204536 WARN  (jetty-launcher-1604-thread-2-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c0547000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c0547000c, 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 0x101846c0547000c, 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> 204537 INFO  (zkCallback-1696-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 204537 INFO  (zkCallback-1720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 204537 INFO  (zkCallback-1685-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38091_solr
   [junit4]   2> 204538 INFO  (zkCallback-1685-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 204538 INFO  (zkCallback-1685-thread-1) [n:127.0.0.1:38091_solr     ] o.a.s.c.Overseer Overseer (id=72484668494512142-127.0.0.1:38091_solr-n_0000000003) starting
   [junit4]   2> 204544 INFO  (OverseerStateUpdate-72484668494512142-127.0.0.1:38091_solr-n_0000000003) [n:127.0.0.1:38091_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38091_solr
   [junit4]   2> 204637 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.Overseer Overseer (id=72484668494512140-127.0.0.1:40795_solr-n_0000000002) closing
   [junit4]   2> 204638 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4fc29c28{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 204638 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5cbc1df4{/solr,null,STOPPED}
   [junit4]   2> 204638 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 204639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 204639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 204639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 204640 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 204640 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 204640 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 204640 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5dd968e6{/solr,null,AVAILABLE}
   [junit4]   2> 204641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@44397d2a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43345}
   [junit4]   2> 204641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.s.Server Started @204668ms
   [junit4]   2> 204641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33555}
   [junit4]   2> 204641 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 204641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 204641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 204641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 204641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 204641 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T20:00:49.836Z
   [junit4]   2> 204642 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204643 INFO  (zkConnectionManagerCallback-1768-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204643 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204643 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 204648 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 205246 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 205247 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5eb76a95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 205247 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5eb76a95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 205250 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6e5b7844[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 205250 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6e5b7844[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 205251 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44047/solr
   [junit4]   2> 205252 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 205253 INFO  (zkConnectionManagerCallback-1779-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 205253 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 205355 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:33555_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 205356 INFO  (zkConnectionManagerCallback-1781-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 205356 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:33555_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 205361 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:33555_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 205372 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:33555_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33555_solr as DOWN
   [junit4]   2> 205372 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:33555_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 205372 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:33555_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33555_solr
   [junit4]   2> 205377 INFO  (zkCallback-1720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 205377 INFO  (zkCallback-1685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 205377 INFO  (zkCallback-1696-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 205377 INFO  (zkCallback-1750-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 205378 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:33555_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 205378 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:33555_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> 205383 INFO  (zkCallback-1780-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 205395 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [n:127.0.0.1:33555_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Luc

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

047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c05470015.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c05470015, 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 0x101846c05470015, 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> 227483 INFO  (zkCallback-1810-thread-6) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 227485 INFO  (closeThreadPool-1890-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72484668494512149-127.0.0.1:34855_solr-n_0000000005) closing
   [junit4]   2> 227487 INFO  (closeThreadPool-1892-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72484668494512146-127.0.0.1:36477_solr-n_0000000004) closing
   [junit4]   2> 227487 INFO  (closeThreadPool-1892-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72484668494512146-127.0.0.1:36477_solr-n_0000000004) closing
   [junit4]   2> 227491 WARN  (zkConnectionManagerCallback-1811-thread-1-SendThread(127.0.0.1:44047)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101846c0547001f.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101846c0547001f, 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 0x101846c0547001f, 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> 227584 INFO  (jetty-closer-1872-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@44397d2a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 227585 INFO  (jetty-closer-1872-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5dd968e6{/solr,null,STOPPED}
   [junit4]   2> 227585 INFO  (jetty-closer-1872-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 227684 INFO  (jetty-closer-1872-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@552c6f25{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 227685 INFO  (jetty-closer-1872-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f09d319{/solr,null,STOPPED}
   [junit4]   2> 227685 INFO  (jetty-closer-1872-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 227784 INFO  (jetty-closer-1872-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72484668494512146-127.0.0.1:36477_solr-n_0000000004) closing
   [junit4]   2> 227884 INFO  (jetty-closer-1872-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72484668494512149-127.0.0.1:34855_solr-n_0000000005) closing
   [junit4]   2> 227885 INFO  (jetty-closer-1872-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3dc7b0bb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 227885 INFO  (jetty-closer-1872-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7285b84{/solr,null,STOPPED}
   [junit4]   2> 227885 INFO  (jetty-closer-1872-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 228652 ERROR (recoveryExecutor-1717-thread-1-processing-n:127.0.0.1:36477_solr x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2 c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 r:core_node4) [n:127.0.0.1:36477_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> 228654 INFO  (jetty-closer-1872-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@26a2e745{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 228655 INFO  (jetty-closer-1872-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e35621a{/solr,null,STOPPED}
   [junit4]   2> 228655 INFO  (jetty-closer-1872-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 228655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 228858 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> 	11	/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> 	8	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	72	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	41	/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> 	14	/solr/clusterstate.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72484668494512155-127.0.0.1:45323_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72484668494512152-127.0.0.1:33555_solr-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	107	/solr/live_nodes
   [junit4]   2> 	98	/solr/overseer/queue
   [junit4]   2> 	53	/solr/collections
   [junit4]   2> 	29	/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> 228860 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44047
   [junit4]   2> 228861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44047
   [junit4]   2> 228861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7531A29A907AED97]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44047
   [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_7531A29A907AED97-001
   [junit4]   2> Nov 15, 2020 8:01:14 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {_root_=Lucene84, fieldName_s=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=138, maxMBSortInHeap=5.731864990525311, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-US, timezone=Mexico/BajaNorte
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=332424664,total=510656512
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackupRepositoryFactory, DistribCursorPagingTest, TestSimNodeLostTrigger, CdcrVersionReplicationTest, TestDistributedMissingSort, RegexBoostProcessorTest, SchemaVersionSpecificBehaviorTest, BasicAuthIntegrationTest, TestLFUCache, TestLegacyTerms, TestValueSourceCache, SolrMetricsIntegrationTest, DisMaxRequestHandlerTest, URLClassifyProcessorTest, FieldAnalysisRequestHandlerTest, TestNestedDocsSort, PeerSyncWithBufferUpdatesTest, PrimitiveFieldTypeTest, DirectUpdateHandlerTest, AutoScalingHandlerTest, SolrSlf4jReporterTest, TestPullReplicaErrorHandling]
   [junit4] Completed [81/921 (1!)] on J0 in 29.02s, 4 tests, 1 error <<< FAILURES!

[...truncated 53516 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 812 - 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/812/

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

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


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([EFB1F8A40ED232FA:76D5546FD3A28DA]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1015)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:975)
	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 434860608 and allocated threshold 398327808

	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:325)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2641)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:332)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:314)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:989)
	... 45 more




Build Log:
[...truncated 15113 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1552229 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-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> 1552229 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-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_EFB1F8A40ED232FA-001/data-dir-152-001
   [junit4]   2> 1552229 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1552230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-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> 1552230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1552230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-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_EFB1F8A40ED232FA-001/tempDir-001
   [junit4]   2> 1552231 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1552231 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1552231 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1552232 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1552331 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 41999
   [junit4]   2> 1552331 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:41999
   [junit4]   2> 1552331 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41999
   [junit4]   2> 1552331 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41999
   [junit4]   2> 1552341 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552343 INFO  (zkConnectionManagerCallback-13658-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552343 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552347 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552352 INFO  (zkConnectionManagerCallback-13660-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552352 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552353 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552359 INFO  (zkConnectionManagerCallback-13662-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552359 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552362 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker-SendThread(127.0.0.1:41999)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101857641ca0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101857641ca0002, 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 0x101857641ca0002, 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> 1552463 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1552463 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1552463 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1552463 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1552463 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1552463 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1552463 INFO  (jetty-launcher-13663-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1552464 INFO  (jetty-launcher-13663-thread-3) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1552464 INFO  (jetty-launcher-13663-thread-4) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1552465 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1552465 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1552465 INFO  (jetty-launcher-13663-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1552477 INFO  (jetty-launcher-13663-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1552477 INFO  (jetty-launcher-13663-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1552477 INFO  (jetty-launcher-13663-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1552477 INFO  (jetty-launcher-13663-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4fe1ec37{/solr,null,AVAILABLE}
   [junit4]   2> 1552477 INFO  (jetty-launcher-13663-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1552477 INFO  (jetty-launcher-13663-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1552477 INFO  (jetty-launcher-13663-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1552477 INFO  (jetty-launcher-13663-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6090d8e5{/solr,null,AVAILABLE}
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3e774363{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45657}
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-2) [     ] o.e.j.s.Server Started @1552505ms
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2966489f{/solr,null,AVAILABLE}
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45657}
   [junit4]   2> 1552478 ERROR (jetty-launcher-13663-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@685d9a2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37637}
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T00:53:58.013Z
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.e.j.s.Server Started @1552506ms
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37637}
   [junit4]   2> 1552478 ERROR (jetty-launcher-13663-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1552478 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T00:53:58.013Z
   [junit4]   2> 1552479 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552486 INFO  (jetty-launcher-13663-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52a632a5{/solr,null,AVAILABLE}
   [junit4]   2> 1552487 INFO  (jetty-launcher-13663-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@62d0aab9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38157}
   [junit4]   2> 1552487 INFO  (jetty-launcher-13663-thread-4) [     ] o.e.j.s.Server Started @1552514ms
   [junit4]   2> 1552487 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38157}
   [junit4]   2> 1552487 ERROR (jetty-launcher-13663-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1552487 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1552487 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1552487 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1552487 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1552487 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T00:53:58.022Z
   [junit4]   2> 1552488 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552488 INFO  (zkConnectionManagerCallback-13665-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552488 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552489 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1552489 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552490 INFO  (zkConnectionManagerCallback-13669-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552490 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552490 INFO  (zkConnectionManagerCallback-13667-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552490 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552490 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1552490 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@50b3dce5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39635}
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-3) [     ] o.e.j.s.Server Started @1552520ms
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39635}
   [junit4]   2> 1552493 ERROR (jetty-launcher-13663-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T00:53:58.028Z
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1552493 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1552494 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1552495 INFO  (zkConnectionManagerCallback-13671-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552495 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1552494 WARN  (jetty-launcher-13663-thread-4-SendThread(127.0.0.1:41999)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101857641ca0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101857641ca0005, 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 0x101857641ca0005, 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> 1552495 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1552498 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1553319 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1553320 WARN  (jetty-launcher-13663-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@34455d68[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553320 WARN  (jetty-launcher-13663-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@34455d68[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553329 WARN  (jetty-launcher-13663-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a55b4cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553329 WARN  (jetty-launcher-13663-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a55b4cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553330 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41999/solr
   [junit4]   2> 1553334 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553334 INFO  (zkConnectionManagerCallback-13691-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553335 INFO  (jetty-launcher-13663-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1553438 INFO  (jetty-launcher-13663-thread-2) [n:127.0.0.1:45657_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553439 INFO  (zkConnectionManagerCallback-13693-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553439 INFO  (jetty-launcher-13663-thread-2) [n:127.0.0.1:45657_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1553502 INFO  (jetty-launcher-13663-thread-2) [n:127.0.0.1:45657_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45657_solr
   [junit4]   2> 1553502 INFO  (jetty-launcher-13663-thread-2) [n:127.0.0.1:45657_solr     ] o.a.s.c.Overseer Overseer (id=72485811971031048-127.0.0.1:45657_solr-n_0000000000) starting
   [junit4]   2> 1553509 INFO  (OverseerStateUpdate-72485811971031048-127.0.0.1:45657_solr-n_0000000000) [n:127.0.0.1:45657_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45657_solr
   [junit4]   2> 1553517 INFO  (jetty-launcher-13663-thread-2) [n:127.0.0.1:45657_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45657_solr
   [junit4]   2> 1553519 INFO  (jetty-launcher-13663-thread-2) [n:127.0.0.1:45657_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1553519 WARN  (jetty-launcher-13663-thread-2) [n:127.0.0.1:45657_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> 1553530 INFO  (zkCallback-13692-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1553535 INFO  (jetty-launcher-13663-thread-2) [n:127.0.0.1:45657_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_EFB1F8A40ED232FA-001/tempDir-001/node2
   [junit4]   2> 1553612 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1553613 WARN  (jetty-launcher-13663-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@598a54e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553613 WARN  (jetty-launcher-13663-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@598a54e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553617 WARN  (jetty-launcher-13663-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2129eb55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553617 WARN  (jetty-launcher-13663-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2129eb55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553618 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41999/solr
   [junit4]   2> 1553619 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553619 INFO  (zkConnectionManagerCallback-13711-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553620 INFO  (jetty-launcher-13663-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1553620 WARN  (jetty-launcher-13663-thread-1-SendThread(127.0.0.1:41999)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101857641ca0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101857641ca0009, 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 0x101857641ca0009, 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> 1553624 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1553624 WARN  (jetty-launcher-13663-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@491ddef2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553625 WARN  (jetty-launcher-13663-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@491ddef2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553626 WARN  (jetty-launcher-13663-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d55a724[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553626 WARN  (jetty-launcher-13663-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d55a724[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553627 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41999/solr
   [junit4]   2> 1553630 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553633 INFO  (zkConnectionManagerCallback-13719-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553633 INFO  (jetty-launcher-13663-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1553634 WARN  (jetty-launcher-13663-thread-3-SendThread(127.0.0.1:41999)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101857641ca000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101857641ca000a, 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 0x101857641ca000a, 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> 1553721 INFO  (jetty-launcher-13663-thread-1) [n:127.0.0.1:37637_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553722 INFO  (zkConnectionManagerCallback-13721-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553722 INFO  (jetty-launcher-13663-thread-1) [n:127.0.0.1:37637_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1553725 INFO  (jetty-launcher-13663-thread-1) [n:127.0.0.1:37637_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1553728 INFO  (jetty-launcher-13663-thread-1) [n:127.0.0.1:37637_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37637_solr as DOWN
   [junit4]   2> 1553728 INFO  (jetty-launcher-13663-thread-1) [n:127.0.0.1:37637_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1553729 INFO  (jetty-launcher-13663-thread-1) [n:127.0.0.1:37637_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37637_solr
   [junit4]   2> 1553729 INFO  (zkCallback-13692-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1553730 INFO  (jetty-launcher-13663-thread-1) [n:127.0.0.1:37637_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1553731 WARN  (jetty-launcher-13663-thread-1) [n:127.0.0.1:37637_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> 1553741 INFO  (zkCallback-13720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1553760 INFO  (jetty-launcher-13663-thread-1) [n:127.0.0.1:37637_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_EFB1F8A40ED232FA-001/tempDir-001/node1
   [junit4]   2> 1553821 INFO  (jetty-launcher-13663-thread-3) [n:127.0.0.1:39635_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553822 INFO  (zkConnectionManagerCallback-13729-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553822 INFO  (jetty-launcher-13663-thread-3) [n:127.0.0.1:39635_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1553826 INFO  (jetty-launcher-13663-thread-3) [n:127.0.0.1:39635_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1553829 INFO  (jetty-launcher-13663-thread-3) [n:127.0.0.1:39635_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39635_solr as DOWN
   [junit4]   2> 1553829 INFO  (jetty-launcher-13663-thread-3) [n:127.0.0.1:39635_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1553829 INFO  (jetty-launcher-13663-thread-3) [n:127.0.0.1:39635_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39635_solr
   [junit4]   2> 1553830 INFO  (zkCallback-13692-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1553830 INFO  (zkCallback-13720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1553830 INFO  (zkCallback-13728-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1553831 INFO  (jetty-launcher-13663-thread-3) [n:127.0.0.1:39635_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1553832 WARN  (jetty-launcher-13663-thread-3) [n:127.0.0.1:39635_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> 1553841 INFO  (jetty-launcher-13663-thread-3) [n:127.0.0.1:39635_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_EFB1F8A40ED232FA-001/tempDir-001/node3
   [junit4]   2> 1553882 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1553882 WARN  (jetty-launcher-13663-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5731cb03[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553883 WARN  (jetty-launcher-13663-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5731cb03[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553885 WARN  (jetty-launcher-13663-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@31d6c525[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553885 WARN  (jetty-launcher-13663-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@31d6c525[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1553886 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41999/solr
   [junit4]   2> 1553886 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553887 INFO  (zkConnectionManagerCallback-13743-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553887 INFO  (jetty-launcher-13663-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1553989 INFO  (jetty-launcher-13663-thread-4) [n:127.0.0.1:38157_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1553989 INFO  (zkConnectionManagerCallback-13745-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1553990 INFO  (jetty-launcher-13663-thread-4) [n:127.0.0.1:38157_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1554000 INFO  (jetty-launcher-13663-thread-4) [n:127.0.0.1:38157_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1554007 INFO  (jetty-launcher-13663-thread-4) [n:127.0.0.1:38157_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38157_solr as DOWN
   [junit4]   2> 1554007 INFO  (jetty-launcher-13663-thread-4) [n:127.0.0.1:38157_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1554007 INFO  (jetty-launcher-13663-thread-4) [n:127.0.0.1:38157_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38157_solr
   [junit4]   2> 1554008 INFO  (zkCallback-13720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1554008 INFO  (zkCallback-13692-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1554008 INFO  (zkCallback-13728-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1554009 INFO  (jetty-launcher-13663-thread-4) [n:127.0.0.1:38157_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1554010 WARN  (jetty-launcher-13663-thread-4) [n:127.0.0.1:38157_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> 1554019 INFO  (zkCallback-13744-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1554024 INFO  (jetty-launcher-13663-thread-4) [n:127.0.0.1:38157_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_EFB1F8A40ED232FA-001/tempDir-001/node4
   [junit4]   2> 1554041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1554042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1554042 INFO  (zkConnectionManagerCallback-13756-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1554042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1554043 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1554044 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41999/solr ready
   [junit4]   2> 1554047 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1399237483
   [junit4]   2> 1554047 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45657_solr
   [junit4]   2> 1554048 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1554048 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45657_solr as DOWN
   [junit4]   2> 1554061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1554061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1554061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1554061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1554061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1554062 INFO  (closeThreadPool-13761-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72485811971031048-127.0.0.1:45657_solr-n_0000000000) closing
   [junit4]   2> 1554066 INFO  (OverseerStateUpdate-72485811971031048-127.0.0.1:45657_solr-n_0000000000) [n:127.0.0.1:45657_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45657_solr
   [junit4]   2> 1554067 INFO  (OverseerAutoScalingTriggerThread-72485811971031048-127.0.0.1:45657_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1554072 INFO  (closeThreadPool-13761-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72485811971031048-127.0.0.1:45657_solr-n_0000000000) closing
   [junit4]   2> 1554072 WARN  (jetty-launcher-13663-thread-2-SendThread(127.0.0.1:41999)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101857641ca0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101857641ca0008, 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 0x101857641ca0008, 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> 1554073 INFO  (zkCallback-13728-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1554073 INFO  (zkCallback-13744-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1554073 INFO  (zkCallback-13720-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37637_solr
   [junit4]   2> 1554074 INFO  (zkCallback-13755-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1554074 INFO  (zkCallback-13720-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1554074 INFO  (zkCallback-13720-thread-1) [n:127.0.0.1:37637_solr     ] o.a.s.c.Overseer Overseer (id=72485811971031051-127.0.0.1:37637_solr-n_0000000001) starting
   [junit4]   2> 1554077 INFO  (OverseerStateUpdate-72485811971031051-127.0.0.1:37637_solr-n_0000000001) [n:127.0.0.1:37637_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37637_solr
   [junit4]   2> 1554173 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.Overseer Overseer (id=72485811971031048-127.0.0.1:45657_solr-n_0000000000) closing
   [junit4]   2> 1554174 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3e774363{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1554175 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4fe1ec37{/solr,null,STOPPED}
   [junit4]   2> 1554175 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1554175 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1554176 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1554176 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1554191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1554191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1554191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1554191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d67423c{/solr,null,AVAILABLE}
   [junit4]   2> 1554191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4472cd28{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:32821}
   [junit4]   2> 1554191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.Server Started @1554219ms
   [junit4]   2> 1554191 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46261}
   [junit4]   2> 1554192 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1554192 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1554192 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1554192 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1554192 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1554192 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T00:53:59.727Z
   [junit4]   2> 1554192 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1554193 INFO  (zkConnectionManagerCallback-13767-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1554193 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1554193 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1554198 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1554921 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1554922 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2219e643[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554922 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2219e643[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554924 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@13aadc4d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554924 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@13aadc4d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554926 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41999/solr
   [junit4]   2> 1554926 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1554927 INFO  (zkConnectionManagerCallback-13778-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1554927 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1555029 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:46261_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1555029 INFO  (zkConnectionManagerCallback-13780-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1555030 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:46261_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1555034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:46261_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1555040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:46261_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46261_solr as DOWN
   [junit4]   2> 1555042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:46261_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1555042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:46261_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46261_solr
   [junit4]   2> 1555043 INFO  (zkCallback-13728-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1555043 INFO  (zkCallback-13744-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1555043 INFO  (zkCallback-13755-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1555043 INFO  (zkCallback-13720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1555043 INFO  (zkCallback-13779-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1555044 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:46261_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1555045 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:46261_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> 1555059 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:46261_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_EFB1F8A40ED232FA-001/tempDir-001/node2
   [junit4]   2> 1555067 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1555068 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:32821/solr. Proxy: http://127.0.0.1:46261/solr
   [junit4]   2> 1555068 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1590491994
   [junit4]   2> 1555068 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37637_solr
   [junit4]   2> 1555069 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1555069 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37637_solr as DOWN
   [junit4]   2> 1555070 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1555070 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1555070 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1555070 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1555071 INFO  (closeThreadPool-13791-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72485811971031051-127.0.0.1:37637_solr-n_0000000001) closing
   [junit4]   2> 1555074 INFO  (OverseerStateUpdate-72485811971031051-127.0.0.1:37637_solr-n_0000000001) [n:127.0.0.1:37637_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37637_solr
   [junit4]   2> 1555077 INFO  (OverseerAutoScalingTriggerThread-72485811971031051-127.0.0.1:37637_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1555079 INFO  (zkCallback-13744-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1555079 INFO  (closeThreadPool-13791-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72485811971031051-127.0.0.1:37637_solr-n_0000000001) closing
   [junit4]   2> 1555079 WARN  (jetty-launcher-13663-thread-1-SendThread(127.0.0.1:41999)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101857641ca000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101857641ca000b, 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 0x101857641ca000b, 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> 1555081 INFO  (zkCallback-13779-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1555081 INFO  (zkCallback-13755-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1555082 INFO  (zkCallback-13728-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39635_solr
   [junit4]   2> 1555082 INFO  (zkCallback-13728-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1555082 INFO  (zkCallback-13728-thread-1) [n:127.0.0.1:39635_solr     ] o.a.s.c.Overseer Overseer (id=72485811971031052-127.0.0.1:39635_solr-n_0000000002) starting
   [junit4]   2> 1555085 INFO  (OverseerStateUpdate-72485811971031052-127.0.0.1:39635_solr-n_0000000002) [n:127.0.0.1:39635_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39635_solr
   [junit4]   2> 1555181 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.Overseer Overseer (id=72485811971031051-127.0.0.1:37637_solr-n_0000000001) closing
   [junit4]   2> 1555182 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@685d9a2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1555183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2966489f{/solr,null,STOPPED}
   [junit4]   2> 1555183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1555183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1555184 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1555184 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1555185 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1555185 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1555185 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1555186 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ec44690{/solr,null,AVAILABLE}
   [junit4]   2> 1555186 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3658eb26{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43353}
   [junit4]   2> 1555186 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.Server Started @1555213ms
   [junit4]   2> 1555186 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38423}
   [junit4]   2> 1555186 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1555186 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1555186 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1555186 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1555186 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1555186 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T00:54:00.721Z
   [junit4]   2> 1555189 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1555189 INFO  (zkConnectionManagerCallback-13797-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1555189 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1555190 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1555194 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1555612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1555613 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d20da48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1555613 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d20da48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1555616 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75d8ed7a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1555616 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75d8ed7a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1555617 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41999/solr
   [junit4]   2> 1555618 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1555618 INFO  (zkConnectionManagerCallback-13808-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1555618 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1555720 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:38423_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1555720 INFO  (zkConnectionManagerCallback-13810-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1555720 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:38423_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1555724 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:38423_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1555726 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:38423_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38423_solr as DOWN
   [junit4]   2> 1555727 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:38423_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1555727 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:38423_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38423_solr
   [junit4]   2> 1555728 INFO  (zkCallback-13728-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1555728 INFO  (zkCallback-13779-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1555728 INFO  (zkCallback-13755-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1555728 INFO  (zkCallback-13744-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1555729 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:38423_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1555729 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:38423_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> 1555741 INFO  (zkCallback-13809-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1555745 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:38423_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_EFB1F8A40ED232FA-001/tempDir-001/node1
   [junit4]   2> 1555758 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1555765 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:43353/solr. Proxy: http://127.0.0.1:38423/solr
   [junit4]   2> 1555765 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=425406895
   [junit4]   2> 1555765 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39635_solr
   [junit4]   2> 1555766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1555766 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39635_solr as DOWN
   [junit4]   2> 1555773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1555773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1555773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1555773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1555774 INFO  (closeThreadPool-13821-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72485811971031052-127.0.0.1:39635_solr-n_0000000002) closing
   [junit4]   2> 1555775 INFO  (OverseerStateUpdate-72485811971031052-127.0.0.1:39635_solr-n_0000000002) [n:127.0.0.1:39635_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39635_solr
   [junit4]   2> 1555775 INFO  (OverseerAutoScalingTriggerThread-72485811971031052-127.0.0.1:39635_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1555777 INFO  (closeThreadPool-13821-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72485811971031052-127.0.0.1:39635_solr-n_0000000002) closing
   [junit4]   2> 1555777 INFO  (zkCallback-13809-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1555777 INFO  (zkCallback-13779-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1555777 WARN  (jetty-launcher-13663-thread-3-SendThread(127.0.0.1:41999)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101857641ca000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101857641ca000c, 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 0x101857641ca000c, 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> 1555777 INFO  (zkCallback-13755-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1555777 INFO  (zkCallback-13744-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38157_solr
   [junit4]   2> 1555778 INFO  (zkCallback-13744-thread-1) [n:127.0.0.1:38157_solr     ] o.a.s.c.Overseer Overseer (id=72485811971031054-127.0.0.1:38157_solr-n_0000000003) starting
   [junit4]   2> 1555784 INFO  (zkCallback-13744-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1555793 INFO  (OverseerStateUpdate-72485811971031054-127.0.0.1:38157_solr-n_0000000003) [n:127.0.0.1:38157_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38157_solr
   [junit4]   2> 1555884 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.Overseer Overseer (id=72485811971031052-127.0.0.1:39635_solr-n_0000000002) closing
   [junit4]   2> 1555885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@50b3dce5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1555885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@52a632a5{/solr,null,STOPPED}
   [junit4]   2> 1555885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1555885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1555885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1555885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77f1217c{/solr,null,AVAILABLE}
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@fe8c8a2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35469}
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.s.Server Started @1555916ms
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39385}
   [junit4]   2> 1555888 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1555888 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-16T00:54:01.423Z
   [junit4]   2> 1555889 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1555893 INFO  (zkConnectionManagerCallback-13827-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1555893 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1555893 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1555897 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1555898 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker-SendThread(127.0.0.1:41999)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101857641ca0016.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101857641ca0016, 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 0x101857641ca0016, 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> 1556532 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1556538 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2388706c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1556538 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2388706c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1556557 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a00d9e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1556557 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a00d9e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1556558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41999/solr
   [junit4]   2> 1556578 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1556588 INFO  (zkConnectionManagerCallback-13838-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1556588 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1556691 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[EFB1F8A40ED232FA]-worker) [n:127.0.0.1:39385_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1556713 INFO  (zkConnectionManagerCallback-13840-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected

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

2> 2481381 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[EFB1F8A40ED232FA]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 2481381 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[EFB1F8A40ED232FA]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBFakeMemoryPressure
   [junit4]   2> 2481381 INFO  (SUITE-TestCircuitBreaker-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2481381 INFO  (SUITE-TestCircuitBreaker-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=895590327
   [junit4]   2> 2481382 INFO  (coreCloseExecutor-21983-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14eb592e
   [junit4]   2> 2481382 INFO  (coreCloseExecutor-21983-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@14eb592e
   [junit4]   2> 2481382 INFO  (coreCloseExecutor-21983-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3aa8ba33: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@71f141f2
   [junit4]   2> 2481392 INFO  (coreCloseExecutor-21983-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2481392 INFO  (SUITE-TestCircuitBreaker-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2481392 INFO  (SUITE-TestCircuitBreaker-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7c95b2: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@1c59d5ae
   [junit4]   2> 2481397 INFO  (SUITE-TestCircuitBreaker-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2481397 INFO  (SUITE-TestCircuitBreaker-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a39bbc3: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@710fd0ab
   [junit4]   2> 2481400 INFO  (SUITE-TestCircuitBreaker-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2481400 INFO  (SUITE-TestCircuitBreaker-seed#[EFB1F8A40ED232FA]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49bb97d8: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@178c58d9
   [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.util.TestCircuitBreaker_EFB1F8A40ED232FA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-NI, timezone=Europe/Zaporozhye
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=63981952,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [ShardRoutingCustomTest, ZkStateWriterTest, TestConfigReload, SolrMetricsIntegrationTest, TestLegacyFieldCache, TestDocTermOrds, TestRestoreCore, SolrSlf4jReporterTest, TestSimExtremeIndexing, PeerSyncWithBufferUpdatesTest, SolrCLIZkUtilsTest, TestRecoveryHdfs, TestSubQueryTransformerCrossCore, TestSafeXMLParsing, TestTestInjection, TestBinaryResponseWriter, MetricTriggerIntegrationTest, NodeLostTriggerIntegrationTest, TestDistributedMissingSort, TestNestedDocsSort, TestSchemaVersionResource, RequestLoggingTest, ExplicitHLLTest, NumberUtilsTest, TestHttpServletCarrier, BooleanFieldTest, DocExpirationUpdateProcessorFactoryTest, DistributedSuggestComponentTest, TestRangeQuery, TestTextField, VMParamsZkACLAndCredentialsProvidersTest, ResponseLogComponentTest, CdcrBootstrapTest, SchemaVersionSpecificBehaviorTest, TestJsonRequest, IndexSchemaTest, TestFieldCacheSort, TestCloudPseudoReturnFields, DistanceFunctionTest, TestStressLucene, DistributedExpandComponentTest, FieldAnalysisRequestHandlerTest, IndexSizeEstimatorTest, QueryEqualityTest, TestFieldTypeResource, TestOverriddenPrefixQueryForCustomFieldType, TestSimNodeLostTrigger, TestDistribPackageStore, TestLuceneMatchVersion, URLClassifyProcessorTest, FuzzySearchTest, TestFuzzyAnalyzedSuggestions, SpatialFilterTest, HttpTriggerListenerTest, BasicAuthIntegrationTest, SecurityConfHandlerTest, CreateCollectionCleanupTest, TestSolrCloudWithHadoopAuthPlugin, TestHdfsUpdateLog, TestChildDocTransformer, SuggesterTSTTest, TestDocSet, TestBooleanSimilarityFactory, TestRemoteStreaming, TestReplicaProperties, AutoScalingHandlerTest, SubstringBytesRefFilterTest, OverseerTest, TestConfigSetsAPIZkFailure, HdfsRecoverLeaseTest, TestSolrJ, CustomHighlightComponentTest, MBeansHandlerTest, JavabinLoaderTest, SearchRateTriggerTest, XMLAtomicUpdateMultivalueTest, OverseerSolrResponseTest, TestPKIAuthenticationPlugin, TestFastOutputStream, CdcrVersionReplicationTest, TestRestManager, AddSchemaFieldsUpdateProcessorFactoryTest, TestSimComputePlanAction, V2StandaloneTest, TriggerEventQueueTest, OverriddenZkACLAndCredentialsProvidersTest, TestNonDefinedSimilarityFactory, TestRebalanceLeaders, TestShortCircuitedRequests, DistributedFacetPivotSmallAdvancedTest, IndexBasedSpellCheckerTest, SyncSliceTest, TestBinaryField, JWTAuthPluginTest, TestMergePolicyConfig, TermVectorComponentTest, RangeFacetCloudTest, AnalyticsMergeStrategyTest, DistributedVersionInfoTest, TestPostingsSolrHighlighter, RegexBoostProcessorTest, ZkDynamicConfigTest, CollectionStateFormat2Test, ByteBuffersDirectoryFactoryTest, ResourceLoaderTest, TestTolerantUpdateProcessorRandomCloud, DistribCursorPagingTest, TestLuceneIndexBackCompat, TestAnalyzedSuggestions, TestLegacyTerms, AssignBackwardCompatibilityTest, BasicDistributedZk2Test, BasicZkTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CloudExitableDirectoryReaderTest, ClusterStateMockUtilTest, ClusterStateTest, ClusterStateUpdateTest, CreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DistribDocExpirationUpdateProcessorTest, LeaderElectionContextKeyTest, LeaderElectionTest, LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, OverseerSolrResponseUnsafeSerializationTest, OverseerStatusTest, PackageManagerCLITest, ReplaceNodeTest, SolrXmlInZkTest, SplitShardTest, TestCloudDeleteByQuery, TestConfigSetsAPI, TestExclusionRuleCollectionAccess, TestHashPartitioner, TestPullReplicaErrorHandling, TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, CollectionTooManyReplicasTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, IndexSizeTriggerSizeEstimationTest, RestoreTriggerStateTest, TestPolicyCloud, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, ZkStateReaderTest, AlternateDirectoryTest, BlobRepositoryCloudTest, ConfigureRecoveryStrategyTest, DirectoryFactoriesTest, PluginInfoTest, TestConfigOverlay, TestDynamicLoading, TestQuerySenderNoQuery, TestSolrDeletionPolicy1, TestSolrCloudSnapshots, TestCoreBackup, TestReplicationHandler, TestPivotHelperCode, TestExportWriter, XmlInterpolationTest, HighlighterConfigTest, TestNumericRangeQuery32, SolrRrdBackendFactoryTest, RegexBytesRefFilterTest, SimpleFacetsTest, TestStreamBody, TestUnInvertedFieldException, TestWriterPerf, TestMacroExpander, TestGraphMLResponseWriter, TestJavabinTupleStreamParser, TestPHPSerializedResponseWriter, TestPushWriter, TestRawResponseWriter, TestSolrQueryResponse, TestSubQueryTransformerDistrib, TestDynamicFieldCollectionResource, TestFieldResource, TestFieldTypeCollectionResource, TestSchemaSimilarityResource, ChangedSchemaMergeTest, CopyFieldTest, DateFieldTest, DocValuesTest, TestCloudSchemaless, TestMissingGroups, TestNoOpRegenerator, TestPayloadScoreQParserPlugin, TestPseudoReturnFields, TestReRankQParserPlugin, TestSearcherReuse, TestSimpleQParserPlugin, TestSmileRequest, TestSolr4Spatial2, TestSolrCachePerf, TestSolrCoreParser, TestSolrFieldCacheBean, TestSolrQueryParser, TestStandardQParsers, TestStressVersions, TestTrieFacet, TestXmlQParser, DistributedFacetSimpleRefinementLongTailTest, TestFunctionQuery, TestOrdValues, TestSortByMinMaxFunction, BlockJoinFacetSimpleTest, TestPerFieldSimilarity, TestPerFieldSimilarityWithDefaultOverride, JWTVerificationkeyResolverTest, TestExternalRoleRuleBasedAuthorizationPlugin, HttpSolrCallGetCoreTest, NoCacheHeaderTest, SecurityHeadersTest, SolrRequestParserTest, FileBasedSpellCheckerTest, SpellingQueryConverterTest, WordBreakSolrSpellCheckerTest, TestFieldCacheSortRandom, TestFieldCacheWithThreads, AddBlockUpdateTest, RootFieldTest, TestInPlaceUpdateWithRouteField, AtomicUpdateProcessorFactoryTest, AtomicUpdatesTest, JavaBinAtomicUpdateMultivalueTest, ParsingFieldUpdateProcessorsTest, StatelessScriptUpdateProcessorFactoryTest, TestDocBasedVersionConstraints, TestPartialUpdateDeduplication, TimeRoutedAliasUpdateProcessorTest, TolerantUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, UniqFieldsUpdateProcessorFactoryTest, UpdateRequestProcessorFactoryTest, DateMathParserTest, OrderedExecutorTest, PrimUtilsTest, SimplePostToolTest, SolrLogPostToolTest, SolrPluginUtilsTest, TestCircuitBreaker]
   [junit4] Completed [905/921 (2!)] on J0 in 1.85s, 5 tests, 1 error <<< FAILURES!

[...truncated 50686 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 811 - 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/811/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestRebalanceLeaders.testRebalanceLeaders

Error Message:
PreferredLeader should be the leader: 

Stack Trace:
java.lang.AssertionError: PreferredLeader should be the leader: 
	at __randomizedtesting.SeedInfo.seed([9AA24B53BAB6423F:844D79A3821D0E4F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestRebalanceLeaders.checkPreferredsAreLeaders(TestRebalanceLeaders.java:266)
	at org.apache.solr.cloud.TestRebalanceLeaders.checkPreferredsAreLeaders(TestRebalanceLeaders.java:212)
	at org.apache.solr.cloud.TestRebalanceLeaders.testRebalanceLeaders(TestRebalanceLeaders.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
action did not execute

Stack Trace:
java.lang.AssertionError: action did not execute
	at __randomizedtesting.SeedInfo.seed([9AA24B53BAB6423F:F75EEFAE00FEBD38]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:283)
	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 13373 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRebalanceLeaders
   [junit4]   2> 62411 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-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> 62411 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 62411 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-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.TestRebalanceLeaders_9AA24B53BAB6423F-001/data-dir-13-001
   [junit4]   2> 62412 WARN  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 62412 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 62413 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 62414 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 7 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001
   [junit4]   2> 62414 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 62414 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 62414 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 62415 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 62514 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 42779
   [junit4]   2> 62514 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42779
   [junit4]   2> 62514 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42779
   [junit4]   2> 62514 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42779
   [junit4]   2> 62516 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62520 INFO  (zkConnectionManagerCallback-540-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62520 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62527 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62534 INFO  (zkConnectionManagerCallback-542-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62534 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62535 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62538 INFO  (zkConnectionManagerCallback-544-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62538 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62657 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 62657 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 62657 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 62657 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 62657 INFO  (jetty-launcher-545-thread-7) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 62657 INFO  (jetty-launcher-545-thread-6) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-3) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-4) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 62658 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 62659 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 62659 INFO  (jetty-launcher-545-thread-5) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 62695 INFO  (jetty-launcher-545-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 62695 INFO  (jetty-launcher-545-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 62695 INFO  (jetty-launcher-545-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 62698 INFO  (jetty-launcher-545-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 62698 INFO  (jetty-launcher-545-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 62698 INFO  (jetty-launcher-545-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 62703 INFO  (jetty-launcher-545-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 62703 INFO  (jetty-launcher-545-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 62703 INFO  (jetty-launcher-545-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 62703 INFO  (jetty-launcher-545-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 62703 INFO  (jetty-launcher-545-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 62703 INFO  (jetty-launcher-545-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 62703 INFO  (jetty-launcher-545-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@93e835f{/solr,null,AVAILABLE}
   [junit4]   2> 62706 INFO  (jetty-launcher-545-thread-7) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 62706 INFO  (jetty-launcher-545-thread-7) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 62706 INFO  (jetty-launcher-545-thread-7) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 62709 INFO  (jetty-launcher-545-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@311e7f8a{/solr,null,AVAILABLE}
   [junit4]   2> 62710 INFO  (jetty-launcher-545-thread-6) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 62710 INFO  (jetty-launcher-545-thread-6) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 62710 INFO  (jetty-launcher-545-thread-6) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 62711 INFO  (jetty-launcher-545-thread-7) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a10970b{/solr,null,AVAILABLE}
   [junit4]   2> 62711 INFO  (jetty-launcher-545-thread-6) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6750ecde{/solr,null,AVAILABLE}
   [junit4]   2> 62714 INFO  (jetty-launcher-545-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 62714 INFO  (jetty-launcher-545-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 62714 INFO  (jetty-launcher-545-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62382bfe{/solr,null,AVAILABLE}
   [junit4]   2> 62719 INFO  (jetty-launcher-545-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 62719 INFO  (jetty-launcher-545-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65080c0c{/solr,null,AVAILABLE}
   [junit4]   2> 62720 INFO  (jetty-launcher-545-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@79181d32{SSL, (ssl, http/1.1)}{127.0.0.1:46635}
   [junit4]   2> 62720 INFO  (jetty-launcher-545-thread-4) [     ] o.e.j.s.Server Started @62749ms
   [junit4]   2> 62720 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46635}
   [junit4]   2> 62720 ERROR (jetty-launcher-545-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 62720 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 62720 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 62720 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 62720 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 62720 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T22:35:20.810Z
   [junit4]   2> 62721 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62721 INFO  (jetty-launcher-545-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@64c9d937{SSL, (ssl, http/1.1)}{127.0.0.1:46677}
   [junit4]   2> 62721 INFO  (jetty-launcher-545-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@74215d30{SSL, (ssl, http/1.1)}{127.0.0.1:42443}
   [junit4]   2> 62721 INFO  (jetty-launcher-545-thread-3) [     ] o.e.j.s.Server Started @62751ms
   [junit4]   2> 62721 INFO  (jetty-launcher-545-thread-2) [     ] o.e.j.s.Server Started @62751ms
   [junit4]   2> 62722 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46677}
   [junit4]   2> 62722 INFO  (jetty-launcher-545-thread-7) [     ] o.e.j.s.AbstractConnector Started ServerConnector@33018317{SSL, (ssl, http/1.1)}{127.0.0.1:46027}
   [junit4]   2> 62722 INFO  (jetty-launcher-545-thread-7) [     ] o.e.j.s.Server Started @62751ms
   [junit4]   2> 62722 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46027}
   [junit4]   2> 62722 ERROR (jetty-launcher-545-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 62722 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 62722 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 62722 INFO  (jetty-launcher-545-thread-6) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2c1809d0{SSL, (ssl, http/1.1)}{127.0.0.1:44779}
   [junit4]   2> 62722 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 62723 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 62723 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T22:35:20.813Z
   [junit4]   2> 62723 ERROR (jetty-launcher-545-thread-7) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 62723 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 62723 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 62723 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 62723 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 62723 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T22:35:20.813Z
   [junit4]   2> 62722 INFO  (jetty-launcher-545-thread-6) [     ] o.e.j.s.Server Started @62751ms
   [junit4]   2> 62723 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44779}
   [junit4]   2> 62723 ERROR (jetty-launcher-545-thread-6) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 62724 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 62724 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 62723 INFO  (jetty-launcher-545-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ed6a4f4{/solr,null,AVAILABLE}
   [junit4]   2> 62724 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 62724 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 62724 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T22:35:20.814Z
   [junit4]   2> 62722 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42443}
   [junit4]   2> 62724 ERROR (jetty-launcher-545-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 62724 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 62724 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 62724 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 62724 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 62724 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T22:35:20.814Z
   [junit4]   2> 62725 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62730 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62730 INFO  (jetty-launcher-545-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2b1e9eab{SSL, (ssl, http/1.1)}{127.0.0.1:37767}
   [junit4]   2> 62730 INFO  (jetty-launcher-545-thread-1) [     ] o.e.j.s.Server Started @62760ms
   [junit4]   2> 62730 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37767}
   [junit4]   2> 62730 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62730 ERROR (jetty-launcher-545-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 62730 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 62730 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 62730 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 62730 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 62730 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T22:35:20.820Z
   [junit4]   2> 62731 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62738 INFO  (jetty-launcher-545-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2935d5df{SSL, (ssl, http/1.1)}{127.0.0.1:34505}
   [junit4]   2> 62738 INFO  (jetty-launcher-545-thread-5) [     ] o.e.j.s.Server Started @62768ms
   [junit4]   2> 62738 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34505}
   [junit4]   2> 62738 ERROR (jetty-launcher-545-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 62738 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 62738 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 62738 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 62738 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 62738 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T22:35:20.828Z
   [junit4]   2> 62739 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62743 INFO  (zkConnectionManagerCallback-555-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62743 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62743 INFO  (zkConnectionManagerCallback-549-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62743 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62743 INFO  (zkConnectionManagerCallback-547-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62743 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62743 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62744 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 62744 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 62744 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 62745 INFO  (zkConnectionManagerCallback-551-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62745 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62746 INFO  (zkConnectionManagerCallback-553-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62746 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62750 INFO  (zkConnectionManagerCallback-557-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62750 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62750 INFO  (zkConnectionManagerCallback-559-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62750 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62750 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 62763 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 62764 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 62765 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 62765 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 62766 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 62766 WARN  (jetty-launcher-545-thread-3-SendThread(127.0.0.1:42779)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10184f758800005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10184f758800005, 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 0x10184f758800005, 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> 62766 WARN  (jetty-launcher-545-thread-4-SendThread(127.0.0.1:42779)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10184f758800003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10184f758800003, 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 0x10184f758800003, 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> 62767 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 62768 WARN  (jetty-launcher-545-thread-2-SendThread(127.0.0.1:42779)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10184f758800004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10184f758800004, 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 0x10184f758800004, 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> 62768 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 62769 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 62771 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 62869 WARN  (jetty-launcher-545-thread-5-SendThread(127.0.0.1:42779)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10184f758800009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10184f758800009, 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 0x10184f758800009, 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> 62870 WARN  (jetty-launcher-545-thread-6-SendThread(127.0.0.1:42779)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10184f758800008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10184f758800008, 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 0x10184f758800008, 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> 62996 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 63729 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 63729 WARN  (jetty-launcher-545-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 63753 WARN  (jetty-launcher-545-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75692394[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 63753 WARN  (jetty-launcher-545-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75692394[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 63783 WARN  (jetty-launcher-545-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 63806 WARN  (jetty-launcher-545-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6efc80f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 63806 WARN  (jetty-launcher-545-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6efc80f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 63808 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42779/solr
   [junit4]   2> 63826 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 63853 INFO  (zkConnectionManagerCallback-588-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 63853 INFO  (jetty-launcher-545-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 63855 WARN  (jetty-launcher-545-thread-1-SendThread(127.0.0.1:42779)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10184f75880000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10184f75880000a, 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 0x10184f75880000a, 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> 63913 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 63925 WARN  (jetty-launcher-545-thread-7) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 63945 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 63946 WARN  (jetty-launcher-545-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 63960 INFO  (jetty-launcher-545-thread-1) [n:127.0.0.1:37767_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 63982 INFO  (zkConnectionManagerCallback-596-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 63982 INFO  (jetty-launcher-545-thread-1) [n:127.0.0.1:37767_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 63982 WARN  (jetty-launcher-545-thread-7) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@142e71f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 63982 WARN  (jetty-launcher-545-thread-7) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@142e71f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 63998 WARN  (jetty-launcher-545-thread-7) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 64020 WARN  (jetty-launcher-545-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5f07235f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64020 WARN  (jetty-launcher-545-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5f07235f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64030 WARN  (jetty-launcher-545-thread-7) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f60babf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64030 WARN  (jetty-launcher-545-thread-7) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f60babf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64031 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42779/solr
   [junit4]   2> 64037 WARN  (jetty-launcher-545-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 64050 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64054 WARN  (jetty-launcher-545-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2bf213f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64062 WARN  (jetty-launcher-545-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2bf213f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64063 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42779/solr
   [junit4]   2> 64068 INFO  (jetty-launcher-545-thread-1) [n:127.0.0.1:37767_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37767_solr
   [junit4]   2> 64069 INFO  (jetty-launcher-545-thread-1) [n:127.0.0.1:37767_solr     ] o.a.s.c.Overseer Overseer (id=72485266891210763-127.0.0.1:37767_solr-n_0000000000) starting
   [junit4]   2> 64075 INFO  (zkConnectionManagerCallback-604-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64075 INFO  (jetty-launcher-545-thread-7) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64094 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64106 INFO  (OverseerStateUpdate-72485266891210763-127.0.0.1:37767_solr-n_0000000000) [n:127.0.0.1:37767_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37767_solr
   [junit4]   2> 64132 INFO  (zkConnectionManagerCallback-608-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64132 INFO  (jetty-launcher-545-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64139 INFO  (jetty-launcher-545-thread-1) [n:127.0.0.1:37767_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37767_solr
   [junit4]   2> 64132 WARN  (jetty-launcher-545-thread-7-SendThread(127.0.0.1:42779)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10184f75880000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10184f75880000c, 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 0x10184f75880000c, 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> 64149 INFO  (jetty-launcher-545-thread-1) [n:127.0.0.1:37767_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 64150 WARN  (jetty-launcher-545-thread-1) [n:127.0.0.1:37767_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> 64170 INFO  (jetty-launcher-545-thread-1) [n:127.0.0.1:37767_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.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node1
   [junit4]   2> 64170 INFO  (zkCallback-595-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 64283 INFO  (jetty-launcher-545-thread-7) [n:127.0.0.1:46027_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64320 INFO  (zkConnectionManagerCallback-618-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64320 INFO  (jetty-launcher-545-thread-7) [n:127.0.0.1:46027_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64338 INFO  (jetty-launcher-545-thread-7) [n:127.0.0.1:46027_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 64344 INFO  (jetty-launcher-545-thread-7) [n:127.0.0.1:46027_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46027_solr as DOWN
   [junit4]   2> 64346 INFO  (jetty-launcher-545-thread-7) [n:127.0.0.1:46027_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 64346 INFO  (jetty-launcher-545-thread-7) [n:127.0.0.1:46027_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46027_solr
   [junit4]   2> 64347 INFO  (zkCallback-595-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 64348 INFO  (jetty-launcher-545-thread-7) [n:127.0.0.1:46027_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 64348 WARN  (jetty-launcher-545-thread-7) [n:127.0.0.1:46027_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> 64366 INFO  (jetty-launcher-545-thread-4) [n:127.0.0.1:46635_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64375 INFO  (zkCallback-617-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 64377 INFO  (jetty-launcher-545-thread-7) [n:127.0.0.1:46027_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.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node7
   [junit4]   2> 64405 INFO  (zkConnectionManagerCallback-623-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64405 INFO  (jetty-launcher-545-thread-4) [n:127.0.0.1:46635_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64417 INFO  (jetty-launcher-545-thread-4) [n:127.0.0.1:46635_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 64421 INFO  (jetty-launcher-545-thread-4) [n:127.0.0.1:46635_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46635_solr as DOWN
   [junit4]   2> 64421 INFO  (jetty-launcher-545-thread-4) [n:127.0.0.1:46635_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 64422 INFO  (jetty-launcher-545-thread-4) [n:127.0.0.1:46635_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46635_solr
   [junit4]   2> 64423 INFO  (zkCallback-595-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 64423 INFO  (zkCallback-617-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 64424 INFO  (jetty-launcher-545-thread-4) [n:127.0.0.1:46635_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 64424 WARN  (jetty-launcher-545-thread-4) [n:127.0.0.1:46635_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> 64434 INFO  (zkCallback-622-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 64448 INFO  (jetty-launcher-545-thread-4) [n:127.0.0.1:46635_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.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node4
   [junit4]   2> 64666 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 64667 WARN  (jetty-launcher-545-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 64667 WARN  (jetty-launcher-545-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c5de15a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64667 WARN  (jetty-launcher-545-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c5de15a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64678 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 64678 WARN  (jetty-launcher-545-thread-6) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 64692 WARN  (jetty-launcher-545-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 64693 WARN  (jetty-launcher-545-thread-6) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f9d3f84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64693 WARN  (jetty-launcher-545-thread-6) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f9d3f84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64701 WARN  (jetty-launcher-545-thread-6) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 64701 WARN  (jetty-launcher-545-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@64c955bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64701 WARN  (jetty-launcher-545-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@64c955bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64702 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42779/solr
   [junit4]   2> 64703 WARN  (jetty-launcher-545-thread-6) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1759fb97[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64703 WARN  (jetty-launcher-545-thread-6) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1759fb97[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64704 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42779/solr
   [junit4]   2> 64704 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64705 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64710 INFO  (zkConnectionManagerCallback-645-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64710 INFO  (jetty-launcher-545-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64713 INFO  (zkConnectionManagerCallback-648-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64713 INFO  (jetty-launcher-545-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64745 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 64745 WARN  (jetty-launcher-545-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 64750 WARN  (jetty-launcher-545-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36a31945[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64750 WARN  (jetty-launcher-545-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36a31945[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64751 WARN  (jetty-launcher-545-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 64752 WARN  (jetty-launcher-545-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1e58b4cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64752 WARN  (jetty-launcher-545-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1e58b4cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64753 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42779/solr
   [junit4]   2> 64753 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64758 INFO  (zkConnectionManagerCallback-656-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64758 INFO  (jetty-launcher-545-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64816 INFO  (jetty-launcher-545-thread-2) [n:127.0.0.1:46677_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64838 INFO  (zkConnectionManagerCallback-658-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64838 INFO  (jetty-launcher-545-thread-2) [n:127.0.0.1:46677_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64844 INFO  (jetty-launcher-545-thread-2) [n:127.0.0.1:46677_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 64848 INFO  (jetty-launcher-545-thread-2) [n:127.0.0.1:46677_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46677_solr as DOWN
   [junit4]   2> 64848 INFO  (jetty-launcher-545-thread-2) [n:127.0.0.1:46677_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 64848 INFO  (jetty-launcher-545-thread-2) [n:127.0.0.1:46677_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46677_solr
   [junit4]   2> 64850 INFO  (zkCallback-617-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 64850 INFO  (zkCallback-595-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 64850 INFO  (zkCallback-622-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 64851 INFO  (jetty-launcher-545-thread-2) [n:127.0.0.1:46677_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 64851 WARN  (jetty-launcher-545-thread-2) [n:127.0.0.1:46677_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> 64862 INFO  (zkCallback-657-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 64872 INFO  (jetty-launcher-545-thread-2) [n:127.0.0.1:46677_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.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node2
   [junit4]   2> 64917 INFO  (jetty-launcher-545-thread-3) [n:127.0.0.1:42443_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64927 INFO  (zkConnectionManagerCallback-666-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64928 INFO  (jetty-launcher-545-thread-3) [n:127.0.0.1:42443_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64932 INFO  (jetty-launcher-545-thread-3) [n:127.0.0.1:42443_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 64936 INFO  (jetty-launcher-545-thread-3) [n:127.0.0.1:42443_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42443_solr as DOWN
   [junit4]   2> 64936 INFO  (jetty-launcher-545-thread-3) [n:127.0.0.1:42443_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 64936 INFO  (jetty-launcher-545-thread-3) [n:127.0.0.1:42443_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42443_solr
   [junit4]   2> 64940 INFO  (zkCallback-617-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 64940 INFO  (zkCallback-657-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 64940 INFO  (zkCallback-595-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 64940 INFO  (zkCallback-622-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 64944 INFO  (jetty-launcher-545-thread-3) [n:127.0.0.1:42443_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 64944 WARN  (jetty-launcher-545-thread-3) [n:127.0.0.1:42443_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> 64954 INFO  (zkCallback-665-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 64959 INFO  (jetty-launcher-545-thread-3) [n:127.0.0.1:42443_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.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node3
   [junit4]   2> 65016 INFO  (jetty-launcher-545-thread-6) [n:127.0.0.1:44779_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 65018 INFO  (zkConnectionManagerCallback-674-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 65018 INFO  (jetty-launcher-545-thread-6) [n:127.0.0.1:44779_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 65030 INFO  (jetty-launcher-545-thread-6) [n:127.0.0.1:44779_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 65170 INFO  (jetty-launcher-545-thread-6) [n:127.0.0.1:44779_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44779_solr as DOWN
   [junit4]   2> 65171 INFO  (jetty-launcher-545-thread-6) [n:127.0.0.1:44779_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 65171 INFO  (jetty-launcher-545-thread-6) [n:127.0.0.1:44779_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44779_solr
   [junit4]   2> 65172 INFO  (zkCallback-657-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 65173 INFO  (zkCallback-622-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 65173 INFO  (zkCallback-665-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 65173 INFO  (zkCallback-617-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 65174 INFO  (zkCallback-595-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 65174 INFO  (jetty-launcher-545-thread-6) [n:127.0.0.1:44779_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 65175 WARN  (jetty-launcher-545-thread-6) [n:127.0.0.1:44779_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> 65183 INFO  (zkCallback-673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 65186 INFO  (jetty-launcher-545-thread-6) [n:127.0.0.1:44779_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.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node6
   [junit4]   2> 65774 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 65774 WARN  (jetty-launcher-545-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 65775 WARN  (jetty-launcher-545-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@150f2d65[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 65775 WARN  (jetty-launcher-545-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@150f2d65[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 65778 WARN  (jetty-launcher-545-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 65870 WARN  (jetty-launcher-545-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@65c4b54d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 65870 WARN  (jetty-launcher-545-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@65c4b54d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 65871 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42779/solr
   [junit4]   2> 65871 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 65983 INFO  (zkConnectionManagerCallback-688-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 65983 INFO  (jetty-launcher-545-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 65986 WARN  (jetty-launcher-545-thread-5-SendThread(127.0.0.1:42779)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10184f758800016.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10184f758800016, 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 0x10184f758800016, 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> 66088 INFO  (jetty-launcher-545-thread-5) [n:127.0.0.1:34505_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 66089 INFO  (zkConnectionManagerCallback-690-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 66089 INFO  (jetty-launcher-545-thread-5) [n:127.0.0.1:34505_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 66093 INFO  (jetty-launcher-545-thread-5) [n:127.0.0.1:34505_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 66100 INFO  (jetty-launcher-545-thread-5) [n:127.0.0.1:34505_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34505_solr as DOWN
   [junit4]   2> 66101 INFO  (jetty-launcher-545-thread-5) [n:127.0.0.1:34505_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 66101 INFO  (jetty-launcher-545-thread-5) [n:127.0.0.1:34505_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34505_solr
   [junit4]   2> 66102 INFO  (zkCallback-622-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 66102 INFO  (zkCallback-673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 66102 INFO  (zkCallback-595-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 66102 INFO  (zkCallback-665-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 66103 INFO  (zkCallback-617-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 66102 INFO  (zkCallback-657-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 66103 INFO  (zkCallback-689-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 66104 INFO  (jetty-launcher-545-thread-5) [n:127.0.0.1:34505_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 66104 WARN  (jetty-launcher-545-thread-5) [n:127.0.0.1:34505_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> 66119 INFO  (jetty-launcher-545-thread-5) [n:127.0.0.1:34505_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.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node5
   [junit4]   2> 66135 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=7
   [junit4]   2> 66136 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 66139 INFO  (zkConnectionManagerCallback-701-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 66139 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 66140 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (7)
   [junit4]   2> 66141 INFO  (SUITE-TestRebalanceLeaders-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42779/solr ready
   [junit4]   2> 66172 INFO  (qtp2128164416-936) [n:127.0.0.1:42443_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&collection.configName=TestColl&maxShardsPerNode=1&name=TestColl&nrtReplicas=2&action=CREATE&numShards=3&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 66184 INFO  (OverseerThreadFactory-613-thread-1-processing-n:127.0.0.1:37767_solr) [n:127.0.0.1:37767_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection TestColl
   [junit4]   2> 66314 INFO  (OverseerStateUpdate-72485266891210763-127.0.0.1:37767_solr-n_0000000000) [n:127.0.0.1:37767_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"TestColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"TestColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46027/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46027_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 66318 INFO  (OverseerStateUpdate-72485266891210763-127.0.0.1:37767_solr-n_0000000000) [n:127.0.0.1:37767_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"TestColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"TestColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37767/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37767_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 66321 INFO  (OverseerStateUpdate-72485266891210763-127.0.0.1:37767_solr-n_0000000000) [n:127.0.0.1:37767_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"TestColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"TestColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44779/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44779_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 66325 INFO  (OverseerStateUpdate-72485266891210763-127.0.0.1:37767_solr-n_0000000000) [n:127.0.0.1:37767_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"TestColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"TestColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42443/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42443_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 66327 INFO  (OverseerStateUpdate-72485266891210763-127.0.0.1:37767_solr-n_0000000000) [n:127.0.0.1:37767_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"TestColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"TestColl_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46677/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46677_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 66330 INFO  (OverseerStateUpdate-72485266891210763-127.0.0.1:37767_solr-n_0000000000) [n:127.0.0.1:37767_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"TestColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"TestColl_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46635/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46635_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 66617 INFO  (qtp972679271-943) [n:127.0.0.1:46027_solr    x:TestColl_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=TestColl&newCollection=true&name=TestColl_shard1_replica_n1&action=CREATE&numShards=3&collection=TestColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 66631 INFO  (qtp1416545599-948) [n:127.0.0.1:37767_solr    x:TestColl_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=TestColl&newCollection=true&name=TestColl_shard1_replica_n2&action=CREATE&numShards=3&collection=TestColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 66631 INFO  (qtp652239520-952) [n:127.0.0.1:44779_solr    x:TestColl_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=TestColl&newCollection=true&name=TestColl_shard2_replica_n4&action=CREATE&numShards=3&collection=TestColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 66632 INFO  (qtp1416545599-948) [n:127.0.0.1:37767_solr    x:TestColl_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 66632 INFO  (qtp2128164416-932) [n:127.0.0.1:42443_solr    x:TestColl_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=TestColl&newCollection=true&name=TestColl_shard2_replica_n6&action=CREATE&numShards=3&collection=TestColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 66640 INFO  (qtp1944090178-966) [n:127.0.0.1:46635_solr    x:TestColl_shard3_replica_n10 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node12&collection.configName=TestColl&newCollection=true&name=TestColl_shard3_replica_n10&action=CREATE&numShards=3&collection=TestColl&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 66656 INFO  (qtp1848750663-937) [n:127.0.0.1:46677_solr    x:TestColl_shard3_replica_n8 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=TestColl&newCollection=true&name=TestColl_shard3_replica_n8&action=CREATE&numShards=3&collection=TestColl&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 66678 INFO  (qtp1944090178-966) [n:127.0.0.1:46635_solr c:TestColl s:shard3 r:core_node12 x:TestColl_shard3_replica_n10 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 66681 INFO  (qtp2128164416-932) [n:127.0.0.1:42443_solr c:TestColl s:shard2 r:core_node9 x:TestColl_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 66683 INFO  (qtp972679271-943) [n:127.0.0.1:46027_solr c:TestColl s:shard1 r:core_node3 x:TestColl_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 66685 INFO  (qtp1416545599-948) [n:127.0.0.1:37767_solr c:TestColl s:shard1 r:core_node5 x:TestColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 66689 INFO  (qtp2128164416-932) [n:127.0.0.1:42443_solr c:TestColl s:shard2 r:core_node9 x:TestColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 66691 INFO  (qtp2128164416-932) [n:127.0.0.1:42443_solr c:TestColl s:shard2 r:core_node9 x:TestColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 66692 INFO  (qtp2128164416-932) [n:127.0.0.1:42443_solr c:TestColl s:shard2 r:core_node9 x:TestColl_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'TestColl_shard2_replica_n6' using configuration from configset TestColl, trusted=true
   [junit4]   2> 66692 INFO  (qtp2128164416-932) [n:127.0.0.1:42443_solr c:TestColl s:shard2 r:core_node9 x:TestColl_shard2_replica_n6 ] o.a.s.c.SolrCore [[TestColl_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node3/TestColl_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node3/TestColl_shard2_replica_n6/data/]
   [junit4]   2> 66695 INFO  (qtp652239520-952) [n:127.0.0.1:44779_solr c:TestColl s:shard2 r:core_node7 x:TestColl_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 66706 INFO  (qtp1848750663-937) [n:127.0.0.1:46677_solr c:TestColl s:shard3 r:core_node11 x:TestColl_shard3_replica_n8 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 66718 INFO  (qtp1416545599-948) [n:127.0.0.1:37767_solr c:TestColl s:shard1 r:core_node5 x:TestColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 66720 INFO  (qtp1416545599-948) [n:127.0.0.1:37767_solr c:TestColl s:shard1 r:core_node5 x:TestColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 66720 INFO  (qtp1416545599-948) [n:127.0.0.1:37767_solr c:TestColl s:shard1 r:core_node5 x:TestColl_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'TestColl_shard1_replica_n2' using configuration from configset TestColl, trusted=true
   [junit4]   2> 66720 INFO  (qtp1416545599-948) [n:127.0.0.1:37767_solr c:TestColl s:shard1 r:core_node5 x:TestColl_shard1_replica_n2 ] o.a.s.c.SolrCore [[TestColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node1/TestColl_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node1/TestColl_shard1_replica_n2/data/]
   [junit4]   2> 66722 INFO  (qtp652239520-952) [n:127.0.0.1:44779_solr c:TestColl s:shard2 r:core_node7 x:TestColl_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 66724 INFO  (qtp652239520-952) [n:127.0.0.1:44779_solr c:TestColl s:shard2 r:core_node7 x:TestColl_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 66724 INFO  (qtp652239520-952) [n:127.0.0.1:44779_solr c:TestColl s:shard2 r:core_node7 x:TestColl_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'TestColl_shard2_replica_n4' using configuration from configset TestColl, trusted=true
   [junit4]   2> 66725 INFO  (qtp652239520-952) [n:127.0.0.1:44779_solr c:TestColl s:shard2 r:core_node7 x:TestColl_shard2_replica_n4 ] o.a.s.c.SolrCore [[TestColl_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node6/TestColl_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node6/TestColl_shard2_replica_n4/data/]
   [junit4]   2> 66726 INFO  (qtp1944090178-966) [n:127.0.0.1:46635_solr c:TestColl s:shard3 r:core_node12 x:TestColl_shard3_replica_n10 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 66728 INFO  (qtp1944090178-966) [n:127.0.0.1:46635_solr c:TestColl s:shard3 r:core_node12 x:TestColl_shard3_replica_n10 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 66728 INFO  (qtp1944090178-966) [n:127.0.0.1:46635_solr c:TestColl s:shard3 r:core_node12 x:TestColl_shard3_replica_n10 ] o.a.s.c.CoreContainer Creating SolrCore 'TestColl_shard3_replica_n10' using configuration from configset TestColl, trusted=true
   [junit4]   2> 66729 INFO  (qtp1944090178-966) [n:127.0.0.1:46635_solr c:TestColl s:shard3 r:core_node12 x:TestColl_shard3_replica_n10 ] o.a.s.c.SolrCore [[TestColl_shard3_replica_n10] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node4/TestColl_shard3_replica_n10], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node4/TestColl_shard3_replica_n10/data/]
   [junit4]   2> 66758 INFO  (qtp2128164416-932) [n:127.0.0.1:42443_solr c:TestColl s:shard2 r:core_node9 x:TestColl_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 66758 INFO  (qtp2128164416-932) [n:127.0.0.1:42443_solr c:TestColl s:shard2 r:core_node9 x:TestColl_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 66759 INFO  (qtp2128164416-932) [n:127.0.0.1:42443_solr c:TestColl s:shard2 r:core_node9 x:TestColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 66759 INFO  (qtp2128164416-932) [n:127.0.0.1:42443_solr c:TestColl s:shard2 r:core_node9 x:TestColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 66760 INFO  (qtp972679271-943) [n:127.0.0.1:46027_solr c:TestColl s:shard1 r:core_node3 x:TestColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 66764 INFO  (qtp1848750663-937) [n:127.0.0.1:46677_solr c:TestColl s:shard3 r:core_node11 x:TestColl_shard3_replica_n8 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 66765 INFO  (qtp1848750663-937) [n:127.0.0.1:46677_solr c:TestColl s:shard3 r:core_node11 x:TestColl_shard3_replica_n8 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 66765 INFO  (qtp1848750663-937) [n:127.0.0.1:46677_solr c:TestColl s:shard3 r:core_node11 x:TestColl_shard3_replica_n8 ] o.a.s.c.CoreContainer Creating SolrCore 'TestColl_shard3_replica_n8' using configuration from configset TestColl, trusted=true
   [junit4]   2> 66766 INFO  (qtp1848750663-937) [n:127.0.0.1:46677_solr c:TestColl s:shard3 r:core_node11 x:TestColl_shard3_replica_n8 ] o.a.s.c.SolrCore [[TestColl_shard3_replica_n8] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_9AA24B53BAB6423F-001/tempDir-001/node2/TestColl_shard3_replica_n8], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestReb

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

etSession(PolicyHelper.java:643) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.cloud.autoscaling.PolicyHelper.getSession(PolicyHelper.java:638) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:116) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:331) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> 543527 DEBUG (AutoscalingActionExecutor-4364-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .scheduled_maintenance after 5000ms
   [junit4]   2> 543527 DEBUG (AutoscalingActionExecutor-4364-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 543527 DEBUG (AutoscalingActionExecutor-4364-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: AutoscalingHistoryHandlerTest_node_added_trigger after 5000ms
   [junit4]   2> 543527 DEBUG (AutoscalingActionExecutor-4364-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: AutoscalingHistoryHandlerTest_node_lost_trigger after 5000ms
   [junit4]   2> 543527 DEBUG (AutoscalingActionExecutor-4364-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing took 30 ms for event id=172f97331122c7T5jjw0bogfcrtwzt1hqc5b8l5f
   [junit4]   2> 543617 INFO  (jetty-closer-4437-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 543617 INFO  (jetty-closer-4437-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@63766c37: rootName = solr_35209, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@26015208
   [junit4]   2> 543622 INFO  (jetty-closer-4437-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 543622 INFO  (jetty-closer-4437-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e7cd4e6: rootName = solr_35209, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@124379a5
   [junit4]   2> 543623 INFO  (jetty-closer-4437-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 543623 INFO  (jetty-closer-4437-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@26f86f12: rootName = solr_35209, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@31dfc7ef
   [junit4]   2> 543624 INFO  (jetty-closer-4437-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 543624 INFO  (closeThreadPool-4455-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72485293979729927-127.0.0.1:35209_solr-n_0000000000) closing
   [junit4]   2> 543624 INFO  (OverseerStateUpdate-72485293979729927-127.0.0.1:35209_solr-n_0000000000) [n:127.0.0.1:35209_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35209_solr
   [junit4]   2> 543626 INFO  (OverseerAutoScalingTriggerThread-72485293979729927-127.0.0.1:35209_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 543626 DEBUG (closeThreadPool-4455-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 543626 DEBUG (closeThreadPool-4455-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 543626 DEBUG (closeThreadPool-4455-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 543626 DEBUG (closeThreadPool-4455-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 543626 DEBUG (closeThreadPool-4455-thread-2) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 543626 DEBUG (closeThreadPool-4455-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 543626 INFO  (closeThreadPool-4455-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72485293979729927-127.0.0.1:35209_solr-n_0000000000) closing
   [junit4]   2> 543626 WARN  (jetty-launcher-4330-thread-2-SendThread(127.0.0.1:38299)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10184fda71a0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10184fda71a0007, 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 0x10184fda71a0007, 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> 543727 INFO  (jetty-closer-4437-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72485293979729927-127.0.0.1:35209_solr-n_0000000000) closing
   [junit4]   2> 543728 INFO  (jetty-closer-4437-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6f9e3b2a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 543728 INFO  (jetty-closer-4437-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6ecfbb8b{/solr,null,STOPPED}
   [junit4]   2> 543728 INFO  (jetty-closer-4437-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 543728 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 543931 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> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/collections/.system/terms/shard1
   [junit4]   2> 	3	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 	13	/solr/collections/.system/state.json
   [junit4]   2> 	12	/solr/autoscaling.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	36	/solr/overseer/queue
   [junit4]   2> 	17	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 543936 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38299
   [junit4]   2> 543936 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38299
   [junit4]   2> 543936 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9AA24B53BAB6423F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38299
   [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.handler.admin.AutoscalingHistoryHandlerTest_9AA24B53BAB6423F-001
   [junit4]   2> Nov 15, 2020 10:43:22 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ko, timezone=Asia/Gaza
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=190228144,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [TestSafeXMLParsing, VMParamsZkACLAndCredentialsProvidersTest, DistributedSuggestComponentTest, HttpTriggerListenerTest, BlockJoinFacetSimpleTest, TestMergePolicyConfig, TestDynamicFieldResource, TestRebalanceLeaders, TestSolrJ, TriggerEventQueueTest, TestMiniSolrCloudClusterSSL, TestLegacyTerms, ShardRoutingCustomTest, TestSolrConfigHandlerConcurrent, TestSubQueryTransformerCrossCore, TestNestedDocsSort, ReplaceNodeTest, SearchRateTriggerTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ResponseLogComponentTest, RouteFieldTest, SpellingQueryConverterTest, CustomHighlightComponentTest, IndexBasedSpellCheckerTest, DistributedFacetPivotSmallAdvancedTest, TestNumericTokenStream, TestValueSourceCache, JavabinLoaderTest, TestHttpServletCarrier, TestRawResponseWriter, MetricTriggerIntegrationTest, TestManagedSchemaAPI, ReturnFieldsTest, TestClusterProperties, ClusterStateMockUtilTest, TestTestInjection, TestMacroExpander, HdfsThreadLeakTest, DisMaxRequestHandlerTest, TestFieldSortValues, TestPKIAuthenticationPlugin, TestCloudDeleteByQuery, TestLFUCache, HighlighterConfigTest, SolrTestCaseJ4Test, ZookeeperReadAPITest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [202/921 (2!)] on J0 in 68.91s, 1 test, 1 failure <<< FAILURES!

[...truncated 53147 lines...]