Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/57/
6 tests failed.
FAILED: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi
Error Message:
expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([49E93EC5A57C649A:1EC0C5707E8E8681]: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.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:843)
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.NodeAddedTriggerTest.testRestoreState
Error Message:
Did not expect the processor to fire on first run! event={
"id":"1f6b88bb66a526T9n03j5834monwf1rmc4exmpc0",
"source":"node_added_trigger", "eventTime":8843959281820966,
"eventType":"NODEADDED", "properties":{ "eventTimes":[8843959281820966],
"nodeNames":["127.0.0.1:42674_solr"]}}
Stack Trace:
java.lang.AssertionError: Did not expect the processor to fire on first run!
event={
"id":"1f6b88bb66a526T9n03j5834monwf1rmc4exmpc0",
"source":"node_added_trigger",
"eventTime":8843959281820966,
"eventType":"NODEADDED",
"properties":{
"eventTimes":[8843959281820966],
"nodeNames":["127.0.0.1:42674_solr"]}}
at
__randomizedtesting.SeedInfo.seed([49E93EC5A57C649A:87479A565D451C8C]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.lambda$new$0(NodeAddedTriggerTest.java:49)
at
org.apache.solr.cloud.autoscaling.NodeAddedTrigger.run(NodeAddedTrigger.java:161)
at
org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testRestoreState(NodeAddedTriggerTest.java:257)
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=73},status={state=notfound,msg=Did not find
[search_rate_trigger3/1f6a6c29497e3aT9n03j5834monwf1rmc4exmobp/0] in any tasks
queue}}
Stack Trace:
java.lang.AssertionError: unexpected DELETENODE status:
{responseHeader={status=0,QTime=73},status={state=notfound,msg=Did not find
[search_rate_trigger3/1f6a6c29497e3aT9n03j5834monwf1rmc4exmobp/0] in any tasks
queue}}
at
__randomizedtesting.SeedInfo.seed([49E93EC5A57C649A:6B7BF04792B6EBE7]: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.sim.TestLargeCluster.testNodeLost
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([49E93EC5A57C649A:F6FCF03B2696011C]: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.cloud.autoscaling.sim.TestLargeCluster.testBasic
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([49E93EC5A57C649A:E21323D07AA0E2B4]: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.handler.admin.AutoscalingHistoryHandlerTest.testHistory
Error Message:
expected:<8> but was:<10>
Stack Trace:
java.lang.AssertionError: expected:<8> but was:<10>
at
__randomizedtesting.SeedInfo.seed([49E93EC5A57C649A:24159A381F349B9D]: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.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:354)
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 12569 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
[junit4] 2> 441646 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[49E93EC5A57C649A]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[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_49E93EC5A57C649A-001/init-core-data-001
[junit4] 2> 441667 WARN
(SUITE-SearchRateTriggerIntegrationTest-seed#[49E93EC5A57C649A]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 441668 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[49E93EC5A57C649A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 441669 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[49E93EC5A57C649A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 441698 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[49E93EC5A57C649A]-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_49E93EC5A57C649A-001/tempDir-001
[junit4] 2> 441698 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[49E93EC5A57C649A]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 441718 INFO (Thread-328) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 441719 INFO (Thread-328) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 441771 ERROR (Thread-328) [ ] 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> 441816 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[49E93EC5A57C649A]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:33338
[junit4] 2> 441905 INFO (zkConnectionManagerCallback-423-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 441980 INFO (jetty-launcher-420-thread-4) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 441980 INFO (jetty-launcher-420-thread-3) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 441980 INFO (jetty-launcher-420-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 441980 INFO (jetty-launcher-420-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 441981 INFO (jetty-launcher-420-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 441981 INFO (jetty-launcher-420-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6b614c01{/solr,null,AVAILABLE}
[junit4] 2> 441981 INFO (jetty-launcher-420-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 441981 INFO (jetty-launcher-420-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 441981 INFO (jetty-launcher-420-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 441982 INFO (jetty-launcher-420-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2a5e44a8{/solr,null,AVAILABLE}
[junit4] 2> 441986 INFO (jetty-launcher-420-thread-2) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 441986 INFO (jetty-launcher-420-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 441986 INFO (jetty-launcher-420-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 441987 INFO (jetty-launcher-420-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 441995 INFO (jetty-launcher-420-thread-1) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 441997 INFO (jetty-launcher-420-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1174291d{/solr,null,AVAILABLE}
[junit4] 2> 441998 INFO (jetty-launcher-420-thread-5) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 442016 INFO (jetty-launcher-420-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@292d774c{HTTP/1.1,[http/1.1]}{127.0.0.1:35702}
[junit4] 2> 442016 INFO (jetty-launcher-420-thread-3) [ ]
o.e.j.s.Server Started @442283ms
[junit4] 2> 442016 INFO (jetty-launcher-420-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35702}
[junit4] 2> 442016 ERROR (jetty-launcher-420-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 442016 INFO (jetty-launcher-420-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 442016 INFO (jetty-launcher-420-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 442016 INFO (jetty-launcher-420-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 442016 INFO (jetty-launcher-420-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 442016 INFO (jetty-launcher-420-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-16T21:13:52.517Z
[junit4] 2> 442035 INFO (jetty-launcher-420-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@15938d6{HTTP/1.1,[http/1.1]}{127.0.0.1:46595}
[junit4] 2> 442035 INFO (jetty-launcher-420-thread-2) [ ]
o.e.j.s.Server Started @442302ms
[junit4] 2> 442035 INFO (jetty-launcher-420-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46595}
[junit4] 2> 442036 ERROR (jetty-launcher-420-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 442036 INFO (jetty-launcher-420-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 442036 INFO (jetty-launcher-420-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 442036 INFO (jetty-launcher-420-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 442036 INFO (jetty-launcher-420-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 442036 INFO (jetty-launcher-420-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-16T21:13:52.537Z
[junit4] 2> 442036 INFO (jetty-launcher-420-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1a9d1364{HTTP/1.1,[http/1.1]}{127.0.0.1:45208}
[junit4] 2> 442036 INFO (jetty-launcher-420-thread-4) [ ]
o.e.j.s.Server Started @442303ms
[junit4] 2> 442120 INFO (jetty-launcher-420-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 442121 INFO (jetty-launcher-420-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 442121 INFO (jetty-launcher-420-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 442129 INFO (jetty-launcher-420-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5247fe33{/solr,null,AVAILABLE}
[junit4] 2> 442129 INFO (jetty-launcher-420-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7c80c161{HTTP/1.1,[http/1.1]}{127.0.0.1:35254}
[junit4] 2> 442129 INFO (jetty-launcher-420-thread-1) [ ]
o.e.j.s.Server Started @442396ms
[junit4] 2> 442129 INFO (jetty-launcher-420-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35254}
[junit4] 2> 442130 ERROR (jetty-launcher-420-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 442130 INFO (jetty-launcher-420-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 442130 INFO (jetty-launcher-420-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 442130 INFO (jetty-launcher-420-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 442130 INFO (jetty-launcher-420-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 442130 INFO (jetty-launcher-420-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-16T21:13:52.631Z
[junit4] 2> 442036 INFO (jetty-launcher-420-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45208}
[junit4] 2> 442231 ERROR (jetty-launcher-420-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 442231 INFO (jetty-launcher-420-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 442231 INFO (jetty-launcher-420-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 442231 INFO (jetty-launcher-420-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 442231 INFO (jetty-launcher-420-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 442231 INFO (jetty-launcher-420-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-16T21:13:52.732Z
[junit4] 2> 442267 INFO (jetty-launcher-420-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 442267 INFO (jetty-launcher-420-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 442267 INFO (jetty-launcher-420-thread-5) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 442268 INFO (jetty-launcher-420-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@519f0fd5{/solr,null,AVAILABLE}
[junit4] 2> 442268 INFO (jetty-launcher-420-thread-5) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1c49b41{HTTP/1.1,[http/1.1]}{127.0.0.1:44410}
[junit4] 2> 442268 INFO (jetty-launcher-420-thread-5) [ ]
o.e.j.s.Server Started @442535ms
[junit4] 2> 442268 INFO (jetty-launcher-420-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44410}
[junit4] 2> 442269 ERROR (jetty-launcher-420-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 442269 INFO (jetty-launcher-420-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 442269 INFO (jetty-launcher-420-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 442269 INFO (jetty-launcher-420-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 442269 INFO (jetty-launcher-420-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 442269 INFO (jetty-launcher-420-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-16T21:13:52.770Z
[junit4] 2> 442316 INFO (zkConnectionManagerCallback-433-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 442328 INFO (jetty-launcher-420-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 442340 INFO (zkConnectionManagerCallback-427-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 442348 INFO (jetty-launcher-420-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 442429 INFO (zkConnectionManagerCallback-429-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 442438 INFO (jetty-launcher-420-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 442450 INFO (jetty-launcher-420-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33338/solr
[junit4] 2> 442463 INFO (zkConnectionManagerCallback-425-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 442474 INFO (jetty-launcher-420-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 442738 INFO (zkConnectionManagerCallback-437-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 442832 INFO (jetty-launcher-420-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33338/solr
[junit4] 2> 442834 INFO (zkConnectionManagerCallback-442-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 442864 INFO (jetty-launcher-420-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33338/solr
[junit4] 2> 442874 INFO (zkConnectionManagerCallback-431-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 442885 INFO (jetty-launcher-420-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33338/solr
[junit4] 2> 442886 INFO (jetty-launcher-420-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 443014 INFO (zkConnectionManagerCallback-446-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 443086 INFO (zkConnectionManagerCallback-451-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 443088 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1020f0fdfdd0008, likely client has closed socket
[junit4] 2> 443230 INFO (jetty-launcher-420-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33338/solr
[junit4] 2> 443340 INFO (zkConnectionManagerCallback-448-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 443357 INFO (zkConnectionManagerCallback-459-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 443357 INFO (zkConnectionManagerCallback-453-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 443381 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1020f0fdfdd000c, likely client has closed socket
[junit4] 2> 443449 INFO (zkConnectionManagerCallback-461-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 443466 INFO (zkConnectionManagerCallback-463-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 443543 INFO (zkConnectionManagerCallback-465-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 443688 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 443791 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:35254_solr
[junit4] 2> 443837 INFO (jetty-launcher-420-thread-2)
[n:127.0.0.1:46595_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 443837 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_solr ] o.a.s.c.Overseer Overseer
(id=72637104846077963-127.0.0.1:35254_solr-n_0000000000) starting
[junit4] 2> 443838 INFO (jetty-launcher-420-thread-3)
[n:127.0.0.1:35702_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 443872 INFO (jetty-launcher-420-thread-2)
[n:127.0.0.1:46595_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46595_solr
[junit4] 2> 443873 INFO (jetty-launcher-420-thread-3)
[n:127.0.0.1:35702_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35702_solr
[junit4] 2> 443909 INFO (jetty-launcher-420-thread-4)
[n:127.0.0.1:45208_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 444038 INFO (zkCallback-452-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 444039 INFO (zkCallback-464-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 444040 INFO (zkCallback-460-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 444040 INFO (zkCallback-462-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 444184 INFO (jetty-launcher-420-thread-4)
[n:127.0.0.1:45208_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 444185 INFO (jetty-launcher-420-thread-4)
[n:127.0.0.1:45208_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45208_solr
[junit4] 2> 444258 INFO (zkCallback-452-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 444258 INFO (zkCallback-464-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 444258 INFO (zkCallback-462-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 444270 INFO (zkCallback-460-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 444380 INFO (zkConnectionManagerCallback-478-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 444453 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 444526 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:33338/solr ready
[junit4] 2> 444572 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 444607 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 444608 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 444608 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 444644 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 444644 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35254_solr
[junit4] 2> 444697 INFO (zkCallback-464-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 444697 INFO (zkCallback-462-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 444709 INFO (zkCallback-460-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 444717 INFO (zkCallback-452-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 444807 INFO (zkCallback-477-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 445042 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:35702_solr, 127.0.0.1:45208_solr, 127.0.0.1:35254_solr,
127.0.0.1:46595_solr]
[junit4] 2> 445152 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 445168 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 445184 DEBUG (ScheduledTrigger-525-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 445708 INFO (jetty-launcher-420-thread-4)
[n:127.0.0.1:45208_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45208.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 445854 INFO (jetty-launcher-420-thread-2)
[n:127.0.0.1:46595_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46595.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 445942 INFO (jetty-launcher-420-thread-2)
[n:127.0.0.1:46595_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46595.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 446016 INFO (jetty-launcher-420-thread-4)
[n:127.0.0.1:45208_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45208.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 446016 INFO (jetty-launcher-420-thread-4)
[n:127.0.0.1:45208_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45208.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 446087 INFO (jetty-launcher-420-thread-4)
[n:127.0.0.1:45208_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_49E93EC5A57C649A-001/tempDir-001/node3/.
[junit4] 2> 446124 INFO (jetty-launcher-420-thread-2)
[n:127.0.0.1:46595_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46595.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 446125 INFO (jetty-launcher-420-thread-2)
[n:127.0.0.1:46595_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_49E93EC5A57C649A-001/tempDir-001/node4/.
[junit4] 2> 446204 INFO (zkConnectionManagerCallback-483-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 446252 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35254.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 446253 INFO (zkConnectionManagerCallback-488-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 446254 INFO (jetty-launcher-420-thread-4)
[n:127.0.0.1:45208_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 446255 INFO (jetty-launcher-420-thread-4)
[n:127.0.0.1:45208_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:33338/solr ready
[junit4] 2> 446277 INFO (jetty-launcher-420-thread-2)
[n:127.0.0.1:46595_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 446403 INFO (jetty-launcher-420-thread-2)
[n:127.0.0.1:46595_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:33338/solr ready
[junit4] 2> 446410 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35254.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 446410 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35254.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 446667 DEBUG (ScheduledTrigger-525-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 446683 INFO (jetty-launcher-420-thread-1)
[n:127.0.0.1:35254_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_49E93EC5A57C649A-001/tempDir-001/node1/.
[junit4] 2> 446747 INFO (jetty-launcher-420-thread-3)
[n:127.0.0.1:35702_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35702.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 446814 INFO (jetty-launcher-420-thread-5)
[n:127.0.0.1:44410_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 446816 INFO (jetty-launcher-420-thread-5)
[n:127.0.0.1:44410_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 446835 INFO (jetty-launcher-420-thread-5)
[n:127.0.0.1:44410_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 446835 INFO (jetty-launcher-420-thread-5)
[n:127.0.0.1:44410_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44410_solr
[junit4] 2> 446878 INFO (zkCallback-464-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 446886 INFO (zkCallback-462-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 446886 INFO (zkCallback-477-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 446887 INFO (zkCallback-460-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 446991 INFO (jetty-launcher-420-thread-3)
[n:127.0.0.1:35702_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35702.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 446992 INFO (jetty-launcher-420-thread-3)
[n:127.0.0.1:35702_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35702.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 446996 INFO (zkCallback-445-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 447012 INFO (zkCallback-452-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 447025 INFO (jetty-launcher-420-thread-3)
[n:127.0.0.1:35702_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_49E93EC5A57C649A-001/tempDir-001/node2/.
[junit4] 2> 447106 INFO (zkCallback-482-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 447106 INFO (zkCallback-487-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 447180 INFO (zkConnectionManagerCallback-493-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 447181 INFO (jetty-launcher-420-thread-3)
[n:127.0.0.1:35702_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (5)
[junit4] 2> 447181 INFO (jetty-launcher-420-thread-3)
[n:127.0.0.1:35702_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:33338/solr ready
[junit4] 2> 447670 DEBUG (ScheduledTrigger-525-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 5
[junit4] 2> 447787 INFO (jetty-launcher-420-thread-5)
[n:127.0.0.1:44410_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44410.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 447859 INFO (jetty-launcher-420-thread-5)
[n:127.0.0.1:44410_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44410.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 447859 INFO (jetty-launcher-420-thread-5)
[n:127.0.0.1:44410_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44410.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 447860 INFO (jetty-launcher-420-thread-5)
[n:127.0.0.1:44410_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_49E93EC5A57C649A-001/tempDir-001/node5/.
[junit4] 2> 447938 INFO (zkConnectionManagerCallback-498-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 448011 INFO (jetty-launcher-420-thread-5)
[n:127.0.0.1:44410_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (5)
[junit4] 2> 448016 INFO (jetty-launcher-420-thread-5)
[n:127.0.0.1:44410_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:33338/solr ready
[junit4] 2> 448532 INFO (zkConnectionManagerCallback-500-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 448595 INFO (zkConnectionManagerCallback-505-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 448596 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[49E93EC5A57C649A]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 448682 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[49E93EC5A57C649A]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33338/solr ready
[junit4] 2> 448694 DEBUG (ScheduledTrigger-525-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 5
[junit4] 2> 448769 INFO (qtp1576426910-1562) [n:127.0.0.1:35254_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> 448809 INFO (qtp727074729-1528) [n:127.0.0.1:35702_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> 448862 INFO (qtp353761967-1582) [n:127.0.0.1:44410_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> 448899 INFO (qtp613228612-1531) [n:127.0.0.1:45208_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> 448918 INFO (qtp1905967005-1552) [n:127.0.0.1:46595_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=17
[junit4] 2> 448919 DEBUG (qtp1576426910-1567) [n:127.0.0.1:35254_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 448939 DEBUG (zkCallback-477-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
2
[junit4] 2> 448954 INFO (qtp1576426910-1567) [n:127.0.0.1:35254_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=201
[junit4] 2> 448955 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 2
[junit4] 2> 449264 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 449264 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2,
lastZnodeVersion 2
[junit4] 2> 449465 INFO
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[49E93EC5A57C649A])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
[junit4] 2> 449483 INFO
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[49E93EC5A57C649A])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 449499 INFO
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[49E93EC5A57C649A])
[ ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new
znode version 3
[junit4] 2> 449527 DEBUG (zkCallback-477-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
3
[junit4] 2> 449527 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 3
[junit4] 2> 449536 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 449537 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 449537 DEBUG
(OverseerAutoScalingTriggerThread-72637104846077963-127.0.0.1:35254_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3,
lastZnodeVersion 3
[junit4] 2> 454530 INFO (qtp1576426910-1563) [n:127.0.0.1:35254_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> 454599 INFO (OverseerThreadFactory-527-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
[junit4] 2> 454893 INFO
(OverseerStateUpdate-72637104846077963-127.0.0.1:35254_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":"http://127.0.0.1:45208/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 454909 INFO
(OverseerStateUpdate-72637104846077963-127.0.0.1:35254_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":"http://127.0.0.1:35702/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 455084 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 455246 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 455246 INFO (qtp727074729-1538) [n:127.0.0.1:35702_solr
x:belowRate_collection_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 456409 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 456556 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 456623 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 456766 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 456766 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 456767 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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_45208.solr.core.belowRate_collection.shard1.replica_n1'
(registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 456767 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 456767 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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_49E93EC5A57C649A-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_49E93EC5A57C649A-001/tempDir-001/node3/./belowRate_collection_shard1_replica_n1/data/]
[junit4] 2> 456820 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 456891 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 456892 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 456892 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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_35702.solr.core.belowRate_collection.shard1.replica_n2'
(registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@6def7417
[junit4] 2> 456892 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 456892 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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_49E93EC5A57C649A-001/tempDir-001/node2/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_49E93EC5A57C649A-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n2/data/]
[junit4] 2> 457387 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 457387 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 457388 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 457388 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 457390 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6047d533[belowRate_collection_shard1_replica_n1] main]
[junit4] 2> 457401 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 457401 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 457402 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 457402 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 457423 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 457424 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 457424 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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> 457425 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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 1600656766849253376
[junit4] 2> 457534 INFO
(searcherExecutor-538-thread-1-processing-n:127.0.0.1:45208_solr
x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1
r:core_node3) [n:127.0.0.1:45208_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@6047d533[belowRate_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 457549 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/belowRate_collection/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 457552 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Waiting until we see more replicas up for shard shard1: total=2 found=1
timeoutin=9999ms
[junit4] 2> 457553 INFO (qtp727074729-1538) [n:127.0.0.1:35702_solr
c:belowRate_collection s:shard1 r:core_node4
x:belowRate_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6fdffb27[belowRate_collection_shard1_replica_n2] main]
[junit4] 2> 457627 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 457643 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 457644 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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> 457644 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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 1600656767078891520
[junit4] 2> 457718 INFO
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:35702_solr
x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1
r:core_node4) [n:127.0.0.1:35702_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@6fdffb27[belowRate_collection_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 457721 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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_node3=0, core_node4=0}, version=1}
[junit4] 2> 458084 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 458084 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 458084 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:45208/solr/belowRate_collection_shard1_replica_n1/
[junit4] 2> 458084 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync:
core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:45208/solr
START
replicas=[http://127.0.0.1:35702/solr/belowRate_collection_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 458109 INFO (qtp727074729-1541) [n:127.0.0.1:35702_solr
c:belowRate_collection s:shard1 r:core_node4
x:belowRate_collection_shard1_replica_n2] o.a.s.c.S.Request
[belowRate_collection_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 458411 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync:
core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:45208/solr
DONE. We have no versions. sync failed.
[junit4] 2> 458411 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt
to sync with shard failed, moving to the next candidate
[junit4] 2> 458411 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] 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> 458411 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 458415 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
http://127.0.0.1:45208/solr/belowRate_collection_shard1_replica_n1/ shard1
[junit4] 2> 458630 INFO (qtp613228612-1534) [n:127.0.0.1:45208_solr
c:belowRate_collection s:shard1 r:core_node3
x:belowRate_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader,
no recovery necessary
[junit4] 2> 458688 INFO (qtp613228612-1534) [n:127.0.0.1:45208_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=3604
[junit4] 2> 458765 INFO (qtp727074729-1538) [n:127.0.0.1:35702_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=3519
[junit4] 2> 458790 INFO (qtp1576426910-1563) [n:127.0.0.1:35254_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> 458792 INFO
(OverseerCollectionConfigSetProcessor-72637104846077963-127.0.0.1:35254_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> 458863 INFO (zkCallback-464-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> 458874 INFO (zkCallback-462-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> 459794 INFO (qtp1576426910-1563) [n:127.0.0.1:35254_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=5263
[junit4] 2> 459871 INFO (qtp1576426910-1566) [n:127.0.0.1:35254_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> 459961 INFO (OverseerThreadFactory-527-thread-2) [
c:belowRate_collection s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:35254_solr for creating new replica
[junit4] 2> 459977 INFO
(OverseerStateUpdate-72637104846077963-127.0.0.1:35254_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":"http://127.0.0.1:35254/solr",
[junit4] 2> "node_name":"127.0.0.1:35254_solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 460091 INFO (zkCallback-462-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> 460102 INFO (zkCallback-464-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> 460237 INFO (qtp1576426910-1569) [n:127.0.0.1:35254_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> 460308 INFO (qtp1576426910-1569) [n:127.0.0.1:35254_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> 460399 INFO (zkCallback-462-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> 460408 INFO (qtp1576426910-1569) [n:127.0.0.1:35254_solr
c:belowRate_collection s:shard1 r:core_node6
x:belowRate_collection_shard1_replica_n5] o.a.s.s.IndexSchema [belowR
[...truncated too long message...]
olr-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:
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/null576208744
[copy] Copying 39 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null576208744
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null576208744
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/null861771908
[copy] Copying 246 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null861771908
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null861771908
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 48ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | 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: 310 minutes 22 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: [email protected]
For additional commands, e-mail: [email protected]