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/29 20:36:37 UTC

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

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

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

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


FAILED:  org.apache.solr.cloud.TestWithCollection.testNodeAdded

Error Message:
Action was not fired till 30 seconds

Stack Trace:
java.lang.AssertionError: Action was not fired till 30 seconds
	at __randomizedtesting.SeedInfo.seed([D914CE1EFFCC324A:BCD798695D6F9A49]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestWithCollection.testNodeAdded(TestWithCollection.java:471)
	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 13939 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 414809 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-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> 414809 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 414821 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D914CE1EFFCC324A-001/data-dir-74-001
   [junit4]   2> 414821 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 414821 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 414823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-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> 414823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D914CE1EFFCC324A-001/tempDir-001
   [junit4]   2> 414824 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 414833 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 414833 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 414834 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 415112 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 44845
   [junit4]   2> 415112 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44845
   [junit4]   2> 415112 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44845
   [junit4]   2> 415112 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44845
   [junit4]   2> 415153 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415180 INFO  (zkConnectionManagerCallback-4122-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415180 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415202 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415223 INFO  (zkConnectionManagerCallback-4124-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415223 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415225 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415233 INFO  (zkConnectionManagerCallback-4126-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415233 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415493 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 415493 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 415493 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 415493 INFO  (jetty-launcher-4127-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> 415493 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 415493 INFO  (jetty-launcher-4127-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> 415493 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 415493 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 415493 INFO  (jetty-launcher-4127-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> 415522 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 415522 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 415522 INFO  (jetty-launcher-4127-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> 415522 INFO  (jetty-launcher-4127-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 415522 INFO  (jetty-launcher-4127-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 415522 INFO  (jetty-launcher-4127-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 415532 INFO  (jetty-launcher-4127-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15f7a494{/solr,null,AVAILABLE}
   [junit4]   2> 415538 INFO  (jetty-launcher-4127-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 415538 INFO  (jetty-launcher-4127-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 415538 INFO  (jetty-launcher-4127-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 415539 INFO  (jetty-launcher-4127-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3368c09d{/solr,null,AVAILABLE}
   [junit4]   2> 415543 INFO  (jetty-launcher-4127-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 415544 INFO  (jetty-launcher-4127-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 415544 INFO  (jetty-launcher-4127-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 415544 INFO  (jetty-launcher-4127-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e3b206c{/solr,null,AVAILABLE}
   [junit4]   2> 415549 INFO  (jetty-launcher-4127-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 415549 INFO  (jetty-launcher-4127-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 415549 INFO  (jetty-launcher-4127-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49679156{/solr,null,AVAILABLE}
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6caf369b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35489}
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-2) [     ] o.e.j.s.Server Started @415575ms
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3240b77c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39869}
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35489}
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-1) [     ] o.e.j.s.Server Started @415575ms
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39869}
   [junit4]   2> 415550 ERROR (jetty-launcher-4127-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T19:44:43.363Z
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2345ba4f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37217}
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-4) [     ] o.e.j.s.Server Started @415575ms
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37217}
   [junit4]   2> 415550 ERROR (jetty-launcher-4127-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 415550 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 415551 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 415551 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 415551 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 415551 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T19:44:43.364Z
   [junit4]   2> 415551 ERROR (jetty-launcher-4127-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 415551 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 415551 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 415551 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 415551 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 415551 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T19:44:43.364Z
   [junit4]   2> 415552 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415552 INFO  (jetty-launcher-4127-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@77f21484{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41155}
   [junit4]   2> 415552 INFO  (jetty-launcher-4127-thread-3) [     ] o.e.j.s.Server Started @415577ms
   [junit4]   2> 415552 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41155}
   [junit4]   2> 415553 ERROR (jetty-launcher-4127-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 415553 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 415553 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 415553 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 415553 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 415553 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T19:44:43.366Z
   [junit4]   2> 415554 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415554 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415557 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415557 INFO  (zkConnectionManagerCallback-4129-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415557 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415557 INFO  (zkConnectionManagerCallback-4133-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415558 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415558 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 415558 INFO  (zkConnectionManagerCallback-4135-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415558 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415558 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 415562 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 415562 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 415562 INFO  (zkConnectionManagerCallback-4131-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415562 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415565 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 415566 WARN  (jetty-launcher-4127-thread-1-SendThread(127.0.0.1:44845)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc765bef0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc765bef0004, 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 0x101cc765bef0004, 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> 415566 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 415568 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 415667 WARN  (jetty-launcher-4127-thread-3-SendThread(127.0.0.1:44845)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc765bef0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc765bef0006, 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 0x101cc765bef0006, 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> 415667 WARN  (jetty-launcher-4127-thread-2-SendThread(127.0.0.1:44845)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc765bef0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc765bef0003, 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 0x101cc765bef0003, 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> 415671 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 415777 WARN  (jetty-launcher-4127-thread-4-SendThread(127.0.0.1:44845)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc765bef0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc765bef0005, 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 0x101cc765bef0005, 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> 416929 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 416930 WARN  (jetty-launcher-4127-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7cc6e3e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 416930 WARN  (jetty-launcher-4127-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7cc6e3e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 416944 WARN  (jetty-launcher-4127-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23f7671[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 416944 WARN  (jetty-launcher-4127-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23f7671[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 416945 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44845/solr
   [junit4]   2> 416947 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 416947 INFO  (zkConnectionManagerCallback-4155-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 416947 INFO  (jetty-launcher-4127-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 416948 WARN  (jetty-launcher-4127-thread-2-SendThread(127.0.0.1:44845)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc765bef0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc765bef0007, 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 0x101cc765bef0007, 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> 417050 INFO  (jetty-launcher-4127-thread-2) [n:127.0.0.1:35489_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 417050 INFO  (zkConnectionManagerCallback-4157-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 417050 INFO  (jetty-launcher-4127-thread-2) [n:127.0.0.1:35489_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 417052 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 417053 WARN  (jetty-launcher-4127-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14d5fedc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417252 WARN  (jetty-launcher-4127-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14d5fedc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417257 WARN  (jetty-launcher-4127-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21a8c7f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417257 WARN  (jetty-launcher-4127-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21a8c7f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417258 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44845/solr
   [junit4]   2> 417259 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 417263 INFO  (zkConnectionManagerCallback-4165-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 417263 INFO  (jetty-launcher-4127-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 417336 INFO  (jetty-launcher-4127-thread-2) [n:127.0.0.1:35489_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35489_solr
   [junit4]   2> 417337 INFO  (jetty-launcher-4127-thread-2) [n:127.0.0.1:35489_solr     ] o.a.s.c.Overseer Overseer (id=72563877735235592-127.0.0.1:35489_solr-n_0000000000) starting
   [junit4]   2> 417345 INFO  (OverseerStateUpdate-72563877735235592-127.0.0.1:35489_solr-n_0000000000) [n:127.0.0.1:35489_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35489_solr
   [junit4]   2> 417350 INFO  (jetty-launcher-4127-thread-2) [n:127.0.0.1:35489_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35489_solr
   [junit4]   2> 417354 INFO  (jetty-launcher-4127-thread-2) [n:127.0.0.1:35489_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 417354 WARN  (jetty-launcher-4127-thread-2) [n:127.0.0.1:35489_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> 417357 INFO  (zkCallback-4156-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 417367 INFO  (jetty-launcher-4127-thread-4) [n:127.0.0.1:37217_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 417371 INFO  (zkConnectionManagerCallback-4174-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 417371 INFO  (jetty-launcher-4127-thread-4) [n:127.0.0.1:37217_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 417377 INFO  (jetty-launcher-4127-thread-4) [n:127.0.0.1:37217_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 417382 INFO  (jetty-launcher-4127-thread-4) [n:127.0.0.1:37217_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37217_solr as DOWN
   [junit4]   2> 417383 INFO  (jetty-launcher-4127-thread-4) [n:127.0.0.1:37217_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 417383 INFO  (jetty-launcher-4127-thread-4) [n:127.0.0.1:37217_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37217_solr
   [junit4]   2> 417386 INFO  (jetty-launcher-4127-thread-2) [n:127.0.0.1:35489_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D914CE1EFFCC324A-001/tempDir-001/node2
   [junit4]   2> 417387 INFO  (jetty-launcher-4127-thread-4) [n:127.0.0.1:37217_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 417387 WARN  (jetty-launcher-4127-thread-4) [n:127.0.0.1:37217_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> 417389 INFO  (zkCallback-4173-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 417403 INFO  (zkCallback-4156-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 417404 INFO  (jetty-launcher-4127-thread-4) [n:127.0.0.1:37217_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D914CE1EFFCC324A-001/tempDir-001/node4
   [junit4]   2> 417599 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 417600 WARN  (jetty-launcher-4127-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@39b49e28[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417600 WARN  (jetty-launcher-4127-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@39b49e28[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417603 WARN  (jetty-launcher-4127-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ba5bb52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417603 WARN  (jetty-launcher-4127-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ba5bb52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417604 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44845/solr
   [junit4]   2> 417604 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 417609 INFO  (zkConnectionManagerCallback-4191-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 417609 INFO  (jetty-launcher-4127-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 417610 WARN  (jetty-launcher-4127-thread-3-SendThread(127.0.0.1:44845)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc765bef000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc765bef000b, 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 0x101cc765bef000b, 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> 417717 INFO  (jetty-launcher-4127-thread-3) [n:127.0.0.1:41155_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 417729 INFO  (zkConnectionManagerCallback-4193-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 417729 INFO  (jetty-launcher-4127-thread-3) [n:127.0.0.1:41155_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 417734 INFO  (jetty-launcher-4127-thread-3) [n:127.0.0.1:41155_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 417743 INFO  (jetty-launcher-4127-thread-3) [n:127.0.0.1:41155_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41155_solr as DOWN
   [junit4]   2> 417744 INFO  (jetty-launcher-4127-thread-3) [n:127.0.0.1:41155_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 417744 INFO  (jetty-launcher-4127-thread-3) [n:127.0.0.1:41155_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41155_solr
   [junit4]   2> 417745 INFO  (zkCallback-4156-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 417746 INFO  (zkCallback-4173-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 417747 INFO  (jetty-launcher-4127-thread-3) [n:127.0.0.1:41155_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 417747 WARN  (jetty-launcher-4127-thread-3) [n:127.0.0.1:41155_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> 417762 INFO  (zkCallback-4192-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 417770 INFO  (jetty-launcher-4127-thread-3) [n:127.0.0.1:41155_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D914CE1EFFCC324A-001/tempDir-001/node3
   [junit4]   2> 417804 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 417805 WARN  (jetty-launcher-4127-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9b8c26e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417805 WARN  (jetty-launcher-4127-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9b8c26e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417811 WARN  (jetty-launcher-4127-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6659c289[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417811 WARN  (jetty-launcher-4127-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6659c289[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 417812 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44845/solr
   [junit4]   2> 417814 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 417815 INFO  (zkConnectionManagerCallback-4207-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 417815 INFO  (jetty-launcher-4127-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418074 INFO  (jetty-launcher-4127-thread-1) [n:127.0.0.1:39869_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418077 INFO  (zkConnectionManagerCallback-4209-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418077 INFO  (jetty-launcher-4127-thread-1) [n:127.0.0.1:39869_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418093 INFO  (jetty-launcher-4127-thread-1) [n:127.0.0.1:39869_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 418105 INFO  (jetty-launcher-4127-thread-1) [n:127.0.0.1:39869_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39869_solr as DOWN
   [junit4]   2> 418107 INFO  (jetty-launcher-4127-thread-1) [n:127.0.0.1:39869_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 418107 INFO  (jetty-launcher-4127-thread-1) [n:127.0.0.1:39869_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39869_solr
   [junit4]   2> 418109 INFO  (zkCallback-4173-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 418109 INFO  (zkCallback-4192-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 418109 INFO  (zkCallback-4156-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 418109 INFO  (zkCallback-4208-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 418110 INFO  (jetty-launcher-4127-thread-1) [n:127.0.0.1:39869_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 418110 WARN  (jetty-launcher-4127-thread-1) [n:127.0.0.1:39869_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> 418122 INFO  (jetty-launcher-4127-thread-1) [n:127.0.0.1:39869_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D914CE1EFFCC324A-001/tempDir-001/node1
   [junit4]   2> 418133 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 418142 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418153 INFO  (zkConnectionManagerCallback-4220-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418153 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418154 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 418155 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44845/solr ready
   [junit4]   2> 418158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=521747700
   [junit4]   2> 418159 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35489_solr
   [junit4]   2> 418159 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 418159 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35489_solr as DOWN
   [junit4]   2> 418166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 418166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 418166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 418166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 418166 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 418167 INFO  (closeThreadPool-4225-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72563877735235592-127.0.0.1:35489_solr-n_0000000000) closing
   [junit4]   2> 418167 INFO  (OverseerStateUpdate-72563877735235592-127.0.0.1:35489_solr-n_0000000000) [n:127.0.0.1:35489_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35489_solr
   [junit4]   2> 418186 INFO  (OverseerAutoScalingTriggerThread-72563877735235592-127.0.0.1:35489_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 418189 INFO  (closeThreadPool-4225-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72563877735235592-127.0.0.1:35489_solr-n_0000000000) closing
   [junit4]   2> 418190 WARN  (jetty-launcher-4127-thread-2-SendThread(127.0.0.1:44845)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc765bef0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc765bef0008, 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 0x101cc765bef0008, 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> 418197 INFO  (zkCallback-4208-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 418197 INFO  (zkCallback-4192-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 418197 INFO  (zkCallback-4173-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37217_solr
   [junit4]   2> 418197 INFO  (zkCallback-4219-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 418198 INFO  (zkCallback-4173-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 418198 INFO  (zkCallback-4173-thread-1) [n:127.0.0.1:37217_solr     ] o.a.s.c.Overseer Overseer (id=72563877735235594-127.0.0.1:37217_solr-n_0000000001) starting
   [junit4]   2> 418214 INFO  (OverseerStateUpdate-72563877735235594-127.0.0.1:37217_solr-n_0000000001) [n:127.0.0.1:37217_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37217_solr
   [junit4]   2> 418292 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.Overseer Overseer (id=72563877735235592-127.0.0.1:35489_solr-n_0000000000) closing
   [junit4]   2> 418293 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6caf369b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 418293 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e3b206c{/solr,null,STOPPED}
   [junit4]   2> 418293 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 418294 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 418294 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 418294 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-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> 418305 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 418305 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 418305 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 418305 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27ae6092{/solr,null,AVAILABLE}
   [junit4]   2> 418305 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@66a39342{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46629}
   [junit4]   2> 418306 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.Server Started @418330ms
   [junit4]   2> 418306 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44953}
   [junit4]   2> 418306 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 418316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 418316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 418316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 418316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 418316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T19:44:46.129Z
   [junit4]   2> 418331 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418333 INFO  (zkConnectionManagerCallback-4231-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418333 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418334 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 418338 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 418341 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker-SendThread(127.0.0.1:44845)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc765bef0010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc765bef0010, 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 0x101cc765bef0010, 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> 419555 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 419556 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@356bd1ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419556 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@356bd1ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419558 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@22ebb735[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419558 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@22ebb735[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419559 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44845/solr
   [junit4]   2> 419560 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 419561 INFO  (zkConnectionManagerCallback-4242-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 419561 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 419665 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:44953_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 419666 INFO  (zkConnectionManagerCallback-4244-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 419666 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:44953_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 419685 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:44953_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 419690 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:44953_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44953_solr as DOWN
   [junit4]   2> 419692 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:44953_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 419692 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:44953_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44953_solr
   [junit4]   2> 419693 INFO  (zkCallback-4173-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 419693 INFO  (zkCallback-4192-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 419693 INFO  (zkCallback-4219-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 419693 INFO  (zkCallback-4208-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 419695 INFO  (zkCallback-4243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 419699 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:44953_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 419699 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:44953_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> 419726 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:44953_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D914CE1EFFCC324A-001/tempDir-001/node2
   [junit4]   2> 419734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 419735 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:46629/solr. Proxy: http://127.0.0.1:44953/solr
   [junit4]   2> 419735 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1310227301
   [junit4]   2> 419735 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37217_solr
   [junit4]   2> 419735 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 419735 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37217_solr as DOWN
   [junit4]   2> 419743 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 419743 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 419743 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 419743 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 419744 INFO  (closeThreadPool-4255-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72563877735235594-127.0.0.1:37217_solr-n_0000000001) closing
   [junit4]   2> 419745 INFO  (OverseerStateUpdate-72563877735235594-127.0.0.1:37217_solr-n_0000000001) [n:127.0.0.1:37217_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37217_solr
   [junit4]   2> 419747 INFO  (OverseerAutoScalingTriggerThread-72563877735235594-127.0.0.1:37217_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 419747 INFO  (zkCallback-4243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 419747 WARN  (jetty-launcher-4127-thread-4-SendThread(127.0.0.1:44845)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc765bef000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc765bef000a, 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 0x101cc765bef000a, 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> 419757 INFO  (zkCallback-4208-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 419757 INFO  (zkCallback-4219-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 419757 INFO  (zkCallback-4192-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 419757 INFO  (zkCallback-4192-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41155_solr
   [junit4]   2> 419766 INFO  (closeThreadPool-4255-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72563877735235594-127.0.0.1:37217_solr-n_0000000001) closing
   [junit4]   2> 419766 INFO  (zkCallback-4192-thread-1) [n:127.0.0.1:41155_solr     ] o.a.s.c.Overseer Overseer (id=72563877735235596-127.0.0.1:41155_solr-n_0000000002) starting
   [junit4]   2> 419776 INFO  (OverseerStateUpdate-72563877735235596-127.0.0.1:41155_solr-n_0000000002) [n:127.0.0.1:41155_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41155_solr
   [junit4]   2> 419857 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.Overseer Overseer (id=72563877735235594-127.0.0.1:37217_solr-n_0000000001) closing
   [junit4]   2> 419858 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2345ba4f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 419858 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3368c09d{/solr,null,STOPPED}
   [junit4]   2> 419858 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 419861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 419861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 419861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-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> 419869 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 419869 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 419870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 419877 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20508a80{/solr,null,AVAILABLE}
   [junit4]   2> 419877 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@ffb9106{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41477}
   [junit4]   2> 419878 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.Server Started @419902ms
   [junit4]   2> 419878 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39251}
   [junit4]   2> 419878 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 419878 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 419878 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 419878 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 419878 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 419878 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T19:44:47.691Z
   [junit4]   2> 419879 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 419885 INFO  (zkConnectionManagerCallback-4261-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 419885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 419890 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 419894 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 420803 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 420804 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3af18179[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 420804 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3af18179[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 420807 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b5cd637[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 420807 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b5cd637[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 420808 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44845/solr
   [junit4]   2> 420809 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 420810 INFO  (zkConnectionManagerCallback-4272-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 420810 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 420911 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:39251_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 420913 INFO  (zkConnectionManagerCallback-4274-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 420913 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:39251_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 420920 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:39251_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 420923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:39251_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39251_solr as DOWN
   [junit4]   2> 420924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:39251_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 420924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:39251_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39251_solr
   [junit4]   2> 420925 INFO  (zkCallback-4219-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 420925 INFO  (zkCallback-4208-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 420925 INFO  (zkCallback-4243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 420925 INFO  (zkCallback-4192-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 420925 INFO  (zkCallback-4273-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 420926 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:39251_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 420926 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:39251_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> 420942 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [n:127.0.0.1:39251_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D914CE1EFFCC324A-001/tempDir-001/node4
   [junit4]   2> 420950 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 420950 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:41477/solr. Proxy: http://127.0.0.1:39251/solr
   [junit4]   2> 420950 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1622664014
   [junit4]   2> 420950 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41155_solr
   [junit4]   2> 420950 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 420950 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41155_solr as DOWN
   [junit4]   2> 420952 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 420952 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 420952 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 420952 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 420952 INFO  (closeThreadPool-4285-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72563877735235596-127.0.0.1:41155_solr-n_0000000002) closing
   [junit4]   2> 420952 INFO  (OverseerStateUpdate-72563877735235596-127.0.0.1:41155_solr-n_0000000002) [n:127.0.0.1:41155_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41155_solr
   [junit4]   2> 420958 INFO  (OverseerAutoScalingTriggerThread-72563877735235596-127.0.0.1:41155_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 420959 INFO  (closeThreadPool-4285-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72563877735235596-127.0.0.1:41155_solr-n_0000000002) closing
   [junit4]   2> 420960 WARN  (jetty-launcher-4127-thread-3-SendThread(127.0.0.1:44845)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc765bef000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc765bef000c, 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 0x101cc765bef000c, 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> 420960 INFO  (zkCallback-4273-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 420960 INFO  (zkCallback-4243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 420960 INFO  (zkCallback-4219-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 420960 INFO  (zkCallback-4208-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 420960 INFO  (zkCallback-4208-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39869_solr
   [junit4]   2> 420961 INFO  (zkCallback-4208-thread-2) [n:127.0.0.1:39869_solr     ] o.a.s.c.Overseer Overseer (id=72563877735235598-127.0.0.1:39869_solr-n_0000000003) starting
   [junit4]   2> 420964 INFO  (OverseerStateUpdate-72563877735235598-127.0.0.1:39869_solr-n_0000000003) [n:127.0.0.1:39869_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39869_solr
   [junit4]   2> 421060 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.Overseer Overseer (id=72563877735235596-127.0.0.1:41155_solr-n_0000000002) closing
   [junit4]   2> 421061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@77f21484{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 421061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@49679156{/solr,null,STOPPED}
   [junit4]   2> 421061 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 421065 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 421065 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 421066 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-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> 421069 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 421069 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 421069 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 421073 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62efa754{/solr,null,AVAILABLE}
   [junit4]   2> 421073 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2dacad21{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37747}
   [junit4]   2> 421073 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.s.Server Started @421098ms
   [junit4]   2> 421073 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41683}
   [junit4]   2> 421074 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 421074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 421074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 421074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 421074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 421074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-29T19:44:48.887Z
   [junit4]   2> 421076 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421078 INFO  (zkConnectionManagerCallback-4291-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421078 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421078 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 421083 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 423530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 423531 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a1d7afc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 423531 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a1d7afc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 423534 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7395ac91[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 423534 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7395ac91[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 423535 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D914CE1EFFCC324A]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44845/solr
   [junit4]   2> 423537 INFO  (SUITE-TestPul

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

9030-127.0.0.1:33957_solr-n_0000000000) closing
   [junit4]   2> 1714915 INFO  (zkCallback-18339-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1714916 INFO  (jetty-closer-18366-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1714916 INFO  (jetty-closer-18366-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c0b78fc: rootName = solr_44287, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@63363f49
   [junit4]   2> 1714918 INFO  (jetty-closer-18366-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1714918 INFO  (jetty-closer-18366-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c9204d3: rootName = solr_44287, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@78124dee
   [junit4]   2> 1714918 INFO  (jetty-closer-18366-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1714920 WARN  (jetty-launcher-18298-thread-2-SendThread(127.0.0.1:38839)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101cc8a28f00008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101cc8a28f00008, 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 0x101cc8a28f00008, 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> 1715015 INFO  (jetty-closer-18366-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72563962779009030-127.0.0.1:33957_solr-n_0000000000) closing
   [junit4]   2> 1715016 INFO  (jetty-closer-18366-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@575cdd9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1715017 INFO  (jetty-closer-18366-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ee9678b{/solr,null,STOPPED}
   [junit4]   2> 1715017 INFO  (jetty-closer-18366-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1715116 INFO  (jetty-closer-18366-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@20dc5b20{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1715117 INFO  (jetty-closer-18366-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b44b35c{/solr,null,STOPPED}
   [junit4]   2> 1715117 INFO  (jetty-closer-18366-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1715117 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D914CE1EFFCC324A]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1715320 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> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/testCreateCollectionNoWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/configs/testCreateCollectionNoWithCollection_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/testCreateCollectionNoWithCollection_abc/terms/shard2
   [junit4]   2> 	2	/solr/collections/testCreateCollectionNoWithCollection_abc/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/collections/testCreateCollectionNoWithCollection_abc/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/overseer/queue
   [junit4]   2> 	12	/solr/overseer/collection-queue-work
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1715323 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D914CE1EFFCC324A]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38839
   [junit4]   2> 1715323 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D914CE1EFFCC324A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38839
   [junit4]   2> 1715323 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D914CE1EFFCC324A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38839
   [junit4]   2> 1715324 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D914CE1EFFCC324A]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionNoWithCollection
   [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/J3/temp/solr.cloud.TestWithCollection_D914CE1EFFCC324A-001
   [junit4]   2> Nov 29, 2020 8:06:23 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=39, maxDocsPerChunk=580, blockShift=11), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=39, blockSize=11)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-CL, timezone=Asia/Kuala_Lumpur
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=171351336,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetsAPIShareSchema, TestPullReplica, HdfsBasicDistributedZk2Test, RestoreTriggerStateTest, UnloadDistributedZkTest, AdminHandlersProxyTest, TestFastLRUCache, DeleteStatusTest, TestLegacyBM25SimilarityFactory, OverseerRolesTest, SimpleFacetsTest, ZkStateReaderTest, SolrCoreTest, DataDrivenBlockJoinTest, TestCloudConsistency, SolrRrdBackendFactoryTest, AssignTest, SchemaApiFailureTest, UpdateRequestProcessorFactoryTest, TestPseudoReturnFields, SplitByPrefixTest, HighlighterWithoutStoredIdTest, HdfsDirectoryFactoryTest, UUIDFieldTest, TestUpdate, TestSolrXml, TestCloudJSONFacetSKG, TestSolrConfigHandler, TestSubQueryTransformer, IgnoreLargeDocumentProcessorFactoryTest, FastVectorHighlighterTest, SolrTestCaseJ4DeleteCoreTest, TestCloudNestedDocsSort, NodeAddedTriggerTest, TestLockTree, SmileWriterTest, SaslZkACLProviderTest, ClassificationUpdateProcessorTest, ReplaceNodeNoTargetTest, HdfsLockFactoryTest, NumericFieldsTest, UtilsToolTest, TestLazyCores, TestRandomRequestDistribution, TestGeoJSONResponseWriter, RulesTest, TestImplicitCoreProperties, SpellCheckComponentTest, ZkFailoverTest, TestCloudSchemaless, PingRequestHandlerTest, TestNumericRangeQuery64, ThreadDumpHandlerTest, TestDFRSimilarityFactory, TestGroupingSearch, TestFieldTypeCollectionResource, DistributedMLTComponentTest, HdfsSyncSliceTest, MergeStrategyTest, TestDynamicFieldCollectionResource, SynonymTokenizerTest, CdcrRequestHandlerTest, RollingRestartTest, TestCollapseQParserPlugin, AtomicUpdatesTest, TestInitQParser, TestRecovery, BasicDistributedZkTest, TestWriterPerf, RankQueryTest, DocValuesMultiTest, LukeRequestHandlerTest, TestFoldingMultitermQuery, IndexSizeTriggerTest, FileBasedSpellCheckerTest, TestFieldCacheWithThreads, TestSolrConfigHandlerCloud, BadIndexSchemaTest, SuggesterFSTTest, MultiSolrCloudTestCaseTest, TestSolrCoreSnapshots, JWTAuthPluginIntegrationTest, TestPointFields, CloudReplicaSourceTest, TestReqParamsAPI, PeerSyncWithLeaderTest, SearchRateTriggerIntegrationTest, TestSystemIdResolver, ResponseBuilderTest, TestSolr4Spatial, TestSearchPerf, TestSimClusterStateProvider, TestEmbeddedSolrServerSchemaAPI, SortByFunctionTest, TestCustomSort, TestSimExecutePlanAction, HdfsWriteToMultipleCollectionsTest, SliceStateTest, LeaderFailoverAfterPartitionTest, BlockCacheTest, TestPushWriter, BitVectorTest, TestStressInPlaceUpdates, DirectSolrConnectionTest, TolerantUpdateProcessorTest, CoreSorterTest, SplitShardTest, PropertiesRequestHandlerTest, PreAnalyzedUpdateProcessorTest, TestTolerantUpdateProcessorCloud, TestExpandComponent, SolrJmxReporterTest, TestRTimerTree, HLLUtilTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ClusterStateMockUtilTest, ClusterStateTest, ClusterStateUpdateTest, CollectionsAPISolrJTest, HttpPartitionWithTlogReplicasTest, MetricsHistoryWithAuthIntegrationTest, MissingSegmentRecoveryTest, NestedShardedAtomicUpdateTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, PackageManagerCLITest, RecoveryZkTest, TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, TestCloudRecovery, TestCloudRecovery2, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestRebalanceLeaders, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestWithCollection]
   [junit4] Completed [577/921 (2!)] on J3 in 94.66s, 9 tests, 1 failure <<< FAILURES!

[...truncated 51866 lines...]