Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/51/

5 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup

Error Message:
should be at least one inactive event

Stack Trace:
java.lang.AssertionError: should be at least one inactive event
        at 
__randomizedtesting.SeedInfo.seed([6DFDDB553467DD7:1BF31DC732055ADC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup(ScheduledMaintenanceTriggerTest.java:224)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)


FAILED:  
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode

Error Message:
unexpected DELETENODE status: 
{responseHeader={status=0,QTime=37},status={state=notfound,msg=Did not find 
[search_rate_trigger3/1c2fe9a23223a1Tck4vpu79exbed5hku61ur9uzg/0] in any tasks 
queue}}

Stack Trace:
java.lang.AssertionError: unexpected DELETENODE status: 
{responseHeader={status=0,QTime=37},status={state=notfound,msg=Did not find 
[search_rate_trigger3/1c2fe9a23223a1Tck4vpu79exbed5hku61ur9uzg/0] in any tasks 
queue}}
        at 
__randomizedtesting.SeedInfo.seed([6DFDDB553467DD7:244D1337648CF2AA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.lambda$testDeleteNode$6(SearchRateTriggerIntegrationTest.java:668)
        at java.util.ArrayList.forEach(ArrayList.java:1257)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode(SearchRateTriggerIntegrationTest.java:660)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)


FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([6DFDDB553467DD7:6514EB37CA890EFA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:133)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate

Error Message:
java.util.concurrent.ExecutionException: java.io.IOException: 
org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, 
errors: [{suspend-trigger={name=.scheduled_maintenance}, errorMessages=[No 
trigger exists with name: .scheduled_maintenance]}], 

Stack Trace:
java.io.IOException: java.util.concurrent.ExecutionException: 
java.io.IOException: org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error 
in command payload, errors: [{suspend-trigger={name=.scheduled_maintenance}, 
errorMessages=[No trigger exists with name: .scheduled_maintenance]}], 
        at 
__randomizedtesting.SeedInfo.seed([6DFDDB553467DD7:5B97C33C9C80DB98]:0)
        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:540)
        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager$1.request(SimCloudManager.java:414)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.setupTest(TestLargeCluster.java:108)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.util.concurrent.ExecutionException: java.io.IOException: 
org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, 
errors: [{suspend-trigger={name=.scheduled_maintenance}, errorMessages=[No 
trigger exists with name: .scheduled_maintenance]}], 
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:538)
        ... 41 more
Caused by: java.io.IOException: 
org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, 
errors: [{suspend-trigger={name=.scheduled_maintenance}, errorMessages=[No 
trigger exists with name: .scheduled_maintenance]}], 
        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:578)
        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.lambda$request$12(SimCloudManager.java:537)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command 
payload, errors: [{suspend-trigger={name=.scheduled_maintenance}, 
errorMessages=[No trigger exists with name: .scheduled_maintenance]}], 
        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:210)
        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:148)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:575)
        ... 6 more


FAILED:  org.apache.solr.update.MaxSizeAutoCommitTest.deleteTest

Error Message:
Tlog size exceeds the max size bound. Tlog path: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.MaxSizeAutoCommitTest_6DFDDB553467DD7-001/init-core-data-001/tlog/tlog.0000000000000000004,
 tlog size: 1261

Stack Trace:
java.lang.AssertionError: Tlog size exceeds the max size bound. Tlog path: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.MaxSizeAutoCommitTest_6DFDDB553467DD7-001/init-core-data-001/tlog/tlog.0000000000000000004,
 tlog size: 1261
        at 
__randomizedtesting.SeedInfo.seed([6DFDDB553467DD7:1691384A28E84426]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.update.MaxSizeAutoCommitTest.getTlogFileSizes(MaxSizeAutoCommitTest.java:379)
        at 
org.apache.solr.update.MaxSizeAutoCommitTest.deleteTest(MaxSizeAutoCommitTest.java:200)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)




