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/22 01:43:53 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-12.0.2) - Build # 6053 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6053/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseG1GC

2 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([E93F8CEFF894206B:90F5F616F044CB80]: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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	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([E93F8CEFF894206B:ADF3AC1496AEF601]: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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13810 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLockTree
   [junit4]   2> 1295965 INFO  (SUITE-TestLockTree-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1295965 INFO  (SUITE-TestLockTree-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1295969 INFO  (SUITE-TestLockTree-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestLockTree_E93F8CEFF894206B-001/data-dir-77-001
   [junit4]   2> 1295969 WARN  (SUITE-TestLockTree-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=319 numCloses=319
   [junit4]   2> 1295969 INFO  (SUITE-TestLockTree-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1295971 INFO  (SUITE-TestLockTree-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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> 1296036 INFO  (TEST-TestLockTree.testLocks-seed#[E93F8CEFF894206B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testLocks
   [junit4]   2> 1296055 INFO  (TEST-TestLockTree.testLocks-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.TestLockTree counter : 0 , expected : [coll1/shard1/core_node2, coll2/shard2], actual : [coll1/shard1/core_node2, coll1, coll2/shard2]
   [junit4]   2> 1296056 INFO  (TEST-TestLockTree.testLocks-seed#[E93F8CEFF894206B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testLocks
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLockTree -Dtests.method=testLocks -Dtests.seed=E93F8CEFF894206B -Dtests.slow=true -Dtests.locale=kw-GB -Dtests.timezone=Atlantic/Stanley -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.11s J2 | TestLockTree.testLocks <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<2> but was:<3>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E93F8CEFF894206B:90F5F616F044CB80]: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-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestLockTree_E93F8CEFF894206B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1369, maxMBSortInHeap=6.938144162470098, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5dd4a702), locale=kw-GB, timezone=Atlantic/Stanley
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=179429080,total=342884352
   [junit4]   2> NOTE: All tests run in this JVM: [FacetPivotSmallTest, TestSchemaSimilarityResource, TestUseDocValuesAsStored2, DistributedFacetSimpleRefinementLongTailTest, TermsComponentTest, QueryParsingTest, HdfsAutoAddReplicasIntegrationTest, CdcrUpdateLogTest, TestSolrQueryResponse, StatsComponentTest, TestNoOpRegenerator, TestConfigSets, TestComplexPhraseLeadingWildcard, DocValuesMissingTest, BasicDistributedZkTest, DistributedDebugComponentTest, TestTermsQParserPlugin, TestDistribPackageStore, TestTrie, ScheduledTriggerTest, TestDocumentBuilder, TestBlendedInfixSuggestions, TestBlobHandler, BJQFilterAccessibleTest, SOLR749Test, ZkSolrClientTest, TestCloudJSONFacetSKGEquiv, TestHttpServletCarrier, TestBulkSchemaAPI, CdcrBidirectionalTest, ResponseBuilderTest, ConcurrentCreateRoutedAliasTest, TestSimGenericDistributedQueue, TestDownShardTolerantSearch, MetricTriggerIntegrationTest, ChangedSchemaMergeTest, SpellPossibilityIteratorTest, TestExactStatsCache, TestTrackingShardHandlerFactory, TestCloudSchemaless, TestSubQueryTransformerCrossCore, TestRebalanceLeaders, SpatialRPTFieldTypeTest, JsonLoaderTest, TestSystemCollAutoCreate, TestUnifiedSolrHighlighter, TestTolerantUpdateProcessorCloud, HttpPartitionOnCommitTest, HighlighterConfigTest, DeleteInactiveReplicaTest, RequiredFieldsTest, TestDirectoryFactory, TestStressRecovery, NodeLostTriggerTest, TestInPlaceUpdatesDistrib, TestHashPartitioner, TestTestInjection, DeleteStatusTest, TestStressCloudBlindAtomicUpdates, TestSchemaManager, SystemCollectionCompatTest, InfoHandlerTest, TestCrossCoreJoin, Tagger2Test, SolrIndexSplitterTest, TestReRankQParserPlugin, TestRandomFaceting, TestLockTree]
   [junit4] Completed [309/913 (1!)] on J2 in 0.28s, 1 test, 1 failure <<< FAILURES!

[...truncated 1331 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest
   [junit4]   2> 2323140 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2323140 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2323141 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/data-dir-209-001
   [junit4]   2> 2323141 WARN  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 2323142 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2323143 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-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> 2323143 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 0 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-001
   [junit4]   2> 2323144 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2323144 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2323145 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2323251 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 65230
   [junit4]   2> 2323251 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:65230
   [junit4]   2> 2323251 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65230
   [junit4]   2> 2323251 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65230
   [junit4]   2> 2323254 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2323260 INFO  (zkConnectionManagerCallback-16759-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2323260 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2323266 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2323269 INFO  (zkConnectionManagerCallback-16761-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2323269 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2323270 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2323273 INFO  (zkConnectionManagerCallback-16763-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2323273 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2323408 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testExplicitConfiguration
   [junit4]   2> 2323408 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2323626 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:65230
   [junit4]   2> 2323626 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65230
   [junit4]   2> 2323626 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65230
   [junit4]   2> 2323628 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002
   [junit4]   2> 2323628 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2323629 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2323629 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2323732 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.ZkTestServer start zk server on port: 65239
   [junit4]   2> 2323732 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:65239
   [junit4]   2> 2323732 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65239
   [junit4]   2> 2323732 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65239
   [junit4]   2> 2323735 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2323748 INFO  (zkConnectionManagerCallback-16768-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2323749 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2323755 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2323759 INFO  (zkConnectionManagerCallback-16770-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2323759 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2323761 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2323767 INFO  (zkConnectionManagerCallback-16772-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2323767 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2323885 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2323885 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2323885 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2323885 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2323885 INFO  (jetty-launcher-16773-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> 2323885 INFO  (jetty-launcher-16773-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> 2323891 INFO  (jetty-launcher-16773-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2323892 INFO  (jetty-launcher-16773-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2323892 INFO  (jetty-launcher-16773-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2323893 INFO  (jetty-launcher-16773-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2323894 INFO  (jetty-launcher-16773-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2323894 INFO  (jetty-launcher-16773-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2323894 INFO  (jetty-launcher-16773-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4965bd64{/solr,null,AVAILABLE}
   [junit4]   2> 2323895 INFO  (jetty-launcher-16773-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36a05e57{/solr,null,AVAILABLE}
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5a486bbe{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31fe6d2a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-1) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-2) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65247}
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65248}
   [junit4]   2> 2323897 ERROR (jetty-launcher-16773-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2323897 ERROR (jetty-launcher-16773-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-22T01:11:06.409563Z
   [junit4]   2> 2323897 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-22T01:11:06.409576Z
   [junit4]   2> 2323898 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2323899 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2323903 INFO  (zkConnectionManagerCallback-16775-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2323904 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2323904 INFO  (zkConnectionManagerCallback-16777-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2323905 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2323906 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2323906 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2324202 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2324203 WARN  (jetty-launcher-16773-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7bab5bb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2324203 WARN  (jetty-launcher-16773-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7bab5bb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2324206 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2324206 WARN  (jetty-launcher-16773-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7651a6f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2324206 WARN  (jetty-launcher-16773-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7651a6f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2324207 WARN  (jetty-launcher-16773-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6476d040[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2324207 WARN  (jetty-launcher-16773-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6476d040[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2324208 INFO  (jetty-launcher-16773-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65239/solr
   [junit4]   2> 2324209 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2324209 WARN  (jetty-launcher-16773-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@385ce736[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2324209 WARN  (jetty-launcher-16773-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@385ce736[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2324212 INFO  (jetty-launcher-16773-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65239/solr
   [junit4]   2> 2324212 INFO  (zkConnectionManagerCallback-16795-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2324212 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2324212 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2324216 INFO  (zkConnectionManagerCallback-16799-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2324216 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2324752 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65248_solr
   [junit4]   2> 2324760 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.c.Overseer Overseer (id=72082807037952006-127.0.0.1:65248_solr-n_0000000000) starting
   [junit4]   2> 2324841 INFO  (OverseerStateUpdate-72082807037952006-127.0.0.1:65248_solr-n_0000000000) [n:127.0.0.1:65248_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:65248_solr
   [junit4]   2> 2324843 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65248_solr
   [junit4]   2> 2324858 INFO  (zkCallback-16798-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2324869 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2324870 WARN  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2324906 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2324914 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2324915 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:65247_solr as DOWN
   [junit4]   2> 2324917 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 2324917 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65247_solr
   [junit4]   2> 2324920 INFO  (zkCallback-16798-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2324920 INFO  (zkCallback-16794-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2324924 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2324925 WARN  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2324930 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.node
   [junit4]   2> 2324930 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.jvm
   [junit4]   2> 2324930 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.jetty
   [junit4]   2> 2324993 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2325022 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.node
   [junit4]   2> 2325022 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.jvm
   [junit4]   2> 2325022 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.jetty
   [junit4]   2> 2325046 INFO  (jetty-launcher-16773-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002/node1
   [junit4]   2> 2325046 INFO  (jetty-launcher-16773-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002/node2
   [junit4]   2> 2325066 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 2325067 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2325071 INFO  (zkConnectionManagerCallback-16824-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2325071 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2325075 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2325079 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65239/solr ready
   [junit4]   2> 2325081 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2325085 INFO  (zkConnectionManagerCallback-16826-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2325085 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2325209 INFO  (qtp1418698591-27019) [n:127.0.0.1:65248_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=test&maxShardsPerNode=4&name=test_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2325218 INFO  (OverseerThreadFactory-16808-thread-1-processing-n:127.0.0.1:65248_solr) [n:127.0.0.1:65248_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_collection
   [junit4]   2> 2325341 INFO  (qtp1418698591-27022) [n:127.0.0.1:65248_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 2325341 INFO  (qtp1418698591-27022) [n:127.0.0.1:65248_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 2325343 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 2325345 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 2325346 INFO  (qtp1060738237-27017) [n:127.0.0.1:65247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 2325360 INFO  (OverseerStateUpdate-72082807037952006-127.0.0.1:65248_solr-n_0000000000) [n:127.0.0.1:65248_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65247/solr",
   [junit4]   2>   "node_name":"127.0.0.1:65247_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2325366 INFO  (OverseerStateUpdate-72082807037952006-127.0.0.1:65248_solr-n_0000000000) [n:127.0.0.1:65248_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65248/solr",
   [junit4]   2>   "node_name":"127.0.0.1:65248_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2325373 INFO  (OverseerStateUpdate-72082807037952006-127.0.0.1:65248_solr-n_0000000000) [n:127.0.0.1:65248_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_collection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65248/solr",
   [junit4]   2>   "node_name":"127.0.0.1:65248_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2325387 INFO  (OverseerStateUpdate-72082807037952006-127.0.0.1:65248_solr-n_0000000000) [n:127.0.0.1:65248_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_collection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65247/solr",
   [junit4]   2>   "node_name":"127.0.0.1:65247_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2325608 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr    x:test_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=test&newCollection=true&name=test_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=test_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2325609 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr    x:test_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=test&newCollection=true&name=test_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=test_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2325613 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr    x:test_collection_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=test&newCollection=true&name=test_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=test_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2325615 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr    x:test_collection_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=test&newCollection=true&name=test_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=test_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2325685 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2325687 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2325690 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2325696 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2325698 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2325700 WARN  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 2325700 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 2325700 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard1_replica_n2' using configuration from configset test, trusted=true
   [junit4]   2> 2325701 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.core.test_collection.shard1.replica_n2
   [junit4]   2> 2325704 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2325706 WARN  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 2325706 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 2325706 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard2_replica_n6' using configuration from configset test, trusted=true
   [junit4]   2> 2325707 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.core.test_collection.shard2.replica_n6
   [junit4]   2> 2325707 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2325709 WARN  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 2325709 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 2325709 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard2_replica_n4' using configuration from configset test, trusted=true
   [junit4]   2> 2325714 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.core.test_collection.shard2.replica_n4
   [junit4]   2> 2325720 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2325729 WARN  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 2325732 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 2325732 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard1_replica_n1' using configuration from configset test, trusted=true
   [junit4]   2> 2325732 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.core.test_collection.shard1.replica_n1
   [junit4]   2> 2325733 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.SolrCore [[test_collection_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002/node1/test_collection_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002/node1/test_collection_shard2_replica_n4/data/]
   [junit4]   2> 2325734 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[test_collection_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002/node1/test_collection_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002/node1/test_collection_shard1_replica_n2/data/]
   [junit4]   2> 2325734 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[test_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002/node2/test_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002/node2/test_collection_shard1_replica_n1/data/]
   [junit4]   2> 2325734 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.SolrCore [[test_collection_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002/node2/test_collection_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001/tempDir-002/node2/test_collection_shard2_replica_n6/data/]
   [junit4]   2> 2325809 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2325809 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2325820 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2325820 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2325820 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 2325822 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 2325823 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2325823 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2325823 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2325824 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 2325825 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 2325825 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2325828 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2325828 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2325828 INFO  (searcherExecutor-16830-thread-1-processing-n:127.0.0.1:65247_solr x:test_collection_shard2_replica_n6 c:test_collection s:shard2 r:core_node8) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.SolrCore [test_collection_shard2_replica_n6]  Registered new searcher autowarm time: 0 ms: Collection: 'test_collection'
   [junit4]   2> 2325829 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 2325830 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 2325830 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2325831 INFO  (searcherExecutor-16832-thread-1-processing-n:127.0.0.1:65248_solr x:test_collection_shard2_replica_n4 c:test_collection s:shard2 r:core_node7) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.SolrCore [test_collection_shard2_replica_n4]  Registered new searcher autowarm time: 0 ms: Collection: 'test_collection'
   [junit4]   2> 2325831 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 2325832 INFO  (searcherExecutor-16828-thread-1-processing-n:127.0.0.1:65248_solr x:test_collection_shard1_replica_n2 c:test_collection s:shard1 r:core_node5) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [test_collection_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms: Collection: 'test_collection'
   [junit4]   2> 2325833 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 2325833 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2325835 INFO  (searcherExecutor-16834-thread-1-processing-n:127.0.0.1:65247_solr x:test_collection_shard1_replica_n1 c:test_collection s:shard1 r:core_node3) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [test_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms: Collection: 'test_collection'
   [junit4]   2> 2325839 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_collection/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 2325839 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_collection/leaders/shard2
   [junit4]   2> 2325842 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 2325844 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_collection/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 2325845 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_collection/leaders/shard2
   [junit4]   2> 2325850 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2325856 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_collection/leaders/shard1
   [junit4]   2> 2325866 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_collection/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 2325867 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_collection/leaders/shard1
   [junit4]   2> 2325872 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2325872 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2325872 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65247/solr/test_collection_shard2_replica_n6/
   [junit4]   2> 2325872 ERROR (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.SyncStrategy No UpdateLog found - cannot sync
   [junit4]   2> 2325872 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2325873 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test_collection/leaders/shard2/leader after winning as /collections/test_collection/leader_elect/shard2/election/72082807037952005-core_node8-n_0000000000
   [junit4]   2> 2325880 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65247/solr/test_collection_shard2_replica_n6/ shard2
   [junit4]   2> 2325889 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2325890 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2325890 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65248/solr/test_collection_shard1_replica_n2/
   [junit4]   2> 2325890 ERROR (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.SyncStrategy No UpdateLog found - cannot sync
   [junit4]   2> 2325890 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2325890 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test_collection/leaders/shard1/leader after winning as /collections/test_collection/leader_elect/shard1/election/72082807037952006-core_node5-n_0000000000
   [junit4]   2> 2325898 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65248/solr/test_collection_shard1_replica_n2/ shard1
   [junit4]   2> 2326013 INFO  (zkCallback-16798-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326013 INFO  (zkCallback-16794-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326014 INFO  (zkCallback-16798-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326014 INFO  (zkCallback-16794-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326015 INFO  (zkCallback-16794-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326015 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2326016 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2326026 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=test&newCollection=true&name=test_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=test_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=418
   [junit4]   2> 2326026 INFO  (qtp1060738237-27015) [n:127.0.0.1:65247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=test&newCollection=true&name=test_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=test_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=413
   [junit4]   2> 2326128 INFO  (zkCallback-16798-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326128 INFO  (zkCallback-16794-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326128 INFO  (zkCallback-16794-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326128 INFO  (zkCallback-16794-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326128 INFO  (zkCallback-16798-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326129 INFO  (zkCallback-16798-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326129 INFO  (zkCallback-16794-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326882 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=test&newCollection=true&name=test_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=test_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1270
   [junit4]   2> 2326894 INFO  (qtp1060738237-27018) [n:127.0.0.1:65247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=test&newCollection=true&name=test_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=test_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1287
   [junit4]   2> 2326899 INFO  (qtp1418698591-27019) [n:127.0.0.1:65248_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> 2326997 INFO  (zkCallback-16794-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326997 INFO  (zkCallback-16794-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326997 INFO  (zkCallback-16794-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326997 INFO  (zkCallback-16798-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326997 INFO  (zkCallback-16794-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326997 INFO  (zkCallback-16798-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326998 INFO  (zkCallback-16798-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2326999 INFO  (qtp1418698591-27019) [n:127.0.0.1:65248_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=test&maxShardsPerNode=4&name=test_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1790
   [junit4]   2> 2327000 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: test_collection
   [junit4]   2> 2327003 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.SolrCloudTestCase waitForState (test_collection): Expected test_collection with 2 shards and 2 replicas
   [junit4]   2> 2327004 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 4 expected replica count: 4
   [junit4]   2> 2327004 INFO  (watches-16821-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 4 expected replica count: 4
   [junit4]   2> 2327005 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 4 expected replica count: 4
   [junit4]   2> 2327005 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 4 expected replica count: 4
   [junit4]   2> 2327222 INFO  (OverseerCollectionConfigSetProcessor-72082807037952006-127.0.0.1:65248_solr-n_0000000000) [n:127.0.0.1:65248_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> 2330059 INFO  (qtp1418698591-27020) [n:127.0.0.1:65248_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:65247_solr} status=0 QTime=1
   [junit4]   2> 2330059 INFO  (qtp1418698591-27016) [n:127.0.0.1:65248_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:65248_solr} status=0 QTime=0
   [junit4]   2> 2330738 INFO  (qtp1418698591-27019) [n:127.0.0.1:65248_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node5} status=0 QTime=0
   [junit4]   2> 2330738 INFO  (qtp1418698591-27022) [n:127.0.0.1:65248_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node3} status=0 QTime=0
   [junit4]   2> 2330739 INFO  (qtp1060738237-27014) [n:127.0.0.1:65247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node8} status=0 QTime=0
   [junit4]   2> 2330740 INFO  (qtp1060738237-27014) [n:127.0.0.1:65247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node7} status=0 QTime=0
   [junit4]   2> 2344338 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[E93F8CEFF894206B]) [n:127.0.0.1:65248_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testExplicitConfiguration
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrCloudReportersTest -Dtests.method=testExplicitConfiguration -Dtests.seed=E93F8CEFF894206B -Dtests.slow=true -Dtests.locale=fa -Dtests.timezone=Asia/Tashkent -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 21.0s J0 | SolrCloudReportersTest.testExplicitConfiguration <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: leader.test_collection.shard1.UPDATE./update.requests.max
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E93F8CEFF894206B:ADF3AC1496AEF601]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.lambda$testExplicitConfiguration$1(SolrCloudReportersTest.java:154)
   [junit4]    > 	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:803)
   [junit4]    > 	at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1085)
   [junit4]    > 	at org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration(SolrCloudReportersTest.java:79)
   [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> 2344430 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[E93F8CEFF894206B]) [n:127.0.0.1:65248_solr     ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultPlugins
   [junit4]   2> 2344536 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=674679451
   [junit4]   2> 2344536 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:65248_solr
   [junit4]   2> 2344537 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=615969663
   [junit4]   2> 2344537 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:65247_solr
   [junit4]   2> 2344538 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2344538 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:65248_solr as DOWN
   [junit4]   2> 2344538 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2344538 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:65247_solr as DOWN
   [junit4]   2> 2344542 INFO  (coreCloseExecutor-16854-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.c.SolrCore [test_collection_shard2_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@4b2956d5
   [junit4]   2> 2344542 INFO  (coreCloseExecutor-16854-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_collection.shard2.replica_n4 tag=SolrCore@4b2956d5
   [junit4]   2> 2344542 INFO  (coreCloseExecutor-16854-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67fc3f1d: rootName = null, domain = solr.core.test_collection.shard2.replica_n4, service url = null, agent id = null] for registry solr.core.test_collection.shard2.replica_n4/null
   [junit4]   2> 2344543 INFO  (coreCloseExecutor-16854-thread-2) [n:127.0.0.1:65248_solr     ] o.a.s.c.SolrCore [test_collection_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@54abf35d
   [junit4]   2> 2344544 INFO  (coreCloseExecutor-16854-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_collection.shard2.leader tag=SolrCore@4b2956d5
   [junit4]   2> 2344544 INFO  (coreCloseExecutor-16854-thread-2) [n:127.0.0.1:65248_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_collection.shard1.replica_n2 tag=SolrCore@54abf35d
   [junit4]   2> 2344544 INFO  (coreCloseExecutor-16854-thread-2) [n:127.0.0.1:65248_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b80ff48: rootName = null, domain = solr.core.test_collection.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.test_collection.shard1.replica_n2/null
   [junit4]   2> 2344544 INFO  (coreCloseExecutor-16854-thread-2) [n:127.0.0.1:65248_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_collection.shard1.leader tag=SolrCore@54abf35d
   [junit4]   2> 2344544 INFO  (coreCloseExecutor-16855-thread-1) [n:127.0.0.1:65247_solr     ] o.a.s.c.SolrCore [test_collection_shard2_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@683b6a69
   [junit4]   2> 2344544 INFO  (coreCloseExecutor-16855-thread-1) [n:127.0.0.1:65247_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_collection.shard2.replica_n6 tag=SolrCore@683b6a69
   [junit4]   2> 2344544 INFO  (coreCloseExecutor-16855-thread-1) [n:127.0.0.1:65247_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@61dae20a: rootName = null, domain = solr.core.test_collection.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.test_collection.shard2.replica_n6/null
   [junit4]   2> 2344544 INFO  (coreCloseExecutor-16855-thread-1) [n:127.0.0.1:65247_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_collection.shard2.leader tag=SolrCore@683b6a69
   [junit4]   2> 2344545 INFO  (coreCloseExecutor-16854-thread-1) [n:127.0.0.1:65248_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2344545 INFO  (coreCloseExecutor-16855-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.c.SolrCore [test_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@11d3264c
   [junit4]   2> 2344547 INFO  (coreCloseExecutor-16855-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_collection.shard1.replica_n1 tag=SolrCore@11d3264c
   [junit4]   2> 2344547 INFO  (coreCloseExecutor-16855-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6ad172e3: rootName = null, domain = solr.core.test_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.test_collection.shard1.replica_n1/null
   [junit4]   2> 2344548 INFO  (coreCloseExecutor-16855-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_collection.shard1.leader tag=SolrCore@11d3264c
   [junit4]   2> 2344549 INFO  (coreCloseExecutor-16854-thread-2) [n:127.0.0.1:65248_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2344549 INFO  (coreCloseExecutor-16855-thread-1) [n:127.0.0.1:65247_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2344550 INFO  (coreCloseExecutor-16855-thread-2) [n:127.0.0.1:65247_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2344554 INFO  (zkCallback-16798-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2344554 INFO  (zkCallback-16794-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2344554 INFO  (zkCallback-16798-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2344554 INFO  (zkCallback-16798-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2344554 INFO  (zkCallback-16794-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2344554 INFO  (zkCallback-16794-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2344554 INFO  (zkCallback-16794-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2344563 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2344563 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2414a967: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/null
   [junit4]   2> 2344563 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2344563 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ca39ebb: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/null
   [junit4]   2> 2344563 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2344563 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@756467f0: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/null
   [junit4]   2> 2344563 INFO  (jetty-closer-16847-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 2344565 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2344565 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67c5a5e5: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/null
   [junit4]   2> 2344565 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2344565 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a9c5c19: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/null
   [junit4]   2> 2344565 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2344565 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3676aaa5: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/null
   [junit4]   2> 2344565 INFO  (jetty-closer-16847-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 2344565 INFO  (closeThreadPool-16858-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72082807037952006-127.0.0.1:65248_solr-n_0000000000) closing
   [junit4]   2> 2344566 INFO  (OverseerStateUpdate-72082807037952006-127.0.0.1:65248_solr-n_0000000000) [n:127.0.0.1:65248_solr     ] o.a.s.c

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

s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@452a48ab: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4b770e6
   [junit4]   2> 2347951 INFO  (jetty-closer-16940-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 2347957 INFO  (zkCallback-16883-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2348059 INFO  (jetty-closer-16940-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.a.s.c.Overseer Overseer (id=72082808433213446-127.0.0.1:65416_solr-n_0000000000) closing
   [junit4]   2> 2348062 INFO  (jetty-closer-16940-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6ffd83db{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?}
   [junit4]   2> 2348063 INFO  (jetty-closer-16940-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23032858{/solr,null,UNAVAILABLE}
   [junit4]   2> 2348064 INFO  (jetty-closer-16940-thread-1-processing-n:127.0.0.1:65248_solr) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2348167 INFO  (jetty-closer-16940-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4c165238{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?}
   [junit4]   2> 2348168 INFO  (jetty-closer-16940-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7215c35f{/solr,null,UNAVAILABLE}
   [junit4]   2> 2348168 INFO  (jetty-closer-16940-thread-2-processing-n:127.0.0.1:65248_solr) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2348170 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [n:127.0.0.1:65248_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2348383 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> 	42	/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> 2348389 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [n:127.0.0.1:65248_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:65410
   [junit4]   2> 2348389 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [n:127.0.0.1:65248_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65410
   [junit4]   2> 2348389 INFO  (SUITE-SolrCloudReportersTest-seed#[E93F8CEFF894206B]-worker) [n:127.0.0.1:65248_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65410
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_E93F8CEFF894206B-001
   [junit4]   2> May 22, 2020 1:11:30 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1399, maxMBSortInHeap=7.179459740106557, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7479448f), locale=fa, timezone=Asia/Tashkent
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=154882136,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedSuggestComponentTest, TestSchemaNameResource, TestTextField, TestXmlQParser, TermVectorComponentDistributedTest, MergeStrategyTest, ComputePlanActionTest, AddBlockUpdateTest, TestRawTransformer, ShardsWhitelistTest, TestMissingGroups, TestConfigSetImmutable, TestCaffeineCache, DateFieldTest, AssignBackwardCompatibilityTest, CustomTermsComponentTest, TestStressVersions, TestSolrCloudSnapshots, TestSolrTestCaseJ4, ScheduledMaintenanceTriggerTest, TestDistributedMissingSort, TestAnalyzeInfixSuggestions, RequestLoggingTest, TestScoreJoinQPScore, RequestHandlersTest, ZkNodePropsTest, TestCloudJSONFacetJoinDomain, MetricUtilsTest, TestManagedResourceStorage, TestSnapshotCloudManager, PhrasesIdentificationComponentTest, CollectionStateFormat2Test, TestSimExecutePlanAction, TestDistribDocBasedVersion, IndexSizeTriggerSizeEstimationTest, BadIndexSchemaTest, SpellCheckCollatorTest, TestDistribIDF, TestHttpShardHandlerFactory, TestBulkSchemaConcurrent, TestExplainDocTransformer, TestRandomFlRTGCloud, SchemaVersionSpecificBehaviorTest, DocumentAnalysisRequestHandlerTest, TestSolrConfigHandlerConcurrent, HighlighterWithoutStoredIdTest, TestTlogReplayVsRecovery, ForceLeaderWithTlogReplicasTest, XmlInterpolationTest, CreateCollectionCleanupTest, PreAnalyzedFieldTest, TestCorePropertiesReload, TestStandardQParsers, NodeAddedTriggerTest, TestHdfsUpdateLog, TestExactStatsCacheCloud, TestSolrJacksonAnnotation, DeleteReplicaTest, TestSolrCloudWithKerberosAlt, TestPointFields, SplitShardTest, HealthCheckHandlerTest, SolrInfoBeanTest, EmbeddedSolrNoSerializeTest, SolrIndexConfigTest, TestRandomCollapseQParserPlugin, TestJoin, TestLeaderElectionZkExpiry, TestMaxTokenLenTokenizer, SmileWriterTest, HdfsRecoverLeaseTest, TestCustomSort, TestFieldCacheWithThreads, SplitByPrefixTest, TestDynamicURP, TestGraphMLResponseWriter, SolrRequestParserTest, TestIndexSearcher, ZookeeperReadAPITest, SolrCoreMetricManagerTest, TestSimpleQParserPlugin, TestReloadAndDeleteDocs, UpdateParamsTest, TestPerFieldSimilarity, OverseerSolrResponseUnsafeSerializationTest, HdfsBasicDistributedZk2Test, TestUniqueKeyFieldResource, MigrateRouteKeyTest, TestSimNodeLostTrigger, ConcurrentDeleteAndCreateCollectionTest, PeerSyncReplicationTest, CoreAdminHandlerTest, ChaosMonkeySafeLeaderWithPullReplicasTest, DistribJoinFromCollectionTest, HttpPartitionWithTlogReplicasTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerSolrResponseTest, OverseerTest, ReplicationFactorTest, TestConfigSetsAPIExclusivity, TestDeleteCollectionOnDownNodes, TestLRUStatsCacheCloud, TestMiniSolrCloudClusterSSL, TestWaitForStateWithJettyShutdowns, TestWithCollection, AutoAddReplicasIntegrationTest, TriggerCooldownIntegrationTest, TestSimUtils, CdcrRequestHandlerTest, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, ZkStateReaderTest, ZkStateWriterTest, ConfigureRecoveryStrategyTest, CoreSorterTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, PluginInfoTest, TestBackupRepositoryFactory, TestBadConfig, TestConfigOverlay, TestCoreContainer, TestNRTOpen, TestQuerySenderListener, TestQuerySenderNoQuery, TestSolrDeletionPolicy2, TestSolrXml, TestXIncludeConfig, CSVRequestHandlerTest, PingRequestHandlerTest, TestReqParamsAPI, XsltUpdateRequestHandlerTest, CoreMergeIndexesAdminHandlerTest, DaemonStreamApiTest, MetricsHistoryHandlerTest, DistributedFacetExistsSmallTest, DistributedFacetPivotLongTailTest, DistributedQueryComponentOptimizationTest, TestExpandComponent, JavabinLoaderTest, TaggerTest, TaggingAttributeTest, TestSlowCompositeReaderWrapper, UninvertDocValuesMergePolicyTest, TestLegacyNumericUtils, TestNumericRangeQuery64, SolrJmxReporterTest, SolrCloudReportersTest]
   [junit4] Completed [701/913 (2!)] on J0 in 25.71s, 2 tests, 1 failure <<< FAILURES!

[...truncated 53248 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6053/consoleText

[repro] Revision: 16a22fcf564c54cf6e05e5e5c117477fb21aaa04

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestLockTree -Dtests.method=testLocks -Dtests.seed=E93F8CEFF894206B -Dtests.slow=true -Dtests.locale=kw-GB -Dtests.timezone=Atlantic/Stanley -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=SolrCloudReportersTest -Dtests.method=testExplicitConfiguration -Dtests.seed=E93F8CEFF894206B -Dtests.slow=true -Dtests.locale=fa -Dtests.timezone=Asia/Tashkent -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[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]       SolrCloudReportersTest
[repro]       TestLockTree
[repro] ant compile-test

[...truncated 3156 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.SolrCloudReportersTest|*.TestLockTree" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=E93F8CEFF894206B -Dtests.slow=true -Dtests.locale=fa -Dtests.timezone=Asia/Tashkent -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

[...truncated 73 lines...]