You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/05/14 21:11:50 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-12.0.2) - Build # 996 - Unstable!

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

3 tests failed.
FAILED:  org.apache.solr.cloud.TestLockTree.testLocks

Error Message:
expected:<2> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
	at __randomizedtesting.SeedInfo.seed([B9FFD9A2444FD90F:C035A35B4C9F32E4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.TestLockTree.testLocks(TestLockTree.java:99)
	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:567)
	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:835)


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([B9FFD9A2444FD90F:6A22F008E37EB073]: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:567)
	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:835)


FAILED:  org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration

Error Message:
leader.test_collection.shard1.UPDATE./update.requests.max

Stack Trace:
java.lang.AssertionError: leader.test_collection.shard1.UPDATE./update.requests.max
	at __randomizedtesting.SeedInfo.seed([B9FFD9A2444FD90F:FD33F9592A750F65]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.lambda$testExplicitConfiguration$1(SolrCloudReportersTest.java:154)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:803)
	at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1085)
	at org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration(SolrCloudReportersTest.java:79)
	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:567)
	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:835)




Build Log:
[...truncated 15148 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLockTree
   [junit4]   2> 1377820 INFO  (SUITE-TestLockTree-seed#[B9FFD9A2444FD90F]-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> 1377876 INFO  (SUITE-TestLockTree-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestLockTree_B9FFD9A2444FD90F-001/data-dir-128-001
   [junit4]   2> 1377876 WARN  (SUITE-TestLockTree-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=32 numCloses=32
   [junit4]   2> 1377877 INFO  (SUITE-TestLockTree-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1377878 INFO  (SUITE-TestLockTree-seed#[B9FFD9A2444FD90F]-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> 1377878 INFO  (SUITE-TestLockTree-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1377956 INFO  (TEST-TestLockTree.testLocks-seed#[B9FFD9A2444FD90F]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testLocks
   [junit4]   2> 1377985 INFO  (TEST-TestLockTree.testLocks-seed#[B9FFD9A2444FD90F]) [     ] o.a.s.c.TestLockTree counter : 0 , expected : [coll1/shard1/core_node2, coll2/shard2], actual : [coll1/shard1/core_node2, coll2/shard2, coll2]
   [junit4]   2> 1377988 INFO  (TEST-TestLockTree.testLocks-seed#[B9FFD9A2444FD90F]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testLocks
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLockTree -Dtests.method=testLocks -Dtests.seed=B9FFD9A2444FD90F -Dtests.slow=true -Dtests.locale=af -Dtests.timezone=Europe/Stockholm -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.12s J0 | TestLockTree.testLocks <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<2> but was:<3>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B9FFD9A2444FD90F:C035A35B4C9F32E4]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestLockTree.testLocks(TestLockTree.java:99)
   [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:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestLockTree_B9FFD9A2444FD90F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=602, maxMBSortInHeap=5.715345991860466, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@52e436b1), locale=af, timezone=Europe/Stockholm
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=229737888,total=470810624
   [junit4]   2> NOTE: All tests run in this JVM: [BasicAuthStandaloneTest, CloudExitableDirectoryReaderTest, MultiDestinationAuditLoggerTest, AnalysisAfterCoreReloadTest, TestMaxTokenLenTokenizer, SolrMetricManagerTest, TestCharFilters, PrimitiveFieldTypeTest, TestZkAclsWithHadoopAuth, TestJsonRequest, ShowFileRequestHandlerTest, TestCloudDeleteByQuery, TestApiFramework, CdcrRequestHandlerTest, TestDistributedMap, TestSolrCoreParser, TestDocBasedVersionConstraints, TestDocTermOrdsUninvertLimit, IndexSizeTriggerTest, MultiSolrCloudTestCaseTest, MigrateRouteKeyTest, BlockDirectoryTest, OverriddenZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, FastVectorHighlighterTest, ScriptEngineTest, TestPKIAuthenticationPlugin, HdfsUnloadDistributedZkTest, TestStandardQParsers, URLClassifyProcessorTest, TestStressVersions, VMParamsZkACLAndCredentialsProvidersTest, QueryParsingTest, ResponseHeaderTest, CollectionTooManyReplicasTest, FieldAnalysisRequestHandlerTest, UtilsToolTest, CachingDirectoryFactoryTest, TestPostingsSolrHighlighter, TestUninvertingReader, DateRangeFieldTest, TestJavabinTupleStreamParser, SearchHandlerTest, DebugComponentTest, SolrCmdDistributorTest, TestSolrCloudWithSecureImpersonation, QueryElevationComponentTest, TestInPlaceUpdatesStandalone, ClassificationUpdateProcessorTest, TestExceedMaxTermLength, TestRetrieveFieldsOptimizer, OverseerSolrResponseUnsafeSerializationTest, TestPrepRecovery, TestJettySolrRunner, ZkStateReaderTest, TestSchemaManager, TestFreeTextSuggestions, FullHLLTest, SpatialRPTFieldTypeTest, UpdateLogTest, RoutingToNodesWithPropertiesTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestLegacyNumericUtils, SharedFSAutoReplicaFailoverTest, DynamicMapsTest, HdfsBasicDistributedZkTest, CoreAdminOperationTest, ReplaceNodeNoTargetTest, CreateCollectionCleanupTest, TestRandomRequestDistribution, TestSuggestSpellingConverter, TestJoin, TestNumericTokenStream, TestDistributedMissingSort, ZookeeperStatusHandlerTest, MetricsHandlerTest, CursorMarkTest, TestConfigSetProperties, ExecutePlanActionTest, ForceLeaderWithTlogReplicasTest, TestExtendedDismaxParser, ZkShardTermsTest, AtomicUpdateRemovalJavabinTest, TestSimClusterStateProvider, BooleanFieldTest, TestPivotHelperCode, IndexSizeEstimatorTest, SimplePostToolTest, TestLFUCache, TestMinMaxOnMultiValuedField, EchoParamsTest, MinimalSchemaTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestWordDelimiterFilterFactory, TestEmbeddedSolrServerAdminHandler, AddReplicaTest, AliasIntegrationTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, ConcurrentCreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, LeaderFailoverAfterPartitionTest, LegacyCloudClusterPropTest, MetricsHistoryWithAuthIntegrationTest, OverseerSolrResponseTest, ShardRoutingCustomTest, SplitShardTest, TestCloudConsistency, TestLockTree]
   [junit4] Completed [526/908 (1!)] on J0 in 0.33s, 1 test, 1 failure <<< FAILURES!

[...truncated 4 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestQueryingOnDownCollection
   [junit4]   2> 1377909 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-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> 1377951 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_B9FFD9A2444FD90F-001/data-dir-88-001
   [junit4]   2> 1377952 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1377956 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-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> 1377957 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1377960 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-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/J1/temp/solr.cloud.TestQueryingOnDownCollection_B9FFD9A2444FD90F-001/tempDir-001
   [junit4]   2> 1377961 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1377963 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1377965 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1378064 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 63294
   [junit4]   2> 1378064 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:63294
   [junit4]   2> 1378065 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63294
   [junit4]   2> 1378065 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63294
   [junit4]   2> 1378072 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378079 INFO  (zkConnectionManagerCallback-12354-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378079 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378085 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378090 INFO  (zkConnectionManagerCallback-12356-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378090 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378091 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378096 INFO  (zkConnectionManagerCallback-12358-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378096 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378210 WARN  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1378210 WARN  (jetty-launcher-12359-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1378210 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1378210 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1378210 WARN  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1378210 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1378210 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1378210 INFO  (jetty-launcher-12359-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 1378210 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 1378210 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1378210 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1378210 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 1378215 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1378215 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1378215 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1378215 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@67599255{/solr,null,AVAILABLE}
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@427277e2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63300}
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.Server Started @1378260ms
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63300}
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1378217 ERROR (jetty-launcher-12359-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-14T20:39:59.246529Z
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1378217 INFO  (jetty-launcher-12359-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1378218 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55dbae8a{/solr,null,AVAILABLE}
   [junit4]   2> 1378219 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378219 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@74bfd868{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63301}
   [junit4]   2> 1378220 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.Server Started @1378263ms
   [junit4]   2> 1378220 INFO  (jetty-launcher-12359-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1852876e{/solr,null,AVAILABLE}
   [junit4]   2> 1378221 INFO  (jetty-launcher-12359-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@35137075{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63303}
   [junit4]   2> 1378221 INFO  (jetty-launcher-12359-thread-3) [     ] o.e.j.s.Server Started @1378264ms
   [junit4]   2> 1378221 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63303}
   [junit4]   2> 1378221 INFO  (zkConnectionManagerCallback-12361-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378221 ERROR (jetty-launcher-12359-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1378221 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1378221 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1378221 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1378221 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1378221 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-14T20:39:59.250664Z
   [junit4]   2> 1378222 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378223 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63301}
   [junit4]   2> 1378223 ERROR (jetty-launcher-12359-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1378223 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1378224 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1378224 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1378224 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1378224 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-14T20:39:59.253129Z
   [junit4]   2> 1378225 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378225 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378226 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1378228 INFO  (zkConnectionManagerCallback-12365-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378228 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378233 INFO  (zkConnectionManagerCallback-12363-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378233 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378234 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1378235 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1378374 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1378376 WARN  (jetty-launcher-12359-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1b4ce4b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378376 WARN  (jetty-launcher-12359-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1b4ce4b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378378 WARN  (jetty-launcher-12359-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@782c1b22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378378 WARN  (jetty-launcher-12359-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@782c1b22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378379 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63294/solr
   [junit4]   2> 1378381 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378385 INFO  (zkConnectionManagerCallback-12376-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378385 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378541 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1378542 WARN  (jetty-launcher-12359-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10ff04fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378542 WARN  (jetty-launcher-12359-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10ff04fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378546 WARN  (jetty-launcher-12359-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@37690d80[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378546 WARN  (jetty-launcher-12359-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@37690d80[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378547 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63294/solr
   [junit4]   2> 1378548 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378551 INFO  (zkConnectionManagerCallback-12390-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378551 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378561 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378564 INFO  (zkConnectionManagerCallback-12392-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378564 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378661 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378666 INFO  (zkConnectionManagerCallback-12394-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378666 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378766 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1378766 WARN  (jetty-launcher-12359-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6275f6a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378766 WARN  (jetty-launcher-12359-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6275f6a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378773 WARN  (jetty-launcher-12359-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@409e8650[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378773 WARN  (jetty-launcher-12359-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@409e8650[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1378774 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63294/solr
   [junit4]   2> 1378776 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378779 INFO  (zkConnectionManagerCallback-12406-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378779 INFO  (jetty-launcher-12359-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378885 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378889 INFO  (zkConnectionManagerCallback-12408-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1378889 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378942 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63303_solr
   [junit4]   2> 1378944 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.c.Overseer Overseer (id=72217803613732875-127.0.0.1:63303_solr-n_0000000000) starting
   [junit4]   2> 1378972 INFO  (OverseerStateUpdate-72217803613732875-127.0.0.1:63303_solr-n_0000000000) [n:127.0.0.1:63303_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:63303_solr
   [junit4]   2> 1378974 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63303_solr
   [junit4]   2> 1378985 INFO  (zkCallback-12407-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1378994 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1378994 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 1378995 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 1379053 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1379058 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1379081 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:63300_solr as DOWN
   [junit4]   2> 1379085 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1379085 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63300_solr
   [junit4]   2> 1379089 INFO  (zkCallback-12407-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1379090 INFO  (zkCallback-12391-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1379101 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1379101 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 1379101 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 1379107 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63303.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1379124 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63303.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1379124 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63303.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1379124 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1379126 INFO  (jetty-launcher-12359-thread-3) [n:127.0.0.1:63303_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_B9FFD9A2444FD90F-001/tempDir-001/node3/.
   [junit4]   2> 1379158 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63300.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1379177 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63300.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1379177 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63300.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1379180 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:63300_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_B9FFD9A2444FD90F-001/tempDir-001/node1/.
   [junit4]   2> 1379180 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1379200 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:63301_solr as DOWN
   [junit4]   2> 1379204 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1379204 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63301_solr
   [junit4]   2> 1379207 INFO  (zkCallback-12391-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1379207 INFO  (zkCallback-12407-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1379207 INFO  (zkCallback-12393-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1379211 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1379211 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 1379211 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 1379232 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1379275 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63301.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1379291 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63301.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1379292 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63301.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1379294 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:63301_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_B9FFD9A2444FD90F-001/tempDir-001/node2/.
   [junit4]   2> 1379306 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 1379308 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1379312 INFO  (zkConnectionManagerCallback-12437-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1379312 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1379316 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1379320 INFO  (SUITE-TestQueryingOnDownCollection-seed#[B9FFD9A2444FD90F]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63294/solr ready
   [junit4]   2> 1379370 INFO  (TEST-TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast-seed#[B9FFD9A2444FD90F]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testQueryToDownCollectionShouldFailFast
   [junit4]   2> 1379375 INFO  (qtp1286963204-21606) [n:127.0.0.1:63300_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> 1379386 INFO  (OverseerThreadFactory-12415-thread-1-processing-n:127.0.0.1:63303_solr) [n:127.0.0.1:63303_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection infected
   [junit4]   2> 1379539 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 1379539 INFO  (qtp1286963204-21608) [     ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:63301_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtjqOJgFIStCv/c2Gj+eNAuOvDA9fpoP0B3MdvKOidK5yz9XK+BSU+PzVCjHpBpoT5g32sAGhDf40HtFzzjGN4ReF7zmURGKQ3klX96DsNz7crbt6VIFgMxMDZphMyuGo5IjdAvc7FEngOt8OhMBQmWIZ0tHNJ0aUfAjKzC/xxRf99z5aLmeLV8xPs86//YrZEBV5kEcl+kyj1jb2wa1y7rbF8SZ1zDsudRhw7x3TBWXKGFIFGGZISVhLL6qZxRhApOOtqBpAQtb+UkcuUZAnWPIiPCtBm2RUj5xCTYJaolLlMcmiI+asDaUdXXN0dCdAAj5G2pcAPmZBj7//rqwBTwIDAQAB
   [junit4]   2> 1379542 INFO  (qtp1286963204-21608) [n:127.0.0.1:63300_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=2
   [junit4]   2> 1379555 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 1379555 INFO  (qtp2054695255-21615) [     ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:63301_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtjqOJgFIStCv/c2Gj+eNAuOvDA9fpoP0B3MdvKOidK5yz9XK+BSU+PzVCjHpBpoT5g32sAGhDf40HtFzzjGN4ReF7zmURGKQ3klX96DsNz7crbt6VIFgMxMDZphMyuGo5IjdAvc7FEngOt8OhMBQmWIZ0tHNJ0aUfAjKzC/xxRf99z5aLmeLV8xPs86//YrZEBV5kEcl+kyj1jb2wa1y7rbF8SZ1zDsudRhw7x3TBWXKGFIFGGZISVhLL6qZxRhApOOtqBpAQtb+UkcuUZAnWPIiPCtBm2RUj5xCTYJaolLlMcmiI+asDaUdXXN0dCdAAj5G2pcAPmZBj7//rqwBTwIDAQAB
   [junit4]   2> 1379557 INFO  (qtp2054695255-21615) [n:127.0.0.1:63301_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1379568 INFO  (qtp2054695255-21612) [n:127.0.0.1:63301_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 1379569 INFO  (qtp1003784575-21611) [     ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:63301_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtjqOJgFIStCv/c2Gj+eNAuOvDA9fpoP0B3MdvKOidK5yz9XK+BSU+PzVCjHpBpoT5g32sAGhDf40HtFzzjGN4ReF7zmURGKQ3klX96DsNz7crbt6VIFgMxMDZphMyuGo5IjdAvc7FEngOt8OhMBQmWIZ0tHNJ0aUfAjKzC/xxRf99z5aLmeLV8xPs86//YrZEBV5kEcl+kyj1jb2wa1y7rbF8SZ1zDsudRhw7x3TBWXKGFIFGGZISVhLL6qZxRhApOOtqBpAQtb+UkcuUZAnWPIiPCtBm2RUj5xCTYJaolLlMcmiI+asDaUdXXN0dCdAAj5G2pcAPmZBj7//rqwBTwIDAQAB
   [junit4]   2> 1379573 INFO  (qtp1003784575-21611) [n:127.0.0.1:63303_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=2
   [junit4]   2> 1379584 INFO  (qtp1286963204-21604) [n:127.0.0.1:63300_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1379595 INFO  (qtp2054695255-21602) [n:127.0.0.1:63301_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1379605 INFO  (qtp1003784575-21613) [n:127.0.0.1:63303_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1379662 INFO  (OverseerStateUpdate-72217803613732875-127.0.0.1:63303_solr-n_0000000000) [n:127.0.0.1:63303_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:63303/solr",
   [junit4]   2>   "node_name":"127.0.0.1:63303_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1379673 INFO  (OverseerStateUpdate-72217803613732875-127.0.0.1:63303_solr-n_0000000000) [n:127.0.0.1:63303_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:63301/solr",
   [junit4]   2>   "node_name":"127.0.0.1:63301_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1379903 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1379907 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1379907 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_solr    x:infected_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1380015 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1380018 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1380039 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1380039 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1380055 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380055 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380055 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380055 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63301.solr.core.infected.shard2.replica_n2' (registry 'solr.core.infected.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1380055 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380056 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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/J1/temp/solr.cloud.TestQueryingOnDownCollection_B9FFD9A2444FD90F-001/tempDir-001/node2/./infected_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_B9FFD9A2444FD90F-001/tempDir-001/node2/./infected_shard2_replica_n2/data/]
   [junit4]   2> 1380056 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63303.solr.core.infected.shard1.replica_n1' (registry 'solr.core.infected.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0849a5
   [junit4]   2> 1380056 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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/J1/temp/solr.cloud.TestQueryingOnDownCollection_B9FFD9A2444FD90F-001/tempDir-001/node3/./infected_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestQueryingOnDownCollection_B9FFD9A2444FD90F-001/tempDir-001/node3/./infected_shard1_replica_n1/data/]
   [junit4]   2> 1380204 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380204 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380206 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1380206 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1380211 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380212 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380212 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380215 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1380217 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1380219 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380220 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1380220 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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 1666699809258471424
   [junit4]   2> 1380237 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380239 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380241 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1380241 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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 1666699809280491520
   [junit4]   2> 1380241 INFO  (searcherExecutor-12441-thread-1-processing-n:127.0.0.1:63303_solr x:infected_shard1_replica_n1 c:infected s:shard1 r:core_node3) [n:127.0.0.1:63303_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 autowarm time: 0 ms: Collection: 'infected'
   [junit4]   2> 1380246 INFO  (searcherExecutor-12439-thread-1-processing-n:127.0.0.1:63301_solr x:infected_shard2_replica_n2 c:infected s:shard2 r:core_node4) [n:127.0.0.1:63301_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 autowarm time: 0 ms: Collection: 'infected'
   [junit4]   2> 1380260 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380262 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380292 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380292 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380316 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380316 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380316 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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:63303/solr/infected_shard1_replica_n1/
   [junit4]   2> 1380317 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380317 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380317 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380318 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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:63301/solr/infected_shard2_replica_n2/
   [junit4]   2> 1380318 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_solr c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:63303/solr/infected_shard1_replica_n1/ has no replicas
   [junit4]   2> 1380318 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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/72217803613732875-core_node3-n_0000000000
   [junit4]   2> 1380318 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380320 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_solr c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:63301/solr/infected_shard2_replica_n2/ has no replicas
   [junit4]   2> 1380320 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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/72217803613732873-core_node4-n_0000000000
   [junit4]   2> 1380324 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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:63303/solr/infected_shard1_replica_n1/ shard1
   [junit4]   2> 1380327 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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:63301/solr/infected_shard2_replica_n2/ shard2
   [junit4]   2> 1380435 INFO  (zkCallback-12407-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> 1380435 INFO  (zkCallback-12393-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> 1380436 INFO  (zkCallback-12407-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> 1380436 INFO  (zkCallback-12393-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> 1380439 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_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> 1380440 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_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> 1380444 INFO  (qtp1003784575-21614) [n:127.0.0.1:63303_solr     ] 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=538
   [junit4]   2> 1380444 INFO  (qtp2054695255-21610) [n:127.0.0.1:63301_solr     ] 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=541
   [junit4]   2> 1380453 INFO  (qtp1286963204-21606) [n:127.0.0.1:63300_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> 1380547 INFO  (zkCallback-12391-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> 1380548 INFO  (zkCallback-12407-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> 1380548 INFO  (zkCallback-12407-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> 1380548 INFO  (zkCallback-12407-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> 1380548 INFO  (zkCallback-12393-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> 1380548 INFO  (zkCallback-12393-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> 1380548 INFO  (zkCallback-12393-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> 1380549 INFO  (qtp1286963204-21606) [n:127.0.0.1:63300_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=1174
   [junit4]   2> 1380592 INFO  (qtp1003784575-21611) [n:127.0.0.1:63303_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> 1380592 INFO  (qtp1003784575-21611) [n:127.0.0.1:63303_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 (1666699809630715904), 1 (1666699809642250240), 4 (1666699809642250241), 8 (1666699809642250242), 10 (1666699809642250243), 11 (1666699809642250244), 12 (1666699809642250245), 13 (1666699809642250246), 14 (1666699809642250247), 15 (1666699809642250248), ... (56 adds)]} 0 27
   [junit4]   2> 1380594 INFO  (qtp2054695255-21612) [n:127.0.0.1:63301_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> 1380594 INFO  (qtp2054695255-21612) [n:127.0.0.1:63301_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 (1666699809629667328), 3 (1666699809641201664), 5 (1666699809641201665), 6 (1666699809641201666), 7 (1666699809641201667), 9 (1666699809641201668), 17 (1666699809641201669), 18 (1666699809641201670), 19 (1666699809641201671), 21 (1666699809641201672), ... (44 adds)]} 0 29
   [junit4]   2> 1380640 INFO  (qtp1003784575-21605) [n:127.0.0.1:63303_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 1380662 INFO  (qtp2054695255-21615) [n:127.0.0.1:63301_solr     ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:63303_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnSqNEoWotX/oGy/9r7XgAtYZ3iAaqHv5mLprY2jRI+bZPTJiMmeZVl1AnOn0kGPDMv+NBFADHrxqaz4nlVlsrtBDhCdBwyCZ2zCIZYJBs1Cc4mwAII6q9C+86CLE6gcOqbHCd2iyWyj66uE/SDUNTe/euuOxXYSodFKZJxCHLpqKfa3ii4o3/UlmQtFu5iPRKcbdoGUclHC9LzxyZS32sSFqJAtF4BkgMbYbKeOlqaHAE3zofwzUz2Ssmt1ihZas/P1TKTHL0cXQtm90msQFX1XlDOjCdgSlhLb053HL3NOU9PPyP+NpOsegvl8oi61QKpDsnXwRy4tC9UtE5N2pWQIDAQAB
   [junit4]   2> 1380703 INFO  (searcherExecutor-12439-thread-1-processing-n:127.0.0.1:63301_solr x:infected_shard2_replica_n2 c:infected s:shard2 r:core_node4) [n:127.0.0.1:63301_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 autowarm time: 0 ms: Collection: 'infected'
   [junit4]   2> 1380704 INFO  (qtp2054695255-21615) [n:127.0.0.1:63301_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:63303/solr/infected_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 41
   [junit4]   2> 1380722 INFO  (searcherExecutor-12441-thread-1-processing-n:127.0.0.1:63303_solr x:infected_shard1_replica_n1 c:infected s:shard1 r:core_node3) [n:127.0.0.1:63303_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 autowarm time: 0 ms: Collection: 'infected'
   [junit4]   2> 1380722 INFO  (qtp1003784575-21613) [n:127.0.0.1:63303_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 121
   [junit4]   2> 1380762 INFO  (zkCallback-12393-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> 1380763 INFO  (zkCallback-12393-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> 1380765 INFO  (zkCallback-12393-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> 1380771 INFO  (zkCallback-12407-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> 1380771 INFO  (zkCallback-12407-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> 1380772 INFO  (zkCallback-12407-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> 1380905 INFO  (qtp2054695255-21615) [n:127.0.0.1:63301_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:63301/solr/infected_shard2_replica_n2/&rows=0&_forwardedCount=1&version=2&q=*:*&omitHeader=false&NOW=1589488801846&isShard=true&wt=javabin} hits=44 status=0 QTime=0
   [junit4]   2> 1380907 INFO  (qtp1003784575-21611) [n:127.0.0.1:63303_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:63303/solr/infected_shard1_replica_n1/&rows=0&_forwardedCount=1&version=2&q=*:*&omitHeader=false&NOW=1589488801846&isShard=true&wt=javabin} hits=56 status=0 QTime=0
   [junit4]   2> 1380907 INFO  (qtp2054695255-21612) [n:127.0.0.1:63301_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={q=*:*&rows=0&_forwardedCount=1&wt=javabin&version=2} hits=100 status=0 QTime=90
   [junit4]   2> 1380918 INFO  (TEST-TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast-seed#[B9FFD9A2444FD90F]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testQueryToDownCollectionShouldFailFast
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestQueryingOnDownCollection -Dtests.method=testQueryToDownCollectionShouldFailFast -Dtests.seed=B9FFD9A2444FD90F -Dtests.slow=true -Dtests.locale=se -Dtests.timezone=Etc/GMT0 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.60s J1 | TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Request should fail after trying all replica nodes once
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B9FFD9A2444FD90F:6A22F008E37EB073]: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:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 1381107 INFO  (jetty-closer-12450-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1856578334
   [junit4]   2> 1381107 INFO  (jetty-closer-12450-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=132372322
   [junit4]   2> 1381107 INFO  (jetty-closer-12450-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:63300_solr
   [junit4]   2> 1381107 INFO  (jetty-closer-12450-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:63303_solr
   [junit4]   2> 1381110 INFO  (jetty-closer-12450-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1381110 INFO  (jetty-closer-12450-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:63300_solr as DOWN
   [junit4]   2> 1381110 INFO  (jetty-closer-12450-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=159816514
   [junit4]   2> 1381110 INFO  (jetty-closer-12450-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:63301_solr
   [junit4]   2> 1381112 INFO  (jetty-closer-12450-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1381112 INFO  (jetty-closer-12450-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:63303_solr as DOWN
   [junit4]   2> 1381117 INFO  (jetty-closer-12450-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1381126 INFO  (jetty-closer-12450-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:63301_solr as DOWN
   [junit4]   2> 1381238 INFO  (coreCloseExecutor-12460-thread-1) [n:127.0.0.1:63301_solr     ] o.a.s.c.SolrCore [infected_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@77f3bc72
   [junit4]   2> 1381238 INFO  (coreCloseExecutor-12460-thread-1) [n:127.0.0.1:63301_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.infected.shard2.replica_n2 tag=SolrCore@77f3bc72
   [junit4]   2> 1381238 INFO  (coreCloseExecutor-12460-thread-1) [n:127.0.0.1:63301_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28720d28: rootName = solr_63301, 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@e5c3cca
   [junit4]   2> 1381269 INFO  (jetty-closer-12450-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1381269 INFO  (jetty-closer-12450-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@300d1f76: rootName = solr_63300, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@6b3a5418
   [junit4]   2> 1381380 INFO  (coreCloseExecutor-12462-thread-1) [n:127.0.0.1:63303_solr     ] o.a.s.c.SolrCore [infected_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@663e340
   [junit4]   2> 1381380 INFO  (coreCloseExecutor-12462-thread-1) [n:127.0.0.1:63303_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.infected.shard1.replica_n1 tag=SolrCore@663e340
   [junit4]   2> 1381380 INFO  (coreCloseExecutor-12462-thread-1) [n:127.0.0.1:63303_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@582c2101: rootName = solr_63303, 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@2b1194ea
   [junit4]   2> 1381453 INFO  (OverseerCollectionConfigSetProcessor-72217803613732875-127.0.0.1:63303_solr-n_0000000000) [n:127.0.0.1:63303_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> 1381492 ERROR (OverseerStateUpdate-72217803613732875-127.0.0.1:63303_solr-n_0000000000) [n:127.0.0.1:63303_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.7.jar:3.5.7]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.5.7.jar:3.5.7]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:2384) ~[zookeeper-3.5.7.jar:3.5.7]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$setData$6(SolrZkClient.java:351) ~[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:351) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.overseer.ZkStateWriter.writePendingUpdates(ZkStateWriter.java:201) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:265) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 1381610 INFO  (zkCallback-12393-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> 1381610 INFO  (zkCallback-12393-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> 1381610 INFO  (zkCallback-12393-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> 1381610 INFO  (zkCallback-12407-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> 1381610 INFO  (zkCallback-12407-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> 1381610 INFO  (zkCallback-12407-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> 1381871 INFO  (zkCallback-12393-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> 1381872 INFO  (zkCallback-12393-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> 1381872 INFO  (zkCallback-12393-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> 1381880 INFO  (zkCallback-12407-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged pat

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

0) closing
   [junit4]   2> 2003363 INFO  (zkCallback-13367-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2003364 INFO  (jetty-closer-13414-thread-2-processing-n:127.0.0.1:52134_solr) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@423c32bf{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 2003365 INFO  (jetty-closer-13414-thread-2-processing-n:127.0.0.1:52134_solr) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16e0de7b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2003366 INFO  (jetty-closer-13414-thread-2-processing-n:127.0.0.1:52134_solr) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2003468 INFO  (jetty-closer-13414-thread-1-processing-n:127.0.0.1:52134_solr) [     ] o.a.s.c.Overseer Overseer (id=72217843300565000-127.0.0.1:52134_solr-n_0000000000) closing
   [junit4]   2> 2003472 INFO  (jetty-closer-13414-thread-1-processing-n:127.0.0.1:52134_solr) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7263ad59{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 2003473 INFO  (jetty-closer-13414-thread-1-processing-n:127.0.0.1:52134_solr) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@11c5a31b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2003473 INFO  (jetty-closer-13414-thread-1-processing-n:127.0.0.1:52134_solr) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2003476 INFO  (SUITE-SolrCloudReportersTest-seed#[B9FFD9A2444FD90F]-worker) [n:127.0.0.1:52134_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2003708 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/test_collection/terms/shard2
   [junit4]   2> 	5	/solr/collections/test_collection/terms/shard1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/test
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/collections/test_collection/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/overseer/queue
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2003710 INFO  (SUITE-SolrCloudReportersTest-seed#[B9FFD9A2444FD90F]-worker) [n:127.0.0.1:52134_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:52127
   [junit4]   2> 2003710 INFO  (SUITE-SolrCloudReportersTest-seed#[B9FFD9A2444FD90F]-worker) [n:127.0.0.1:52134_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52127
   [junit4]   2> 2003710 INFO  (SUITE-SolrCloudReportersTest-seed#[B9FFD9A2444FD90F]-worker) [n:127.0.0.1:52134_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52127
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B9FFD9A2444FD90F-001
   [junit4]   2> May 14, 2020 8:50:24 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1775, maxMBSortInHeap=6.703467097922262, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7f981400), locale=fr-TG, timezone=Asia/Yekaterinburg
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=114202664,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [BasicAuthStandaloneTest, CloudExitableDirectoryReaderTest, MultiDestinationAuditLoggerTest, AnalysisAfterCoreReloadTest, TestMaxTokenLenTokenizer, SolrMetricManagerTest, TestCharFilters, PrimitiveFieldTypeTest, TestZkAclsWithHadoopAuth, TestJsonRequest, ShowFileRequestHandlerTest, TestCloudDeleteByQuery, TestApiFramework, CdcrRequestHandlerTest, TestDistributedMap, TestSolrCoreParser, TestDocBasedVersionConstraints, TestDocTermOrdsUninvertLimit, IndexSizeTriggerTest, MultiSolrCloudTestCaseTest, MigrateRouteKeyTest, BlockDirectoryTest, OverriddenZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, FastVectorHighlighterTest, ScriptEngineTest, TestPKIAuthenticationPlugin, HdfsUnloadDistributedZkTest, TestStandardQParsers, URLClassifyProcessorTest, TestStressVersions, VMParamsZkACLAndCredentialsProvidersTest, QueryParsingTest, ResponseHeaderTest, CollectionTooManyReplicasTest, FieldAnalysisRequestHandlerTest, UtilsToolTest, CachingDirectoryFactoryTest, TestPostingsSolrHighlighter, TestUninvertingReader, DateRangeFieldTest, TestJavabinTupleStreamParser, SearchHandlerTest, DebugComponentTest, SolrCmdDistributorTest, TestSolrCloudWithSecureImpersonation, QueryElevationComponentTest, TestInPlaceUpdatesStandalone, ClassificationUpdateProcessorTest, TestExceedMaxTermLength, TestRetrieveFieldsOptimizer, OverseerSolrResponseUnsafeSerializationTest, TestPrepRecovery, TestJettySolrRunner, ZkStateReaderTest, TestSchemaManager, TestFreeTextSuggestions, FullHLLTest, SpatialRPTFieldTypeTest, UpdateLogTest, RoutingToNodesWithPropertiesTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestLegacyNumericUtils, SharedFSAutoReplicaFailoverTest, DynamicMapsTest, HdfsBasicDistributedZkTest, CoreAdminOperationTest, ReplaceNodeNoTargetTest, CreateCollectionCleanupTest, TestRandomRequestDistribution, TestSuggestSpellingConverter, TestJoin, TestNumericTokenStream, TestDistributedMissingSort, ZookeeperStatusHandlerTest, MetricsHandlerTest, CursorMarkTest, TestConfigSetProperties, ExecutePlanActionTest, ForceLeaderWithTlogReplicasTest, TestExtendedDismaxParser, ZkShardTermsTest, AtomicUpdateRemovalJavabinTest, TestSimClusterStateProvider, BooleanFieldTest, TestPivotHelperCode, IndexSizeEstimatorTest, SimplePostToolTest, TestLFUCache, TestMinMaxOnMultiValuedField, EchoParamsTest, MinimalSchemaTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestWordDelimiterFilterFactory, TestEmbeddedSolrServerAdminHandler, AddReplicaTest, AliasIntegrationTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, ConcurrentCreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, LeaderFailoverAfterPartitionTest, LegacyCloudClusterPropTest, MetricsHistoryWithAuthIntegrationTest, OverseerSolrResponseTest, ShardRoutingCustomTest, SplitShardTest, TestCloudConsistency, TestLockTree, TestRandomFlRTGCloud, TestSolrCloudWithDelegationTokens, TestTlogReplica, TestHdfsCloudBackupRestore, AutoAddReplicasIntegrationTest, ScheduledTriggerIntegrationTest, TestPolicyCloud, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimScenario, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, TestDynamicURP, TestMergePolicyConfig, TestNRTOpen, TestQuerySenderListener, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, TestCoreBackup, TestSQLHandler, LukeRequestHandlerTest, MBeansHandlerTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest, DistributedTermsComponentTest, SuggestComponentTest, JavabinLoaderTest, RandomizedTaggerTest, TaggerTest, WrapperMergePolicyFactoryTest, TestNumericRangeQuery32, SolrJmxReporterCloudTest, SolrCloudReportersTest]
   [junit4] Completed [706/908 (3!)] on J0 in 26.81s, 2 tests, 1 failure <<< FAILURES!

[...truncated 48597 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/996/consoleText

[repro] Revision: afda69c01706073a581680808d99b5fa4951c13a

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestLockTree -Dtests.method=testLocks -Dtests.seed=B9FFD9A2444FD90F -Dtests.slow=true -Dtests.locale=af -Dtests.timezone=Europe/Stockholm -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=TestQueryingOnDownCollection -Dtests.method=testQueryToDownCollectionShouldFailFast -Dtests.seed=B9FFD9A2444FD90F -Dtests.slow=true -Dtests.locale=se -Dtests.timezone=Etc/GMT0 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=SolrCloudReportersTest -Dtests.method=testExplicitConfiguration -Dtests.seed=B9FFD9A2444FD90F -Dtests.slow=true -Dtests.locale=fr-TG -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestQueryingOnDownCollection
[repro]       TestLockTree
[repro]       SolrCloudReportersTest
[repro] ant compile-test

[...truncated 3484 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15 -Dtests.class="*.TestQueryingOnDownCollection|*.TestLockTree|*.SolrCloudReportersTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=B9FFD9A2444FD90F -Dtests.slow=true -Dtests.locale=se -Dtests.timezone=Etc/GMT0 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 126 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestLockTree
[repro]   0/5 failed: org.apache.solr.cloud.TestQueryingOnDownCollection
[repro]   0/5 failed: org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest
[repro] Exiting with code 0

[...truncated 73 lines...]