Build Log:
[...truncated 12688 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/init-core-data-001
   [junit4]   2> 744279 WARN  
(SUITE-SearchRateTriggerIntegrationTest-seed#[6DFDDB553467DD7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 744279 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[6DFDDB553467DD7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 744280 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[6DFDDB553467DD7]-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> 744281 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[6DFDDB553467DD7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 744281 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[6DFDDB553467DD7]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001
   [junit4]   2> 744281 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[6DFDDB553467DD7]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 744299 INFO  (Thread-691) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 744299 INFO  (Thread-691) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 744315 ERROR (Thread-691) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 744409 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[6DFDDB553467DD7]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38942
   [junit4]   2> 744526 INFO  (zkConnectionManagerCallback-703-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 744724 INFO  (jetty-launcher-700-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 744724 INFO  (jetty-launcher-700-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 744737 INFO  (jetty-launcher-700-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 744738 INFO  (jetty-launcher-700-thread-5) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 744773 INFO  (jetty-launcher-700-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 744830 INFO  (jetty-launcher-700-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 744830 INFO  (jetty-launcher-700-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 744830 INFO  (jetty-launcher-700-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 744847 INFO  (jetty-launcher-700-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32e70a80{/solr,null,AVAILABLE}
   [junit4]   2> 744849 INFO  (jetty-launcher-700-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6ed95f5{SSL,[ssl, 
http/1.1]}{127.0.0.1:40666}
   [junit4]   2> 744849 INFO  (jetty-launcher-700-thread-3) [    ] 
o.e.j.s.Server Started @745146ms
   [junit4]   2> 744849 INFO  (jetty-launcher-700-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40666}
   [junit4]   2> 744849 ERROR (jetty-launcher-700-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 744849 INFO  (jetty-launcher-700-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 744849 INFO  (jetty-launcher-700-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 744849 INFO  (jetty-launcher-700-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 744849 INFO  (jetty-launcher-700-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 744849 INFO  (jetty-launcher-700-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-06T08:46:56.033Z
   [junit4]   2> 744940 INFO  (jetty-launcher-700-thread-5) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 744940 INFO  (jetty-launcher-700-thread-5) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 744940 INFO  (jetty-launcher-700-thread-5) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 744976 INFO  (jetty-launcher-700-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57b5ef8e{/solr,null,AVAILABLE}
   [junit4]   2> 744977 INFO  (jetty-launcher-700-thread-5) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7ae5e04b{SSL,[ssl, 
http/1.1]}{127.0.0.1:38982}
   [junit4]   2> 744977 INFO  (jetty-launcher-700-thread-5) [    ] 
o.e.j.s.Server Started @745275ms
   [junit4]   2> 744977 INFO  (jetty-launcher-700-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38982}
   [junit4]   2> 744977 ERROR (jetty-launcher-700-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 744978 INFO  (jetty-launcher-700-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 744978 INFO  (jetty-launcher-700-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 744978 INFO  (jetty-launcher-700-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 744978 INFO  (jetty-launcher-700-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 744978 INFO  (jetty-launcher-700-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-06T08:46:56.162Z
   [junit4]   2> 745027 INFO  (jetty-launcher-700-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 745027 INFO  (jetty-launcher-700-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 745027 INFO  (jetty-launcher-700-thread-4) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 745027 INFO  (jetty-launcher-700-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ca08afb{/solr,null,AVAILABLE}
   [junit4]   2> 745028 INFO  (jetty-launcher-700-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5fa3c255{SSL,[ssl, 
http/1.1]}{127.0.0.1:38872}
   [junit4]   2> 745028 INFO  (jetty-launcher-700-thread-4) [    ] 
o.e.j.s.Server Started @745325ms
   [junit4]   2> 745028 INFO  (jetty-launcher-700-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38872}
   [junit4]   2> 745028 ERROR (jetty-launcher-700-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 745028 INFO  (jetty-launcher-700-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 745028 INFO  (jetty-launcher-700-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 745028 INFO  (jetty-launcher-700-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 745028 INFO  (jetty-launcher-700-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 745028 INFO  (jetty-launcher-700-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-06T08:46:56.212Z
   [junit4]   2> 745067 INFO  (jetty-launcher-700-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 745067 INFO  (jetty-launcher-700-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 745067 INFO  (jetty-launcher-700-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 745068 INFO  (jetty-launcher-700-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e81b46e{/solr,null,AVAILABLE}
   [junit4]   2> 745068 INFO  (jetty-launcher-700-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4c0360a0{SSL,[ssl, 
http/1.1]}{127.0.0.1:37065}
   [junit4]   2> 745068 INFO  (jetty-launcher-700-thread-1) [    ] 
o.e.j.s.Server Started @745366ms
   [junit4]   2> 745068 INFO  (jetty-launcher-700-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37065}
   [junit4]   2> 745098 INFO  (zkConnectionManagerCallback-705-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745106 INFO  (jetty-launcher-700-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 745122 ERROR (jetty-launcher-700-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 745122 INFO  (jetty-launcher-700-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 745122 INFO  (jetty-launcher-700-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 745122 INFO  (jetty-launcher-700-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 745122 INFO  (jetty-launcher-700-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 745122 INFO  (jetty-launcher-700-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-06T08:46:56.306Z
   [junit4]   2> 745158 INFO  (jetty-launcher-700-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 745158 INFO  (jetty-launcher-700-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 745159 INFO  (jetty-launcher-700-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 745159 INFO  (jetty-launcher-700-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ea85e7a{/solr,null,AVAILABLE}
   [junit4]   2> 745160 INFO  (jetty-launcher-700-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@19b275ab{SSL,[ssl, 
http/1.1]}{127.0.0.1:38878}
   [junit4]   2> 745160 INFO  (jetty-launcher-700-thread-2) [    ] 
o.e.j.s.Server Started @745457ms
   [junit4]   2> 745160 INFO  (jetty-launcher-700-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38878}
   [junit4]   2> 745160 ERROR (jetty-launcher-700-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 745160 INFO  (jetty-launcher-700-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 745160 INFO  (jetty-launcher-700-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 745160 INFO  (jetty-launcher-700-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 745160 INFO  (jetty-launcher-700-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 745160 INFO  (jetty-launcher-700-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-06T08:46:56.344Z
   [junit4]   2> 745164 INFO  (zkConnectionManagerCallback-707-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745171 INFO  (jetty-launcher-700-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 745327 INFO  (zkConnectionManagerCallback-709-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745338 INFO  (jetty-launcher-700-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 745340 INFO  (zkConnectionManagerCallback-711-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745353 INFO  (jetty-launcher-700-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 745409 INFO  (zkConnectionManagerCallback-713-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745410 INFO  (jetty-launcher-700-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 745473 INFO  (jetty-launcher-700-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38942/solr
   [junit4]   2> 745497 INFO  (jetty-launcher-700-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38942/solr
   [junit4]   2> 745507 INFO  (zkConnectionManagerCallback-722-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745565 INFO  (jetty-launcher-700-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38942/solr
   [junit4]   2> 745573 INFO  (zkConnectionManagerCallback-729-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745575 INFO  (zkConnectionManagerCallback-731-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745584 INFO  (jetty-launcher-700-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38942/solr
   [junit4]   2> 745585 INFO  (jetty-launcher-700-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38942/solr
   [junit4]   2> 745586 INFO  (zkConnectionManagerCallback-717-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745587 INFO  (zkConnectionManagerCallback-724-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745600 INFO  (zkConnectionManagerCallback-737-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745600 INFO  (zkConnectionManagerCallback-734-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745651 INFO  (zkConnectionManagerCallback-739-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745665 INFO  (zkConnectionManagerCallback-741-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745669 INFO  (zkConnectionManagerCallback-743-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 745729 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 745729 INFO  (jetty-launcher-700-thread-2) 
[n:127.0.0.1:38878_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 745729 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37065_solr
   [junit4]   2> 745742 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.Overseer Overseer 
(id=72577544630894600-127.0.0.1:37065_solr-n_0000000000) starting
   [junit4]   2> 745743 INFO  (jetty-launcher-700-thread-2) 
[n:127.0.0.1:38878_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38878_solr
   [junit4]   2> 745799 INFO  (zkCallback-742-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 745799 INFO  (zkCallback-730-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 745830 INFO  (jetty-launcher-700-thread-5) 
[n:127.0.0.1:38982_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 745850 INFO  (jetty-launcher-700-thread-5) 
[n:127.0.0.1:38982_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 745912 INFO  (zkConnectionManagerCallback-758-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 746038 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 746103 INFO  (jetty-launcher-700-thread-5) 
[n:127.0.0.1:38982_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 746103 INFO  (jetty-launcher-700-thread-5) 
[n:127.0.0.1:38982_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38982_solr
   [junit4]   2> 746184 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38942/solr ready
   [junit4]   2> 746229 INFO  (zkCallback-742-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 746229 INFO  (zkCallback-730-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 746297 INFO  (zkCallback-740-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 746407 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 746409 INFO  (zkCallback-757-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 746443 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 746444 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 746444 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 746451 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 746451 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37065_solr
   [junit4]   2> 746481 INFO  (zkCallback-740-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 746505 INFO  (zkCallback-730-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 746512 INFO  (zkCallback-742-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 746532 INFO  (zkCallback-757-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 746606 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:38878_solr, 127.0.0.1:37065_solr, 127.0.0.1:38982_solr]
   [junit4]   2> 746622 DEBUG (ScheduledTrigger-817-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 746642 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 746642 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 746988 INFO  (jetty-launcher-700-thread-4) 
[n:127.0.0.1:38872_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 747003 INFO  (jetty-launcher-700-thread-4) 
[n:127.0.0.1:38872_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 747005 INFO  (jetty-launcher-700-thread-4) 
[n:127.0.0.1:38872_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 747005 INFO  (jetty-launcher-700-thread-4) 
[n:127.0.0.1:38872_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38872_solr
   [junit4]   2> 747006 INFO  (zkCallback-742-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 747006 INFO  (zkCallback-730-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 747023 INFO  (zkCallback-757-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 747023 INFO  (zkCallback-740-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 747061 INFO  (zkCallback-723-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 747348 INFO  (jetty-launcher-700-thread-5) 
[n:127.0.0.1:38982_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38982.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 747421 INFO  (jetty-launcher-700-thread-5) 
[n:127.0.0.1:38982_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38982.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 747421 INFO  (jetty-launcher-700-thread-5) 
[n:127.0.0.1:38982_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38982.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 747422 INFO  (jetty-launcher-700-thread-5) 
[n:127.0.0.1:38982_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node3/.
   [junit4]   2> 747712 INFO  (zkConnectionManagerCallback-763-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 747748 DEBUG (ScheduledTrigger-817-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4
   [junit4]   2> 747833 INFO  (jetty-launcher-700-thread-2) 
[n:127.0.0.1:38878_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38878.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 747867 INFO  (jetty-launcher-700-thread-5) 
[n:127.0.0.1:38982_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 747868 INFO  (jetty-launcher-700-thread-5) 
[n:127.0.0.1:38982_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38942/solr ready
   [junit4]   2> 747905 INFO  (jetty-launcher-700-thread-3) 
[n:127.0.0.1:40666_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 747939 INFO  (jetty-launcher-700-thread-2) 
[n:127.0.0.1:38878_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38878.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 747940 INFO  (jetty-launcher-700-thread-2) 
[n:127.0.0.1:38878_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38878.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 747955 INFO  (jetty-launcher-700-thread-2) 
[n:127.0.0.1:38878_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node2/.
   [junit4]   2> 747976 INFO  (jetty-launcher-700-thread-3) 
[n:127.0.0.1:40666_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 747992 INFO  (jetty-launcher-700-thread-3) 
[n:127.0.0.1:40666_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 747992 INFO  (jetty-launcher-700-thread-3) 
[n:127.0.0.1:40666_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40666_solr
   [junit4]   2> 747993 INFO  (zkCallback-740-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 748012 INFO  (zkCallback-742-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 748013 INFO  (zkCallback-730-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 748020 INFO  (zkCallback-757-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 748123 INFO  (zkCallback-738-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 748125 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37065.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 748161 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37065.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 748174 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37065.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 748211 INFO  (zkCallback-762-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 748219 INFO  (zkCallback-723-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 748284 INFO  (zkConnectionManagerCallback-768-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 748314 INFO  (jetty-launcher-700-thread-1) 
[n:127.0.0.1:37065_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node1/.
   [junit4]   2> 748361 INFO  (jetty-launcher-700-thread-2) 
[n:127.0.0.1:38878_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 748434 INFO  (jetty-launcher-700-thread-2) 
[n:127.0.0.1:38878_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38942/solr ready
   [junit4]   2> 748487 INFO  (jetty-launcher-700-thread-4) 
[n:127.0.0.1:38872_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38872.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 748544 INFO  (jetty-launcher-700-thread-4) 
[n:127.0.0.1:38872_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38872.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 748544 INFO  (jetty-launcher-700-thread-4) 
[n:127.0.0.1:38872_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38872.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 748545 INFO  (jetty-launcher-700-thread-4) 
[n:127.0.0.1:38872_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node4/.
   [junit4]   2> 748629 INFO  (zkConnectionManagerCallback-773-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 748693 INFO  (jetty-launcher-700-thread-4) 
[n:127.0.0.1:38872_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 748783 INFO  (jetty-launcher-700-thread-4) 
[n:127.0.0.1:38872_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38942/solr ready
   [junit4]   2> 748911 DEBUG (ScheduledTrigger-817-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5
   [junit4]   2> 748913 INFO  (jetty-launcher-700-thread-3) 
[n:127.0.0.1:40666_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40666.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 748991 INFO  (jetty-launcher-700-thread-3) 
[n:127.0.0.1:40666_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40666.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 748991 INFO  (jetty-launcher-700-thread-3) 
[n:127.0.0.1:40666_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40666.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 748992 INFO  (jetty-launcher-700-thread-3) 
[n:127.0.0.1:40666_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node5/.
   [junit4]   2> 749026 INFO  (zkConnectionManagerCallback-778-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 749027 INFO  (jetty-launcher-700-thread-3) 
[n:127.0.0.1:40666_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 749028 INFO  (jetty-launcher-700-thread-3) 
[n:127.0.0.1:40666_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38942/solr ready
   [junit4]   2> 749149 INFO  (zkConnectionManagerCallback-780-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 749152 INFO  (zkConnectionManagerCallback-785-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 749153 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[6DFDDB553467DD7]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 749154 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[6DFDDB553467DD7]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38942/solr ready
   [junit4]   2> 749266 INFO  (qtp1865019102-2623) [n:127.0.0.1:40666_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 749311 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 749359 INFO  (qtp1546341869-2656) [n:127.0.0.1:37065_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 749433 INFO  (qtp2049078660-2649) [n:127.0.0.1:38872_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 749495 INFO  (qtp1320410283-2638) [n:127.0.0.1:38982_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 749496 DEBUG (qtp1865019102-2627) [n:127.0.0.1:40666_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 749497 INFO  (qtp1865019102-2627) [n:127.0.0.1:40666_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=294
   [junit4]   2> 749497 DEBUG (zkCallback-757-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 749499 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 749539 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 749539 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 749636 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[6DFDDB553467DD7])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 749637 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[6DFDDB553467DD7])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 749655 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[6DFDDB553467DD7])
 [    ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new 
znode version 3
   [junit4]   2> 749655 DEBUG (zkCallback-757-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 749655 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 749656 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 749657 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 749657 DEBUG 
(OverseerAutoScalingTriggerThread-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 754664 INFO  (qtp1865019102-2625) [n:127.0.0.1:40666_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 754668 INFO  (OverseerThreadFactory-819-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
   [junit4]   2> 754883 INFO  
(OverseerStateUpdate-72577544630894600-127.0.0.1:37065_solr-n_0000000000) [    
] 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:38982/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 755002 INFO  
(OverseerStateUpdate-72577544630894600-127.0.0.1:37065_solr-n_0000000000) [    
] 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:38872/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 755731 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 755732 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 756816 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 756885 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 756905 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 756908 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 756908 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 756908 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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_38872.solr.core.belowRate_collection.shard1.replica_n2' 
(registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 756908 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 756909 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node4/belowRate_collection_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 756923 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 756941 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 756942 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 756942 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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_38982.solr.core.belowRate_collection.shard1.replica_n1' 
(registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 756942 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 756942 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node3/belowRate_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node3/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 757215 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 757216 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 757217 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 757217 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 757219 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4a251a5a[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 757232 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 757232 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 757232 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 757232 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 757233 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 757233 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 757233 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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> 757235 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@138523f9[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 757261 INFO  
(searcherExecutor-830-thread-1-processing-n:127.0.0.1:38872_solr 
x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 
r:core_node4) [n:127.0.0.1:38872_solr c:belowRate_collection s:shard1 
r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.c.SolrCore 
[belowRate_collection_shard1_replica_n2] Registered new searcher 
Searcher@4a251a5a[belowRate_collection_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 757261 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_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 1599703800553144320
   [junit4]   2> 757262 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 757262 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 757263 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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> 757273 INFO  
(searcherExecutor-831-thread-1-processing-n:127.0.0.1:38982_solr 
x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 
r:core_node3) [n:127.0.0.1:38982_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@138523f9[belowRate_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 757273 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_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 1599703800565727232
   [junit4]   2> 757277 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 757278 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 757294 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 757294 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 757294 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:38872/solr/belowRate_collection_shard1_replica_n2/
   [junit4]   2> 757294 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=belowRate_collection_shard1_replica_n2 url=https://127.0.0.1:38872/solr 
START 
replicas=[https://127.0.0.1:38982/solr/belowRate_collection_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 757378 INFO  (qtp1320410283-2637) [n:127.0.0.1:38982_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1] o.a.s.c.S.Request 
[belowRate_collection_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=13
   [junit4]   2> 757595 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=belowRate_collection_shard1_replica_n2 url=https://127.0.0.1:38872/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 757595 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 757595 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 757595 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 757611 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:38872/solr/belowRate_collection_shard1_replica_n2/ shard1
   [junit4]   2> 757765 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 757817 INFO  (qtp2049078660-2650) [n:127.0.0.1:38872_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2086
   [junit4]   2> 757873 INFO  (zkCallback-723-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 758298 INFO  (qtp1320410283-2639) [n:127.0.0.1:38982_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2566
   [junit4]   2> 758527 INFO  (zkCallback-740-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 758543 INFO  (zkCallback-723-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 758546 INFO  (qtp1865019102-2625) [n:127.0.0.1:40666_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 758559 INFO  (qtp1865019102-2625) [n:127.0.0.1:40666_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3894
   [junit4]   2> 758689 INFO  
(OverseerCollectionConfigSetProcessor-72577544630894600-127.0.0.1:37065_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 758692 INFO  (qtp1865019102-2627) [n:127.0.0.1:40666_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 758784 INFO  (OverseerThreadFactory-819-thread-2) [ 
c:belowRate_collection s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:38878_solr for creating new replica
   [junit4]   2> 758836 INFO  
(OverseerStateUpdate-72577544630894600-127.0.0.1:37065_solr-n_0000000000) [    
] 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_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38878/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38878_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 758938 INFO  (zkCallback-723-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 758938 INFO  (zkCallback-740-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 759071 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr    
x:belowRate_collection_shard1_replica_n5] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 759071 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr    
x:belowRate_collection_shard1_replica_n5] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 759113 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 759140 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.s.IndexSchema 
[belowRate_collection_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 759143 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 759143 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.CoreContainer Creating 
SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from 
collection belowRate_collection, trusted=true
   [junit4]   2> 759143 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_38878.solr.core.belowRate_collection.shard1.replica_n5' 
(registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a103346
   [junit4]   2> 759144 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 759144 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrCore 
[[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node2/belowRate_collection_shard1_replica_n5],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_6DFDDB553467DD7-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n5/data/]
   [junit4]   2> 759175 INFO  (zkCallback-740-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 759175 INFO  (zkCallback-723-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 759337 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 759337 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 759338 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 759338 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 759340 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@305389be[belowRate_collection_shard1_replica_n5] main]
   [junit4]   2> 759341 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 759341 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 759342 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 759355 INFO  
(searcherExecutor-840-thread-1-processing-n:127.0.0.1:38878_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38878_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrCore 
[belowRate_collection_shard1_replica_n5] Registered new searcher 
Searcher@305389be[belowRate_collection_shard1_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 759356 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1599703802749911040
   [junit4]   2> 759360 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
   [junit4]   2> 759362 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.ZkController Core needs to 
recover:belowRate_collection_shard1_replica_n5
   [junit4]   2> 759363 INFO  
(updateExecutor-719-thread-1-processing-n:127.0.0.1:38878_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38878_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 759376 INFO  
(recoveryExecutor-732-thread-1-processing-n:127.0.0.1:38878_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38878_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 759395 INFO  
(recoveryExecutor-732-thread-1-processing-n:127.0.0.1:38878_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38878_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 759395 INFO  (qtp1636426047-2668) [n:127.0.0.1:38878_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/core

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

Apples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null1431778560
     [copy] Copying 40 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null1431778560
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null1431778560

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null1613644771
     [copy] Copying 246 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null1613644771
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null1613644771

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 50ms :: artifacts dl 20ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 307 minutes 38 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to