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

7 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger

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

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([88A73BCC5AD33A2D:EB6C0D4EC31C4900]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:101)
        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.TestTriggerIntegration.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
        at 
__randomizedtesting.SeedInfo.seed([88A73BCC5AD33A2D:D5EF254595159C62]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate(TestTriggerIntegration.java:1178)
        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.TestTriggerIntegration.testListeners

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
        at 
__randomizedtesting.SeedInfo.seed([88A73BCC5AD33A2D:6567ACDCE7BFA7F4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testListeners(TestTriggerIntegration.java:1002)
        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.TestTriggerIntegration.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:10010_solr should have been deleted

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:10010_solr 
should have been deleted
        at 
__randomizedtesting.SeedInfo.seed([88A73BCC5AD33A2D:901DB3C054E6F7C2]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at 
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeMarkersRegistration(TestTriggerIntegration.java:842)
        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.TestTriggerIntegration.testCooldown

Error Message:
[CapturedEvent{timestamp=14568659093715251, stage=IGNORED, actionName='null', 
event={   "id":"33c21dbf457901T7n6413letjt1c8tf6cpqqkwtm",   
"source":"node_added_cooldown_trigger",   "eventTime":14568656831084801,   
"eventType":"NODEADDED",   "properties":{     "eventTimes":[14568656831084801], 
    "cooldown":true,     "nodeNames":["127.0.0.1:10012_solr"]}}, context={}, 
config={   "trigger":"node_added_cooldown_trigger",   "afterAction":[],   
"stage":[     "FAILED",     "SUCCEEDED",     "IGNORED"],   
"class":"org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestTriggerListener",
   "beforeAction":[]}, message='In cooldown period.'}]

Stack Trace:
java.lang.AssertionError: [CapturedEvent{timestamp=14568659093715251, 
stage=IGNORED, actionName='null', event={
  "id":"33c21dbf457901T7n6413letjt1c8tf6cpqqkwtm",
  "source":"node_added_cooldown_trigger",
  "eventTime":14568656831084801,
  "eventType":"NODEADDED",
  "properties":{
    "eventTimes":[14568656831084801],
    "cooldown":true,
    "nodeNames":["127.0.0.1:10012_solr"]}}, context={}, config={
  "trigger":"node_added_cooldown_trigger",
  "afterAction":[],
  "stage":[
    "FAILED",
    "SUCCEEDED",
    "IGNORED"],
  
"class":"org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestTriggerListener",
  "beforeAction":[]}, message='In cooldown period.'}]
        at 
__randomizedtesting.SeedInfo.seed([88A73BCC5AD33A2D:B919562824794FDF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testCooldown(TestTriggerIntegration.java:1100)
        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.core.snapshots.TestSolrCloudSnapshots.testSnapshots

Error Message:
Could not load collection from ZK: SolrCloudSnapshots_restored

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
SolrCloudSnapshots_restored
        at 
__randomizedtesting.SeedInfo.seed([88A73BCC5AD33A2D:BEEBBF532F8A3862]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:137)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
        at 
org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots(TestSolrCloudSnapshots.java:191)
        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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/SolrCloudSnapshots_restored/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
        ... 43 more


FAILED:  org.apache.solr.handler.TestConfigReload.test

Error Message:
KeeperErrorCode = Session expired for /clusterstate.json

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /clusterstate.json
        at 
__randomizedtesting.SeedInfo.seed([88A73BCC5AD33A2D:F30416F42F57D5]:0)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
        at 
org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:541)
        at 
org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:351)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:674)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:669)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:464)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:334)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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 11759 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
   [junit4]   2> 90083 INFO  
