Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/684/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseParallelGC

2 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([2F986C30811437DF:FC45459A26255EA3]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2743)
        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.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections

Error Message:
Trigger was not fired even after 5 seconds

Stack Trace:
java.lang.AssertionError: Trigger was not fired even after 5 seconds
        at 
__randomizedtesting.SeedInfo.seed([2F986C30811437DF:153689E9BF70EEB1]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections(ComputePlanActionTest.java:507)
        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 13676 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestQueryingOnDownCollection
   [junit4]   2> 307964 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 307965 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 307966 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestQueryingOnDownCollection_2F986C30811437DF-001/data-dir-36-001
   [junit4]   2> 307966 WARN  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 307966 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 307967 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 307967 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestQueryingOnDownCollection_2F986C30811437DF-001/tempDir-001
   [junit4]   2> 307968 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 307968 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 307969 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 308077 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:55803
   [junit4]   2> 308077 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:55803
   [junit4]   2> 308077 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55803
   [junit4]   2> 308077 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 55803
   [junit4]   2> 308084 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308097 INFO  (zkConnectionManagerCallback-1358-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308099 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308109 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308115 INFO  (zkConnectionManagerCallback-1360-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308115 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308119 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308125 INFO  (zkConnectionManagerCallback-1362-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308126 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308248 WARN  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 308248 WARN  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 308248 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 308248 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 308248 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 308248 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 308248 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 308248 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 308250 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 308250 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 308250 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 308250 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@310f7b90{/solr,null,AVAILABLE}
   [junit4]   2> 308251 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4b7792db{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:55812}
   [junit4]   2> 308252 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.s.Server Started @308384ms
   [junit4]   2> 308252 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55812}
   [junit4]   2> 308252 WARN  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 308252 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 308252 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 308252 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 308252 ERROR (jetty-launcher-1363-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 308252 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 308252 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 308252 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 308252 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 308252 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-02-27T10:29:48.468611Z
   [junit4]   2> 308254 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308256 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 308256 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 308256 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 308257 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 308257 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 308257 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 308257 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a60114c{/solr,null,AVAILABLE}
   [junit4]   2> 308258 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a02262a{/solr,null,AVAILABLE}
   [junit4]   2> 308258 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@65d4c065{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:55814}
   [junit4]   2> 308258 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.s.Server Started @308391ms
   [junit4]   2> 308258 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55814}
   [junit4]   2> 308259 INFO  (zkConnectionManagerCallback-1365-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308259 ERROR (jetty-launcher-1363-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2e636023{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:55815}
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.s.Server Started @308391ms
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55815}
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-02-27T10:29:48.475576Z
   [junit4]   2> 308259 ERROR (jetty-launcher-1363-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 308259 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 308260 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-02-27T10:29:48.476043Z
   [junit4]   2> 308261 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308262 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308263 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 308265 INFO  (zkConnectionManagerCallback-1369-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308266 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308269 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 308275 INFO  (zkConnectionManagerCallback-1368-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308275 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308280 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 308435 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 308436 WARN  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@12f472df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308436 WARN  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@12f472df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308444 WARN  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4510ddd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308444 WARN  (jetty-launcher-1363-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4510ddd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308445 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55803/solr
   [junit4]   2> 308445 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308453 INFO  (zkConnectionManagerCallback-1376-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308453 INFO  (jetty-launcher-1363-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308580 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 308584 WARN  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@ee230e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308585 WARN  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@ee230e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308621 WARN  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@25f474a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308624 WARN  (jetty-launcher-1363-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@25f474a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308628 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55803/solr
   [junit4]   2> 308638 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308642 INFO  (zkConnectionManagerCallback-1384-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308642 INFO  (jetty-launcher-1363-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308699 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 308707 INFO  (zkConnectionManagerCallback-1386-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308708 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 308754 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 308762 INFO  (zkConnectionManagerCallback-1388-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308763 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 308909 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 308914 WARN  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@62ee3996[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308916 WARN  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@62ee3996[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308930 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55815_solr
   [junit4]   2> 308939 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.Overseer Overseer 
(id=72084367998124041-127.0.0.1:55815_solr-n_0000000000) starting
   [junit4]   2> 308940 WARN  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3ed41236[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308940 WARN  (jetty-launcher-1363-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3ed41236[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308941 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55803/solr
   [junit4]   2> 308950 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308957 INFO  (zkConnectionManagerCallback-1398-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308958 INFO  (jetty-launcher-1363-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 309096 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 309122 INFO  (zkConnectionManagerCallback-1400-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309122 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 309179 INFO  
(OverseerStateUpdate-72084367998124041-127.0.0.1:55815_solr-n_0000000000) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:55815_solr
   [junit4]   2> 309182 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55815_solr
   [junit4]   2> 309201 INFO  
(OverseerStateUpdate-72084367998124041-127.0.0.1:55815_solr-n_0000000000) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 309240 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 309242 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.CoreContainer Initializing authorization 
plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 309242 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.CoreContainer Initializing authentication 
plugin: solr.BasicAuthPlugin
   [junit4]   2> 309266 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 309301 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55815.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 309310 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 309333 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55815.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 309333 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55815.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 309335 INFO  (jetty-launcher-1363-thread-3) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestQueryingOnDownCollection_2F986C30811437DF-001/tempDir-001/node3/.
   [junit4]   2> 309460 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:55814_solr as DOWN
   [junit4]   2> 309478 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 309478 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55814_solr
   [junit4]   2> 309503 INFO  (zkCallback-1399-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 309504 INFO  (zkCallback-1387-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 309534 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 309543 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.c.CoreContainer Initializing authorization 
plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 309543 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.c.CoreContainer Initializing authentication 
plugin: solr.BasicAuthPlugin
   [junit4]   2> 309589 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 309643 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55814.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 309697 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55814.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 309699 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55814.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 309714 INFO  (jetty-launcher-1363-thread-1) 
[n:127.0.0.1:55814_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestQueryingOnDownCollection_2F986C30811437DF-001/tempDir-001/node1/.
   [junit4]   2> 310178 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 310215 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:55812_solr as DOWN
   [junit4]   2> 310222 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 310224 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55812_solr
   [junit4]   2> 310232 INFO  (zkCallback-1399-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 310234 INFO  (zkCallback-1387-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 310238 INFO  (zkCallback-1385-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 310247 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 310247 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.c.CoreContainer Initializing authorization 
plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 310248 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.c.CoreContainer Initializing authentication 
plugin: solr.BasicAuthPlugin
   [junit4]   2> 310281 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 310321 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55812.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 310355 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55812.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 310355 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55812.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 310358 INFO  (jetty-launcher-1363-thread-2) 
[n:127.0.0.1:55812_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestQueryingOnDownCollection_2F986C30811437DF-001/tempDir-001/node2/.
   [junit4]   2> 310441 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 310442 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 310452 INFO  (zkConnectionManagerCallback-1413-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 310452 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 310463 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 310485 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55803/solr ready
   [junit4]   2> 310568 INFO  
(TEST-TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast-seed#[2F986C30811437DF])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testQueryToDownCollectionShouldFailFast
   [junit4]   2> 310585 INFO  (qtp1169187869-3866) [n:127.0.0.1:55812_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> 310637 INFO  
(OverseerThreadFactory-1444-thread-1-processing-n:127.0.0.1:55815_solr) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
infected
   [junit4]   2> 310789 INFO  
(OverseerStateUpdate-72084367998124041-127.0.0.1:55815_solr-n_0000000000) 
[n:127.0.0.1:55815_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:55815/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:55815_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 310799 INFO  
(OverseerStateUpdate-72084367998124041-127.0.0.1:55815_solr-n_0000000000) 
[n:127.0.0.1:55815_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:55812/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:55812_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 311064 INFO  (qtp1169187869-3867) [n:127.0.0.1:55812_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key 
params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 311065 INFO  (qtp1169187869-3865) [n:127.0.0.1:55812_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key 
params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 311065 INFO  (qtp1169187869-3868) [     ] 
o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 
127.0.0.1:55812_solr / 
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8YvHSrXi/dL9uXY2TN6UpaMx0rilaiDSz89/CngNY92J2FNL93RCrOJoXIpc2WDg2c6jRx3jjymelSsgdmLJZwiYOOzlANwCWfGZ2Y2nW6UE4qRFGBtxfDIqBXOYA+61sjDjnE+T/5fFRv0aTjc6HLOU+axDu7BI0cLwW6rWM5Plnk+eicdKbKfcicg7LNZ5UGZGBgk111Qy4LmN3Zv2rWP2VrHNYyLHD/01RQztaLAn9tL756TsfjtxgShy1/PqeRKrJBmnXf82DjbKpFRZhJENvOlGxerThImzT+UU1pqXH7YG8ZELj/twrUkuiXM8bcoma1x07/870g7VcCo2nwIDAQAB
   [junit4]   2> 311065 INFO  (qtp547658311-3884) [     ] 
o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 
127.0.0.1:55812_solr / 
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8YvHSrXi/dL9uXY2TN6UpaMx0rilaiDSz89/CngNY92J2FNL93RCrOJoXIpc2WDg2c6jRx3jjymelSsgdmLJZwiYOOzlANwCWfGZ2Y2nW6UE4qRFGBtxfDIqBXOYA+61sjDjnE+T/5fFRv0aTjc6HLOU+axDu7BI0cLwW6rWM5Plnk+eicdKbKfcicg7LNZ5UGZGBgk111Qy4LmN3Zv2rWP2VrHNYyLHD/01RQztaLAn9tL756TsfjtxgShy1/PqeRKrJBmnXf82DjbKpFRZhJENvOlGxerThImzT+UU1pqXH7YG8ZELj/twrUkuiXM8bcoma1x07/870g7VcCo2nwIDAQAB
   [junit4]   2> 311073 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311073 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311074 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_solr    
x:infected_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 311190 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_solr 
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 311212 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_solr 
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 311224 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311225 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311226 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311226 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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 configset conf, trusted=true
   [junit4]   2> 311227 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311227 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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 configset conf, trusted=true
   [junit4]   2> 311227 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_solr 
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55812.solr.core.infected.shard2.replica_n2' (registry 
'solr.core.infected.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 311227 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_solr 
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55815.solr.core.infected.shard1.replica_n1' (registry 
'solr.core.infected.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45f399a9
   [junit4]   2> 311227 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestQueryingOnDownCollection_2F986C30811437DF-001/tempDir-001/node3/infected_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestQueryingOnDownCollection_2F986C30811437DF-001/tempDir-001/node3/./infected_shard1_replica_n1/data/]
   [junit4]   2> 311227 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestQueryingOnDownCollection_2F986C30811437DF-001/tempDir-001/node2/infected_shard2_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestQueryingOnDownCollection_2F986C30811437DF-001/tempDir-001/node2/./infected_shard2_replica_n2/data/]
   [junit4]   2> 311475 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311475 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311500 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311500 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311510 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_solr 
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 311510 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_solr 
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 311516 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_solr 
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 311516 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_solr 
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 311520 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_solr 
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7fe1b317[infected_shard2_replica_n2] main]
   [junit4]   2> 311532 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_solr 
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ad1cca5[infected_shard1_replica_n1] main]
   [junit4]   2> 311549 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311554 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311565 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311569 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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 1659685455040348160
   [junit4]   2> 311573 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311575 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311576 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311576 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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 1659685455047688192
   [junit4]   2> 311593 INFO  
(searcherExecutor-1458-thread-1-processing-n:127.0.0.1:55815_solr 
x:infected_shard1_replica_n1 c:infected s:shard1 r:core_node3) 
[n:127.0.0.1:55815_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@6ad1cca5[infected_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 311595 INFO  
(searcherExecutor-1457-thread-1-processing-n:127.0.0.1:55812_solr 
x:infected_shard2_replica_n2 c:infected s:shard2 r:core_node4) 
[n:127.0.0.1:55812_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@7fe1b317[infected_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 311638 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311639 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311647 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311647 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311700 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311700 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311700 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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:55815/solr/infected_shard1_replica_n1/
   [junit4]   2> 311703 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311704 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_solr 
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy http://127.0.0.1:55815/solr/infected_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 311704 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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/72084367998124041-core_node3-n_0000000000
   [junit4]   2> 311712 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311712 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311712 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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:55812/solr/infected_shard2_replica_n2/
   [junit4]   2> 311715 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311716 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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:55815/solr/infected_shard1_replica_n1/ shard1
   [junit4]   2> 311719 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_solr 
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy http://127.0.0.1:55812/solr/infected_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 311719 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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/72084367998124040-core_node4-n_0000000000
   [junit4]   2> 311736 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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:55812/solr/infected_shard2_replica_n2/ shard2
   [junit4]   2> 311842 INFO  (zkCallback-1387-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> 311842 INFO  (zkCallback-1385-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> 311842 INFO  (zkCallback-1385-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> 311843 INFO  (zkCallback-1387-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> 311847 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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> 311852 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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> 311857 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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=784
   [junit4]   2> 311861 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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=788
   [junit4]   2> 311867 INFO  (qtp1169187869-3866) [n:127.0.0.1:55812_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> 311972 INFO  (zkCallback-1387-thread-3) [     ] 
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> 311972 INFO  (zkCallback-1387-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> 311972 INFO  (zkCallback-1387-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> 311973 INFO  (zkCallback-1385-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> 311974 INFO  (zkCallback-1385-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> 311974 INFO  (zkCallback-1385-thread-3) [     ] 
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> 311979 INFO  (qtp1169187869-3866) [n:127.0.0.1:55812_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=1394
   [junit4]   2> 312052 INFO  (qtp547658311-3886) [n:127.0.0.1:55815_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> 312053 INFO  (qtp1169187869-3867) [n:127.0.0.1:55812_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> 312053 INFO  (qtp547658311-3886) [n:127.0.0.1:55815_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 
(1659685455492284416), 1 (1659685455510110208), 4 (1659685455510110209), 8 
(1659685455510110210), 10 (1659685455510110211), 11 (1659685455510110212), 12 
(1659685455510110213), 13 (1659685455510110214), 14 (1659685455511158784), 15 
(1659685455511158785), ... (56 adds)]} 0 56
   [junit4]   2> 312053 INFO  (qtp1169187869-3867) [n:127.0.0.1:55812_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 
(1659685455506964480), 3 (1659685455521644544), 5 (1659685455521644545), 6 
(1659685455521644546), 7 (1659685455521644547), 9 (1659685455521644548), 17 
(1659685455521644549), 18 (1659685455521644550), 19 (1659685455521644551), 21 
(1659685455521644552), ... (44 adds)]} 0 58
   [junit4]   2> 312080 INFO  (qtp547658311-3885) [n:127.0.0.1:55815_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key 
params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 312080 INFO  (qtp1169187869-3866) [n:127.0.0.1:55812_solr     
] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 
127.0.0.1:55815_solr / 
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwRUif2fy9rCgVBY1D5nTeLeCaa2DJ+OhJOiR12uxcWa3Cne5SkGBkepLvyvBMeaaooUc9Bf+uUn0fvZ5Ohe5gPrdc/kRPtTX7jFB0fuq+80XwuELle0PvzgUZpHRG8RCqDEeUYEiYnw2l73Dduj16Fd4bK4E7zRJlc9uJgy0+vPgJ5Mm/xPC+XXczgq3l3jYbp/kCOhs6MyirFJmUEOl/NhHUv0LJH81oYUhmO+pWdp8IAZmSzTI5YBNHNkp5NuBug+IOieeHQZfFg/DB7he38bDDvSroLzLpJXIVyIQDmvJ5NJFULNAjYY7iMwIxWNWkNujfMOEIbZh5SLahgaVwwIDAQAB
   [junit4]   2> 312082 INFO  (qtp1169187869-3866) [n:127.0.0.1:55812_solr 
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1659685455578267648,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 312082 INFO  (qtp1169187869-3866) [n:127.0.0.1:55812_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@1b805025 
commitCommandVersion:1659685455578267648
   [junit4]   2> 312092 INFO  (qtp1169187869-3866) [n:127.0.0.1:55812_solr 
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@61ee01ae[infected_shard2_replica_n2] main]
   [junit4]   2> 312094 INFO  (qtp1169187869-3866) [n:127.0.0.1:55812_solr 
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 312096 INFO  
(searcherExecutor-1457-thread-1-processing-n:127.0.0.1:55812_solr 
x:infected_shard2_replica_n2 c:infected s:shard2 r:core_node4) 
[n:127.0.0.1:55812_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@61ee01ae[infected_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C44:[diagnostics={os=Mac
 OS X, java.vendor=AdoptOpenJDK, java.version=11.0.6, 
java.vm.version=11.0.6+10, lucene.version=8.5.0, os.arch=x86_64, 
java.runtime.version=11.0.6+10, source=flush, os.version=10.14.6, 
timestamp=1582799392302}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 312096 INFO  (qtp1169187869-3866) [n:127.0.0.1:55812_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:55815/solr/infected_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 15
   [junit4]   2> 312098 INFO  (qtp547658311-3883) [n:127.0.0.1:55815_solr 
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1659685455595044864,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 312098 INFO  (qtp547658311-3883) [n:127.0.0.1:55815_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@ad3a01b 
commitCommandVersion:1659685455595044864
   [junit4]   2> 312115 INFO  (qtp547658311-3883) [n:127.0.0.1:55815_solr 
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6a9f4d62[infected_shard1_replica_n1] main]
   [junit4]   2> 312117 INFO  (qtp547658311-3883) [n:127.0.0.1:55815_solr 
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 312119 INFO  
(searcherExecutor-1458-thread-1-processing-n:127.0.0.1:55815_solr 
x:infected_shard1_replica_n1 c:infected s:shard1 r:core_node3) 
[n:127.0.0.1:55815_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@6a9f4d62[infected_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C56:[diagnostics={os=Mac
 OS X, java.vendor=AdoptOpenJDK, java.version=11.0.6, 
java.vm.version=11.0.6+10, lucene.version=8.5.0, os.arch=x86_64, 
java.runtime.version=11.0.6+10, source=flush, os.version=10.14.6, 
timestamp=1582799392318}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 312120 INFO  (qtp547658311-3883) [n:127.0.0.1:55815_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 57
   [junit4]   2> 312124 INFO  (zkCallback-1385-thread-3) [     ] 
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> 312124 INFO  (zkCallback-1385-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> 312124 INFO  (zkCallback-1385-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> 312125 INFO  (zkCallback-1387-thread-3) [     ] 
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> 312125 INFO  (zkCallback-1387-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> 312125 INFO  (zkCallback-1387-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> 312149 INFO  (qtp547658311-3885) [n:127.0.0.1:55815_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key 
params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 312149 INFO  (qtp547658311-3886) [n:127.0.0.1:55815_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:55815_solr / 
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwRUif2fy9rCgVBY1D5nTeLeCaa2DJ+OhJOiR12uxcWa3Cne5SkGBkepLvyvBMeaaooUc9Bf+uUn0fvZ5Ohe5gPrdc/kRPtTX7jFB0fuq+80XwuELle0PvzgUZpHRG8RCqDEeUYEiYnw2l73Dduj16Fd4bK4E7zRJlc9uJgy0+vPgJ5Mm/xPC+XXczgq3l3jYbp/kCOhs6MyirFJmUEOl/NhHUv0LJH81oYUhmO+pWdp8IAZmSzTI5YBNHNkp5NuBug+IOieeHQZfFg/DB7he38bDDvSroLzLpJXIVyIQDmvJ5NJFULNAjYY7iMwIxWNWkNujfMOEIbZh5SLahgaVwwIDAQAB
   [junit4]   2> 312165 INFO  (qtp1169187869-3868) [n:127.0.0.1:55812_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:55812/solr/infected_shard2_replica_n2/&rows=0&version=2&q=*:*&omitHeader=false&NOW=1582799392350&isShard=true&wt=javabin}
 hits=44 status=0 QTime=17
   [junit4]   2> 312165 INFO  (qtp547658311-3886) [n:127.0.0.1:55815_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:55815/solr/infected_shard1_replica_n1/&rows=0&version=2&q=*:*&omitHeader=false&NOW=1582799392350&isShard=true&wt=javabin}
 hits=56 status=0 QTime=0
   [junit4]   2> 312166 INFO  (qtp547658311-3884) [n:127.0.0.1:55815_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=32
   [junit4]   2> 312167 INFO  
(TEST-TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast-seed#[2F986C30811437DF])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testQueryToDownCollectionShouldFailFast
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestQueryingOnDownCollection 
-Dtests.method=testQueryToDownCollectionShouldFailFast 
-Dtests.seed=2F986C30811437DF -Dtests.slow=true -Dtests.locale=sv 
-Dtests.timezone=Asia/Kolkata -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.66s J4 | 
TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Request 
should fail after trying all replica nodes once
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2F986C30811437DF:FC45459A26255EA3]:0)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2743)
   [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> 312282 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1815224093
   [junit4]   2> 312282 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55815_solr
   [junit4]   2> 312282 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=769072711
   [junit4]   2> 312282 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55814_solr
   [junit4]   2> 312283 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=235762710
   [junit4]   2> 312283 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55812_solr
   [junit4]   2> 312283 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 312283 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 312283 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:55815_solr as DOWN
   [junit4]   2> 312283 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:55814_solr as DOWN
   [junit4]   2> 312284 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 312284 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:55812_solr as DOWN
   [junit4]   2> 312293 INFO  (coreCloseExecutor-1467-thread-1) 
[n:127.0.0.1:55815_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@774cc9a9
   [junit4]   2> 312293 INFO  (coreCloseExecutor-1467-thread-1) 
[n:127.0.0.1:55815_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@774cc9a9
   [junit4]   2> 312293 INFO  (coreCloseExecutor-1467-thread-1) 
[n:127.0.0.1:55815_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@7f0c2fc5: rootName = 
solr_55815, 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@59c8234c
   [junit4]   2> 312296 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 312296 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4bd4014: rootName = 
solr_55814, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1b58027c
   [junit4]   2> 312299 INFO  (coreCloseExecutor-1469-thread-1) 
[n:127.0.0.1:55812_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@5f763dbf
   [junit4]   2> 312299 INFO  (coreCloseExecutor-1469-thread-1) 
[n:127.0.0.1:55812_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@5f763dbf
   [junit4]   2> 312299 INFO  (coreCloseExecutor-1469-thread-1) 
[n:127.0.0.1:55812_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@7bb422e0: rootName = 
solr_55812, 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@3df2f3e7
   [junit4]   2> 312419 ERROR 
(OverseerStateUpdate-72084367998124041-127.0.0.1:55815_solr-n_0000000000) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.Overseer Exception in Overseer main queue 
loop
   [junit4]   2>           => 
org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = 
BadVersion for /collections/infected/state.json
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:122)
   [junit4]   2> org.apache.zookeeper.KeeperException$BadVersionException: 
KeeperErrorCode = BadVersion for /collections/infected/state.json
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:122) 
~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:54) 
~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:2384) 
~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$setData$6(SolrZkClient.java:350)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:350) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.overseer.ZkStateWriter.writePendingUpdates(ZkStateWriter.java:199)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:259) 
~[java/:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 312453 INFO  (zkCallback-1385-thread-3) [     ] 
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> 312453 INFO  (zkCallback-1385-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> 312453 INFO  (zkCallback-1385-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> 312454 INFO  (zkCallback-1387-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> 312454 INFO  (zkCallback-1387-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> 312454 INFO  (zkCallback-1387-thread-3) [     ] 
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> 312478 INFO  (zkCallback-1385-thread-3) [     ] 
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> 312478 INFO  (zkCallback-1385-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> 312478 INFO  (zkCallback-1385-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> 312478 INFO  (zkCallback-1387-thread-3) [     ] 
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> 312478 INFO  (zkCallback-1387-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> 312478 INFO  (zkCallback-1387-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> 312668 INFO  
(OverseerCollectionConfigSetProcessor-72084367998124041-127.0.0.1:55815_solr-n_0000000000)
 [n:127.0.0.1:55815_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 312701 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 312701 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@277d67cd: rootName = 
solr_55814, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7834b6ba
   [junit4]   2> 312787 INFO  (coreCloseExecutor-1467-thread-1) 
[n:127.0.0.1:55815_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@774cc9a9
   [junit4]   2> 312793 INFO  (coreCloseExecutor-1467-thread-1) 
[n:127.0.0.1:55815_solr c:infected s:shard1 r:core_node3 
x:infected_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 312796 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 312798 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c794e60: rootName = 
solr_55814, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@764e40e1
   [junit4]   2> 312798 INFO  (jetty-closer-1416-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 312800 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 312800 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@311aa371: rootName = 
solr_55815, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@171811f9
   [junit4]   2> 312810 INFO  (coreCloseExecutor-1469-thread-1) 
[n:127.0.0.1:55812_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@5f763dbf
   [junit4]   2> 312814 INFO  (coreCloseExecutor-1469-thread-1) 
[n:127.0.0.1:55812_solr c:infected s:shard2 r:core_node4 
x:infected_shard2_replica_n2 ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 312814 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 312814 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2445a98: rootName = 
solr_55815, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7834b6ba
   [junit4]   2> 312818 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 312818 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@35981731: rootName = 
solr_55815, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@764e40e1
   [junit4]   2> 312818 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 312821 INFO  (closeThreadPool-1427-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72084367998124041-127.0.0.1:55815_solr-n_0000000000) closing
   [junit4]   2> 312822 INFO  
(OverseerStateUpdate-72084367998124041-127.0.0.1:55815_solr-n_0000000000) 
[n:127.0.0.1:55815_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:55815_solr
   [junit4]   2> 312823 INFO  
(OverseerAutoScalingTriggerThread-72084367998124041-127.0.0.1:55815_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 312827 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 312827 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4dcf60ff: rootName = 
solr_55812, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@7ff04383
   [junit4]   2> 312828 INFO  (closeThreadPool-1427-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72084367998124041-127.0.0.1:55815_solr-n_0000000000) closing
   [junit4]   2> 312839 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 312839 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6fe74524: rootName = 
solr_55812, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7834b6ba
   [junit4]   2> 312843 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 312843 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@53bca9c1: rootName = 
solr_55812, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@764e40e1
   [junit4]   2> 312843 INFO  (jetty-closer-1416-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 312912 INFO  (zkCallback-1385-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 312912 INFO  (zkCallback-1387-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 312917 INFO  (jetty-closer-1416-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@65d4c065{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 312920 INFO  (jetty-closer-1416-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6a60114c{/solr,null,UNAVAILABLE}
   [junit4]   2> 312921 INFO  (jetty-closer-1416-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 313023 INFO  (jetty-closer-1416-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72084367998124041-127.0.0.1:55815_solr-n_0000000000) closing
   [junit4]   2> 313028 INFO  (jetty-closer-1416-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2e636023{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 313029 INFO  (jetty-closer-1416-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@a02262a{/solr,null,UNAVAILABLE}
   [junit4]   2> 313029 INFO  (jetty-closer-1416-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 313130 INFO  (jetty-closer-1416-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@4b7792db{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 313131 INFO  (jetty-closer-1416-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@310f7b90{/solr,null,UNAVAILABLE}
   [junit4]   2> 313131 INFO  (jetty-closer-1416-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 313135 INFO  
(SUITE-TestQueryingOnDownCollection-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 313371 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>        36      /solr/collections/infected/state.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72084367998124041-127.0.0.1:55815_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        20      /solr/overseer/queue
   [junit4]   2>        12      /solr/live_nodes
   [junit4]   2>        8       /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 313425 INFO  (SUITE-TestQueryingOnDownCollection-s

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

it4]   2>       5       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_1/terms/shard1
   [junit4]   2>        5       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_4/terms/shard1
   [junit4]   2>        5       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_3/terms/shard1
   [junit4]   2>        5       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_1/terms/shard1
   [junit4]   2>        5       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_3/terms/shard1
   [junit4]   2>        5       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_2/terms/shard1
   [junit4]   2>        5       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_4/terms/shard1
   [junit4]   2>        5       /solr/collections/testSelected1/terms/shard2
   [junit4]   2>        5       /solr/collections/testSelected2/terms/shard2
   [junit4]   2>        5       /solr/collections/testSelected3/terms/shard2
   [junit4]   2>        5       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_2/terms/shard1
   [junit4]   2>        4       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_4/state.json
   [junit4]   2>        4       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json
   [junit4]   2>        3       /solr/collections/testSelected1/state.json
   [junit4]   2>        3       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/terms/shard2
   [junit4]   2>        3       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/terms/shard1
   [junit4]   2>        3       /solr/collections/testNodeAdded/terms/shard1
   [junit4]   2>        3       
/solr/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2>        3       
/solr/collections/testNodeLostTriggerWithDeleteNodePreferredOp_0/state.json
   [junit4]   2>        2       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_1/state.json
   [junit4]   2>        2       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_0/terms/shard1
   [junit4]   2>        2       /solr/collections/testSelected3/state.json
   [junit4]   2>        2       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_3/state.json
   [junit4]   2>        2       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_2/state.json
   [junit4]   2>        2       
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_0/terms/shard1
   [junit4]   2>        2       /solr/collections/testSelected2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        67      /solr/collections/testSelected1/state.json
   [junit4]   2>        60      
/solr/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2>        53      /solr/collections/testSelected3/state.json
   [junit4]   2>        52      /solr/collections/testSelected2/state.json
   [junit4]   2>        50      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_4/state.json
   [junit4]   2>        45      
/solr/collections/testNodeLostTriggerWithDeleteNodePreferredOp_0/state.json
   [junit4]   2>        42      /solr/aliases.json
   [junit4]   2>        41      /solr/autoscaling.json
   [junit4]   2>        37      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_3/state.json
   [junit4]   2>        34      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_1/state.json
   [junit4]   2>        29      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_4/state.json
   [junit4]   2>        29      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_1/state.json
   [junit4]   2>        29      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_2/state.json
   [junit4]   2>        29      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_3/state.json
   [junit4]   2>        27      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_2/state.json
   [junit4]   2>        25      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_2/state.json
   [junit4]   2>        25      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_3/state.json
   [junit4]   2>        25      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_4/state.json
   [junit4]   2>        25      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_1/state.json
   [junit4]   2>        23      /solr/collections/testNodeAdded/state.json
   [junit4]   2>        23      /solr/clusterstate.json
   [junit4]   2>        23      /solr/clusterprops.json
   [junit4]   2>        13      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json
   [junit4]   2>        11      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_0/state.json
   [junit4]   2>        10      
/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_0/state.json
   [junit4]   2>        4       
/solr/overseer_elect/election/72084387458383890-127.0.0.1:59694_solr-n_0000000004
   [junit4]   2>        3       
/solr/overseer_elect/election/72084387458383902-127.0.0.1:60333_solr-n_0000000008
   [junit4]   2>        2       
/solr/collections/testNodeWithMultipleReplicasLost/leader_elect/shard2/election/72084387458383905-core_node9-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        507     /solr/overseer/queue
   [junit4]   2>        218     /solr/live_nodes
   [junit4]   2>        138     /solr/collections
   [junit4]   2>        138     /solr/overseer/collection-queue-work
   [junit4]   2>        11      /solr/autoscaling/events/node_added_trigger
   [junit4]   2>        8       /solr/autoscaling/events/node_lost_trigger
   [junit4]   2>        7       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        7       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        7       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 714868 INFO  
(SUITE-ComputePlanActionTest-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:59586
   [junit4]   2> 714868 INFO  
(SUITE-ComputePlanActionTest-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59586
   [junit4]   2> 714868 INFO  
(SUITE-ComputePlanActionTest-seed#[2F986C30811437DF]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 59586
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.ComputePlanActionTest_2F986C30811437DF-001
   [junit4]   2> Feb 27, 2020 10:36:35 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(Lucene84): {}, 
docValues:{}, maxPointsInLeafNode=572, maxMBSortInHeap=6.875867552282726, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2bfe7d99),
 locale=uz, timezone=Etc/UTC
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.6 
(64-bit)/cpus=6,threads=1,free=184340208,total=446169088
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateLogTest, SampleTest, 
RulesTest, CollectionPropsTest, TestSimNodeLostTrigger, TestMergePolicyConfig, 
AnalyticsMergeStrategyTest, RangeFacetCloudTest, TestDistributedGrouping, 
TestUninvertingReader, TestSolr4Spatial2, TestWordDelimiterFilterFactory, 
TestSimExecutePlanAction, AuthToolTest, TestReplicaProperties, 
TestRuleBasedAuthorizationPlugin, NodeMutatorTest, HdfsBasicDistributedZk2Test, 
TestMacros, TriLevelCompositeIdRoutingTest, PolyFieldTest, 
BlockJoinFacetDistribTest, TestSolrCoreSnapshots, TestConfigSetProperties, 
TestCollectionAPIs, TestOverriddenPrefixQueryForCustomFieldType, 
ProtectedTermFilterFactoryTest, TestZkAclsWithHadoopAuth, TestRestoreCore, 
ZkCollectionPropsCachingTest, TestFieldCacheVsDocValues, DeleteNodeTest, 
TestUtilizeNode, TestQueryingOnDownCollection, TestObjectReleaseTracker, 
MultiDestinationAuditLoggerTest, FileUtilsTest, ShardRoutingCustomTest, 
CleanupOldIndexTest, TestLRUStatsCache, CdcrReplicationHandlerTest, 
TestCloudPivotFacet, CachingDirectoryFactoryTest, 
LeaderFailoverAfterPartitionTest, TestDFISimilarityFactory, 
TestDeleteCollectionOnDownNodes, TestSortableTextField, 
ChaosMonkeyNothingIsSafeTest, TestRemoteStreaming, URLClassifyProcessorTest, 
TestSolrIndexConfig, TestSSLRandomization, ConnectionManagerTest, 
SignificantTermsQParserPluginTest, SchemaApiFailureTest, NodeAddedTriggerTest, 
InfixSuggestersTest, ZkFailoverTest, ComputePlanActionTest]
   [junit4] Completed [285/901 (2!)] on J4 in 111.12s, 8 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 50080 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:507: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:495: Source checkout 
is modified!!! Offending files:
* solr/licenses/jaeger-core-1.1.0.jar.sha1
* solr/licenses/libthrift-0.13.0.jar.sha1

Total time: 59 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to