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

4 tests failed.
FAILED:  org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([2F6A78F4922FC7C8:A83D057B0376BB48]:0)
        at 
org.apache.lucene.util.bkd.HeapPointWriter.<init>(HeapPointWriter.java:42)
        at 
org.apache.lucene.util.bkd.BKDRadixSelector.getDeltaPointWriter(BKDRadixSelector.java:490)
        at 
org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:256)
        at 
org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
        at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
        at 
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
        at 
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
        at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
        at 
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
        at 
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
        at 
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
        at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
        at 
org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
        at 
org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
        at 
org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
        at 
org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)


FAILED:  org.apache.solr.cloud.RollingRestartTest.test

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:34484

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:34484
        at 
__randomizedtesting.SeedInfo.seed([3E0C344DD0FFC5D3:B6580B977E03A82B]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
        ... 52 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=85684, 
name=testExecutor-7559-thread-9, state=RUNNABLE, 
group=TGRP-HdfsUnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=85684, name=testExecutor-7559-thread-9, 
state=RUNNABLE, group=TGRP-HdfsUnloadDistributedZkTest]
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:34806/eo_axc/pu
        at __randomizedtesting.SeedInfo.seed([3E0C344DD0FFC5D3]:0)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$2(BasicDistributedZkTest.java:762)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:34806/eo_axc/pu
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$2(BasicDistributedZkTest.java:760)
        ... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
        ... 9 more


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([3E0C344DD0FFC5D3]: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 11319 lines...]
   [junit4] Suite: org.apache.lucene.document.TestXYMultiPolygonShapeQueries
   [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=TestXYMultiPolygonShapeQueries -Dtests.method=testRandomBig 
-Dtests.seed=2F6A78F4922FC7C8 -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=el-CY -Dtests.timezone=UCT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    647s J1 | TestXYMultiPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2F6A78F4922FC7C8:A83D057B0376BB48]:0)
   [junit4]    >        at 
org.apache.lucene.util.bkd.HeapPointWriter.<init>(HeapPointWriter.java:42)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDRadixSelector.getDeltaPointWriter(BKDRadixSelector.java:490)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:256)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
   [junit4]    >        at 
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
   [junit4]    >        at 
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    >        at 
org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
   [junit4]    >        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]    >        at 
org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
   [junit4]    >        at 
org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
   [junit4]    >        at 
org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
   [junit4]    >        at 
