Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/6/

3 tests failed.
FAILED:  
org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat.testBooleanNumericsVsStoredFields

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([524E034092A8C54E]:0)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([524E034092A8C54E]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has 
references to classes of which the sizes cannot be measured due to security 
restrictions or Java 9 module encapsulation:   - private static 
org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) 
and null them, your test still has references to classes of which the sizes 
cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
        at __randomizedtesting.SeedInfo.seed([8FFB14BF5C84B274]:0)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.security.AccessControlException: access denied 
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
        at 
java.security.AccessController.checkPermission(AccessController.java:884)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
        at 
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
        at java.lang.Class.checkPackageAccess(Class.java:2372)
        at java.lang.Class.checkMemberAccess(Class.java:2351)
        at java.lang.Class.getDeclaredFields(Class.java:1915)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
        ... 10 more




Build Log:
[...truncated 2302 lines...]
   [junit4] Suite: org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat
   [junit4]   2> ??? 19, 2019 7:44:46 ? 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat
   [junit4]   2>    1) Thread[id=1807, 
name=SUITE-TestLucene80DocValuesFormat-seed#[524E034092A8C54E], state=RUNNABLE, 
group=TGRP-TestLucene80DocValuesFormat]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:708)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629)
   [junit4]   2>    2) Thread[id=1808, 
name=TEST-TestLucene80DocValuesFormat.testBooleanNumericsVsStoredFields-seed#[524E034092A8C54E],
 state=TIMED_WAITING, group=TGRP-TestLucene80DocValuesFormat]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4689)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2014)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1940)
   [junit4]   2>         at 
org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:500)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1250)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1207)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.testBooleanNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1354)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    3) Thread[id=9, name=JUnit4-serializer-daemon, 
state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    4) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:639)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:496)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLucene80DocValuesFormat 
-Dtests.method=testBooleanNumericsVsStoredFields -Dtests.seed=524E034092A8C54E 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-DZ -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   6669s J1 | 
TestLucene80DocValuesFormat.testBooleanNumericsVsStoredFields <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([524E034092A8C54E]:0)
   [junit4]   2> ??? 19, 2019 7:44:46 ? 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> ??? 19, 2019 7:45:06 ? 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat: 
   [junit4]   2>    1) Thread[id=1808, 
name=TEST-TestLucene80DocValuesFormat.testBooleanNumericsVsStoredFields-seed#[524E034092A8C54E],
 state=TIMED_WAITING, group=TGRP-TestLucene80DocValuesFormat]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4689)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2014)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1940)
   [junit4]   2>         at 
org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:500)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1250)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1207)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.testBooleanNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1354)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> ??? 19, 2019 7:45:06 ? 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=1808, 
name=TEST-TestLucene80DocValuesFormat.testBooleanNumericsVsStoredFields-seed#[524E034092A8C54E],
 state=TIMED_WAITING, group=TGRP-TestLucene80DocValuesFormat]
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/core/test/J1/temp/lucene.codecs.lucene80.TestLucene80DocValuesFormat_524E034092A8C54E-001
   [junit4]   2> Dec 19, 2019 12:45:06 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, 