(SUITE-SearchRateTriggerTest-seed#[88A73BCC5AD33A2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/init-core-data-001
   [junit4]   2> 90181 WARN  
(SUITE-SearchRateTriggerTest-seed#[88A73BCC5AD33A2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 90182 INFO  
(SUITE-SearchRateTriggerTest-seed#[88A73BCC5AD33A2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 90243 INFO  
(SUITE-SearchRateTriggerTest-seed#[88A73BCC5AD33A2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 90418 INFO  
(SUITE-SearchRateTriggerTest-seed#[88A73BCC5AD33A2D]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001
   [junit4]   2> 90683 INFO  
(SUITE-SearchRateTriggerTest-seed#[88A73BCC5AD33A2D]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 90811 INFO  (Thread-3) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 90830 INFO  (Thread-3) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 92450 INFO  
(SUITE-SearchRateTriggerTest-seed#[88A73BCC5AD33A2D]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:49311
   [junit4]   2> 93438 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to 
java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 93802 ERROR (Thread-3) [    ] 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> 95453 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 95717 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160943e369d0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 98802 INFO  (jetty-launcher-5-thread-3) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 98822 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 98826 INFO  (jetty-launcher-5-thread-4) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 99134 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 99776 INFO  (jetty-launcher-5-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3906e089{/solr,null,AVAILABLE}
   [junit4]   2> 100226 INFO  (jetty-launcher-5-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@fab98{/solr,null,AVAILABLE}
   [junit4]   2> 100362 INFO  (jetty-launcher-5-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5ea9fdac{/solr,null,AVAILABLE}
   [junit4]   2> 100362 INFO  (jetty-launcher-5-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15650a63{/solr,null,AVAILABLE}
   [junit4]   2> 100434 INFO  (jetty-launcher-5-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@65d23d41{HTTP/1.1,[http/1.1]}{127.0.0.1:34656}
   [junit4]   2> 100434 INFO  (jetty-launcher-5-thread-3) [    ] o.e.j.s.Server 
Started @121627ms
   [junit4]   2> 100434 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34656}
   [junit4]   2> 100453 INFO  (jetty-launcher-5-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7f78fb5d{HTTP/1.1,[http/1.1]}{127.0.0.1:39146}
   [junit4]   2> 100458 INFO  (jetty-launcher-5-thread-4) [    ] o.e.j.s.Server 
Started @121651ms
   [junit4]   2> 100454 INFO  (jetty-launcher-5-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2df915d7{HTTP/1.1,[http/1.1]}{127.0.0.1:34119}
   [junit4]   2> 100458 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.Server 
Started @121651ms
   [junit4]   2> 100457 INFO  (jetty-launcher-5-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@20632d72{HTTP/1.1,[http/1.1]}{127.0.0.1:45949}
   [junit4]   2> 100458 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.Server 
Started @121651ms
   [junit4]   2> 100458 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39146}
   [junit4]   2> 100458 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34119}
   [junit4]   2> 100458 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45949}
   [junit4]   2> 100545 ERROR (jetty-launcher-5-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 100545 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 100592 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100592 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100577 ERROR (jetty-launcher-5-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 100590 ERROR (jetty-launcher-5-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 100629 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 100630 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100630 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100630 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-26T19:13:21.676Z
   [junit4]   2> 100631 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 100577 ERROR (jetty-launcher-5-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 100649 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 100650 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100650 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100650 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-26T19:13:21.696Z
   [junit4]   2> 100611 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-26T19:13:21.639Z
   [junit4]   2> 100609 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 100722 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100722 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100723 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-26T19:13:21.769Z
   [junit4]   2> 100911 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100960 INFO  (zkConnectionManagerCallback-14-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100966 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 100990 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 101081 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101560 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 101711 INFO  (jetty-launcher-5-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49311/solr
   [junit4]   2> 102520 INFO  (jetty-launcher-5-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49311/solr
   [junit4]   2> 102673 INFO  (jetty-launcher-5-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49311/solr
   [junit4]   2> 102974 INFO  (zkConnectionManagerCallback-16-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103031 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103057 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103059 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 103175 INFO  (jetty-launcher-5-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49311/solr
   [junit4]   2> 103260 INFO  (zkConnectionManagerCallback-24-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103260 INFO  (zkConnectionManagerCallback-34-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103390 INFO  
(zkConnectionManagerCallback-30-thread-1-processing-n:127.0.0.1:39146_solr) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103610 INFO  
(zkConnectionManagerCallback-36-thread-1-processing-n:127.0.0.1:34119_solr) 
[n:127.0.0.1:34119_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103742 INFO  
(zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:34656_solr) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104001 INFO  
(zkConnectionManagerCallback-38-thread-1-processing-n:127.0.0.1:45949_solr) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105453 INFO  (jetty-launcher-5-thread-1) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105454 INFO  (jetty-launcher-5-thread-3) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105455 INFO  (jetty-launcher-5-thread-4) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105498 INFO  (jetty-launcher-5-thread-1) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45949_solr
   [junit4]   2> 105531 INFO  (jetty-launcher-5-thread-3) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34656_solr
   [junit4]   2> 105558 INFO  (jetty-launcher-5-thread-4) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39146_solr
   [junit4]   2> 105649 INFO  (jetty-launcher-5-thread-1) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.Overseer Overseer 
(id=99242186727292939-127.0.0.1:45949_solr-n_0000000000) starting
   [junit4]   2> 106026 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:39146_solr) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 106145 INFO  
(zkCallback-39-thread-1-processing-n:127.0.0.1:34656_solr) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 106408 INFO  
(zkCallback-37-thread-1-processing-n:127.0.0.1:45949_solr) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 112919 INFO  (jetty-launcher-5-thread-2) 
[n:127.0.0.1:34119_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 112940 INFO  (jetty-launcher-5-thread-2) 
[n:127.0.0.1:34119_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 113885 INFO  (jetty-launcher-5-thread-2) 
[n:127.0.0.1:34119_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34119_solr
   [junit4]   2> 113888 INFO  (jetty-launcher-5-thread-3) 
[n:127.0.0.1:34656_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34656.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 113901 INFO  (jetty-launcher-5-thread-3) 
[n:127.0.0.1:34656_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34656.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 113902 INFO  (jetty-launcher-5-thread-3) 
[n:127.0.0.1:34656_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34656.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 113964 INFO  (jetty-launcher-5-thread-3) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node3/.
   [junit4]   2> 114002 INFO  
(zkCallback-37-thread-1-processing-n:127.0.0.1:45949_solr) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 114161 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:39146_solr) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 114162 INFO  
(zkCallback-39-thread-1-processing-n:127.0.0.1:34656_solr) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 114278 INFO  
(zkCallback-35-thread-1-processing-n:127.0.0.1:34119_solr) 
[n:127.0.0.1:34119_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 114410 INFO  (jetty-launcher-5-thread-1) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45949_solr
   [junit4]   2> 114411 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:39146_solr) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 114411 INFO  
(zkCallback-39-thread-1-processing-n:127.0.0.1:34656_solr) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 114416 INFO  
(OverseerStateUpdate-99242186727292939-127.0.0.1:45949_solr-n_0000000000) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 114518 INFO  
(zkCallback-35-thread-1-processing-n:127.0.0.1:34119_solr) 
[n:127.0.0.1:34119_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 115071 INFO  (jetty-launcher-5-thread-4) 
[n:127.0.0.1:39146_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39146.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 115202 INFO  (jetty-launcher-5-thread-4) 
[n:127.0.0.1:39146_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39146.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 115203 INFO  (jetty-launcher-5-thread-4) 
[n:127.0.0.1:39146_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39146.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 115395 INFO  (jetty-launcher-5-thread-2) 
[n:127.0.0.1:34119_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34119.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 115438 INFO  (jetty-launcher-5-thread-4) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node4/.
   [junit4]   2> 115790 INFO  (jetty-launcher-5-thread-2) 
[n:127.0.0.1:34119_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34119.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 115791 INFO  (jetty-launcher-5-thread-2) 
[n:127.0.0.1:34119_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34119.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 115945 INFO  (jetty-launcher-5-thread-2) 
[n:127.0.0.1:34119_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node2/.
   [junit4]   2> 116612 INFO  (jetty-launcher-5-thread-1) 
[n:127.0.0.1:45949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45949.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 117092 INFO  (jetty-launcher-5-thread-1) 
[n:127.0.0.1:45949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45949.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 117114 INFO  (jetty-launcher-5-thread-1) 
[n:127.0.0.1:45949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45949.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 117233 INFO  (jetty-launcher-5-thread-1) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node1/.
   [junit4]   2> 119452 INFO  (zkConnectionManagerCallback-50-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121018 INFO  (zkConnectionManagerCallback-54-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121021 INFO  
(SUITE-SearchRateTriggerTest-seed#[88A73BCC5AD33A2D]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 121038 INFO  
(SUITE-SearchRateTriggerTest-seed#[88A73BCC5AD33A2D]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49311/solr ready
   [junit4]   2> 124971 INFO  (qtp480111880-76) [n:127.0.0.1:39146_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 125142 INFO  
(OverseerThreadFactory-50-thread-1-processing-n:127.0.0.1:45949_solr) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
SearchRateTriggerTest-collection1
   [junit4]   2> 125690 INFO  
(OverseerStateUpdate-99242186727292939-127.0.0.1:45949_solr-n_0000000000) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34119/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 125697 INFO  
(OverseerStateUpdate-99242186727292939-127.0.0.1:45949_solr-n_0000000000) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34656/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 125702 INFO  
(OverseerStateUpdate-99242186727292939-127.0.0.1:45949_solr-n_0000000000) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45949/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 125720 INFO  
(OverseerStateUpdate-99242186727292939-127.0.0.1:45949_solr-n_0000000000) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39146/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 126134 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n7&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 126142 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n3&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 126142 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n5&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 126153 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 126154 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 126161 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 126613 INFO  
(zkCallback-37-thread-1-processing-n:127.0.0.1:45949_solr) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 126658 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:39146_solr) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 126658 INFO  
(zkCallback-39-thread-1-processing-n:127.0.0.1:34656_solr) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 126720 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:39146_solr) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 126771 INFO  
(zkCallback-37-thread-2-processing-n:127.0.0.1:45949_solr) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 126968 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 126975 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:39146_solr) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 126975 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:39146_solr) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 126980 INFO  
(zkCallback-39-thread-1-processing-n:127.0.0.1:34656_solr) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 126981 INFO  
(zkCallback-39-thread-2-processing-n:127.0.0.1:34656_solr) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 126982 INFO  
(zkCallback-37-thread-1-processing-n:127.0.0.1:45949_solr) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 126982 INFO  
(zkCallback-37-thread-2-processing-n:127.0.0.1:45949_solr) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 127011 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 127156 INFO  
(zkCallback-37-thread-2-processing-n:127.0.0.1:45949_solr) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 127156 INFO  
(zkCallback-29-thread-2-processing-n:127.0.0.1:39146_solr) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 127156 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:39146_solr) 
[n:127.0.0.1:39146_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 127160 INFO  
(zkCallback-35-thread-1-processing-n:127.0.0.1:34119_solr) 
[n:127.0.0.1:34119_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 127194 INFO  
(zkCallback-39-thread-1-processing-n:127.0.0.1:34656_solr) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 127196 INFO  
(zkCallback-39-thread-2-processing-n:127.0.0.1:34656_solr) 
[n:127.0.0.1:34656_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 127198 INFO  
(zkCallback-35-thread-2-processing-n:127.0.0.1:34119_solr) 
[n:127.0.0.1:34119_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 127205 INFO  
(zkCallback-37-thread-3-processing-n:127.0.0.1:45949_solr) 
[n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 127645 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 127714 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 127717 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 127717 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n5' using 
configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 127758 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45949.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n5' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n5') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 127758 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 127758 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard2_replica_n5] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node1/SearchRateTriggerTest-collection1_shard2_replica_n5],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node1/./SearchRateTriggerTest-collection1_shard2_replica_n5/data/]
   [junit4]   2> 128345 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 128565 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 128584 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 128588 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 128604 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard2_replica_n7] Schema name=minimal
   [junit4]   2> 128611 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 128611 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n3' using 
configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 128612 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34656.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n3' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n3') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 128612 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 128612 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard1_replica_n3] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node3/SearchRateTriggerTest-collection1_shard1_replica_n3],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node3/./SearchRateTriggerTest-collection1_shard1_replica_n3/data/]
   [junit4]   2> 128619 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 128623 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 128623 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n7' using 
configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 128624 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39146.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n7' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n7') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 128624 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 128624 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard2_replica_n7] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node4/SearchRateTriggerTest-collection1_shard2_replica_n7],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node4/./SearchRateTriggerTest-collection1_shard2_replica_n7/data/]
   [junit4]   2> 128626 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 128626 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n1' using 
configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 128627 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34119.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dd18eb5
   [junit4]   2> 128627 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 128627 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node2/SearchRateTriggerTest-collection1_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_88A73BCC5AD33A2D-001/tempDir-001/node2/./SearchRateTriggerTest-collection1_shard1_replica_n1/data/]
   [junit4]   2> 130565 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 130565 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 130567 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 130567 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 130658 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@142955b1[SearchRateTriggerTest-collection1_shard2_replica_n5] main]
   [junit4]   2> 130678 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 130678 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 130678 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 130679 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 130680 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 130680 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 130680 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 130711 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 130711 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 130712 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 130713 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 130714 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 130714 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 130715 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 130715 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 130803 INFO  
(searcherExecutor-55-thread-1-processing-n:127.0.0.1:45949_solr 
x:SearchRateTriggerTest-collection1_shard2_replica_n5 s:shard2 
c:SearchRateTriggerTest-collection1 r:core_node6) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.SolrCore 
[SearchRateTriggerTest-collection1_shard2_replica_n5] Registered new searcher 
Searcher@142955b1[SearchRateTriggerTest-collection1_shard2_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 130818 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c1bbc47[SearchRateTriggerTest-collection1_shard1_replica_n1] main]
   [junit4]   2> 130821 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 130822 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 130822 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 130823 INFO  (qtp1286305482-54) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1587875028002668544
   [junit4]   2> 130880 INFO  (qtp670889754-49) [n:127.0.0.1:45949_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1587875028062437376
   [junit4]   2> 133662 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4dc76c3[SearchRateTriggerTest-collection1_shard2_replica_n7] main]
   [junit4]   2> 133703 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 133703 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 133704 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 133705 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1587875031024664576
   [junit4]   2> 133713 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7285daac[SearchRateTriggerTest-collection1_shard1_replica_n3] main]
   [junit4]   2> 133714 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 133714 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 133715 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 133716 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1587875031036198912
   [junit4]   2> 133826 INFO  
(searcherExecutor-58-thread-1-processing-n:127.0.0.1:34119_solr 
x:SearchRateTriggerTest-collection1_shard1_replica_n1 s:shard1 
c:SearchRateTriggerTest-collection1 r:core_node2) [n:127.0.0.1:34119_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[SearchRateTriggerTest-collection1_shard1_replica_n1] Registered new searcher 
Searcher@3c1bbc47[SearchRateTriggerTest-collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 133827 INFO  
(searcherExecutor-56-thread-1-processing-n:127.0.0.1:34656_solr 
x:SearchRateTriggerTest-collection1_shard1_replica_n3 s:shard1 
c:SearchRateTriggerTest-collection1 r:core_node4) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.SolrCore 
[SearchRateTriggerTest-collection1_shard1_replica_n3] Registered new searcher 
Searcher@7285daac[SearchRateTriggerTest-collection1_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 133828 INFO  
(searcherExecutor-57-thread-1-processing-n:127.0.0.1:39146_solr 
x:SearchRateTriggerTest-collection1_shard2_replica_n7 s:shard2 
c:SearchRateTriggerTest-collection1 r:core_node8) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.SolrCore 
[SearchRateTriggerTest-collection1_shard2_replica_n7] Registered new searcher 
Searcher@4dc76c3[SearchRateTriggerTest-collection1_shard2_replica_n7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 133857 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 133857 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 133862 INFO  (qtp480111880-78) [n:127.0.0.1:39146_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.SyncStrategy 
Sync replicas to 
http://127.0.0.1:39146/solr/SearchRateTriggerTest-collection1_shard2_replica_n7/
   [junit4]   2> 133871 INFO  (qtp293970319-62) [n:127.0.0.1:34656_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 134060 INFO  
(zkCallback-35-thread-2-processing-n:127.0.0.1:34119_solr) 
[n:127.0.0.1:34119_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 134060 INFO  (zkCallback-35-thread-1-pro

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

vent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots_restored/state.json] for collection 
[SolrCloudSnapshots_restored] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1186374 INFO  
(zkCallback-474-thread-2-processing-n:127.0.0.1:57882_solr) 
[n:127.0.0.1:57882_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots_restored/state.json] for collection 
[SolrCloudSnapshots_restored] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1186375 INFO  
(zkCallback-476-thread-1-processing-n:127.0.0.1:45466_solr) 
[n:127.0.0.1:45466_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots_restored/state.json] for collection 
[SolrCloudSnapshots_restored] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1186375 INFO  
(zkCallback-476-thread-2-processing-n:127.0.0.1:45466_solr) 
[n:127.0.0.1:45466_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots_restored/state.json] for collection 
[SolrCloudSnapshots_restored] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1186375 INFO  
(zkCallback-471-thread-2-processing-n:127.0.0.1:36636_solr) 
[n:127.0.0.1:36636_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots_restored/state.json] for collection 
[SolrCloudSnapshots_restored] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1186375 INFO  
(zkCallback-471-thread-3-processing-n:127.0.0.1:36636_solr) 
[n:127.0.0.1:36636_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots_restored/state.json] for collection 
[SolrCloudSnapshots_restored] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1186394 INFO  
(AutoscalingActionExecutor-796-thread-1-processing-n:127.0.0.1:36636_solr) 
[n:127.0.0.1:36636_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, 
curr-time 14568606792 sessionWrapper.createTime 14568606792338707, 
this.sessionWrapper.createTime 14568606792338707 
   [junit4]   2> 1186394 INFO  
(AutoscalingActionExecutor-796-thread-1-processing-n:127.0.0.1:36636_solr) 
[n:127.0.0.1:36636_solr    ] o.a.s.c.a.ExecutePlanAction No operations to 
execute for event: {
   [junit4]   2>   "id":"33c20ad0946b4bT7n6413letjt1c8tf6cpqqkyty",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":14568575517092683,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[14568575517092683],
   [junit4]   2>     "_enqueue_time_":14568606435037175,
   [junit4]   2>     "nodeNames":["127.0.0.1:43289_solr"]}}
   [junit4]   2> 1186446 INFO  (coreCloseExecutor-851-thread-2) 
[n:127.0.0.1:45466_solr c:SolrCloudSnapshots_restored s:shard2 r:core_node82 
x:SolrCloudSnapshots_restored_shard2_replica_n81] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.SolrCloudSnapshots_restored.shard2.leader, 
tag=183256362
   [junit4]   2> 1186447 INFO  (coreCloseExecutor-851-thread-3) 
[n:127.0.0.1:45466_solr c:SolrCloudSnapshots_restored s:shard1 r:core_node88 
x:SolrCloudSnapshots_restored_shard1_replica_n87] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.SolrCloudSnapshots_restored.shard1.leader, 
tag=1318945015
   [junit4]   2> 1186447 INFO  (coreCloseExecutor-852-thread-1) 
[n:127.0.0.1:57882_solr c:SolrCloudSnapshots s:shard2 r:core_node7 
x:SolrCloudSnapshots_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.SolrCloudSnapshots.shard2.leader, 
tag=1408122068
   [junit4]   2> 1186458 INFO  (coreCloseExecutor-852-thread-2) 
[n:127.0.0.1:57882_solr c:SolrCloudSnapshots_restored s:shard1 r:core_node84 
x:SolrCloudSnapshots_restored_shard1_replica_n83] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.SolrCloudSnapshots_restored.shard1.replica_n83, 
tag=1113385433
   [junit4]   2> 1186458 INFO  (coreCloseExecutor-852-thread-2) 
[n:127.0.0.1:57882_solr c:SolrCloudSnapshots_restored s:shard1 r:core_node84 
x:SolrCloudSnapshots_restored_shard1_replica_n83] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7888fce4: 
rootName = solr_57882, domain = 
solr.core.SolrCloudSnapshots_restored.shard1.replica_n83, service url = null, 
agent id = null] for registry 
solr.core.SolrCloudSnapshots_restored.shard1.replica_n83 / 
com.codahale.metrics.MetricRegistry@256b77ab
   [junit4]   2> 1186543 INFO  (coreCloseExecutor-852-thread-2) 
[n:127.0.0.1:57882_solr c:SolrCloudSnapshots_restored s:shard1 r:core_node84 
x:SolrCloudSnapshots_restored_shard1_replica_n83] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.SolrCloudSnapshots_restored.shard1.leader, 
tag=1113385433
   [junit4]   2> 1186628 INFO  (jetty-closer-442-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99242254790557706-127.0.0.1:36636_solr-n_0000000000) closing
   [junit4]   2> 1186628 INFO  
(OverseerStateUpdate-99242254790557706-127.0.0.1:36636_solr-n_0000000000) 
[n:127.0.0.1:36636_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36636_solr
   [junit4]   2> 1186630 WARN  
(OverseerAutoScalingTriggerThread-99242254790557706-127.0.0.1:36636_solr-n_0000000000)
 [n:127.0.0.1:36636_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1186670 INFO  (jetty-closer-442-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@742a6ca9{/solr,null,UNAVAILABLE}
   [junit4]   2> 1186782 INFO  (jetty-closer-442-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@186812e5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1188198 INFO  (jetty-closer-442-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3ce657b0{/solr,null,UNAVAILABLE}
   [junit4]   2> 1188218 ERROR 
(SUITE-TestSolrCloudSnapshots-seed#[88A73BCC5AD33A2D]-worker) [    ] 
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> 1188218 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[88A73BCC5AD33A2D]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:48518 48518
   [junit4]   2> 1188322 INFO  (Thread-331) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:48518 48518
   [junit4]   2> 1188323 WARN  (Thread-331) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        62      /solr/collections/SolrCloudSnapshots/state.json
   [junit4]   2>        44      
/solr/collections/SolrCloudSnapshots_restored/state.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99242254790557708-127.0.0.1:45466_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.core.snapshots.TestSolrCloudSnapshots_88A73BCC5AD33A2D-001
   [junit4]   2> Dec 26, 2017 7:31:29 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=986, 
maxMBSortInHeap=5.28336214930116, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4b3674f4),
 locale=sq-AL, timezone=GB
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=216997832,total=439353344
   [junit4]   2> NOTE: All tests run in this JVM: 
[DocumentAnalysisRequestHandlerTest, TestExpandComponent, 
SearchRateTriggerTest, SuggesterTSTTest, 
HdfsTlogReplayBufferedWhileIndexingTest, TestPointFields, 
TestEmbeddedSolrServerAdminHandler, TestDFISimilarityFactory, 
TestStandardQParsers, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestUtilizeNode, TestWriterPerf, TestSystemCollAutoCreate, 
TestRetrieveFieldsOptimizer, DataDrivenBlockJoinTest, BlockDirectoryTest, 
SimpleCollectionCreateDeleteTest, TestSurroundQueryParser, 
AutoAddReplicasPlanActionTest, TestSearcherReuse, SolrSlf4jReporterTest, 
PolyFieldTest, PropertiesRequestHandlerTest, 
DistribDocExpirationUpdateProcessorTest, TestSolrCloudSnapshots]
   [junit4] Completed [61/765 (4!)] on J1 in 59.06s, 1 test, 1 error <<< 
FAILURES!

[...truncated 778 lines...]
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 104857600 bytes for committing 
reserved memory.
# An error report file with more information is saved as:
# 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/hs_err_pid20138.log
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-Tests-master #2233 to compare, so 
performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to