org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestXYMultiPolygonShapeQueries_2F6A78F4922FC7C8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): 
{id=PostingsFormat(name=Direct)}, 
docValues:{shape=DocValuesFormat(name=Lucene80), 
id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=667, 
maxMBSortInHeap=7.132272586321021, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d9068d8),
 locale=el-CY, timezone=UCT
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=163249696,total=347078656
   [junit4]   2> NOTE: All tests run in this JVM: [TestBM25FQuery, 
TestBigIntegerPoint, TestLatLonMultiPointShapeQueries, TestDocValuesTermsQuery, 
TestLatLonPolygonShapeQueries, TestXYLineShapeQueries, TestHalfFloatPoint, 
TestFloatPointNearestNeighbor, TestLatLonShapeEncoding, 
TestXYMultiPolygonShapeQueries]
   [junit4] Completed [40/40 (1!)] on J1 in 1586.15s, 5 tests, 1 error <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/temp/junit4-J1-20191226_035859_9736590142879850852699.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/heapdumps/java_pid8734.hprof
 ...
   [junit4] Heap dump file created [440132104 bytes in 0.615 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 3344 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 1865848 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1865849 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/data-dir-74-001
   [junit4]   2> 1865849 WARN  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1865849 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1865851 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1865868 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001
   [junit4]   2> 1865868 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1865868 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1865869 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1865977 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:42568
   [junit4]   2> 1865977 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42568
   [junit4]   2> 1865977 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42568
   [junit4]   2> 1865977 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42568
   [junit4]   2> 1866026 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866063 INFO  (zkConnectionManagerCallback-5501-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866063 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866121 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866152 INFO  (zkConnectionManagerCallback-5503-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866153 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866181 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866234 INFO  (zkConnectionManagerCallback-5505-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866234 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866419 WARN  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1866420 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866420 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866420 INFO  (jetty-launcher-5506-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> 1866430 WARN  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1866431 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866431 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866431 INFO  (jetty-launcher-5506-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> 1866432 WARN  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1866432 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866432 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866432 INFO  (jetty-launcher-5506-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> 1866433 WARN  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1866433 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866433 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866433 INFO  (jetty-launcher-5506-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> 1866451 WARN  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1866451 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866451 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866451 INFO  (jetty-launcher-5506-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> 1866452 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866452 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866452 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1866452 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@27a0f8cd{/solr,null,AVAILABLE}
   [junit4]   2> 1866498 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866498 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866498 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1866498 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6fbf7247{/solr,null,AVAILABLE}
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@348f2a8f{SSL,[ssl, 
http/1.1]}{127.0.0.1:34433}
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.s.Server Started @1866534ms
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34433}
   [junit4]   2> 1866499 ERROR (jetty-launcher-5506-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866499 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-26T05:51:41.576Z
   [junit4]   2> 1866501 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866501 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866501 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866501 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1866502 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1984e747{/solr,null,AVAILABLE}
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3ba07831{SSL,[ssl, 
http/1.1]}{127.0.0.1:43941}
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.s.Server Started @1866550ms
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43941}
   [junit4]   2> 1866515 ERROR (jetty-launcher-5506-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866515 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-26T05:51:41.592Z
   [junit4]   2> 1866518 INFO  (zkConnectionManagerCallback-5508-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866519 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866531 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1866563 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866563 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866563 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1866564 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@58989257{/solr,null,AVAILABLE}
   [junit4]   2> 1866605 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866605 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866605 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1866605 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@291572d6{/solr,null,AVAILABLE}
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@79c81c41{SSL,[ssl, 
http/1.1]}{127.0.0.1:37569}
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.s.Server Started @1866642ms
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37569}
   [junit4]   2> 1866607 ERROR (jetty-launcher-5506-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866607 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-26T05:51:41.684Z
   [junit4]   2> 1866661 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866670 INFO  (zkConnectionManagerCallback-5512-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866670 INFO  (zkConnectionManagerCallback-5510-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866670 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866670 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866670 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@467e9988{SSL,[ssl, 
http/1.1]}{127.0.0.1:43487}
   [junit4]   2> 1866670 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.s.Server Started @1866706ms
   [junit4]   2> 1866670 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43487}
   [junit4]   2> 1866671 ERROR (jetty-launcher-5506-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1866671 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866671 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 1866671 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866671 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866671 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-26T05:51:41.748Z
   [junit4]   2> 1866689 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866689 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@249532dc{SSL,[ssl, 
http/1.1]}{127.0.0.1:39904}
   [junit4]   2> 1866689 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.s.Server Started @1866725ms
   [junit4]   2> 1866689 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39904}
   [junit4]   2> 1866690 ERROR (jetty-launcher-5506-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1866690 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866690 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 1866690 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866690 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866690 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-26T05:51:41.767Z
   [junit4]   2> 1866691 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866692 INFO  (zkConnectionManagerCallback-5516-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866692 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866698 INFO  (zkConnectionManagerCallback-5514-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866698 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866758 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1866758 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1866758 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1866759 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1867031 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1867031 WARN  (jetty-launcher-5506-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> 1867032 WARN  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@14e81a83[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867032 WARN  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@14e81a83[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867034 WARN  (jetty-launcher-5506-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> 1867035 WARN  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@30decb4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867051 WARN  (jetty-launcher-5506-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@30decb4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867052 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42568/solr
   [junit4]   2> 1867096 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1867113 INFO  (zkConnectionManagerCallback-5525-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867113 INFO  (jetty-launcher-5506-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1867422 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1867446 INFO  (zkConnectionManagerCallback-5529-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867447 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1867647 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1867647 WARN  (jetty-launcher-5506-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> 1867648 WARN  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@15d67df2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867648 WARN  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@15d67df2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867663 WARN  (jetty-launcher-5506-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> 1867663 WARN  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5d5f3649[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867663 WARN  (jetty-launcher-5506-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5d5f3649[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867664 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42568/solr
   [junit4]   2> 1867665 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1867686 INFO  (zkConnectionManagerCallback-5537-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867686 INFO  (jetty-launcher-5506-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1867784 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1867800 WARN  (jetty-launcher-5506-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> 1867802 WARN  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@72c698b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867802 WARN  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@72c698b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867804 WARN  (jetty-launcher-5506-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> 1867885 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1867987 INFO  (zkConnectionManagerCallback-5542-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867987 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1868027 WARN  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7b145b8b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868027 WARN  (jetty-launcher-5506-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7b145b8b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868029 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42568/solr
   [junit4]   2> 1868032 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34433_solr
   [junit4]   2> 1868033 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_solr     ] o.a.s.c.Overseer Overseer 
(id=75968579479797769-127.0.0.1:34433_solr-n_0000000000) starting
   [junit4]   2> 1868034 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1868035 INFO  (zkConnectionManagerCallback-5545-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868047 INFO  (jetty-launcher-5506-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1868102 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1868102 WARN  (jetty-launcher-5506-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> 1868103 WARN  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7114396e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868103 WARN  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7114396e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868117 WARN  (jetty-launcher-5506-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> 1868118 WARN  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@119d2888[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868118 WARN  (jetty-launcher-5506-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@119d2888[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1868119 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42568/solr
   [junit4]   2> 1868120 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1868133 INFO  (zkConnectionManagerCallback-5554-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868133 INFO  (jetty-launcher-5506-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1868170 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34433_solr
   [junit4]   2> 1868171 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 1868171 INFO  
(OverseerStateUpdate-75968579479797769-127.0.0.1:34433_solr-n_0000000000) 
[n:127.0.0.1:34433_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:34433_solr
   [junit4]   2> 1868171 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1868172 INFO  (zkConnectionManagerCallback-5556-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868172 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1868172 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with 
znode version 1
   [junit4]   2> 1868173 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 0
   [junit4]   2> 1868173 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 1868297 INFO  
(OverseerStateUpdate-75968579479797769-127.0.0.1:34433_solr-n_0000000000) 
[n:127.0.0.1:34433_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1868313 WARN  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_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> 1868324 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1868333 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1868334 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1868353 INFO  (zkConnectionManagerCallback-5558-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868361 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1868385 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37569_solr as DOWN
   [junit4]   2> 1868386 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1868386 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37569_solr
   [junit4]   2> 1868387 WARN  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_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> 1868389 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43941_solr as DOWN
   [junit4]   2> 1868406 INFO  (zkCallback-5528-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1868406 INFO  (zkCallback-5555-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1868406 INFO  (zkCallback-5541-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1868407 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1868407 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43941_solr
   [junit4]   2> 1868408 INFO  (zkCallback-5541-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1868408 INFO  (zkCallback-5528-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1868408 INFO  (zkCallback-5555-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1868409 WARN  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_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> 1868413 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:34433_solr, 127.0.0.1:37569_solr, 127.0.0.1:43941_solr]
   [junit4]   2> 1868423 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1868425 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43487_solr as DOWN
   [junit4]   2> 1868450 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 1868479 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1868479 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43487_solr
   [junit4]   2> 1868480 INFO  (zkCallback-5555-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1868481 WARN  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_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> 1868495 INFO  (zkCallback-5541-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1868523 INFO  (zkCallback-5528-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1868527 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 1868527 INFO  (zkCallback-5557-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1868544 DEBUG (ScheduledTrigger-4801-thread-2) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 1868662 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1868670 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1868690 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1868697 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1869545 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43941.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869587 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37569.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869648 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43487.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869683 DEBUG (ScheduledTrigger-4801-thread-1) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 1869687 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34433.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869719 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37569.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869738 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34433.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869738 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34433.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869741 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43941.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869741 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43941.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869742 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43487.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869742 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43487.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869753 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1869754 INFO  (jetty-launcher-5506-thread-1) 
[n:127.0.0.1:43487_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node1/.
   [junit4]   2> 1869754 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1869755 INFO  (jetty-launcher-5506-thread-4) 
[n:127.0.0.1:34433_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node4/.
   [junit4]   2> 1869786 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1869787 INFO  (jetty-launcher-5506-thread-3) 
[n:127.0.0.1:43941_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node3/.
   [junit4]   2> 1869793 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37569.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1869805 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1869806 INFO  (jetty-launcher-5506-thread-5) 
[n:127.0.0.1:37569_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node5/.
   [junit4]   2> 1869968 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1869969 WARN  (jetty-launcher-5506-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> 1869969 WARN  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@73f936bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1869969 WARN  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@73f936bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1869988 WARN  (jetty-launcher-5506-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> 1870000 WARN  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@70bd38bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1870000 WARN  (jetty-launcher-5506-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@70bd38bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1870001 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42568/solr
   [junit4]   2> 1870003 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1870013 INFO  (zkConnectionManagerCallback-5575-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1870013 INFO  (jetty-launcher-5506-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1870130 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1870130 INFO  (zkConnectionManagerCallback-5577-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1870130 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1870152 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1870168 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39904_solr as DOWN
   [junit4]   2> 1870174 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1870174 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39904_solr
   [junit4]   2> 1870232 INFO  (zkCallback-5555-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1870232 INFO  (zkCallback-5541-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1870232 INFO  (zkCallback-5528-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1870233 WARN  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_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> 1870305 INFO  (zkCallback-5557-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1870313 INFO  (zkCallback-5576-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1870399 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1870899 DEBUG (ScheduledTrigger-4801-thread-2) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5 and last live nodes: 4
   [junit4]   2> 1871041 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39904.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1871105 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39904.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1871106 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39904.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1871120 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1871120 INFO  (jetty-launcher-5506-thread-2) 
[n:127.0.0.1:39904_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node2/.
   [junit4]   2> 1871591 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 1871592 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1871595 INFO  (zkConnectionManagerCallback-5586-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1871595 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1871596 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1871597 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[3E0C344DD0FFC5D3]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42568/solr ready
   [junit4]   2> 1871722 INFO  (qtp1048003071-24467) [n:127.0.0.1:34433_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 1871758 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1871848 INFO  (qtp1932556081-24451) [n:127.0.0.1:37569_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> 1871903 INFO  (qtp778918316-24481) [n:127.0.0.1:39904_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> 1871972 INFO  (qtp1283912440-24490) [n:127.0.0.1:43487_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> 1872057 DEBUG (ScheduledTrigger-4801-thread-4) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5 and last live nodes: 5
   [junit4]   2> 1872084 INFO  (qtp827855681-24478) [n:127.0.0.1:43941_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> 1872085 DEBUG (qtp1048003071-24468) [n:127.0.0.1:34433_solr    
 ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1872085 INFO  (qtp1048003071-24468) [n:127.0.0.1:34433_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=352
   [junit4]   2> 1872102 DEBUG (zkCallback-5528-thread-2) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 1872117 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 1872365 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 1872365 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 1872438 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[3E0C344DD0FFC5D3])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 1872465 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[3E0C344DD0FFC5D3])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1872468 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[3E0C344DD0FFC5D3])
 [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, 
new znode version 3
   [junit4]   2> 1872485 DEBUG (zkCallback-5528-thread-2) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 1872485 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 1872502 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 1872502 DEBUG 
(OverseerAutoScalingTriggerThread-75968579479797769-127.0.0.1:34433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 1872507 INFO  (qtp1048003071-24465) [n:127.0.0.1:34433_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> 1872521 INFO  
(OverseerThreadFactory-4806-thread-1-processing-n:127.0.0.1:34433_solr) 
[n:127.0.0.1:34433_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
belowRate_collection
   [junit4]   2> 1872648 INFO  
(OverseerStateUpdate-75968579479797769-127.0.0.1:34433_solr-n_0000000000) 
[n:127.0.0.1:34433_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:39904/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1872650 INFO  
(OverseerStateUpdate-75968579479797769-127.0.0.1:34433_solr-n_0000000000) 
[n:127.0.0.1:34433_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:34433/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1872864 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1872864 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1872864 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr    
x:belowRate_collection_shard1_replica_n2 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1873901 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1873945 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874014 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1874016 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1874016 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1874017 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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_39904.solr.core.belowRate_collection.shard1.replica_n1' 
(registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1874017 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node2/belowRate_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 1874068 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874070 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874070 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874070 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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_34433.solr.core.belowRate_collection.shard1.replica_n2' 
(registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@106d25b
   [junit4]   2> 1874070 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node4/belowRate_collection_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_3E0C344DD0FFC5D3-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 1874298 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1874298 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1874299 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1874299 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1874300 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5f96c8e5[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 1874307 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1874307 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1874307 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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> 1874307 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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 1653960353391837184
   [junit4]   2> 1874343 INFO  
(searcherExecutor-4830-thread-1-processing-n:127.0.0.1:39904_solr 
x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 
r:core_node3) [n:127.0.0.1:39904_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@5f96c8e5[belowRate_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1874344 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874345 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874346 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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}, version=0}
   [junit4]   2> 1874346 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_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/shard1
   [junit4]   2> 1874346 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874346 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874347 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@67de42a5[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 1874380 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874380 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874381 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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> 1874381 INFO  (qtp1048003071-24466) [n:127.0.0.1:34433_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 1653960353469431808
   [junit4]   2> 1874382 INFO  (qtp778918316-24482) [n:127.0.0.1:39904_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: tota

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

t.doRequest(LBSolrClient.java:368)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
   [junit4]    >        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
   [junit4]    >        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    >        at 
sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
   [junit4]    >        at 
sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
   [junit4]    >        ... 52 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_3E0C344DD0FFC5D3-001
   [junit4]   2> Dec 26, 2019 6:54:06 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=711, maxMBSortInHeap=5.660790751571295, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4451bf50),
 locale=el-GR, timezone=VST
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=207090544,total=516423680
   [junit4]   2> NOTE: All tests run in this JVM: 
[TermVectorComponentDistributedTest, BasicZkTest, SearchHandlerTest, 
MetricsConfigTest, TestSolrConfigHandler, SpellCheckCollatorTest, 
URLClassifyProcessorTest, TestExactSharedStatsCache, TestManagedSchemaAPI, 
PropertiesRequestHandlerTest, DistributedQueueTest, PolyFieldTest, 
CoreMergeIndexesAdminHandlerTest, TestRawTransformer, SuggesterFSTTest, 
RoutingToNodesWithPropertiesTest, SparseHLLTest, ZkFailoverTest, 
BlockCacheTest, SystemCollectionCompatTest, TestUnInvertedFieldException, 
ZkSolrClientTest, LeaderTragicEventTest, TestInPlaceUpdatesDistrib, 
MetricsHistoryIntegrationTest, AnalysisErrorHandlingTest, 
SolrCoreCheckLockOnStartupTest, HealthCheckHandlerTest, 
TestHdfsCloudBackupRestore, RecoveryAfterSoftCommitTest, 
TestRandomRequestDistribution, RangeFacetCloudTest, TestImplicitCoreProperties, 
TestSimTriggerIntegration, ConnectionManagerTest, TestDistributedMap, 
TestOverriddenPrefixQueryForCustomFieldType, MetricTriggerTest, 
TestSolrCoreProperties, SchemaVersionSpecificBehaviorTest, 
TestReplicationHandler, LargeFieldTest, TestAddFieldRealTimeGet, 
AuditLoggerIntegrationTest, TestStressThreadBackup, TestPseudoReturnFields, 
HdfsCollectionsAPIDistributedZkTest, TestHttpServletCarrier, 
TestGeoJSONResponseWriter, OrderedExecutorTest, MoveReplicaTest, 
TestConfigOverlay, PeerSyncTest, TestPerFieldSimilarity, 
DistributedFacetPivotWhiteBoxTest, TestTolerantUpdateProcessorCloud, 
TestSchemalessBufferedUpdates, CdcrWithNodesRestartsTest, 
TestJsonFacetsStatsParsing, BlockJoinFacetDistribTest, SoftAutoCommitTest, 
TlogReplayBufferedWhileIndexingTest, StatsComponentTest, 
MoreLikeThisHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, 
TestCustomSort, HdfsTlogReplayBufferedWhileIndexingTest, DateRangeFieldTest, 
TestRandomDVFaceting, TestChildDocTransformer, TestIntervalFaceting, 
BadIndexSchemaTest, TestUnifiedSolrHighlighter, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSizeLimitedDistributedMap, 
AdminHandlersProxyTest, SliceStateTest, RuleEngineTest, TestConfigSetsAPI, 
TestCloudDeleteByQuery, JWTAuthPluginTest, AnalyticsQueryTest, 
BlobRepositoryCloudTest, NestedShardedAtomicUpdateTest, TimeZoneUtilsTest, 
TestDFRSimilarityFactory, TestSchemaResource, TestComplexPhraseLeadingWildcard, 
MultiDestinationAuditLoggerTest, TestExceedMaxTermLength, HdfsNNFailoverTest, 
TestRequestStatusCollectionAPI, ClassificationUpdateProcessorFactoryTest, 
WrapperMergePolicyFactoryTest, TestSimDistributedQueue, TestInitQParser, 
TestBM25SimilarityFactory, TestOnReconnectListenerSupport, 
TestAuthorizationFramework, TestLeaderElectionZkExpiry, 
TestIndexingPerformance, SpellingQueryConverterTest, ReplicationFactorTest, 
HighlighterMaxOffsetTest, OverriddenZkACLAndCredentialsProvidersTest, 
TestBulkSchemaAPI, DistributedQueryComponentOptimizationTest, 
MBeansHandlerTest, TestPointFields, LeaderElectionTest, CopyFieldTest, 
NotRequiredUniqueKeyTest, PrimitiveFieldTypeTest, 
TestSha256AuthenticationProvider, TestGroupingSearch, 
SubstringBytesRefFilterTest, CleanupOldIndexTest, QueryParsingTest, 
TestMaxTokenLenTokenizer, HLLSerializationTest, TestSSLRandomization, 
DocumentAnalysisRequestHandlerTest, SolrMetricReporterTest, TestPackages, 
TestTrie, CoreAdminHandlerTest, VersionInfoTest, InfixSuggestersTest, 
TestManagedSynonymFilterFactory, TestReRankQParserPlugin, GraphQueryTest, 
CdcrReplicationHandlerTest, TestCorePropertiesReload, TestSmileRequest, 
TestSolrCachePerf, DistributedExpandComponentTest, TestSolrJ, 
DirectSolrConnectionTest, TestExclusionRuleCollectionAccess, 
TestLegacyNumericRangeQueryBuilder, PluginInfoTest, TestBinaryResponseWriter, 
DocValuesTest, DistribCursorPagingTest, ClusterStateUpdateTest, 
AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, 
CursorPagingTest, EchoParamsTest, SampleTest, SolrInfoBeanTest, 
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestDistributedGrouping, TestHighlightDedupGrouping, TestRandomFaceting, 
AssignBackwardCompatibilityTest, ChaosMonkeyNothingIsSafeTest, 
ChaosMonkeySafeLeaderTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, 
DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteStatusTest, 
DistribJoinFromCollectionTest, DistributedVersionInfoTest, ForceLeaderTest, 
HttpPartitionWithTlogReplicasTest, MissingSegmentRecoveryTest, 
MoveReplicaHDFSFailoverTest, OverseerTaskQueueTest, RecoveryZkTest, 
RemoteQueryErrorTest, RestartWhileUpdatingTest, RollingRestartTest]
   [junit4] Completed [510/889 (3!)] on J0 in 201.78s, 1 test, 1 error <<< 
FAILURES!

[...truncated 10800 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:652:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:586:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid8734.hprof

Total time: 495 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to