docValues:{}, maxPointsInLeafNode=336, maxMBSortInHeap=7.997135959174785, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2170ca03),
 locale=ar-DZ, timezone=Asia/Novokuznetsk
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=165874696,total=536346624
   [junit4]   2> NOTE: All tests run in this JVM: [TestLRUQueryCache, 
TestMSBRadixSorter, TestMinimize, TestIOUtils, TestFilterMergePolicy, 
TestPrefixRandom, TestLucene60PointsFormat, TestTermQuery, TestDocumentWriter, 
TestTermdocPerf, TestUpgradeIndexMergePolicy, Test2BPostings, 
TestLSBRadixSorter, TestAxiomaticF1LOG, TestSegmentTermEnum, TestSetOnce, 
TestDemo, TestStressAdvance, TestTrackingDirectoryWrapper, TestSearchAfter, 
TestIndexWriterCommit, TestFieldType, TestCharFilter, TestPForUtil, 
TestGraphTokenStreamFiniteStrings, TestStringMSBRadixSorter, TestAutomaton, 
TestRegexpRandom2, TestPersistentSnapshotDeletionPolicy, TestSpanCollection, 
TestTryDelete, TestForTooMuchCloning, TestFeatureField, TestNamedSPILoader, 
TestAttributeSource, TestIndexOrDocValuesQuery, TestSegmentCacheables, 
TestGeoEncodingUtils, TestSortRescorer, TestSimpleExplanationsWithFillerDocs, 
TestExitableDirectoryReader, TestIndexWriterDeleteByQuery, TestCodecUtil, 
TestMultiCollector, TestNormsFieldExistsQuery, TestRollingBuffer, 
TestPackedTokenAttributeImpl, TestNeverDelete, TestIndependenceChiSquared, 
TestDoubleRangeFieldQueries, TestDocValuesIndexing, TestPendingDeletes, 
TestIntroSelector, TestTermVectors, TestLogMergePolicy, 
TestLatLonDocValuesField, TestDuelingCodecs, TestDocument, TestDirectPacked, 
TestAxiomaticF3EXP, TestSwappedIndexFiles, TestConstantScoreScorer, 
TestCodecHoldsOpenFiles, TestTermsEnum2, TestNoMergePolicy, TestWildcard, 
Test2BSortedDocValuesOrds, TestBytesRef, TestIndexWriterNRTIsCurrent, 
TestCharsRef, TestSpanNearQuery, TestLucene50LiveDocsFormat, TestCustomNorms, 
TestBasicModelIn, TestBoolean2, TestBooleanRewrites, 
TestLucene80DocValuesFormat]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLucene80DocValuesFormat -Dtests.seed=524E034092A8C54E 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-DZ -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestLucene80DocValuesFormat (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([524E034092A8C54E]:0)
   [junit4] Completed [517/528 (1!)] on J1 in 7220.34s, 121 tests, 2 errors <<< 
FAILURES!

[...truncated 13340 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 3580977 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/data-dir-201-001
   [junit4]   2> 3580977 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3580978 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3580979 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3580979 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001
   [junit4]   2> 3580979 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3580980 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3580980 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3581080 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:42417
   [junit4]   2> 3581080 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42417
   [junit4]   2> 3581080 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42417
   [junit4]   2> 3581080 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42417
   [junit4]   2> 3581081 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581088 INFO  (zkConnectionManagerCallback-16018-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581088 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581102 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581103 INFO  (zkConnectionManagerCallback-16020-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581103 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581104 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581104 INFO  (zkConnectionManagerCallback-16022-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581104 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581210 WARN  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3581210 WARN  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3581210 WARN  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3581211 WARN  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3581211 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3581211 WARN  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3dfbeaad{/solr,null,AVAILABLE}
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3581212 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7799be11{/solr,null,AVAILABLE}
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6ec7494{SSL,[ssl, 
http/1.1]}{127.0.0.1:35939}
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.s.Server Started @3581325ms
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35939}
   [junit4]   2> 3581213 ERROR (jetty-launcher-16023-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3581213 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-19T03:37:34.370Z
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4da0926{/solr,null,AVAILABLE}
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3581214 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7df0c21e{SSL,[ssl, 
http/1.1]}{127.0.0.1:42653}
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.s.Server Started @3581327ms
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42653}
   [junit4]   2> 3581215 ERROR (jetty-launcher-16023-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-19T03:37:34.372Z
   [junit4]   2> 3581215 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e4e79a2{/solr,null,AVAILABLE}
   [junit4]   2> 3581216 INFO  (zkConnectionManagerCallback-16025-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@9fa37fe{SSL,[ssl, 
http/1.1]}{127.0.0.1:45141}
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.s.Server Started @3581328ms
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45141}
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d8861b0{/solr,null,AVAILABLE}
   [junit4]   2> 3581216 ERROR (jetty-launcher-16023-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-19T03:37:34.373Z
   [junit4]   2> 3581216 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@455ab026{SSL,[ssl, 
http/1.1]}{127.0.0.1:35497}
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.s.Server Started @3581329ms
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35497}
   [junit4]   2> 3581217 ERROR (jetty-launcher-16023-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-19T03:37:34.374Z
   [junit4]   2> 3581217 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2ca6d2c1{SSL,[ssl, 
http/1.1]}{127.0.0.1:36645}
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.s.Server Started @3581330ms
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36645}
   [junit4]   2> 3581218 ERROR (jetty-launcher-16023-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3581218 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-19T03:37:34.375Z
   [junit4]   2> 3581222 INFO  (zkConnectionManagerCallback-16029-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581222 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581222 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581222 INFO  (zkConnectionManagerCallback-16027-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581222 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581223 INFO  (zkConnectionManagerCallback-16031-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581223 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581223 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3581223 INFO  (zkConnectionManagerCallback-16033-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581223 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581323 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3581323 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3581323 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3581383 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3581384 WARN  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581385 WARN  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2694879f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581385 WARN  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2694879f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581387 WARN  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581388 WARN  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@550ec60e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581388 WARN  (jetty-launcher-16023-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@550ec60e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581389 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42417/solr
   [junit4]   2> 3581389 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581390 INFO  (zkConnectionManagerCallback-16040-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581390 INFO  (jetty-launcher-16023-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581492 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3581493 WARN  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581493 WARN  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@708f3a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581493 WARN  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@708f3a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581495 WARN  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581496 WARN  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@17dda38b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581496 WARN  (jetty-launcher-16023-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@17dda38b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581497 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42417/solr
   [junit4]   2> 3581498 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581498 INFO  (zkConnectionManagerCallback-16047-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581498 INFO  (jetty-launcher-16023-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581629 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3581630 INFO  (zkConnectionManagerCallback-16052-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581630 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3581643 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3581644 WARN  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581644 WARN  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@30f78369[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581644 WARN  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@30f78369[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581646 WARN  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581646 WARN  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@54c300a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581646 WARN  (jetty-launcher-16023-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@54c300a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581661 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42417/solr
   [junit4]   2> 3581665 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581668 INFO  (zkConnectionManagerCallback-16058-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581668 INFO  (jetty-launcher-16023-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581686 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3581687 WARN  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581687 WARN  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2463735f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581687 WARN  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2463735f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581690 WARN  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581692 WARN  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5810db09[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581692 WARN  (jetty-launcher-16023-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5810db09[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581694 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42417/solr
   [junit4]   2> 3581695 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581695 INFO  (zkConnectionManagerCallback-16064-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581695 INFO  (jetty-launcher-16023-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581730 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3581730 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3581730 WARN  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581731 WARN  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@485f862d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581731 WARN  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@485f862d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581731 INFO  (zkConnectionManagerCallback-16066-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581731 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3581733 WARN  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3581734 WARN  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3f1fa067[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581734 WARN  (jetty-launcher-16023-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3f1fa067[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3581735 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42417/solr
   [junit4]   2> 3581735 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3581736 INFO  (zkConnectionManagerCallback-16072-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581736 INFO  (jetty-launcher-16023-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3581832 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3581832 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3581833 INFO  (zkConnectionManagerCallback-16075-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581833 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3581833 INFO  (zkConnectionManagerCallback-16076-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581833 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3581888 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45141_solr
   [junit4]   2> 3581888 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.Overseer Overseer 
(id=72919277578420237-127.0.0.1:45141_solr-n_0000000000) starting
   [junit4]   2> 3581893 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45141_solr
   [junit4]   2> 3581893 INFO  
(OverseerStateUpdate-72919277578420237-127.0.0.1:45141_solr-n_0000000000) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:45141_solr
   [junit4]   2> 3581893 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 3581894 INFO  
(OverseerStateUpdate-72919277578420237-127.0.0.1:45141_solr-n_0000000000) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3581894 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with 
znode version 1
   [junit4]   2> 3581895 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 0
   [junit4]   2> 3581895 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 3581895 WARN  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_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> 3581905 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3581906 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3581907 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3581908 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35939_solr as DOWN
   [junit4]   2> 3581908 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:45141_solr]
   [junit4]   2> 3581909 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36645_solr as DOWN
   [junit4]   2> 3581909 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3581909 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35939_solr
   [junit4]   2> 3581909 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 3581910 DEBUG (ScheduledTrigger-12970-thread-1) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3581910 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 3581910 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3581910 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3581910 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36645_solr
   [junit4]   2> 3581910 INFO  (zkCallback-16065-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3581910 INFO  (zkCallback-16073-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3581911 WARN  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_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> 3581915 WARN  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_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> 3581918 INFO  (zkCallback-16051-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 3581919 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35497_solr as DOWN
   [junit4]   2> 3581920 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3581920 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35497_solr
   [junit4]   2> 3581920 INFO  (zkCallback-16073-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3581920 INFO  (zkCallback-16065-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3581921 INFO  (zkCallback-16065-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3581921 INFO  (zkCallback-16073-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3581921 WARN  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_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> 3581926 INFO  (zkCallback-16074-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3581929 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3581930 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3581930 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45141.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3581937 INFO  (zkCallback-16051-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3581940 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3581941 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3581945 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45141.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3581945 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45141.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3581945 INFO  (zkConnectionManagerCallback-16094-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3581946 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3581946 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3581947 INFO  (jetty-launcher-16023-thread-5) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node5/.
   [junit4]   2> 3581964 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 3581966 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42653_solr as DOWN
   [junit4]   2> 3581967 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3581967 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42653_solr
   [junit4]   2> 3581968 INFO  (zkCallback-16073-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3581968 INFO  (zkCallback-16051-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3581968 INFO  (zkCallback-16074-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3581968 INFO  (zkCallback-16065-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3581968 INFO  (zkCallback-16093-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3581969 WARN  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_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> 3581977 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36645.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3581978 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3581983 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35939.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3581988 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35497.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582003 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36645.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582003 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36645.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582006 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3582007 INFO  (jetty-launcher-16023-thread-3) 
[n:127.0.0.1:36645_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node4/.
   [junit4]   2> 3582009 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35939.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582009 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35939.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582010 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3582011 INFO  (jetty-launcher-16023-thread-4) 
[n:127.0.0.1:35939_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node3/.
   [junit4]   2> 3582011 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35497.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582011 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35497.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582013 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3582014 INFO  (jetty-launcher-16023-thread-2) 
[n:127.0.0.1:35497_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node2/.
   [junit4]   2> 3582015 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42653.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582021 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42653.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582021 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42653.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3582022 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3582022 INFO  (jetty-launcher-16023-thread-1) 
[n:127.0.0.1:42653_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node1/.
   [junit4]   2> 3582164 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 3582165 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3582166 INFO  (zkConnectionManagerCallback-16103-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3582166 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3582166 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3582167 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42417/solr ready
   [junit4]   2> 3582182 INFO  (qtp178275641-104245) [n:127.0.0.1:35497_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3582195 INFO  (qtp178275641-104257) [n:127.0.0.1:35497_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 3582197 INFO  (qtp1226217981-104248) [n:127.0.0.1:35939_solr   
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 3582209 INFO  (qtp1666984673-104284) [n:127.0.0.1:36645_solr   
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 3582218 INFO  (qtp839528468-104265) [n:127.0.0.1:42653_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 3582228 INFO  (qtp1174461301-104282) [n:127.0.0.1:45141_solr   
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 3582228 DEBUG (qtp1226217981-104250) [n:127.0.0.1:35939_solr   
  ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3582228 INFO  (qtp1226217981-104250) [n:127.0.0.1:35939_solr   
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=35
   [junit4] IGNOR/A 0.00s J2 | SearchRateTriggerIntegrationTest.testDeleteNode
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-13163))
   [junit4]   2> 3582229 DEBUG (zkCallback-16065-thread-1) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 3582230 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 3582232 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 3582238 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 3582344 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[8FFB14BF5C84B274])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 3582345 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[8FFB14BF5C84B274])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3582346 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[8FFB14BF5C84B274])
 [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, 
new znode version 3
   [junit4]   2> 3582347 DEBUG (zkCallback-16065-thread-1) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 3582347 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 3582348 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 3582348 DEBUG 
(OverseerAutoScalingTriggerThread-72919277578420237-127.0.0.1:45141_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 3582351 INFO  (qtp1226217981-104247) [n:127.0.0.1:35939_solr   
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3582353 INFO  
(OverseerThreadFactory-12972-thread-1-processing-n:127.0.0.1:45141_solr) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
belowRate_collection
   [junit4]   2> 3582460 INFO  
(OverseerStateUpdate-72919277578420237-127.0.0.1:45141_solr-n_0000000000) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42653/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3582461 INFO  
(OverseerStateUpdate-72919277578420237-127.0.0.1:45141_solr-n_0000000000) 
[n:127.0.0.1:45141_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35497/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3582669 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr    
x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3582670 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr    
x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3583678 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.4.0
   [junit4]   2> 3583679 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.4.0
   [junit4]   2> 3583698 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema 
[belowRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3583699 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3583700 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 3583700 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating 
SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from 
collection belowRate_collection, trusted=true
   [junit4]   2> 3583701 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 3583701 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from 
collection belowRate_collection, trusted=true
   [junit4]   2> 3583701 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_35497.solr.core.belowRate_collection.shard1.replica_n2' 
(registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3583701 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore 
[[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node2/belowRate_collection_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 3583701 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_42653.solr.core.belowRate_collection.shard1.replica_n1' 
(registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e1ce6b
   [junit4]   2> 3583701 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node1/belowRate_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8FFB14BF5C84B274-001/tempDir-001/node1/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 3583734 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3583734 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3583734 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3583734 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3583735 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3583735 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3583736 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3583736 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3583736 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@29d95d85[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 3583736 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@37568bd1[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 3583737 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3583737 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3583737 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3583738 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 3583738 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3583738 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1653317730980331520
   [junit4]   2> 3583738 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 3583738 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1653317730980331520
   [junit4]   2> 3583740 INFO  
(searcherExecutor-12993-thread-1-processing-n:127.0.0.1:35497_solr 
x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 
r:core_node4) [n:127.0.0.1:35497_solr c:belowRate_collection s:shard1 
r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore 
[belowRate_collection_shard1_replica_n2] Registered new searcher 
Searcher@29d95d85[belowRate_collection_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3583740 INFO  
(searcherExecutor-12994-thread-1-processing-n:127.0.0.1:42653_solr 
x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 
r:core_node3) [n:127.0.0.1:42653_solr c:belowRate_collection s:shard1 
r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[belowRate_collection_shard1_replica_n1] Registered new searcher 
Searcher@37568bd1[belowRate_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3583742 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 3583742 INFO  (qtp178275641-104267) [n:127.0.0.1:35497_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3583742 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Failed to save 
terms, version is not a match, retrying
   [junit4]   2> 3583742 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 3583742 INFO  (qtp839528468-104263) [n:127.0.0.1:42653_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/belowRate_collection/leaders/

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

mit:
   [junit4]   2> 
   [junit4]   2>        25      
/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2>        20      
/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2>        10      /solr/configs/conf
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        5       /solr/packages.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       
/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2>        4       
/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        171     
/solr/collections/aboveRate_collection/state.json
   [junit4]   2>        146     
/solr/collections/belowRate_collection/state.json
   [junit4]   2>        20      /solr/autoscaling.json
   [junit4]   2>        15      /solr/aliases.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/aboveRate_collection/leader_elect/shard1/election/72919277578420240-core_node4-n_0000000001
   [junit4]   2>        2       
/solr/collections/belowRate_collection/leader_elect/shard1/election/72919277578420240-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        89      /solr/overseer/queue
   [junit4]   2>        36      /solr/overseer/collection-queue-work
   [junit4]   2>        30      /solr/live_nodes
   [junit4]   2>        27      /solr/collections
   [junit4]   2>        6       /solr/autoscaling/events/search_rate_trigger2
   [junit4]   2>        2       /solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 3642746 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42417
   [junit4]   2> 3642746 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42417
   [junit4]   2> 3642746 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42417
   [junit4]   2> 3642747 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[8FFB14BF5C84B274]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Dec 19, 2019 3:38:36 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=1702, maxMBSortInHeap=7.615642838290657, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1d097aea),
 locale=pt-BR, timezone=Asia/Urumqi
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=132808888,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [DataDrivenBlockJoinTest, 
SimpleCollectionCreateDeleteTest, TestCollapseQParserPlugin, 
HdfsBasicDistributedZk2Test, CreateRoutedAliasTest, TestValueSourceCache, 
DateMathParserTest, TestDFISimilarityFactory, TestSimpleQParserPlugin, 
TestManagedStopFilterFactory, TestSimNodeAddedTrigger, UpdateParamsTest, 
TestNoOpRegenerator, TestSimpleTrackingShardHandler, TestRangeQuery, 
TestCSVLoader, TestSolrDeletionPolicy2, TestSQLHandler, AlternateDirectoryTest, 
TestBulkSchemaConcurrent, TestRawResponseWriter, DeleteNodeTest, 
TaggingAttributeTest, SuggestComponentTest, TestUseDocValuesAsStored, 
CoreSorterTest, CategoryRoutedAliasUpdateProcessorTest, SuggesterTest, 
TestNumericRangeQuery64, SmileWriterTest, TestFreeTextSuggestions, 
PreAnalyzedUpdateProcessorTest, TestElisionMultitermQuery, TestMacroExpander, 
TestPullReplica, TestRTimerTree, ExternalFileFieldSortTest, 
OverseerTaskQueueTest, RandomizedTaggerTest, ConfigSetsAPITest, FullHLLTest, 
BigEndianAscendingWordSerializerTest, UnloadDistributedZkTest, 
TestShortCircuitedRequests, ReturnFieldsTest, TestSimExtremeIndexing, 
JavaBinAtomicUpdateMultivalueTest, DistributedQueryComponentCustomSortTest, 
MoveReplicaHDFSTest, BasicDistributedZkTest, TestImpersonationWithHadoopAuth, 
ConjunctionSolrSpellCheckerTest, ScheduledTriggerIntegrationTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestNumericTerms32, TestConfig, 
TestRuleBasedAuthorizationPlugin, TestCoreAdminApis, TestNamedUpdateProcessors, 
HttpPartitionTest, SolrCloudExampleTest, TestNestedDocsSort, 
TestStressCloudBlindAtomicUpdates, TestMiniSolrCloudClusterSSL, 
DistributedSpellCheckComponentTest, TestDistribDocBasedVersion, 
CdcrOpsAndBoundariesTest, SolrTestCaseJ4Test, ImplicitSnitchTest, 
TokenizerChainTest, TestSolrCoreSnapshots, TestInPlaceUpdateWithRouteField, 
AliasIntegrationTest, TestAnalyzedSuggestions, BlockJoinFacetSimpleTest, 
TestDistributedGrouping, HdfsChaosMonkeySafeLeaderTest, TestClusterProperties, 
RootFieldTest, DistributedFacetPivotLargeTest, TestQuerySenderNoQuery, 
TestCoreDiscovery, AddBlockUpdateTest, DistributedDebugComponentTest, 
TestCollectionsAPIViaSolrCloudCluster, TestDynamicFieldCollectionResource, 
TolerantUpdateProcessorTest, TestSimScenario, TestRecovery, 
AtomicUpdateProcessorFactoryTest, MultiThreadedOCPTest, 
TestDynamicFieldNamesIndexCorrectly, TestDirectoryFactory, 
TestExplainDocTransformer, AsyncCallRequestStatusResponseTest, 
StatelessScriptUpdateProcessorFactoryTest, TestHttpShardHandlerFactory, 
RequestLoggingTest, TestMinHashQParser, TestLRUCache, TestComponentsName, 
TestSubQueryTransformerDistrib, TestDistributedTracing, 
SolrRrdBackendFactoryTest, TestZkChroot, CustomCollectionTest, 
JWTVerificationkeyResolverTest, TestSolrCloudWithDelegationTokens, 
ClusterStateTest, CSVRequestHandlerTest, TestDocTermOrds, NodeAddedTriggerTest, 
TestLegacyField, SpatialFilterTest, TestCollationField, 
WordBreakSolrSpellCheckerTest, ConnectionReuseTest, 
XsltUpdateRequestHandlerTest, DistributedFacetPivotSmallTest, 
NodeMarkersRegistrationTest, BJQFilterAccessibleTest, 
CustomHighlightComponentTest, BasicAuthIntegrationTest, 
TestFoldingMultitermQuery, CollectionStateFormat2Test, 
OpenExchangeRatesOrgProviderTest, TestReloadDeadlock, RAMDirectoryFactoryTest, 
UninvertDocValuesMergePolicyTest, SimpleMLTQParserTest, TestSort, 
SolrSlf4jReporterTest, TestQueryUtils, TestFieldResource, 
ClassificationUpdateProcessorTest, TestCloudPhrasesIdentificationComponent, 
IndexSizeTriggerMixedBoundsTest, TestStreamBody, 
TriggerSetPropertiesIntegrationTest, HdfsThreadLeakTest, TestUtilizeNode, 
DimensionalRoutedAliasUpdateProcessorTest, 
PeerSyncWithIndexFingerprintCachingTest, CoreAdminRequestStatusTest, 
ZkShardTermsTest, JvmMetricsTest, BasicFunctionalityTest, ConvertedLegacyTest, 
CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, 
MinimalSchemaTest, OutputWriterTest, TestCrossCoreJoin, TestDistributedSearch, 
DeleteShardTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, 
DistributedVersionInfoTest, FullSolrCloudDistribCmdsTest, 
HttpPartitionWithTlogReplicasTest, LeaderTragicEventTest, 
LeaderVoteWaitTimeoutTest, MissingSegmentRecoveryTest, MoveReplicaTest, 
OverseerModifyCollectionTest, PackageManagerCLITest, RecoveryZkTest, 
ReindexCollectionTest, SyncSliceTest, TestCloudPseudoReturnFields, 
TestCloudRecovery2, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, 
TestExclusionRuleCollectionAccess, TestHashPartitioner, 
TestPullReplicaErrorHandling, TestRandomFlRTGCloud, 
TestTolerantUpdateProcessorCloud, TestWaitForStateWithJettyShutdowns, 
ZkCLITest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, 
SplitByPrefixTest, TestHdfsCloudBackupRestore, TestRequestStatusCollectionAPI, 
AutoAddReplicasPlanActionTest, ComputePlanActionTest, 
MetricTriggerIntegrationTest, MetricTriggerTest, 
NodeLostTriggerIntegrationTest, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=8FFB14BF5C84B274 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
 -Dtests.locale=pt-BR -Dtests.timezone=Asia/Urumqi -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up 
static fields (in @AfterClass?) and null them, your test still has references 
to classes of which the sizes cannot be measured due to security restrictions 
or Java 9 module encapsulation:
   [junit4]    >   - private static 
org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8FFB14BF5C84B274]:0)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied 
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    >        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    >        at 
java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    >        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    >        at 
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    >        at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    >        at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    >        at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    >        at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]    >        ... 10 more
   [junit4] Completed [565/889 (1!)] on J2 in 62.81s, 3 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 54085 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to