Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/216/

6 tests failed.
FAILED:  org.apache.solr.cloud.RollingRestartTest.test

Error Message:
Unable to restart (#7): CloudJettyRunner 
[url=https://127.0.0.1:34482/collection1_shard2_replica_n49]

Stack Trace:
java.lang.AssertionError: Unable to restart (#7): CloudJettyRunner 
[url=https://127.0.0.1:34482/collection1_shard2_replica_n49]
        at 
__randomizedtesting.SeedInfo.seed([C779118A6F794AB4:4F2D2E50C185274C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        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)


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

Error Message:
waitFor not elapsed but produced an event

Stack Trace:
java.lang.AssertionError: waitFor not elapsed but produced an event
        at 
__randomizedtesting.SeedInfo.seed([C779118A6F794AB4:A4B22708F6B63999]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger(IndexSizeTriggerTest.java:180)
        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.IndexSizeTriggerTest.testSplitIntegration

Error Message:
last state: 
DocCollection(testSplitIntegration_collection//clusterstate.json/88)={   
"replicationFactor":"2",   "pullReplicas":"0",   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0",   
"autoCreated":"true",   "shards":{     "shard2":{       "replicas":{         
"core_node3":{           
"core":"testSplitIntegration_collection_shard2_replica_n3",           
"leader":"true",           "SEARCHER.searcher.maxDoc":11,           
"SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":1,           
"node_name":"127.0.0.1:10002_solr",           "state":"active",           
"type":"NRT",           "SEARCHER.searcher.numDocs":11},         "core_node4":{ 
          "core":"testSplitIntegration_collection_shard2_replica_n4",           
"SEARCHER.searcher.maxDoc":11,           "SEARCHER.searcher.deletedDocs":0,     
      "INDEX.sizeInBytes":1,           "node_name":"127.0.0.1:10001_solr",      
     "state":"active",           "type":"NRT",           
"SEARCHER.searcher.numDocs":11}},       "range":"0-7fffffff",       
"state":"active"},     "shard1":{       "stateTimestamp":"1526058804459527050", 
      "replicas":{         "core_node1":{           
"core":"testSplitIntegration_collection_shard1_replica_n1",           
"leader":"true",           "SEARCHER.searcher.maxDoc":14,           
"SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":1,           
"node_name":"127.0.0.1:10002_solr",           "state":"active",           
"type":"NRT",           "SEARCHER.searcher.numDocs":14},         "core_node2":{ 
          "core":"testSplitIntegration_collection_shard1_replica_n2",           
"SEARCHER.searcher.maxDoc":14,           "SEARCHER.searcher.deletedDocs":0,     
      "INDEX.sizeInBytes":1,           "node_name":"127.0.0.1:10001_solr",      
     "state":"active",           "type":"NRT",           
"SEARCHER.searcher.numDocs":14}},       "range":"80000000-ffffffff",       
"state":"inactive"},     "shard1_1":{       "parent":"shard1",       
"stateTimestamp":"1526058804484627600",       "range":"c0000000-ffffffff",      
 "state":"active",       "replicas":{         "core_node10":{           
"leader":"true",           
"core":"testSplitIntegration_collection_shard1_1_replica1",           
"SEARCHER.searcher.maxDoc":7,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":1,           "node_name":"127.0.0.1:10002_solr",       
    "base_url":"http://127.0.0.1:10002/solr";,           "state":"active",       
    "type":"NRT",           "SEARCHER.searcher.numDocs":7},         
"core_node9":{           
"core":"testSplitIntegration_collection_shard1_1_replica0",           
"SEARCHER.searcher.maxDoc":7,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":1,           "node_name":"127.0.0.1:10001_solr",       
    "base_url":"http://127.0.0.1:10001/solr";,           "state":"active",       
    "type":"NRT",           "SEARCHER.searcher.numDocs":7}}},     "shard1_0":{  
     "parent":"shard1",       "stateTimestamp":"1526058804484380350",       
"range":"80000000-bfffffff",       "state":"active",       "replicas":{         
"core_node7":{           "leader":"true",           
"core":"testSplitIntegration_collection_shard1_0_replica0",           
"SEARCHER.searcher.maxDoc":7,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":1,           "node_name":"127.0.0.1:10001_solr",       
    "base_url":"http://127.0.0.1:10001/solr";,           "state":"active",       
    "type":"NRT",           "SEARCHER.searcher.numDocs":7},         
"core_node8":{           
"core":"testSplitIntegration_collection_shard1_0_replica1",           
"SEARCHER.searcher.maxDoc":7,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":1,           "node_name":"127.0.0.1:10002_solr",       
    "base_url":"http://127.0.0.1:10002/solr";,           "state":"active",       
    "type":"NRT",           "SEARCHER.searcher.numDocs":7}}}}}

Stack Trace:
java.util.concurrent.TimeoutException: last state: 
DocCollection(testSplitIntegration_collection//clusterstate.json/88)={
  "replicationFactor":"2",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{
    "shard2":{
      "replicas":{
        "core_node3":{
          "core":"testSplitIntegration_collection_shard2_replica_n3",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":11,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":1,
          "node_name":"127.0.0.1:10002_solr",
          "state":"active",
          "type":"NRT",
          "SEARCHER.searcher.numDocs":11},
        "core_node4":{
          "core":"testSplitIntegration_collection_shard2_replica_n4",
          "SEARCHER.searcher.maxDoc":11,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":1,
          "node_name":"127.0.0.1:10001_solr",
          "state":"active",
          "type":"NRT",
          "SEARCHER.searcher.numDocs":11}},
      "range":"0-7fffffff",
      "state":"active"},
    "shard1":{
      "stateTimestamp":"1526058804459527050",
      "replicas":{
        "core_node1":{
          "core":"testSplitIntegration_collection_shard1_replica_n1",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":14,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":1,
          "node_name":"127.0.0.1:10002_solr",
          "state":"active",
          "type":"NRT",
          "SEARCHER.searcher.numDocs":14},
        "core_node2":{
          "core":"testSplitIntegration_collection_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":14,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":1,
          "node_name":"127.0.0.1:10001_solr",
          "state":"active",
          "type":"NRT",
          "SEARCHER.searcher.numDocs":14}},
      "range":"80000000-ffffffff",
      "state":"inactive"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1526058804484627600",
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node10":{
          "leader":"true",
          "core":"testSplitIntegration_collection_shard1_1_replica1",
          "SEARCHER.searcher.maxDoc":7,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":1,
          "node_name":"127.0.0.1:10002_solr",
          "base_url":"http://127.0.0.1:10002/solr";,
          "state":"active",
          "type":"NRT",
          "SEARCHER.searcher.numDocs":7},
        "core_node9":{
          "core":"testSplitIntegration_collection_shard1_1_replica0",
          "SEARCHER.searcher.maxDoc":7,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":1,
          "node_name":"127.0.0.1:10001_solr",
          "base_url":"http://127.0.0.1:10001/solr";,
          "state":"active",
          "type":"NRT",
          "SEARCHER.searcher.numDocs":7}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1526058804484380350",
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "leader":"true",
          "core":"testSplitIntegration_collection_shard1_0_replica0",
          "SEARCHER.searcher.maxDoc":7,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":1,
          "node_name":"127.0.0.1:10001_solr",
          "base_url":"http://127.0.0.1:10001/solr";,
          "state":"active",
          "type":"NRT",
          "SEARCHER.searcher.numDocs":7},
        "core_node8":{
          "core":"testSplitIntegration_collection_shard1_0_replica1",
          "SEARCHER.searcher.maxDoc":7,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":1,
          "node_name":"127.0.0.1:10002_solr",
          "base_url":"http://127.0.0.1:10002/solr";,
          "state":"active",
          "type":"NRT",
          "SEARCHER.searcher.numDocs":7}}}}}
        at 
__randomizedtesting.SeedInfo.seed([C779118A6F794AB4:FEF7A8CA4086834A]:0)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration(IndexSizeTriggerTest.java:299)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

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

Stack Trace:
java.lang.AssertionError: unexpected DELETENODE status: 
{responseHeader={status=0,QTime=72},status={state=notfound,msg=Did not find 
[search_rate_trigger3/1d02a9f12ee226T6jpg095l45xqw6t95jelbgyed/0] in any tasks 
queue}}
        at 
__randomizedtesting.SeedInfo.seed([C779118A6F794AB4:E5EBDF0858B3C5C9]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.lambda$testDeleteNode$6(SearchRateTriggerIntegrationTest.java:668)
        at java.util.ArrayList.forEach(ArrayList.java:1257)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode(SearchRateTriggerIntegrationTest.java:660)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.search.mlt.SimpleMLTQParserTest.doTest

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([C779118A6F794AB4:603DA92E02C2590D]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:916)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:876)
        at 
org.apache.solr.search.mlt.SimpleMLTQParserTest.doTest(SimpleMLTQParserTest.java:82)
        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: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result/doc[1]/str[@name='id'][.='13']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">2</int></lst><result name="response" numFound="16" 
start="0"><doc><str name="id">14</str><arr 
name="range_facet_l"><long>14</long></arr><int name="id_i1">14</int><arr 
name="range_facet_l_dv"><long>14</long></arr><arr 
name="range_facet_i_dv"><int>14</int></arr><arr name="lowerfilt"><str>The quote 
red fox jumped over the lazy brown dogs.</str></arr><arr 
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown 
dogs.</str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2018-05-09T00:55:01.338Z</date><long 
name="_version_">1599945888327794688</long><int 
name="intDvoDefault">42</int></doc><doc><str name="id">15</str><arr 
name="range_facet_l"><long>15</long></arr><int name="id_i1">15</int><arr 
name="range_facet_l_dv"><long>15</long></arr><arr 
name="range_facet_i_dv"><int>15</int></arr><arr name="lowerfilt"><str>The fat 
red fox jumped over the lazy brown dogs.</str></arr><arr 
name="lowerfilt1and2"><str>The fat red fox jumped over the lazy brown 
dogs.</str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2018-05-09T00:55:01.339Z</date><long 
name="_version_">1599945888328843264</long><int 
name="intDvoDefault">42</int></doc><doc><str name="id">13</str><arr 
name="range_facet_l"><long>13</long></arr><int name="id_i1">13</int><arr 
name="range_facet_l_dv"><long>13</long></arr><arr 
name="range_facet_i_dv"><int>13</int></arr><arr name="lowerfilt"><str>The quote 
red fox jumped over the lazy brown dogs.</str></arr><arr 
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown 
dogs.</str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2018-05-09T00:55:01.323Z</date><long 
name="_version_">1599945888312066048</long><int 
name="intDvoDefault">42</int></doc><doc><str name="id">16</str><arr 
name="range_facet_l"><long>16</long></arr><int name="id_i1">16</int><arr 
name="range_facet_l_dv"><long>16</long></arr><arr 
name="range_facet_i_dv"><int>16</int></arr><arr name="lowerfilt"><str>The slim 
red fox jumped over the lazy brown dogs.</str></arr><arr 
name="lowerfilt1and2"><str>The slim red fox jumped over the lazy brown 
dogs.</str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2018-05-09T00:55:01.398Z</date><long 
name="_version_">1599945888390709248</long><int 
name="intDvoDefault">42</int></doc><doc><str name="id">18</str><arr 
name="range_facet_l"><long>18</long></arr><int name="id_i1">18</int><arr 
name="range_facet_l_dv"><long>18</long></arr><arr 
name="range_facet_i_dv"><int>18</int></arr><arr name="lowerfilt"><str>The quote 
red fox jumped over the lazy brown dogs.</str></arr><arr 
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown 
dogs.</str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2018-05-09T00:55:01.422Z</date><long 
name="_version_">1599945888415875072</long><int 
name="intDvoDefault">42</int></doc><doc><str name="id">19</str><arr 
name="range_facet_l"><long>19</long></arr><int name="id_i1">19</int><arr 
name="range_facet_l_dv"><long>19</long></arr><arr 
name="range_facet_i_dv"><int>19</int></arr><arr name="lowerfilt"><str>The hose 
red fox jumped over the lazy brown dogs.</str></arr><arr 
name="lowerfilt1and2"><str>The hose red fox jumped over the lazy brown 
dogs.</str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2018-05-09T00:55:01.440Z</date><long 
name="_version_">1599945888434749440</long><int 
name="intDvoDefault">42</int></doc><doc><str name="id">20</str><arr 
name="range_facet_l"><long>20</long></arr><int name="id_i1">20</int><arr 
name="range_facet_l_dv"><long>20</long></arr><arr 
name="range_facet_i_dv"><int>20</int></arr><arr name="lowerfilt"><str>The quote 
red fox jumped over the lazy brown dogs.</str></arr><arr 
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown 
dogs.</str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2018-05-09T00:55:01.476Z</date><long 
name="_version_">1599945888472498176</long><int 
name="intDvoDefault">42</int></doc><doc><str name="id">21</str><arr 
name="range_facet_l"><long>21</long></arr><int name="id_i1">21</int><arr 
name="range_facet_l_dv"><long>21</long></arr><arr 
name="range_facet_i_dv"><int>21</int></arr><arr name="lowerfilt"><str>The court 
red fox jumped over the lazy brown dogs.</str></arr><arr 
name="lowerfilt1and2"><str>The court red fox jumped over the lazy brown 
dogs.</str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2018-05-09T00:55:01.476Z</date><long 
name="_version_">1599945888472498177</long><int 
name="intDvoDefault">42</int></doc><doc><str name="id">24</str><arr 
name="range_facet_l"><long>24</long></arr><int name="id_i1">24</int><arr 
name="range_facet_l_dv"><long>24</long></arr><arr 
name="range_facet_i_dv"><int>24</int></arr><arr name="lowerfilt"><str>The file 
red fox jumped over the lazy brown dogs.</str></arr><arr 
name="lowerfilt1and2"><str>The file red fox jumped over the lazy brown 
dogs.</str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2018-05-09T00:55:01.552Z</date><long 
name="_version_">1599945888552189952</long><int 
name="intDvoDefault">42</int></doc><doc><str name="id">22</str><arr 
name="range_facet_l"><long>22</long></arr><int name="id_i1">22</int><arr 
name="range_facet_l_dv"><long>22</long></arr><arr 
name="range_facet_i_dv"><int>22</int></arr><arr name="lowerfilt"><str>The quote 
red fox jumped over the lazy brown dogs.</str></arr><arr 
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown 
dogs.</str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2018-05-09T00:55:01.515Z</date><long 
name="_version_">1599945888513392640</long><int 
name="intDvoDefault">42</int></doc></result>
</response>

        request was:q={!mlt+qf%3Dlowerfilt}17
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:909)
        ... 41 more


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

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([C779118A6F794AB4:A4B22708F6B63999]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:133)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13460 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
   [junit4]   2> 875282 INFO  
(SUITE-SearchRateTriggerTest-seed#[C779118A6F794AB4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/init-core-data-001
   [junit4]   2> 875283 WARN  
(SUITE-SearchRateTriggerTest-seed#[C779118A6F794AB4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 875427 INFO  
(SUITE-SearchRateTriggerTest-seed#[C779118A6F794AB4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 875428 INFO  
(SUITE-SearchRateTriggerTest-seed#[C779118A6F794AB4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 875429 INFO  
(SUITE-SearchRateTriggerTest-seed#[C779118A6F794AB4]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001
   [junit4]   2> 875429 INFO  
(SUITE-SearchRateTriggerTest-seed#[C779118A6F794AB4]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 875443 INFO  (Thread-2813) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 875443 INFO  (Thread-2813) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 875480 ERROR (Thread-2813) [    ] 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> 875552 INFO  
(SUITE-SearchRateTriggerTest-seed#[C779118A6F794AB4]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43123
   [junit4]   2> 875606 INFO  (zkConnectionManagerCallback-647-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875626 INFO  (jetty-launcher-644-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 875627 INFO  (jetty-launcher-644-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 875646 INFO  (jetty-launcher-644-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 875647 INFO  (jetty-launcher-644-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 875675 INFO  (jetty-launcher-644-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 875675 INFO  (jetty-launcher-644-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 875675 INFO  (jetty-launcher-644-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 875675 INFO  (jetty-launcher-644-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3221da92{/solr,null,AVAILABLE}
   [junit4]   2> 875677 INFO  (jetty-launcher-644-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@759b0e4{HTTP/1.1,[http/1.1]}{127.0.0.1:40754}
   [junit4]   2> 875677 INFO  (jetty-launcher-644-thread-2) [    ] 
o.e.j.s.Server Started @875899ms
   [junit4]   2> 875677 INFO  (jetty-launcher-644-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40754}
   [junit4]   2> 875677 ERROR (jetty-launcher-644-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 875677 INFO  (jetty-launcher-644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 875677 INFO  (jetty-launcher-644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 875677 INFO  (jetty-launcher-644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 875677 INFO  (jetty-launcher-644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 875677 INFO  (jetty-launcher-644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-09T00:36:22.561Z
   [junit4]   2> 875679 INFO  (jetty-launcher-644-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 875679 INFO  (jetty-launcher-644-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 875679 INFO  (jetty-launcher-644-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 875679 INFO  (jetty-launcher-644-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d7bd567{/solr,null,AVAILABLE}
   [junit4]   2> 875679 INFO  (jetty-launcher-644-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4680badd{HTTP/1.1,[http/1.1]}{127.0.0.1:35603}
   [junit4]   2> 875679 INFO  (jetty-launcher-644-thread-1) [    ] 
o.e.j.s.Server Started @875901ms
   [junit4]   2> 875680 INFO  (jetty-launcher-644-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35603}
   [junit4]   2> 875680 ERROR (jetty-launcher-644-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 875680 INFO  (jetty-launcher-644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 875680 INFO  (jetty-launcher-644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 875680 INFO  (jetty-launcher-644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 875680 INFO  (jetty-launcher-644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 875680 INFO  (jetty-launcher-644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-09T00:36:22.564Z
   [junit4]   2> 875829 INFO  (jetty-launcher-644-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 875829 INFO  (jetty-launcher-644-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 875829 INFO  (jetty-launcher-644-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 875838 INFO  (jetty-launcher-644-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1215f275{/solr,null,AVAILABLE}
   [junit4]   2> 875838 INFO  (jetty-launcher-644-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4d930367{HTTP/1.1,[http/1.1]}{127.0.0.1:40220}
   [junit4]   2> 875838 INFO  (jetty-launcher-644-thread-3) [    ] 
o.e.j.s.Server Started @876060ms
   [junit4]   2> 875838 INFO  (jetty-launcher-644-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40220}
   [junit4]   2> 875838 ERROR (jetty-launcher-644-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 875838 INFO  (jetty-launcher-644-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 875838 INFO  (jetty-launcher-644-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 875838 INFO  (jetty-launcher-644-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 875839 INFO  (jetty-launcher-644-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 875839 INFO  (jetty-launcher-644-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-09T00:36:22.723Z
   [junit4]   2> 875857 INFO  (zkConnectionManagerCallback-653-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875857 INFO  (jetty-launcher-644-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 875894 INFO  (zkConnectionManagerCallback-649-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875906 INFO  (jetty-launcher-644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 875942 INFO  (zkConnectionManagerCallback-651-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875943 INFO  (jetty-launcher-644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 875946 INFO  (jetty-launcher-644-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 875946 INFO  (jetty-launcher-644-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 875947 INFO  (jetty-launcher-644-thread-4) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 875947 INFO  (jetty-launcher-644-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@410ec5{/solr,null,AVAILABLE}
   [junit4]   2> 875947 INFO  (jetty-launcher-644-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1af347d1{HTTP/1.1,[http/1.1]}{127.0.0.1:35699}
   [junit4]   2> 875947 INFO  (jetty-launcher-644-thread-4) [    ] 
o.e.j.s.Server Started @876169ms
   [junit4]   2> 875947 INFO  (jetty-launcher-644-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35699}
   [junit4]   2> 875948 ERROR (jetty-launcher-644-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 875948 INFO  (jetty-launcher-644-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 875948 INFO  (jetty-launcher-644-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 875948 INFO  (jetty-launcher-644-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 875948 INFO  (jetty-launcher-644-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 875948 INFO  (jetty-launcher-644-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-09T00:36:22.832Z
   [junit4]   2> 875989 INFO  (jetty-launcher-644-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43123/solr
   [junit4]   2> 875989 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x101e69665300002, likely client has closed socket
   [junit4]   2> 876005 INFO  (jetty-launcher-644-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43123/solr
   [junit4]   2> 876079 INFO  (jetty-launcher-644-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43123/solr
   [junit4]   2> 876137 INFO  (zkConnectionManagerCallback-655-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876146 INFO  (jetty-launcher-644-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 876349 INFO  (zkConnectionManagerCallback-659-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876350 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x101e69665300007, likely client has closed socket
   [junit4]   2> 876350 INFO  (zkConnectionManagerCallback-663-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876350 INFO  (zkConnectionManagerCallback-667-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876352 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x101e69665300006, likely client has closed socket
   [junit4]   2> 876401 INFO  (zkConnectionManagerCallback-669-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876552 INFO  (jetty-launcher-644-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43123/solr
   [junit4]   2> 876661 INFO  (zkConnectionManagerCallback-671-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876714 INFO  (zkConnectionManagerCallback-677-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876750 INFO  (zkConnectionManagerCallback-673-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876787 INFO  (zkConnectionManagerCallback-681-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 877190 INFO  (jetty-launcher-644-thread-3) 
[n:127.0.0.1:40220_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 877191 INFO  (jetty-launcher-644-thread-3) 
[n:127.0.0.1:40220_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40220_solr
   [junit4]   2> 877245 INFO  (jetty-launcher-644-thread-3) 
[n:127.0.0.1:40220_solr    ] o.a.s.c.Overseer Overseer 
(id=72592602631766024-127.0.0.1:40220_solr-n_0000000000) starting
   [junit4]   2> 877427 INFO  (zkConnectionManagerCallback-692-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 877452 INFO  (jetty-launcher-644-thread-1) 
[n:127.0.0.1:35603_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 877525 INFO  (jetty-launcher-644-thread-1) 
[n:127.0.0.1:35603_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35603_solr
   [junit4]   2> 877574 INFO  (jetty-launcher-644-thread-3) 
[n:127.0.0.1:40220_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43123/solr ready
   [junit4]   2> 877619 INFO  (zkCallback-691-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 877633 INFO  (zkCallback-668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 877691 INFO  (zkCallback-672-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 877695 INFO  (jetty-launcher-644-thread-3) 
[n:127.0.0.1:40220_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 877695 INFO  (jetty-launcher-644-thread-3) 
[n:127.0.0.1:40220_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40220_solr
   [junit4]   2> 877765 INFO  (zkCallback-691-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 877765 INFO  (zkCallback-672-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 877801 INFO  (zkCallback-668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 879071 INFO  (jetty-launcher-644-thread-2) 
[n:127.0.0.1:40754_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 879199 INFO  (jetty-launcher-644-thread-2) 
[n:127.0.0.1:40754_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 879201 INFO  (jetty-launcher-644-thread-2) 
[n:127.0.0.1:40754_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 879201 INFO  (jetty-launcher-644-thread-2) 
[n:127.0.0.1:40754_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40754_solr
   [junit4]   2> 879214 INFO  (zkCallback-668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 879226 INFO  (zkCallback-672-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 879226 INFO  (zkCallback-691-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 879281 INFO  (jetty-launcher-644-thread-4) 
[n:127.0.0.1:35699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 879282 INFO  (jetty-launcher-644-thread-4) 
[n:127.0.0.1:35699_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 879526 INFO  (zkCallback-670-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 879556 INFO  (jetty-launcher-644-thread-4) 
[n:127.0.0.1:35699_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 879556 INFO  (jetty-launcher-644-thread-4) 
[n:127.0.0.1:35699_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35699_solr
   [junit4]   2> 879571 INFO  (zkCallback-691-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 879571 INFO  (zkCallback-672-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 879575 INFO  (zkCallback-670-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 879738 INFO  (zkCallback-680-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 879819 INFO  (zkCallback-668-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 880568 INFO  (jetty-launcher-644-thread-3) 
[n:127.0.0.1:40220_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40220.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 880604 INFO  (jetty-launcher-644-thread-3) 
[n:127.0.0.1:40220_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40220.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 880604 INFO  (jetty-launcher-644-thread-3) 
[n:127.0.0.1:40220_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40220.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 880605 INFO  (jetty-launcher-644-thread-3) 
[n:127.0.0.1:40220_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node3/.
   [junit4]   2> 881234 INFO  (jetty-launcher-644-thread-4) 
[n:127.0.0.1:35699_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35699.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 881184 INFO  (jetty-launcher-644-thread-1) 
[n:127.0.0.1:35603_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35603.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 881330 INFO  (jetty-launcher-644-thread-4) 
[n:127.0.0.1:35699_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35699.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 881330 INFO  (jetty-launcher-644-thread-4) 
[n:127.0.0.1:35699_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35699.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 881349 INFO  (jetty-launcher-644-thread-1) 
[n:127.0.0.1:35603_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35603.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 881350 INFO  (jetty-launcher-644-thread-1) 
[n:127.0.0.1:35603_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35603.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 881351 INFO  (jetty-launcher-644-thread-1) 
[n:127.0.0.1:35603_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node1/.
   [junit4]   2> 881380 INFO  (jetty-launcher-644-thread-4) 
[n:127.0.0.1:35699_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node4/.
   [junit4]   2> 881412 INFO  (zkConnectionManagerCallback-697-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 881413 INFO  (jetty-launcher-644-thread-1) 
[n:127.0.0.1:35603_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 881414 INFO  (jetty-launcher-644-thread-1) 
[n:127.0.0.1:35603_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43123/solr ready
   [junit4]   2> 881538 INFO  (zkConnectionManagerCallback-702-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 881547 INFO  (jetty-launcher-644-thread-4) 
[n:127.0.0.1:35699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 881548 INFO  (jetty-launcher-644-thread-4) 
[n:127.0.0.1:35699_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43123/solr ready
   [junit4]   2> 881796 INFO  (jetty-launcher-644-thread-2) 
[n:127.0.0.1:40754_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40754.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 881886 INFO  (jetty-launcher-644-thread-2) 
[n:127.0.0.1:40754_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40754.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 881886 INFO  (jetty-launcher-644-thread-2) 
[n:127.0.0.1:40754_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40754.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 881887 INFO  (jetty-launcher-644-thread-2) 
[n:127.0.0.1:40754_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node2/.
   [junit4]   2> 882066 INFO  (zkConnectionManagerCallback-707-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 882067 INFO  (jetty-launcher-644-thread-2) 
[n:127.0.0.1:40754_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 882068 INFO  (jetty-launcher-644-thread-2) 
[n:127.0.0.1:40754_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43123/solr ready
   [junit4]   2> 882423 INFO  (zkConnectionManagerCallback-709-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 882509 INFO  (zkConnectionManagerCallback-714-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 882510 INFO  
(SUITE-SearchRateTriggerTest-seed#[C779118A6F794AB4]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 882511 INFO  
(SUITE-SearchRateTriggerTest-seed#[C779118A6F794AB4]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43123/solr ready
   [junit4]   2> 882772 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[C779118A6F794AB4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testWaitForElapsed
   [junit4]   2> 882789 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[C779118A6F794AB4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 882822 INFO  (qtp1745603974-5292) [n:127.0.0.1:40220_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> 882862 INFO  (OverseerThreadFactory-1274-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection 
SearchRateTriggerTest-collection1
   [junit4]   2> 883195 INFO  
(OverseerStateUpdate-72592602631766024-127.0.0.1:40220_solr-n_0000000000) [    
] 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:35699/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 883231 INFO  
(OverseerStateUpdate-72592602631766024-127.0.0.1:40220_solr-n_0000000000) [    
] 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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40754/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 883305 INFO  
(OverseerStateUpdate-72592602631766024-127.0.0.1:40220_solr-n_0000000000) [    
] 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:40220/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 883307 INFO  
(OverseerStateUpdate-72592602631766024-127.0.0.1:40220_solr-n_0000000000) [    
] 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_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35603/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 883561 INFO  (qtp1745603974-5296) [n:127.0.0.1:40220_solr    
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&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> 883592 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr    
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&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> 883613 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr    
x:SearchRateTriggerTest-collection1_shard1_replica_n2] 
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_n2&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 883614 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr    
x:SearchRateTriggerTest-collection1_shard2_replica_n6] 
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_n6&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 883614 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr    
x:SearchRateTriggerTest-collection1_shard2_replica_n6] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 884943 INFO  (qtp1745603974-5296) [n:127.0.0.1:40220_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 884946 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 884958 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 884966 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 885149 INFO  (qtp1745603974-5296) [n:127.0.0.1:40220_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 885165 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 885184 INFO  (qtp1745603974-5296) [n:127.0.0.1:40220_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 885184 INFO  (qtp1745603974-5296) [n:127.0.0.1:40220_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 
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> 885185 INFO  (qtp1745603974-5296) [n:127.0.0.1:40220_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40220.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n5' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n5') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 885185 INFO  (qtp1745603974-5296) [n:127.0.0.1:40220_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 885185 INFO  (qtp1745603974-5296) [n:127.0.0.1:40220_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard2_replica_n5] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node3/SearchRateTriggerTest-collection1_shard2_replica_n5],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node3/./SearchRateTriggerTest-collection1_shard2_replica_n5/data/]
   [junit4]   2> 885197 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 885201 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 885201 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n2' using 
configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 885201 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 885201 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40754.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n2' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n2') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 885202 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 885202 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard1_replica_n2] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node2/SearchRateTriggerTest-collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node2/./SearchRateTriggerTest-collection1_shard1_replica_n2/data/]
   [junit4]   2> 885203 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 885211 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 885212 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
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> 885212 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35699.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 885212 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 885212 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node4/SearchRateTriggerTest-collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node4/./SearchRateTriggerTest-collection1_shard1_replica_n1/data/]
   [junit4]   2> 885203 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n6' using 
configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 885235 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35603.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n6' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n6') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639d92a9
   [junit4]   2> 885235 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 885235 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard2_replica_n6] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node1/SearchRateTriggerTest-collection1_shard2_replica_n6],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_C779118A6F794AB4-001/tempDir-001/node1/./SearchRateTriggerTest-collection1_shard2_replica_n6/data/]
   [junit4]   2> 885675 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 885675 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 885676 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 885676 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 885678 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@618f52a7[SearchRateTriggerTest-collection1_shard1_replica_n2] main]
   [junit4]   2> 885712 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 885712 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 885713 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 885714 INFO  
(searcherExecutor-1284-thread-1-processing-n:127.0.0.1:40754_solr 
x:SearchRateTriggerTest-collection1_shard1_replica_n2 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:40754_solr c:SearchRateTriggerTest-collection1 s:shard1 
r:core_node4 x:SearchRateTriggerTest-collection1_shard1_replica_n2] 
o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard1_replica_n2] 
Registered new searcher 
Searcher@618f52a7[SearchRateTriggerTest-collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 885714 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1599944725729640448
   [junit4]   2> 885764 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/SearchRateTriggerTest-collection1/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 885767 INFO  (qtp351313689-5264) [n:127.0.0.1:40754_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 885833 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 885833 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 885834 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 885834 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 885839 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 885840 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
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> 885854 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43e22124[SearchRateTriggerTest-collection1_shard2_replica_n6] main]
   [junit4]   2> 885855 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 885855 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 885856 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 885857 INFO  
(searcherExecutor-1286-thread-1-processing-n:127.0.0.1:35603_solr 
x:SearchRateTriggerTest-collection1_shard2_replica_n6 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8) 
[n:127.0.0.1:35603_solr c:SearchRateTriggerTest-collection1 s:shard2 
r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] 
o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard2_replica_n6] 
Registered new searcher 
Searcher@43e22124[SearchRateTriggerTest-collection1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 885857 INFO  (qtp235438403-5275) [n:127.0.0.1:35603_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1599944725879586816
   [junit4]   2> 885857 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 885857 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 885858 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b40bb4b[SearchRateTriggerTest-collection1_shard1_replica_n1] main]
   [junit4]   2> 885860 INFO  (qtp2100770605-5286) [n:127.0.0.1:35699_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 

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

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null1844723627
     [copy] Copying 40 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null1844723627
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null1844723627

resolve-example:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1652889796
     [copy] Copying 246 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1652889796
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1652889796

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

-jenkins-base:

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

Reply via email to