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 2019/11/09 06:15:15 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 3901 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3901/

3 tests failed.
FAILED:  org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast

Error Message:
Request should fail after trying all replica nodes once

Stack Trace:
junit.framework.AssertionFailedError: Request should fail after trying all replica nodes once
	at __randomizedtesting.SeedInfo.seed([7D677E8B3B795427:AEBA57219C483D5B]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2729)
	at org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast(TestQueryingOnDownCollection.java:91)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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.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 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.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 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClientTest.testConcurrentUpdate

Error Message:
Expected CUSS to send 500 but got 495

Stack Trace:
java.lang.AssertionError: Expected CUSS to send 500 but got 495
	at __randomizedtesting.SeedInfo.seed([7537F7E76ED727FD:8D31AE1CBAEF42B6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClientTest.testConcurrentUpdate(ConcurrentUpdateHttp2SolrClientTest.java:102)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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.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 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.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 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient

Error Message:
Error from server at http://127.0.0.1:35820/solr: 4 out of 5 the property overlay to be of version 0 within 30 seconds! Failed cores: [http://127.0.0.1:35820/solr/test_shard2_replica_n3/, http://127.0.0.1:45254/solr/test_shard2_replica_n4/, http://127.0.0.1:34828/solr/test_shard1_replica_n1/, http://127.0.0.1:34695/solr/test_shard1_replica_n2/]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:35820/solr: 4 out of 5 the property overlay to be of version 0 within 30 seconds! Failed cores: [http://127.0.0.1:35820/solr/test_shard2_replica_n3/, http://127.0.0.1:45254/solr/test_shard2_replica_n4/, http://127.0.0.1:34828/solr/test_shard1_replica_n1/, http://127.0.0.1:34695/solr/test_shard1_replica_n2/]
	at __randomizedtesting.SeedInfo.seed([7537F7E76ED727FD:AD2FEFCDCFE335DA]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:66)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:642)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:67)
	at org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:114)
	at org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient(TestV2Request.java:88)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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.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 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.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 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14203 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestQueryingOnDownCollection
   [junit4]   2> 2769479 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2769480 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_7D677E8B3B795427-001/data-dir-110-001
   [junit4]   2> 2769497 WARN  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2769497 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2769497 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2769498 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_7D677E8B3B795427-001/tempDir-001
   [junit4]   2> 2769498 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2769498 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2769499 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2769610 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:44683
   [junit4]   2> 2769610 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44683
   [junit4]   2> 2769610 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44683
   [junit4]   2> 2769610 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44683
   [junit4]   2> 2769614 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2769662 INFO  (zkConnectionManagerCallback-8403-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2769662 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2769708 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2769708 INFO  (zkConnectionManagerCallback-8405-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2769709 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2769710 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2769724 INFO  (zkConnectionManagerCallback-8407-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2769724 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2769829 WARN  (jetty-launcher-8408-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2769830 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2769830 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2769830 INFO  (jetty-launcher-8408-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 2769830 WARN  (jetty-launcher-8408-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2769831 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2769831 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2769831 INFO  (jetty-launcher-8408-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 2769831 WARN  (jetty-launcher-8408-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2769831 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2769831 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2769831 INFO  (jetty-launcher-8408-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 2769832 INFO  (jetty-launcher-8408-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2769832 INFO  (jetty-launcher-8408-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2769832 INFO  (jetty-launcher-8408-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2769833 INFO  (jetty-launcher-8408-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32cd5435{/solr,null,AVAILABLE}
   [junit4]   2> 2769833 INFO  (jetty-launcher-8408-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@15ec15f7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33148}
   [junit4]   2> 2769833 INFO  (jetty-launcher-8408-thread-1) [     ] o.e.j.s.Server Started @2769937ms
   [junit4]   2> 2769833 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33148}
   [junit4]   2> 2769850 ERROR (jetty-launcher-8408-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2769850 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2769850 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2769850 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2769850 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2769850 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-09T04:42:17.443945Z
   [junit4]   2> 2769882 INFO  (jetty-launcher-8408-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2769886 INFO  (jetty-launcher-8408-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2769886 INFO  (jetty-launcher-8408-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2769886 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2769887 INFO  (jetty-launcher-8408-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2769887 INFO  (jetty-launcher-8408-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2769887 INFO  (jetty-launcher-8408-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2769888 INFO  (jetty-launcher-8408-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d53cbff{/solr,null,AVAILABLE}
   [junit4]   2> 2769888 INFO  (jetty-launcher-8408-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25e5bcc5{/solr,null,AVAILABLE}
   [junit4]   2> 2769890 INFO  (jetty-launcher-8408-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@ecfdc0b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45521}
   [junit4]   2> 2769890 INFO  (jetty-launcher-8408-thread-2) [     ] o.e.j.s.Server Started @2769994ms
   [junit4]   2> 2769890 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45521}
   [junit4]   2> 2769890 ERROR (jetty-launcher-8408-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2769890 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2769890 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2769890 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2769890 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2769890 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-09T04:42:17.483982Z
   [junit4]   2> 2769898 INFO  (jetty-launcher-8408-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@8864eaa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41324}
   [junit4]   2> 2769898 INFO  (jetty-launcher-8408-thread-3) [     ] o.e.j.s.Server Started @2770002ms
   [junit4]   2> 2769898 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41324}
   [junit4]   2> 2769898 ERROR (jetty-launcher-8408-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2769898 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2769898 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2769899 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2769899 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2769899 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-09T04:42:17.492022Z
   [junit4]   2> 2769906 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2769907 INFO  (zkConnectionManagerCallback-8410-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2769907 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2769907 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2769909 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2769909 INFO  (zkConnectionManagerCallback-8414-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2769910 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2769910 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2769955 INFO  (zkConnectionManagerCallback-8412-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2769955 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2770053 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2770326 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2770346 WARN  (jetty-launcher-8408-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11e37ee8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2770346 WARN  (jetty-launcher-8408-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11e37ee8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2770384 WARN  (jetty-launcher-8408-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@13369a0c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2770384 WARN  (jetty-launcher-8408-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@13369a0c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2770398 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44683/solr
   [junit4]   2> 2770455 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2770455 INFO  (zkConnectionManagerCallback-8423-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2770455 INFO  (jetty-launcher-8408-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2770674 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2770747 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2770763 INFO  (zkConnectionManagerCallback-8425-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2770763 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2770784 WARN  (jetty-launcher-8408-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@434eb362[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2770784 WARN  (jetty-launcher-8408-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@434eb362[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2770837 WARN  (jetty-launcher-8408-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@64002045[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2770837 WARN  (jetty-launcher-8408-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@64002045[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2770838 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44683/solr
   [junit4]   2> 2770910 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2770946 INFO  (zkConnectionManagerCallback-8433-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2770946 INFO  (jetty-launcher-8408-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2771093 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2771129 INFO  (zkConnectionManagerCallback-8435-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2771129 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2771243 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41324_solr
   [junit4]   2> 2771314 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.c.Overseer Overseer (id=75702178008662025-127.0.0.1:41324_solr-n_0000000000) starting
   [junit4]   2> 2771422 INFO  (OverseerStateUpdate-75702178008662025-127.0.0.1:41324_solr-n_0000000000) [n:127.0.0.1:41324_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41324_solr
   [junit4]   2> 2771422 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41324_solr
   [junit4]   2> 2771424 INFO  (OverseerStateUpdate-75702178008662025-127.0.0.1:41324_solr-n_0000000000) [n:127.0.0.1:41324_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2771442 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2771442 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2771523 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2771632 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41324.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2771667 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2771684 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41324.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2771684 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41324.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2771776 INFO  (jetty-launcher-8408-thread-3) [n:127.0.0.1:41324_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_7D677E8B3B795427-001/tempDir-001/node3/.
   [junit4]   2> 2771777 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33148_solr as DOWN
   [junit4]   2> 2771778 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2771778 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33148_solr
   [junit4]   2> 2771814 INFO  (zkCallback-8434-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2771906 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2771906 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2771917 INFO  (zkCallback-8424-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2772015 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2772085 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2772105 WARN  (jetty-launcher-8408-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9b572fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2772105 WARN  (jetty-launcher-8408-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9b572fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2772120 WARN  (jetty-launcher-8408-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@91b2a33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2772121 WARN  (jetty-launcher-8408-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@91b2a33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2772122 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44683/solr
   [junit4]   2> 2772157 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2772170 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33148.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2772209 INFO  (zkConnectionManagerCallback-8447-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2772213 INFO  (jetty-launcher-8408-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2772315 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33148.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2772315 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33148.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2772405 INFO  (jetty-launcher-8408-thread-1) [n:127.0.0.1:33148_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_7D677E8B3B795427-001/tempDir-001/node1/.
   [junit4]   2> 2772412 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2772479 INFO  (zkConnectionManagerCallback-8449-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2772479 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2772508 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2772545 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45521_solr as DOWN
   [junit4]   2> 2772563 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2772563 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45521_solr
   [junit4]   2> 2772601 INFO  (zkCallback-8434-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2772602 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2772602 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2772616 INFO  (zkCallback-8448-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2772623 INFO  (zkCallback-8424-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2772762 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2772828 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45521.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2772867 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45521.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2772867 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45521.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2772905 INFO  (jetty-launcher-8408-thread-2) [n:127.0.0.1:45521_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_7D677E8B3B795427-001/tempDir-001/node2/.
   [junit4]   2> 2773203 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 2773204 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2773205 INFO  (zkConnectionManagerCallback-8458-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2773205 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2773300 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2773301 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44683/solr ready
   [junit4]   2> 2773419 INFO  (TEST-TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast-seed#[7D677E8B3B795427]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testQueryToDownCollectionShouldFailFast
   [junit4]   2> 2773428 INFO  (qtp455862498-24111) [n:127.0.0.1:33148_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=infected&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2773431 INFO  (OverseerThreadFactory-6092-thread-1-processing-n:127.0.0.1:41324_solr) [n:127.0.0.1:41324_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection infected
   [junit4]   2> 2773664 INFO  (OverseerStateUpdate-75702178008662025-127.0.0.1:41324_solr-n_0000000000) [n:127.0.0.1:41324_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"infected",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"infected_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41324/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2773665 INFO  (OverseerStateUpdate-75702178008662025-127.0.0.1:41324_solr-n_0000000000) [n:127.0.0.1:41324_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"infected",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"infected_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33148/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2773819 INFO  (qtp533114-24123) [n:127.0.0.1:45521_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 2773819 INFO  (qtp455862498-24113) [     ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:45521_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmqL4yrkKnqjm0+BH460o+9GcL2KbevqASzs5ToVHfN1bdc7EmslPi7AZcw/rkgvWWkialFcETK86EutBQNT7f4YfoabMwOpQc9eFHD+IN0V7JoUrT7Diwb0YRQmn9xXORJ0jFWRAbhWhtUEjSEBmH3IUfJA3VVvcN92ViPpocOspTuSE7XENpwMwhfXQQwRTs0EhvEcuYxNqPtQ2u/E6o6nXz2Ko6lY9eoPmWz3U1qIU04dSXoCeMr8GIAxcmEoWIFDiXleIHx7OooCICV+jV9nMeIKSxziT1b6jgJDjwaOswravlIX33ZTSYWAanWC5zOSj+YJ4rS+KOpiBcRElfQIDAQAB
   [junit4]   2> 2773820 INFO  (qtp533114-24125) [n:127.0.0.1:45521_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 2773820 INFO  (qtp104968210-24129) [     ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:45521_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmqL4yrkKnqjm0+BH460o+9GcL2KbevqASzs5ToVHfN1bdc7EmslPi7AZcw/rkgvWWkialFcETK86EutBQNT7f4YfoabMwOpQc9eFHD+IN0V7JoUrT7Diwb0YRQmn9xXORJ0jFWRAbhWhtUEjSEBmH3IUfJA3VVvcN92ViPpocOspTuSE7XENpwMwhfXQQwRTs0EhvEcuYxNqPtQ2u/E6o6nXz2Ko6lY9eoPmWz3U1qIU04dSXoCeMr8GIAxcmEoWIFDiXleIHx7OooCICV+jV9nMeIKSxziT1b6jgJDjwaOswravlIX33ZTSYWAanWC5zOSj+YJ4rS+KOpiBcRElfQIDAQAB
   [junit4]   2> 2773820 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr    x:infected_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=infected_shard2_replica_n2&action=CREATE&numShards=2&collection=infected&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2773820 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr    x:infected_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=infected_shard1_replica_n1&action=CREATE&numShards=2&collection=infected&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2773821 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr    x:infected_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2774881 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2774894 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2774957 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.s.IndexSchema [infected_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2774959 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2774959 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'infected_shard2_replica_n2' using configuration from collection infected, trusted=true
   [junit4]   2> 2774959 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33148.solr.core.infected.shard2.replica_n2' (registry 'solr.core.infected.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2774959 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.SolrCore [[infected_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_7D677E8B3B795427-001/tempDir-001/node1/infected_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_7D677E8B3B795427-001/tempDir-001/node1/./infected_shard2_replica_n2/data/]
   [junit4]   2> 2774993 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.s.IndexSchema [infected_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2774994 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2774995 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'infected_shard1_replica_n1' using configuration from collection infected, trusted=true
   [junit4]   2> 2774995 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41324.solr.core.infected.shard1.replica_n1' (registry 'solr.core.infected.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86fa7ba
   [junit4]   2> 2774995 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.SolrCore [[infected_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_7D677E8B3B795427-001/tempDir-001/node3/infected_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_7D677E8B3B795427-001/tempDir-001/node3/./infected_shard1_replica_n1/data/]
   [junit4]   2> 2775370 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2775370 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2775371 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2775371 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2775373 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ceae3be[infected_shard2_replica_n2] main]
   [junit4]   2> 2775447 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2775447 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2775449 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2775449 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2775450 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2775479 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@612c801e[infected_shard1_replica_n1] main]
   [junit4]   2> 2775496 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2775497 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2775497 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2775497 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1649697927295139840
   [junit4]   2> 2775499 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2775500 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2775500 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1649697927298285568
   [junit4]   2> 2775532 INFO  (searcherExecutor-6108-thread-1-processing-n:127.0.0.1:33148_solr x:infected_shard2_replica_n2 c:infected s:shard2 r:core_node4) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.SolrCore [infected_shard2_replica_n2] Registered new searcher Searcher@4ceae3be[infected_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2775534 INFO  (searcherExecutor-6109-thread-1-processing-n:127.0.0.1:41324_solr x:infected_shard1_replica_n1 c:infected s:shard1 r:core_node3) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.SolrCore [infected_shard1_replica_n1] Registered new searcher Searcher@612c801e[infected_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2775552 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/infected/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 2775552 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/infected/leaders/shard2
   [junit4]   2> 2775554 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/infected/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2775554 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/infected/leaders/shard1
   [junit4]   2> 2775627 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2775627 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2775627 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33148/solr/infected_shard2_replica_n2/
   [junit4]   2> 2775628 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2775628 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:33148/solr/infected_shard2_replica_n2/ has no replicas
   [junit4]   2> 2775628 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/infected/leaders/shard2/leader after winning as /collections/infected/leader_elect/shard2/election/75702178008662023-core_node4-n_0000000000
   [junit4]   2> 2775638 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33148/solr/infected_shard2_replica_n2/ shard2
   [junit4]   2> 2775641 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2775641 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2775641 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41324/solr/infected_shard1_replica_n1/
   [junit4]   2> 2775642 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2775642 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:41324/solr/infected_shard1_replica_n1/ has no replicas
   [junit4]   2> 2775642 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/infected/leaders/shard1/leader after winning as /collections/infected/leader_elect/shard1/election/75702178008662025-core_node3-n_0000000000
   [junit4]   2> 2775644 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41324/solr/infected_shard1_replica_n1/ shard1
   [junit4]   2> 2775853 INFO  (zkCallback-8424-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json] for collection [infected] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2775853 INFO  (zkCallback-8434-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json] for collection [infected] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2775869 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2775871 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=infected_shard1_replica_n1&action=CREATE&numShards=2&collection=infected&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2050
   [junit4]   2> 2775881 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2775887 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=infected_shard2_replica_n2&action=CREATE&numShards=2&collection=infected&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2067
   [junit4]   2> 2775910 INFO  (qtp455862498-24111) [n:127.0.0.1:33148_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2776004 INFO  (zkCallback-8424-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json] for collection [infected] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2776004 INFO  (zkCallback-8434-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json] for collection [infected] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2776004 INFO  (zkCallback-8424-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json] for collection [infected] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2776004 INFO  (zkCallback-8434-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json] for collection [infected] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2776005 INFO  (qtp455862498-24111) [n:127.0.0.1:33148_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=infected&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2576
   [junit4]   2> 2776072 INFO  (qtp455862498-24114) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/infected/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 2776072 INFO  (qtp104968210-24131) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/infected/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 2776072 INFO  (qtp104968210-24131) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [infected_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=infected:4&wt=javabin&version=2}{add=[0 (1649697927878148096), 1 (1649697927879196672), 4 (1649697927879196673), 8 (1649697927879196674), 10 (1649697927879196675), 11 (1649697927879196676), 12 (1649697927879196677), 13 (1649697927879196678), 14 (1649697927879196679), 15 (1649697927879196680), ... (56 adds)]} 0 29
   [junit4]   2> 2776073 INFO  (qtp455862498-24114) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [infected_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=infected:4&wt=javabin&version=2}{add=[2 (1649697927852982272), 3 (1649697927855079424), 5 (1649697927855079425), 6 (1649697927855079426), 7 (1649697927855079427), 9 (1649697927855079428), 17 (1649697927855079429), 18 (1649697927855079430), 19 (1649697927855079431), 21 (1649697927855079432), ... (44 adds)]} 0 44
   [junit4]   2> 2776093 INFO  (qtp104968210-24129) [n:127.0.0.1:41324_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 2776093 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:41324_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsaZuxGqfFlmtHl/uWtaup54htmuYnsJelTd1QSP26AVPVAyP0ePVLiHmkvt3MitHyefWZPXP0eCtwls4P5qRimH0oojbIlqOF2fleJp0POE9HPCTKOkP/b9+3SnRKofxfJgy8rpep1XZgspCy+mAg/ed7ZOJpDmqFiEbeENQSyrorqPZ6L3hzFcgmRCiAoBt4UDyRhm2OhTWS6tRZU8Uu3IoPzZmQevUthWX1ZUBnf5N/sL+UC7hNqxp0uQLxJ0CTIAyHo+XP9wW101JKm8NVOhJcjRrIUGvUQHgiL8Tow9X9m2j9PzjuuX5zXfBbWQXCvB4R+VkeTPEn4MAVJClLwIDAQAB
   [junit4]   2> 2776094 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1649697927921139712,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2776094 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d414c94 commitCommandVersion:1649697927921139712
   [junit4]   2> 2776098 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@644d1fbb[infected_shard2_replica_n2] main]
   [junit4]   2> 2776098 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2776099 INFO  (searcherExecutor-6108-thread-1-processing-n:127.0.0.1:33148_solr x:infected_shard2_replica_n2 c:infected s:shard2 r:core_node4) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.SolrCore [infected_shard2_replica_n2] Registered new searcher Searcher@644d1fbb[infected_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C44:[diagnostics={source=flush, lucene.version=9.0.0, java.vm.version=11.0.4+10-LTS, java.version=11.0.4, timestamp=1573274543689, java.vendor=Oracle Corporation, os=Linux, os.version=4.4.0-112-generic, java.runtime.version=11.0.4+10-LTS, os.arch=amd64}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2776100 INFO  (qtp455862498-24113) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [infected_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41324/solr/infected_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 7
   [junit4]   2> 2776113 INFO  (qtp104968210-24132) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1649697927941062656,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2776113 INFO  (qtp104968210-24132) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1c4bd758 commitCommandVersion:1649697927941062656
   [junit4]   2> 2776130 INFO  (qtp104968210-24132) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d4363e1[infected_shard1_replica_n1] main]
   [junit4]   2> 2776130 INFO  (qtp104968210-24132) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2776131 INFO  (searcherExecutor-6109-thread-1-processing-n:127.0.0.1:41324_solr x:infected_shard1_replica_n1 c:infected s:shard1 r:core_node3) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.SolrCore [infected_shard1_replica_n1] Registered new searcher Searcher@3d4363e1[infected_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C56:[diagnostics={source=flush, lucene.version=9.0.0, java.vm.version=11.0.4+10-LTS, java.version=11.0.4, timestamp=1573274543708, java.vendor=Oracle Corporation, os=Linux, os.version=4.4.0-112-generic, java.runtime.version=11.0.4+10-LTS, os.arch=amd64}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2776132 INFO  (qtp104968210-24132) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [infected_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=infected:4&commit=true&wt=javabin&version=2}{commit=} 0 58
   [junit4]   2> 2776133 INFO  (zkCallback-8424-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json] for collection [infected] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2776133 INFO  (zkCallback-8424-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json] for collection [infected] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2776141 INFO  (zkCallback-8434-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json] for collection [infected] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2776141 INFO  (zkCallback-8434-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json] for collection [infected] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2776169 INFO  (qtp455862498-24110) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.S.Request [infected_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:33148/solr/infected_shard2_replica_n2/&rows=0&version=2&q=*:*&omitHeader=false&NOW=1573274543738&isShard=true&wt=javabin} hits=44 status=0 QTime=0
   [junit4]   2> 2776172 INFO  (qtp104968210-24130) [n:127.0.0.1:41324_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 2776173 INFO  (qtp104968210-24132) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:41324_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsaZuxGqfFlmtHl/uWtaup54htmuYnsJelTd1QSP26AVPVAyP0ePVLiHmkvt3MitHyefWZPXP0eCtwls4P5qRimH0oojbIlqOF2fleJp0POE9HPCTKOkP/b9+3SnRKofxfJgy8rpep1XZgspCy+mAg/ed7ZOJpDmqFiEbeENQSyrorqPZ6L3hzFcgmRCiAoBt4UDyRhm2OhTWS6tRZU8Uu3IoPzZmQevUthWX1ZUBnf5N/sL+UC7hNqxp0uQLxJ0CTIAyHo+XP9wW101JKm8NVOhJcjRrIUGvUQHgiL8Tow9X9m2j9PzjuuX5zXfBbWQXCvB4R+VkeTPEn4MAVJClLwIDAQAB
   [junit4]   2> 2776173 INFO  (qtp104968210-24132) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.S.Request [infected_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:41324/solr/infected_shard1_replica_n1/&rows=0&version=2&q=*:*&omitHeader=false&NOW=1573274543738&isShard=true&wt=javabin} hits=56 status=0 QTime=0
   [junit4]   2> 2776174 INFO  (qtp104968210-24131) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.S.Request [infected_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&rows=0&wt=javabin&version=2} hits=100 status=0 QTime=29
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestQueryingOnDownCollection -Dtests.method=testQueryToDownCollectionShouldFailFast -Dtests.seed=7D677E8B3B795427 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=id -Dtests.timezone=MST7MDT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.85s J1 | TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Request should fail after trying all replica nodes once
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7D677E8B3B795427:AEBA57219C483D5B]:0)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2729)
   [junit4]    > 	at org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast(TestQueryingOnDownCollection.java:91)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 2776175 INFO  (TEST-TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast-seed#[7D677E8B3B795427]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testQueryToDownCollectionShouldFailFast
   [junit4]   2> 2776288 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1078113696
   [junit4]   2> 2776288 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41324_solr
   [junit4]   2> 2776288 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=404546227
   [junit4]   2> 2776288 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33148_solr
   [junit4]   2> 2776289 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=830642922
   [junit4]   2> 2776289 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45521_solr
   [junit4]   2> 2776289 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2776289 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41324_solr as DOWN
   [junit4]   2> 2776290 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2776290 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2776290 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45521_solr as DOWN
   [junit4]   2> 2776290 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33148_solr as DOWN
   [junit4]   2> 2776312 INFO  (coreCloseExecutor-6118-thread-1) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.SolrCore [infected_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1619862a
   [junit4]   2> 2776312 INFO  (coreCloseExecutor-6118-thread-1) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.infected.shard1.replica_n1, tag=SolrCore@1619862a
   [junit4]   2> 2776312 INFO  (coreCloseExecutor-6118-thread-1) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1705d5b4: rootName = solr_41324, domain = solr.core.infected.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.infected.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@667b232e
   [junit4]   2> 2776313 INFO  (coreCloseExecutor-6119-thread-1) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.SolrCore [infected_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@714b8cbc
   [junit4]   2> 2776313 INFO  (coreCloseExecutor-6119-thread-1) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.infected.shard2.replica_n2, tag=SolrCore@714b8cbc
   [junit4]   2> 2776313 INFO  (coreCloseExecutor-6119-thread-1) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@36f56f94: rootName = solr_33148, domain = solr.core.infected.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.infected.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@7f46252f
   [junit4]   2> 2776324 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2776324 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e1306: rootName = solr_45521, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4fb34950
   [junit4]   2> 2776372 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2776372 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@55e07124: rootName = solr_45521, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@bf29179
   [junit4]   2> 2776374 INFO  (coreCloseExecutor-6119-thread-1) [n:127.0.0.1:33148_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.infected.shard2.leader, tag=SolrCore@714b8cbc
   [junit4]   2> 2776382 INFO  (coreCloseExecutor-6118-thread-1) [n:127.0.0.1:41324_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.infected.shard1.leader, tag=SolrCore@1619862a
   [junit4]   2> 2776384 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2776384 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@307b95ee: rootName = solr_45521, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3d901b7d
   [junit4]   2> 2776384 INFO  (jetty-closer-8461-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2776406 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2776406 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2c402406: rootName = solr_33148, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@9f3e7d2
   [junit4]   2> 2776422 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2776422 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a1c20b2: rootName = solr_41324, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@537bdea7
   [junit4]   2> 2776423 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2776423 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a2a0211: rootName = solr_33148, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@bf29179
   [junit4]   2> 2776425 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2776425 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22a22eac: rootName = solr_33148, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3d901b7d
   [junit4]   2> 2776425 INFO  (jetty-closer-8461-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2776427 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2776427 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f02ed3: rootName = solr_41324, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@bf29179
   [junit4]   2> 2776429 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2776429 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@695becc6: rootName = solr_41324, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3d901b7d
   [junit4]   2> 2776429 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2776451 INFO  (closeThreadPool-8473-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75702178008662025-127.0.0.1:41324_solr-n_0000000000) closing
   [junit4]   2> 2776452 INFO  (OverseerAutoScalingTriggerThread-75702178008662025-127.0.0.1:41324_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2776495 INFO  (OverseerStateUpdate-75702178008662025-127.0.0.1:41324_solr-n_0000000000) [n:127.0.0.1:41324_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41324_solr
   [junit4]   2> 2776495 INFO  (closeThreadPool-8473-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75702178008662025-127.0.0.1:41324_solr-n_0000000000) closing
   [junit4]   2> 2776495 INFO  (zkCallback-8424-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2776496 INFO  (zkCallback-8434-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2776496 INFO  (jetty-closer-8461-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@ecfdc0b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2776497 INFO  (jetty-closer-8461-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25e5bcc5{/solr,null,UNAVAILABLE}
   [junit4]   2> 2776497 INFO  (jetty-closer-8461-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2776621 INFO  (jetty-closer-8461-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@15ec15f7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2776621 INFO  (jetty-closer-8461-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@32cd5435{/solr,null,UNAVAILABLE}
   [junit4]   2> 2776621 INFO  (jetty-closer-8461-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2776705 INFO  (jetty-closer-8461-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75702178008662025-127.0.0.1:41324_solr-n_0000000000) closing
   [junit4]   2> 2776751 INFO  (jetty-closer-8461-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@8864eaa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2776751 INFO  (jetty-closer-8461-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d53cbff{/solr,null,UNAVAILABLE}
   [junit4]   2> 2776751 INFO  (jetty-closer-8461-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2776752 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2776994 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> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/collections/infected/terms/shard2
   [junit4]   2> 	3	/solr/collections/infected/terms/shard1
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/infected/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/collections/infected/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/overseer/queue
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2776995 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44683
   [junit4]   2> 2776995 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44683
   [junit4]   2> 2776995 INFO  (SUITE-TestQueryingOnDownCollection-seed#[7D677E8B3B795427]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44683
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_7D677E8B3B795427-001
   [junit4]   2> Nov 09, 2019 4:42:24 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {_root_=PostingsFormat(name=Direct), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=1121, maxMBSortInHeap=7.985760477719862, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@475cc686), locale=id, timezone=MST7MDT
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=213274624,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CachingDirectoryFactoryTest, PreAnalyzedFieldManagedSchemaCloudTest, TestDeleteCollectionOnDownNodes, TestOrdValues, SynonymTokenizerTest, CurrencyRangeFacetCloudTest, TestSimGenericDistributedQueue, AuthToolTest, TestCloudInspectUtil, TestSimTriggerIntegration, TestSolrTestCaseJ4, TestStressRecovery, SolrIndexConfigTest, WordBreakSolrSpellCheckerTest, ScheduledTriggerTest, AddBlockUpdateTest, DeleteShardTest, TestReload, NodeMutatorTest, TestExpandComponent, SolrCloudExampleTest, TestSegmentSorting, ZkNodePropsTest, ZkCLITest, SortSpecParsingTest, MoreLikeThisComponentTest, OverseerCollectionConfigSetProcessorTest, JWTVerificationkeyResolverTest, CheckHdfsIndexTest, AddReplicaTest, TestImpersonationWithHadoopAuth, SolrLogAuditLoggerPluginTest, TestDocSet, TestStressVersions, TestCorePropertiesReload, XmlUpdateRequestHandlerTest, AtomicUpdateProcessorFactoryTest, SyncSliceTest, TestDistributedSearch, RegexBytesRefFilterTest, TestUtils, MetricsHistoryWithAuthIntegrationTest, TestChildDocTransformerHierarchy, TestLRUStatsCache, TestJsonFacets, SortByFunctionTest, TestSolrCloudWithSecureImpersonation, ConcurrentCreateRoutedAliasTest, StressHdfsTest, TestPointFields, TestLocalFSCloudBackupRestore, TestStressLiveNodes, CollectionPropsTest, LeaderFailoverAfterPartitionT

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

ransient cores
   [junit4]   2> 236057 INFO  (jetty-closer-539-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 236061 INFO  (jetty-closer-539-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ab427f0: rootName = solr_43102, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@f0fffe2
   [junit4]   2> 236065 INFO  (jetty-closer-539-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 236065 INFO  (jetty-closer-539-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2d82f54b: rootName = solr_43102, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7e151f08
   [junit4]   2> 236067 INFO  (jetty-closer-539-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 236067 INFO  (jetty-closer-539-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b81b1c2: rootName = solr_43689, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7ad40a17
   [junit4]   2> 236067 INFO  (jetty-closer-539-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 236067 INFO  (zkCallback-506-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 236067 INFO  (jetty-closer-539-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 236067 INFO  (jetty-closer-539-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@61995eb1: rootName = solr_43102, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7ad40a17
   [junit4]   2> 236067 INFO  (zkCallback-528-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 236067 INFO  (jetty-closer-539-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 236068 INFO  (zkCallback-492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 236073 INFO  (closeThreadPool-553-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75702347375378440-127.0.0.1:43689_solr-n_0000000000) closing
   [junit4]   2> 236077 INFO  (jetty-closer-539-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 236078 INFO  (jetty-closer-539-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20342a2c: rootName = solr_44955, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6c94ce1a
   [junit4]   2> 236078 INFO  (OverseerStateUpdate-75702347375378440-127.0.0.1:43689_solr-n_0000000000) [n:127.0.0.1:43689_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43689_solr
   [junit4]   2> 236082 INFO  (OverseerAutoScalingTriggerThread-75702347375378440-127.0.0.1:43689_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 236085 INFO  (closeThreadPool-553-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75702347375378440-127.0.0.1:43689_solr-n_0000000000) closing
   [junit4]   2> 236085 INFO  (zkCallback-506-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 236092 INFO  (jetty-closer-539-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 236092 INFO  (jetty-closer-539-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2ea1b619: rootName = solr_44955, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7e151f08
   [junit4]   2> 236095 INFO  (jetty-closer-539-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 236095 INFO  (jetty-closer-539-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2aa1f568: rootName = solr_44955, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7ad40a17
   [junit4]   2> 236095 INFO  (jetty-closer-539-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 236096 INFO  (zkCallback-528-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 236097 INFO  (zkCallback-528-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 236170 INFO  (jetty-closer-539-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6be85979{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 236170 INFO  (jetty-closer-539-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@54f1c810{/solr,null,UNAVAILABLE}
   [junit4]   2> 236170 INFO  (jetty-closer-539-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 236200 INFO  (jetty-closer-539-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@63013768{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 236200 INFO  (jetty-closer-539-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@32b27693{/solr,null,UNAVAILABLE}
   [junit4]   2> 236201 INFO  (jetty-closer-539-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 236267 INFO  (jetty-closer-539-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75702347375378440-127.0.0.1:43689_solr-n_0000000000) closing
   [junit4]   2> 236269 INFO  (jetty-closer-539-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5ecc30f0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 236269 INFO  (jetty-closer-539-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@528e0045{/solr,null,UNAVAILABLE}
   [junit4]   2> 236270 INFO  (jetty-closer-539-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 236369 INFO  (jetty-closer-539-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@65972a75{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 236370 INFO  (jetty-closer-539-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5608562{/solr,null,UNAVAILABLE}
   [junit4]   2> 236370 INFO  (jetty-closer-539-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 236371 INFO  (TEST-TestV2Request.testApiPathAvailability-seed#[7537F7E76ED727FD]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 236577 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/75702347375378443-127.0.0.1:43102_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 236581 INFO  (TEST-TestV2Request.testApiPathAvailability-seed#[7537F7E76ED727FD]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42385
   [junit4]   2> 236581 INFO  (TEST-TestV2Request.testApiPathAvailability-seed#[7537F7E76ED727FD]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42385
   [junit4]   2> 236581 INFO  (TEST-TestV2Request.testApiPathAvailability-seed#[7537F7E76ED727FD]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42385
   [junit4]   2> 236582 INFO  (TEST-TestV2Request.testApiPathAvailability-seed#[7537F7E76ED727FD]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testApiPathAvailability
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.TestV2Request_7537F7E76ED727FD-001
   [junit4]   2> Nov 09, 2019 5:25:23 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1244, maxMBSortInHeap=6.614478434712761, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@34fcf079), locale=de-CH, timezone=Africa/Addis_Ababa
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=258988504,total=465567744
   [junit4]   2> NOTE: All tests run in this JVM: [TestDelegationTokenResponse, QueryFacetMapTest, NormalizeEvaluatorTest, MultiplyEvaluatorTest, SolrExampleXMLHttp2Test, FieldAnalysisResponseTest, TestV2Request]
   [junit4] Completed [30/206 (2!)] on J0 in 117.87s, 5 tests, 1 error <<< FAILURES!

[...truncated 52260 lines...]