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/25 08:59:19 UTC

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

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

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

Error Message:
Error from server at http://127.0.0.1:39843/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:39843/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([15F4315104E0D52B:1DC3D799DF4EA1A5]: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 15015 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1671359 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-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> 1671359 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_15F4315104E0D52B-001/data-dir-138-001
   [junit4]   2> 1671359 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=32 numCloses=32
   [junit4]   2> 1671359 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1671361 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-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> 1671361 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1671362 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_15F4315104E0D52B-001/tempDir-001
   [junit4]   2> 1671362 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1671362 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1671362 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1671363 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1671462 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 36539
   [junit4]   2> 1671462 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36539
   [junit4]   2> 1671462 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36539
   [junit4]   2> 1671462 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36539
   [junit4]   2> 1671464 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671468 INFO  (zkConnectionManagerCallback-12804-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1671468 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671471 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671472 INFO  (zkConnectionManagerCallback-12806-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1671472 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671475 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671475 INFO  (zkConnectionManagerCallback-12808-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1671475 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671476 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe60002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe60002, 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 0x101b571ebe60002, 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> 1671580 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1671580 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1671580 INFO  (jetty-launcher-12809-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> 1671580 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1671580 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1671580 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1671580 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1671581 INFO  (jetty-launcher-12809-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> 1671581 INFO  (jetty-launcher-12809-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> 1671582 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1671582 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1671582 INFO  (jetty-launcher-12809-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> 1671582 INFO  (jetty-launcher-12809-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1671583 INFO  (jetty-launcher-12809-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1671583 INFO  (jetty-launcher-12809-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1671588 INFO  (jetty-launcher-12809-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1671588 INFO  (jetty-launcher-12809-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1671588 INFO  (jetty-launcher-12809-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1671592 INFO  (jetty-launcher-12809-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a9f6bf8{/solr,null,AVAILABLE}
   [junit4]   2> 1671592 INFO  (jetty-launcher-12809-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49131a00{/solr,null,AVAILABLE}
   [junit4]   2> 1671592 INFO  (jetty-launcher-12809-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1671592 INFO  (jetty-launcher-12809-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1671592 INFO  (jetty-launcher-12809-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1671596 INFO  (jetty-launcher-12809-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@d7cfeaf{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41227}
   [junit4]   2> 1671596 INFO  (jetty-launcher-12809-thread-3) [     ] o.e.j.s.Server Started @1671632ms
   [junit4]   2> 1671596 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41227}
   [junit4]   2> 1671596 ERROR (jetty-launcher-12809-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1671596 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1671596 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1671596 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1671596 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1671596 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-25T08:28:36.122Z
   [junit4]   2> 1671597 INFO  (jetty-launcher-12809-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1671597 INFO  (jetty-launcher-12809-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1671598 INFO  (jetty-launcher-12809-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1671600 INFO  (jetty-launcher-12809-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7e1cab0f{/solr,null,AVAILABLE}
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@34edd62{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33273}
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-2) [     ] o.e.j.s.Server Started @1671636ms
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33273}
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@238b7930{/solr,null,AVAILABLE}
   [junit4]   2> 1671601 ERROR (jetty-launcher-12809-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7d8491b4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43287}
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-25T08:28:36.127Z
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-4) [     ] o.e.j.s.Server Started @1671637ms
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43287}
   [junit4]   2> 1671601 ERROR (jetty-launcher-12809-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1671601 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-25T08:28:36.127Z
   [junit4]   2> 1671602 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671602 INFO  (jetty-launcher-12809-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31a4a77c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35545}
   [junit4]   2> 1671602 INFO  (jetty-launcher-12809-thread-1) [     ] o.e.j.s.Server Started @1671638ms
   [junit4]   2> 1671602 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35545}
   [junit4]   2> 1671602 ERROR (jetty-launcher-12809-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1671602 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1671602 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1671602 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1671602 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1671602 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-25T08:28:36.128Z
   [junit4]   2> 1671603 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671603 INFO  (zkConnectionManagerCallback-12811-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1671603 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671604 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1671608 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671608 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1671612 INFO  (zkConnectionManagerCallback-12813-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1671612 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671612 WARN  (jetty-launcher-12809-thread-3-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe60003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe60003, 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 0x101b571ebe60003, 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> 1671612 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1671612 INFO  (zkConnectionManagerCallback-12815-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1671612 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671613 INFO  (zkConnectionManagerCallback-12817-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1671613 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671713 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1671716 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1671716 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1671719 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1671720 WARN  (jetty-launcher-12809-thread-4-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe60005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe60005, 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 0x101b571ebe60005, 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> 1671722 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1671723 WARN  (jetty-launcher-12809-thread-2-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe60004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe60004, 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 0x101b571ebe60004, 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> 1671922 WARN  (jetty-launcher-12809-thread-1-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe60006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe60006, 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 0x101b571ebe60006, 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> 1672235 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1672244 WARN  (jetty-launcher-12809-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12f58636[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672244 WARN  (jetty-launcher-12809-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12f58636[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672276 WARN  (jetty-launcher-12809-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@342b202a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672276 WARN  (jetty-launcher-12809-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@342b202a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672277 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36539/solr
   [junit4]   2> 1672289 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1672299 INFO  (zkConnectionManagerCallback-12837-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1672299 INFO  (jetty-launcher-12809-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1672316 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1672317 WARN  (jetty-launcher-12809-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48ad1855[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672317 WARN  (jetty-launcher-12809-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48ad1855[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672340 WARN  (jetty-launcher-12809-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5caa53c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672340 WARN  (jetty-launcher-12809-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5caa53c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672341 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36539/solr
   [junit4]   2> 1672355 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1672372 INFO  (zkConnectionManagerCallback-12845-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1672372 INFO  (jetty-launcher-12809-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1672385 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1672388 WARN  (jetty-launcher-12809-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6969b3b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672388 WARN  (jetty-launcher-12809-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6969b3b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672390 WARN  (jetty-launcher-12809-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4aaba92e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672390 WARN  (jetty-launcher-12809-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4aaba92e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1672391 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36539/solr
   [junit4]   2> 1672392 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1672396 INFO  (zkConnectionManagerCallback-12853-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1672396 INFO  (jetty-launcher-12809-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1672403 INFO  (jetty-launcher-12809-thread-3) [n:127.0.0.1:41227_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1672404 INFO  (zkConnectionManagerCallback-12855-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1672404 INFO  (jetty-launcher-12809-thread-3) [n:127.0.0.1:41227_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1672484 INFO  (jetty-launcher-12809-thread-3) [n:127.0.0.1:41227_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41227_solr
   [junit4]   2> 1672484 INFO  (jetty-launcher-12809-thread-3) [n:127.0.0.1:41227_solr     ] o.a.s.c.Overseer Overseer (id=72538569908289546-127.0.0.1:41227_solr-n_0000000000) starting
   [junit4]   2> 1672488 INFO  (OverseerStateUpdate-72538569908289546-127.0.0.1:41227_solr-n_0000000000) [n:127.0.0.1:41227_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41227_solr
   [junit4]   2> 1672496 INFO  (jetty-launcher-12809-thread-3) [n:127.0.0.1:41227_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41227_solr
   [junit4]   2> 1672498 INFO  (jetty-launcher-12809-thread-3) [n:127.0.0.1:41227_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1672498 WARN  (jetty-launcher-12809-thread-3) [n:127.0.0.1:41227_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> 1672504 INFO  (zkCallback-12854-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1672516 INFO  (jetty-launcher-12809-thread-4) [n:127.0.0.1:43287_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1672520 INFO  (jetty-launcher-12809-thread-3) [n:127.0.0.1:41227_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_15F4315104E0D52B-001/tempDir-001/node3
   [junit4]   2> 1672525 INFO  (zkConnectionManagerCallback-12864-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1672525 INFO  (jetty-launcher-12809-thread-4) [n:127.0.0.1:43287_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1672532 INFO  (jetty-launcher-12809-thread-4) [n:127.0.0.1:43287_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1672535 INFO  (jetty-launcher-12809-thread-4) [n:127.0.0.1:43287_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43287_solr as DOWN
   [junit4]   2> 1672535 INFO  (jetty-launcher-12809-thread-4) [n:127.0.0.1:43287_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1672536 INFO  (jetty-launcher-12809-thread-4) [n:127.0.0.1:43287_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43287_solr
   [junit4]   2> 1672537 INFO  (zkCallback-12854-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1672561 INFO  (jetty-launcher-12809-thread-4) [n:127.0.0.1:43287_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1672561 WARN  (jetty-launcher-12809-thread-4) [n:127.0.0.1:43287_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> 1672573 INFO  (zkCallback-12863-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1672578 INFO  (jetty-launcher-12809-thread-4) [n:127.0.0.1:43287_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_15F4315104E0D52B-001/tempDir-001/node4
   [junit4]   2> 1672602 INFO  (jetty-launcher-12809-thread-1) [n:127.0.0.1:35545_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1672603 INFO  (zkConnectionManagerCallback-12875-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1672603 INFO  (jetty-launcher-12809-thread-1) [n:127.0.0.1:35545_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1672607 INFO  (jetty-launcher-12809-thread-1) [n:127.0.0.1:35545_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1672609 INFO  (jetty-launcher-12809-thread-1) [n:127.0.0.1:35545_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35545_solr as DOWN
   [junit4]   2> 1672610 INFO  (jetty-launcher-12809-thread-1) [n:127.0.0.1:35545_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1672610 INFO  (jetty-launcher-12809-thread-1) [n:127.0.0.1:35545_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35545_solr
   [junit4]   2> 1672612 INFO  (zkCallback-12854-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1672614 INFO  (jetty-launcher-12809-thread-1) [n:127.0.0.1:35545_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1672614 WARN  (jetty-launcher-12809-thread-1) [n:127.0.0.1:35545_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> 1672620 INFO  (zkCallback-12863-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1672621 INFO  (zkCallback-12874-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1672625 INFO  (jetty-launcher-12809-thread-1) [n:127.0.0.1:35545_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_15F4315104E0D52B-001/tempDir-001/node1
   [junit4]   2> 1674222 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1674224 WARN  (jetty-launcher-12809-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@123c1cb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1674224 WARN  (jetty-launcher-12809-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@123c1cb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1674227 WARN  (jetty-launcher-12809-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@435b7d76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1674227 WARN  (jetty-launcher-12809-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@435b7d76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1674228 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36539/solr
   [junit4]   2> 1674240 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1674244 INFO  (zkConnectionManagerCallback-12889-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1674244 INFO  (jetty-launcher-12809-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1674245 WARN  (jetty-launcher-12809-thread-2-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe6000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe6000d, 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 0x101b571ebe6000d, 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> 1674347 INFO  (jetty-launcher-12809-thread-2) [n:127.0.0.1:33273_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1674348 INFO  (zkConnectionManagerCallback-12891-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1674348 INFO  (jetty-launcher-12809-thread-2) [n:127.0.0.1:33273_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1674352 INFO  (jetty-launcher-12809-thread-2) [n:127.0.0.1:33273_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1674355 INFO  (jetty-launcher-12809-thread-2) [n:127.0.0.1:33273_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33273_solr as DOWN
   [junit4]   2> 1674356 INFO  (jetty-launcher-12809-thread-2) [n:127.0.0.1:33273_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1674356 INFO  (jetty-launcher-12809-thread-2) [n:127.0.0.1:33273_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33273_solr
   [junit4]   2> 1674357 INFO  (zkCallback-12863-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1674357 INFO  (zkCallback-12874-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1674357 INFO  (zkCallback-12854-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1674357 INFO  (zkCallback-12890-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1674358 INFO  (jetty-launcher-12809-thread-2) [n:127.0.0.1:33273_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1674359 WARN  (jetty-launcher-12809-thread-2) [n:127.0.0.1:33273_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> 1674375 INFO  (jetty-launcher-12809-thread-2) [n:127.0.0.1:33273_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_15F4315104E0D52B-001/tempDir-001/node2
   [junit4]   2> 1674384 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1674384 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1674385 INFO  (zkConnectionManagerCallback-12902-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1674385 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1674386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1674387 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36539/solr ready
   [junit4]   2> 1674389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=881966343
   [junit4]   2> 1674389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41227_solr
   [junit4]   2> 1674389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1674389 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41227_solr as DOWN
   [junit4]   2> 1674393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1674393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1674393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1674393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1674393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1674397 INFO  (closeThreadPool-12907-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72538569908289546-127.0.0.1:41227_solr-n_0000000000) closing
   [junit4]   2> 1674397 INFO  (OverseerStateUpdate-72538569908289546-127.0.0.1:41227_solr-n_0000000000) [n:127.0.0.1:41227_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41227_solr
   [junit4]   2> 1674401 INFO  (OverseerAutoScalingTriggerThread-72538569908289546-127.0.0.1:41227_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1674404 INFO  (closeThreadPool-12907-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72538569908289546-127.0.0.1:41227_solr-n_0000000000) closing
   [junit4]   2> 1674404 WARN  (jetty-launcher-12809-thread-3-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe6000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe6000a, 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 0x101b571ebe6000a, 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> 1674408 INFO  (zkCallback-12863-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1674505 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.Overseer Overseer (id=72538569908289546-127.0.0.1:41227_solr-n_0000000000) closing
   [junit4]   2> 1674505 INFO  (zkCallback-12901-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1674505 INFO  (zkCallback-12874-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1674505 INFO  (zkCallback-12890-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1674506 INFO  (zkCallback-12863-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43287_solr
   [junit4]   2> 1674506 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@d7cfeaf{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1674507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a9f6bf8{/solr,null,STOPPED}
   [junit4]   2> 1674507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1674507 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1674508 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1674508 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-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> 1674508 INFO  (zkCallback-12863-thread-2) [n:127.0.0.1:43287_solr     ] o.a.s.c.Overseer Overseer (id=72538569908289547-127.0.0.1:43287_solr-n_0000000001) starting
   [junit4]   2> 1674508 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1674508 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1674508 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1674509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ebde43c{/solr,null,AVAILABLE}
   [junit4]   2> 1674509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1ee119f3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37573}
   [junit4]   2> 1674509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.Server Started @1674545ms
   [junit4]   2> 1674509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35039}
   [junit4]   2> 1674509 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1674509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1674509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1674509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1674509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1674509 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-25T08:28:39.035Z
   [junit4]   2> 1674512 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1674513 INFO  (OverseerStateUpdate-72538569908289547-127.0.0.1:43287_solr-n_0000000001) [n:127.0.0.1:43287_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43287_solr
   [junit4]   2> 1674520 INFO  (zkConnectionManagerCallback-12909-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1674520 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1674520 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1674525 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1674526 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe60010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe60010, 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 0x101b571ebe60010, 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> 1675348 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1675358 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@c61b55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1675358 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@c61b55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1675636 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75051c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1675636 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75051c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1675638 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36539/solr
   [junit4]   2> 1675644 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1675645 INFO  (zkConnectionManagerCallback-12924-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1675645 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1675646 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe60011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe60011, 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 0x101b571ebe60011, 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> 1675747 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:35039_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1675748 INFO  (zkConnectionManagerCallback-12926-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1675748 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:35039_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1675752 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:35039_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1675754 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:35039_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35039_solr as DOWN
   [junit4]   2> 1675755 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:35039_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1675755 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:35039_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35039_solr
   [junit4]   2> 1675756 INFO  (zkCallback-12863-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1675756 INFO  (zkCallback-12890-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1675756 INFO  (zkCallback-12901-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1675756 INFO  (zkCallback-12874-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1675756 INFO  (zkCallback-12925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1675757 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:35039_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1675757 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:35039_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> 1675774 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:35039_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_15F4315104E0D52B-001/tempDir-001/node3
   [junit4]   2> 1675781 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1675782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:37573/solr. Proxy: http://127.0.0.1:35039/solr
   [junit4]   2> 1675782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1688617212
   [junit4]   2> 1675782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43287_solr
   [junit4]   2> 1675782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1675782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43287_solr as DOWN
   [junit4]   2> 1675788 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1675788 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1675788 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1675788 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1675790 INFO  (closeThreadPool-12937-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72538569908289547-127.0.0.1:43287_solr-n_0000000001) closing
   [junit4]   2> 1675796 INFO  (OverseerStateUpdate-72538569908289547-127.0.0.1:43287_solr-n_0000000001) [n:127.0.0.1:43287_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43287_solr
   [junit4]   2> 1675796 INFO  (OverseerAutoScalingTriggerThread-72538569908289547-127.0.0.1:43287_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1675802 WARN  (jetty-launcher-12809-thread-4-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe6000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe6000b, 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 0x101b571ebe6000b, 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> 1675809 INFO  (zkCallback-12874-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35545_solr
   [junit4]   2> 1675809 INFO  (closeThreadPool-12937-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72538569908289547-127.0.0.1:43287_solr-n_0000000001) closing
   [junit4]   2> 1675902 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.Overseer Overseer (id=72538569908289547-127.0.0.1:43287_solr-n_0000000001) closing
   [junit4]   2> 1675903 INFO  (zkCallback-12874-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1675903 INFO  (zkCallback-12901-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1675903 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7d8491b4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1675903 INFO  (zkCallback-12925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1675903 INFO  (zkCallback-12890-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1675904 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@238b7930{/solr,null,STOPPED}
   [junit4]   2> 1675904 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1675904 INFO  (zkCallback-12874-thread-1) [n:127.0.0.1:35545_solr     ] o.a.s.c.Overseer Overseer (id=72538569908289548-127.0.0.1:35545_solr-n_0000000002) starting
   [junit4]   2> 1675904 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1675905 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1675905 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-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> 1675906 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1675906 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1675906 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1675907 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2957e97f{/solr,null,AVAILABLE}
   [junit4]   2> 1675908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1410982e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37421}
   [junit4]   2> 1675908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.Server Started @1675943ms
   [junit4]   2> 1675908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43645}
   [junit4]   2> 1675908 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1675908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1675908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1675908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1675908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1675908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-25T08:28:40.434Z
   [junit4]   2> 1675908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1675909 INFO  (zkConnectionManagerCallback-12939-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1675909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1675910 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1675914 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1675914 INFO  (OverseerStateUpdate-72538569908289548-127.0.0.1:35545_solr-n_0000000002) [n:127.0.0.1:35545_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35545_solr
   [junit4]   2> 1677912 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1677913 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c20d84e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1677913 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c20d84e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1677915 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2aaed766[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1677915 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2aaed766[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1677917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36539/solr
   [junit4]   2> 1677917 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1677918 INFO  (zkConnectionManagerCallback-12954-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1677918 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1678020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:43645_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1678020 INFO  (zkConnectionManagerCallback-12956-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1678020 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:43645_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1678024 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:43645_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1678027 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:43645_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43645_solr as DOWN
   [junit4]   2> 1678028 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:43645_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1678028 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:43645_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43645_solr
   [junit4]   2> 1678029 INFO  (zkCallback-12925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1678029 INFO  (zkCallback-12901-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1678029 INFO  (zkCallback-12874-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1678029 INFO  (zkCallback-12890-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1678029 INFO  (zkCallback-12955-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1678030 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:43645_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1678030 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:43645_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> 1678046 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:43645_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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_15F4315104E0D52B-001/tempDir-001/node4
   [junit4]   2> 1678054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1678054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:37421/solr. Proxy: http://127.0.0.1:43645/solr
   [junit4]   2> 1678054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1283957502
   [junit4]   2> 1678054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35545_solr
   [junit4]   2> 1678055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1678055 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35545_solr as DOWN
   [junit4]   2> 1678058 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1678058 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1678058 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1678058 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1678058 INFO  (closeThreadPool-12967-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72538569908289548-127.0.0.1:35545_solr-n_0000000002) closing
   [junit4]   2> 1678058 INFO  (OverseerStateUpdate-72538569908289548-127.0.0.1:35545_solr-n_0000000002) [n:127.0.0.1:35545_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35545_solr
   [junit4]   2> 1678060 INFO  (OverseerAutoScalingTriggerThread-72538569908289548-127.0.0.1:35545_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1678062 INFO  (closeThreadPool-12967-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72538569908289548-127.0.0.1:35545_solr-n_0000000002) closing
   [junit4]   2> 1678062 INFO  (zkCallback-12925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1678062 INFO  (zkCallback-12901-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1678062 INFO  (zkCallback-12955-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1678062 WARN  (jetty-launcher-12809-thread-1-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe6000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe6000c, 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 0x101b571ebe6000c, 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> 1678063 INFO  (zkCallback-12890-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1678063 INFO  (zkCallback-12890-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33273_solr
   [junit4]   2> 1678163 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.Overseer Overseer (id=72538569908289548-127.0.0.1:35545_solr-n_0000000002) closing
   [junit4]   2> 1678164 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@31a4a77c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1678164 INFO  (zkCallback-12890-thread-2) [n:127.0.0.1:33273_solr     ] o.a.s.c.Overseer Overseer (id=72538569908289550-127.0.0.1:33273_solr-n_0000000003) starting
   [junit4]   2> 1678165 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@49131a00{/solr,null,STOPPED}
   [junit4]   2> 1678165 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1678165 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1678165 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1678165 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-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> 1678166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1678166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1678166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1678166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29ea02b1{/solr,null,AVAILABLE}
   [junit4]   2> 1678167 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1e91b8ed{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44863}
   [junit4]   2> 1678167 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.s.Server Started @1678202ms
   [junit4]   2> 1678167 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39853}
   [junit4]   2> 1678167 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1678167 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1678167 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1678167 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1678167 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1678167 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-25T08:28:42.693Z
   [junit4]   2> 1678167 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1678168 INFO  (OverseerStateUpdate-72538569908289550-127.0.0.1:33273_solr-n_0000000003) [n:127.0.0.1:33273_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33273_solr
   [junit4]   2> 1678168 INFO  (zkConnectionManagerCallback-12969-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1678168 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1678169 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1678173 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1679386 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1679386 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3ea76d33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1679386 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3ea76d33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1679389 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@38d59dba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1679389 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@38d59dba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1679390 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36539/solr
   [junit4]   2> 1679392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1679393 INFO  (zkConnectionManagerCallback-12984-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1679393 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1679500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:39853_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1679500 INFO  (zkConnectionManagerCallback-12986-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1679500 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:39853_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1679504 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:39853_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1679510 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:39853_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39853_solr as DOWN
   [junit4]   2> 1679510 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:39853_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1679510 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:39853_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39853_solr
   [junit4]   2> 1679511 INFO  (zkCallback-12901-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1679512 INFO  (zkCallback-12955-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1679512 INFO  (zkCallback-12925-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1679512 INFO  (zkCallback-12890-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1679513 INFO  (zkCallback-12985-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1679513 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [n:127.0.0.1:39853_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1679513 WARN  (SUITE-TestPullReplicaErrorHa

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

andler Stopped o.e.j.s.ServletContextHandler@3ebde43c{/solr,null,STOPPED}
   [junit4]   2> 1700156 INFO  (jetty-closer-13075-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1700240 INFO  (jetty-closer-13075-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72538569908289557-127.0.0.1:43645_solr-n_0000000005) closing
   [junit4]   2> 1700242 INFO  (jetty-closer-13075-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1410982e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1700243 INFO  (jetty-closer-13075-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2957e97f{/solr,null,STOPPED}
   [junit4]   2> 1700243 INFO  (jetty-closer-13075-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1700341 INFO  (jetty-closer-13075-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1e91b8ed{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1700342 INFO  (jetty-closer-13075-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@29ea02b1{/solr,null,STOPPED}
   [junit4]   2> 1700342 INFO  (jetty-closer-13075-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1700345 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1700446 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker-SendThread(127.0.0.1:36539)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101b571ebe60001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101b571ebe60001, 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 0x101b571ebe60001, 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> 1700548 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	12	/solr/security.json
   [junit4]   2> 	9	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	9	/solr/configs/conf
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	6	/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> 	47	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	45	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	23	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72538569908289563-127.0.0.1:39843_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72538569908289560-127.0.0.1:39853_solr-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	99	/solr/live_nodes
   [junit4]   2> 	93	/solr/overseer/queue
   [junit4]   2> 	54	/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> 1700550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36539
   [junit4]   2> 1700550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36539
   [junit4]   2> 1700550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[15F4315104E0D52B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36539
   [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/J2/temp/solr.cloud.TestPullReplicaErrorHandling_15F4315104E0D52B-001
   [junit4]   2> Nov 25, 2020 8:29:05 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene87, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=tr-TR, timezone=Europe/San_Marino
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=282502768,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemalessBufferedUpdates, TestCopyFieldCollectionResource, CdcrReplicationHandlerTest, TestConfigSetsAPIExclusivity, TestStressCloudBlindAtomicUpdates, TimeRoutedAliasUpdateProcessorTest, NodeMarkersRegistrationTest, BasicAuthStandaloneTest, MetricsHistoryHandlerTest, ExitableDirectoryReaderTest, ParsingFieldUpdateProcessorsTest, TestSQLHandlerNonCloud, RegexBytesRefFilterTest, DistributedQueryElevationComponentTest, BadCopyFieldTest, MaxSizeAutoCommitTest, TestCoreAdminApis, CollectionTooManyReplicasTest, TestPhraseSuggestions, TestSolrJacksonAnnotation, SpellCheckCollatorWithCollapseTest, ZkControllerTest, TestCloudManagedSchema, BlockJoinFacetDistribTest, TestUseDocValuesAsStored2, TestCharFilters, CSVRequestHandlerTest, SharedFSAutoReplicaFailoverTest, FacetPivotSmallTest, RandomizedTaggerTest, BasicDistributedZk2Test, DistributedFacetPivotLargeTest, JWTVerificationkeyResolverTest, TestTlogReplica, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestObjectReleaseTracker, TestFieldResource, TriLevelCompositeIdRoutingTest, OverseerModifyCollectionTest, TestHdfsCloudBackupRestore, SolrCoreCheckLockOnStartupTest, TestJmxIntegration, SolrShardReporterTest, TestUniqueKeyFieldResource, CoreAdminHandlerTest, TestRTGBase, CircularListTest, TestPrepRecovery, TestCloudJSONFacetJoinDomain, DeleteInactiveReplicaTest, TestIndexSearcher, SimpleCollectionCreateDeleteTest, TestLeaderElectionZkExpiry, SuggesterWFSTTest, TestPHPSerializedResponseWriter, HttpPartitionTest, DocValuesMissingTest, SolrMetricManagerTest, SolrCmdDistributorTest, TestExtendedDismaxParser, RuleEngineTest, RAMDirectoryFactoryTest, TestSimDistributedQueue, CurrencyRangeFacetCloudTest, TestSolrIndexConfig, DeleteShardTest, TestFieldCacheVsDocValues, UpdateParamsTest, TestCodecSupport, ConcurrentCreateRoutedAliasTest, TestDelegationWithHadoopAuth, ZkCollectionPropsCachingTest, RemoteQueryErrorTest, ZkSolrClientTest, MoveReplicaTest, RequiredFieldsTest, ClusterStateUpdateTest, TestJsonFacetRefinement, MaxScoreCollectorTest, TestHalfAndHalfDocValues, TestCloudPhrasesIdentificationComponent, IndexSizeTriggerSizeEstimationTest, LeaderVoteWaitTimeoutTest, TestPerFieldSimilarityWithDefaultOverride, TestConfigSetProperties, RankQParserPluginTest, BadComponentTest, MigrateRouteKeyTest, RestartWhileUpdatingTest, SSLMigrationTest, TestLegacyNumericRangeQueryBuilder, ClassificationUpdateProcessorIntegrationTest, TestMultiWordSynonyms, TestDeleteCollectionOnDownNodes, TestTrackingShardHandlerFactory, TestWordDelimiterFilterFactory, DistributedFacetPivotWhiteBoxTest, JvmMetricsTest, PreAnalyzedFieldManagedSchemaCloudTest, ConfigureRecoveryStrategyTest, TestUnifiedSolrHighlighterWithoutStoredId, CacheHeaderTest, ConvertedLegacyTest, TestRealTimeGet, TestExplainDocTransformer, TestPolicyCloud, JSONWriterTest, NodeMutatorTest, TestSystemCollAutoCreate, TemplateUpdateProcessorTest, TestRetrieveFieldsOptimizer, TestTermsQParserPlugin, BlobRepositoryCloudTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, NotRequiredUniqueKeyTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4DeleteCoreTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestJoin, TestRandomDVFaceting, TestSimpleTrackingShardHandler, ActionThrottleTest, AddReplicaTest, BasicZkTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ClusterStateMockUtilTest, CreateCollectionCleanupTest, DeleteNodeTest, DistribDocExpirationUpdateProcessorTest, LeaderElectionTest, LeaderFailureAfterFreshStartTest, PeerSyncReplicationTest, TestCloudConsistency, TestPullReplicaErrorHandling]
   [junit4] Completed [532/921 (1!)] on J2 in 29.74s, 4 tests, 1 error <<< FAILURES!

[...truncated 52074 lines...]