Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/10/

7 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:40375_solr, 
127.0.0.1:45157_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/7)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node2":{           "core":"testSimple1_shard1_replica_n1",           
"base_url":"http://127.0.0.1:40375/solr";,           
"node_name":"127.0.0.1:40375_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node4":{           
"core":"testSimple1_shard1_replica_n3",           
"base_url":"http://127.0.0.1:60248/solr";,           
"node_name":"127.0.0.1:60248_solr",           "state":"down",           
"type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node7":{           
"core":"testSimple1_shard2_replica_n5",           
"base_url":"http://127.0.0.1:40375/solr";,           
"node_name":"127.0.0.1:40375_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node8":{           
"core":"testSimple1_shard2_replica_n6",           
"base_url":"http://127.0.0.1:60248/solr";,           
"node_name":"127.0.0.1:60248_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",  
 "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:40375_solr, 127.0.0.1:45157_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/7)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"testSimple1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:40375/solr";,
          "node_name":"127.0.0.1:40375_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"testSimple1_shard1_replica_n3",
          "base_url":"http://127.0.0.1:60248/solr";,
          "node_name":"127.0.0.1:60248_solr",
          "state":"down",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple1_shard2_replica_n5",
          "base_url":"http://127.0.0.1:40375/solr";,
          "node_name":"127.0.0.1:40375_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node8":{
          "core":"testSimple1_shard2_replica_n6",
          "base_url":"http://127.0.0.1:60248/solr";,
          "node_name":"127.0.0.1:60248_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([A49FFE281CCB1932:9C2CDAD63B38CDE3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:94)
        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.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:39662_solr, 
127.0.0.1:52421_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/9)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node2":{           
"dataDir":"hdfs://localhost:40697/data/testSimple1/core_node2/data/",           
"base_url":"http://127.0.0.1:59051/solr";,           
"node_name":"127.0.0.1:59051_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost:40697/data/testSimple1/core_node2/data/tlog",       
    "core":"testSimple1_shard1_replica_n1",           "shared_storage":"true",  
         "state":"down"},         "core_node5":{           
"dataDir":"hdfs://localhost:40697/data/testSimple1/core_node5/data/",           
"base_url":"http://127.0.0.1:39662/solr";,           
"node_name":"127.0.0.1:39662_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost:40697/data/testSimple1/core_node5/data/tlog",       
    "core":"testSimple1_shard1_replica_n3",           "shared_storage":"true",  
         "state":"active",           "leader":"true"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           
"dataDir":"hdfs://localhost:40697/data/testSimple1/core_node7/data/",           
"base_url":"http://127.0.0.1:59051/solr";,           
"node_name":"127.0.0.1:59051_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost:40697/data/testSimple1/core_node7/data/tlog",       
    "core":"testSimple1_shard2_replica_n4",           "shared_storage":"true",  
         "state":"down"},         "core_node8":{           
"dataDir":"hdfs://localhost:40697/data/testSimple1/core_node8/data/",           
"base_url":"http://127.0.0.1:39662/solr";,           
"node_name":"127.0.0.1:39662_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost:40697/data/testSimple1/core_node8/data/tlog",       
    "core":"testSimple1_shard2_replica_n6",           "shared_storage":"true",  
         "state":"active",           "leader":"true"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:39662_solr, 127.0.0.1:52421_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/9)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "dataDir":"hdfs://localhost:40697/data/testSimple1/core_node2/data/",
          "base_url":"http://127.0.0.1:59051/solr";,
          "node_name":"127.0.0.1:59051_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:40697/data/testSimple1/core_node2/data/tlog",
          "core":"testSimple1_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          "dataDir":"hdfs://localhost:40697/data/testSimple1/core_node5/data/",
          "base_url":"http://127.0.0.1:39662/solr";,
          "node_name":"127.0.0.1:39662_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:40697/data/testSimple1/core_node5/data/tlog",
          "core":"testSimple1_shard1_replica_n3",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost:40697/data/testSimple1/core_node7/data/",
          "base_url":"http://127.0.0.1:59051/solr";,
          "node_name":"127.0.0.1:59051_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:40697/data/testSimple1/core_node7/data/tlog",
          "core":"testSimple1_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost:40697/data/testSimple1/core_node8/data/",
          "base_url":"http://127.0.0.1:39662/solr";,
          "node_name":"127.0.0.1:39662_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:40697/data/testSimple1/core_node8/data/tlog",
          "core":"testSimple1_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([A49FFE281CCB1932:9C2CDAD63B38CDE3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:94)
        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.TriggerIntegrationTest.testEventQueue

Error Message:
action wasn't interrupted

Stack Trace:
java.lang.AssertionError: action wasn't interrupted
        at 
__randomizedtesting.SeedInfo.seed([A49FFE281CCB1932:6D2ABC8615ACDFC7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:743)
        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.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
replica never fully recovered

Stack Trace:
java.lang.AssertionError: replica never fully recovered
        at 
__randomizedtesting.SeedInfo.seed([A49FFE281CCB1932:C9635AD5A683E635]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.waitForRecovery(AutoscalingHistoryHandlerTest.java:405)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:341)
        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.ltr.TestLTRReRankingPipeline.testDifferentTopN

Error Message:
expected:<1.0> but was:<0.0>

Stack Trace:
java.lang.AssertionError: expected:<1.0> but was:<0.0>
        at 
__randomizedtesting.SeedInfo.seed([3C8ABF26EEA98575:CD2BCD76DB124FE7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:443)
        at org.junit.Assert.assertEquals(Assert.java:512)
        at 
org.apache.solr.ltr.TestLTRReRankingPipeline.testDifferentTopN(TestLTRReRankingPipeline.java:255)
        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.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 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxOnCoreReload

Error Message:
Number of registered MBeans is not the same as info registry size 
expected:<108> but was:<0>

Stack Trace:
java.lang.AssertionError: Number of registered MBeans is not the same as info 
registry size expected:<108> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([A49FFE281CCB1932:A62625446F88C5FF]: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.apache.solr.core.TestJmxIntegration.testJmxOnCoreReload(TestJmxIntegration.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.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:58960/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:58960/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([A49FFE281CCB1932:7C683ACCB710DB6E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
        at 
org.apache.solr.handler.TestReplicationHandler.index(TestReplicationHandler.java:180)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart(TestReplicationHandler.java:643)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:58960 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 47 more




Build Log:
[...truncated 12793 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/init-core-data-001
   [junit4]   2> 541549 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 541551 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 541551 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 541553 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-001
   [junit4]   2> 541553 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 541553 INFO  (Thread-966) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 541553 INFO  (Thread-966) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 541558 ERROR (Thread-966) [    ] 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> 541653 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:49919
   [junit4]   2> 541666 INFO  (zkConnectionManagerCallback-1435-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541681 INFO  (jetty-launcher-1432-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> 541681 INFO  (jetty-launcher-1432-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> 541681 INFO  (jetty-launcher-1432-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> 541682 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 541682 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 541683 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 541683 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5a00df37{/solr,null,AVAILABLE}
   [junit4]   2> 541685 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 541686 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 541686 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 541686 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77339ccd{/solr,null,AVAILABLE}
   [junit4]   2> 541687 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5849b343{HTTP/1.1,[http/1.1]}{127.0.0.1:59051}
   [junit4]   2> 541687 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.e.j.s.Server Started @544258ms
   [junit4]   2> 541687 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59051}
   [junit4]   2> 541687 ERROR (jetty-launcher-1432-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 541688 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 541688 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 541688 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 541688 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-10T16:19:31.766Z
   [junit4]   2> 541691 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4e08b88{HTTP/1.1,[http/1.1]}{127.0.0.1:39662}
   [junit4]   2> 541691 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.e.j.s.Server Started @544262ms
   [junit4]   2> 541691 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39662}
   [junit4]   2> 541691 ERROR (jetty-launcher-1432-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 541698 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 541698 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 541698 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 541699 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 541698 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 541699 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 541699 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-10T16:19:31.777Z
   [junit4]   2> 541700 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3cf7b671{/solr,null,AVAILABLE}
   [junit4]   2> 541702 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@13dd28d3{HTTP/1.1,[http/1.1]}{127.0.0.1:52421}
   [junit4]   2> 541702 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.e.j.s.Server Started @544273ms
   [junit4]   2> 541702 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52421}
   [junit4]   2> 541703 INFO  (zkConnectionManagerCallback-1437-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541703 ERROR (jetty-launcher-1432-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 541703 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 541705 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 541705 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 541705 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-10T16:19:31.783Z
   [junit4]   2> 541706 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 541706 INFO  (zkConnectionManagerCallback-1439-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541713 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 541737 INFO  (zkConnectionManagerCallback-1441-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541740 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 541744 INFO  (jetty-launcher-1432-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49919/solr
   [junit4]   2> 541745 INFO  (jetty-launcher-1432-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49919/solr
   [junit4]   2> 541754 INFO  (zkConnectionManagerCallback-1449-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541762 INFO  (zkConnectionManagerCallback-1446-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541776 INFO  (jetty-launcher-1432-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49919/solr
   [junit4]   2> 541787 INFO  
(zkConnectionManagerCallback-1451-thread-1-processing-n:127.0.0.1:59051_solr) 
[n:127.0.0.1:59051_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541787 INFO  (zkConnectionManagerCallback-1457-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541790 INFO  
(zkConnectionManagerCallback-1454-thread-1-processing-n:127.0.0.1:39662_solr) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541796 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 
0x104e0c1eb360007, likely client has closed socket
   [junit4]   2> 541815 INFO  
(zkConnectionManagerCallback-1459-thread-1-processing-n:127.0.0.1:52421_solr) 
[n:127.0.0.1:52421_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541979 INFO  (jetty-launcher-1432-thread-2) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541979 INFO  (jetty-launcher-1432-thread-3) 
[n:127.0.0.1:59051_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541980 INFO  (jetty-launcher-1432-thread-2) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39662_solr
   [junit4]   2> 541981 INFO  (jetty-launcher-1432-thread-3) 
[n:127.0.0.1:59051_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59051_solr
   [junit4]   2> 541981 INFO  (jetty-launcher-1432-thread-2) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.Overseer Overseer 
(id=73430617424265224-127.0.0.1:39662_solr-n_0000000000) starting
   [junit4]   2> 541985 INFO  
(zkCallback-1450-thread-1-processing-n:127.0.0.1:59051_solr) 
[n:127.0.0.1:59051_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 541988 INFO  (jetty-launcher-1432-thread-1) 
[n:127.0.0.1:52421_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 541988 INFO  
(zkCallback-1453-thread-1-processing-n:127.0.0.1:39662_solr) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 541992 INFO  (jetty-launcher-1432-thread-1) 
[n:127.0.0.1:52421_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541995 INFO  (jetty-launcher-1432-thread-1) 
[n:127.0.0.1:52421_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52421_solr
   [junit4]   2> 542007 INFO  
(zkCallback-1458-thread-1-processing-n:127.0.0.1:52421_solr) 
[n:127.0.0.1:52421_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 542008 INFO  
(zkCallback-1453-thread-1-processing-n:127.0.0.1:39662_solr) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 542008 INFO  
(zkCallback-1450-thread-1-processing-n:127.0.0.1:59051_solr) 
[n:127.0.0.1:59051_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 542021 DEBUG 
(OverseerAutoScalingTriggerThread-73430617424265224-127.0.0.1:39662_solr-n_0000000000)
 [n:127.0.0.1:39662_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 542023 DEBUG 
(OverseerAutoScalingTriggerThread-73430617424265224-127.0.0.1:39662_solr-n_0000000000)
 [n:127.0.0.1:39662_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 542023 INFO  (jetty-launcher-1432-thread-2) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39662_solr
   [junit4]   2> 542024 DEBUG 
(OverseerAutoScalingTriggerThread-73430617424265224-127.0.0.1:39662_solr-n_0000000000)
 [n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:52421_solr, 127.0.0.1:59051_solr]
   [junit4]   2> 542024 DEBUG 
(OverseerAutoScalingTriggerThread-73430617424265224-127.0.0.1:39662_solr-n_0000000000)
 [n:127.0.0.1:39662_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 542024 DEBUG 
(OverseerAutoScalingTriggerThread-73430617424265224-127.0.0.1:39662_solr-n_0000000000)
 [n:127.0.0.1:39662_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 542025 INFO  
(zkCallback-1450-thread-1-processing-n:127.0.0.1:59051_solr) 
[n:127.0.0.1:59051_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 542025 INFO  
(zkCallback-1453-thread-1-processing-n:127.0.0.1:39662_solr) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 542030 INFO  
(zkCallback-1458-thread-1-processing-n:127.0.0.1:52421_solr) 
[n:127.0.0.1:52421_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 542034 DEBUG 
(OverseerAutoScalingTriggerThread-73430617424265224-127.0.0.1:39662_solr-n_0000000000)
 [n:127.0.0.1:39662_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 542035 DEBUG 
(OverseerAutoScalingTriggerThread-73430617424265224-127.0.0.1:39662_solr-n_0000000000)
 [n:127.0.0.1:39662_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 542035 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 542086 INFO  (jetty-launcher-1432-thread-3) 
[n:127.0.0.1:59051_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59051.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 542115 INFO  (jetty-launcher-1432-thread-3) 
[n:127.0.0.1:59051_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59051.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 542116 INFO  (jetty-launcher-1432-thread-3) 
[n:127.0.0.1:59051_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59051.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 542117 INFO  (jetty-launcher-1432-thread-3) 
[n:127.0.0.1:59051_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-001/node3/.
   [junit4]   2> 542125 INFO  (jetty-launcher-1432-thread-2) 
[n:127.0.0.1:39662_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39662.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 542130 INFO  (jetty-launcher-1432-thread-1) 
[n:127.0.0.1:52421_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52421.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 542139 INFO  (jetty-launcher-1432-thread-2) 
[n:127.0.0.1:39662_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39662.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 542140 INFO  (jetty-launcher-1432-thread-2) 
[n:127.0.0.1:39662_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39662.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 542141 INFO  (jetty-launcher-1432-thread-2) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-001/node2/.
   [junit4]   2> 542146 INFO  (jetty-launcher-1432-thread-1) 
[n:127.0.0.1:52421_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52421.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 542146 INFO  (jetty-launcher-1432-thread-1) 
[n:127.0.0.1:52421_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52421.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 542148 INFO  (jetty-launcher-1432-thread-1) 
[n:127.0.0.1:52421_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-001/node1/.
   [junit4]   2> 542262 INFO  (zkConnectionManagerCallback-1467-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 542273 INFO  (zkConnectionManagerCallback-1471-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 542277 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 542278 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49919/solr ready
   [junit4]   2> 542774 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 543036 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 543472 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 543669 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 543687 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 543762 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 543823 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_36747_hdfs____.cwgucf/webapp
   [junit4]   2> 544040 DEBUG (ScheduledTrigger-2494-thread-2) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 544674 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36747
   [junit4]   2> 545040 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 545777 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 545783 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 545802 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_34744_datanode____7mj36l/webapp
   [junit4]   2> 546041 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 546306 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34744
   [junit4]   2> 546833 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 546838 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 546866 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_43284_datanode____meo01i/webapp
   [junit4]   2> 547041 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 547432 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A49FFE281CCB1932]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43284
   [junit4]   2> 547832 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:40697) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 547833 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:40697) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 548029 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4a6e8877bcbcc7: from storage 
DS-0069e264-93af-4d9b-a62e-5034dcb64752 node 
DatanodeRegistration(127.0.0.1:36890, 
datanodeUuid=7abec8f0-0230-4248-9db3-1a22a306846b, infoPort=37711, 
infoSecurePort=0, ipcPort=44651, 
storageInfo=lv=-56;cid=testClusterID;nsid=964566943;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 3 msecs
   [junit4]   2> 548029 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4a6e8877bda08d: from storage 
DS-2cc1f693-e95b-4615-b4ad-bbb790a598f9 node 
DatanodeRegistration(127.0.0.1:55352, 
datanodeUuid=e4a09f1a-baac-4810-9618-4dca7513715b, infoPort=39858, 
infoSecurePort=0, ipcPort=36219, 
storageInfo=lv=-56;cid=testClusterID;nsid=964566943;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 548030 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4a6e8877bda08d: from storage 
DS-586cf907-411d-4829-a745-f440c14eca47 node 
DatanodeRegistration(127.0.0.1:55352, 
datanodeUuid=e4a09f1a-baac-4810-9618-4dca7513715b, infoPort=39858, 
infoSecurePort=0, ipcPort=36219, 
storageInfo=lv=-56;cid=testClusterID;nsid=964566943;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 548030 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4a6e8877bcbcc7: from storage 
DS-4f464247-9b70-43fc-ad1c-3c0e7f1e0908 node 
DatanodeRegistration(127.0.0.1:36890, 
datanodeUuid=7abec8f0-0230-4248-9db3-1a22a306846b, infoPort=37711, 
infoSecurePort=0, ipcPort=44651, 
storageInfo=lv=-56;cid=testClusterID;nsid=964566943;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 548041 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 548767 INFO  
(TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[A49FFE281CCB1932]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 548772 INFO  (qtp1862748411-7516) [n:127.0.0.1:52421_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:59051_solr,127.0.0.1:39662_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 548778 INFO  
(OverseerThreadFactory-2496-thread-1-processing-n:127.0.0.1:39662_solr) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 548894 INFO  
(OverseerStateUpdate-73430617424265224-127.0.0.1:39662_solr-n_0000000000) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59051/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 548900 INFO  
(OverseerStateUpdate-73430617424265224-127.0.0.1:39662_solr-n_0000000000) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39662/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 548905 INFO  
(OverseerStateUpdate-73430617424265224-127.0.0.1:39662_solr-n_0000000000) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59051/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 548910 INFO  
(OverseerStateUpdate-73430617424265224-127.0.0.1:39662_solr-n_0000000000) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39662/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 549042 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 549128 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 549128 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 549129 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 549133 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n3&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 549135 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 549136 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 549256 INFO  
(zkCallback-1450-thread-1-processing-n:127.0.0.1:59051_solr) 
[n:127.0.0.1:59051_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 549256 INFO  
(zkCallback-1453-thread-1-processing-n:127.0.0.1:39662_solr) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 549256 INFO  
(zkCallback-1450-thread-2-processing-n:127.0.0.1:59051_solr) 
[n:127.0.0.1:59051_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 549257 INFO  
(zkCallback-1453-thread-2-processing-n:127.0.0.1:39662_solr) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 550042 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 550181 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 550187 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 550188 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 550195 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 550204 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 550206 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 550209 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 550210 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 550227 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 550227 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 550227 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 550227 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 550229 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59051.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 550230 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 550230 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n3' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 550230 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39662.solr.core.testSimple1.shard1.replica_n3' (registry 
'solr.core.testSimple1.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 550231 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59051.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 550233 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 550233 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 550234 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39662.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fbfa7f4
   [junit4]   2> 550268 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40697/data
   [junit4]   2> 550268 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 550268 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 550268 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-001/node3/testSimple1_shard1_replica_n1],
 dataDir=[hdfs://localhost:40697/data/testSimple1/core_node2/data/]
   [junit4]   2> 550269 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40697/data
   [junit4]   2> 550271 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 550271 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 550271 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-001/node3/testSimple1_shard2_replica_n4],
 dataDir=[hdfs://localhost:40697/data/testSimple1/core_node7/data/]
   [junit4]   2> 550269 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40697/data
   [junit4]   2> 550275 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 550275 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 550275 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-001/node2/testSimple1_shard1_replica_n3],
 dataDir=[hdfs://localhost:40697/data/testSimple1/core_node5/data/]
   [junit4]   2> 550276 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node2/data/snapshot_metadata
   [junit4]   2> 550278 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node5/data/snapshot_metadata
   [junit4]   2> 550281 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40697/data
   [junit4]   2> 550281 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 550281 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 550281 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A49FFE281CCB1932-001/tempDir-001/node2/testSimple1_shard2_replica_n6],
 dataDir=[hdfs://localhost:40697/data/testSimple1/core_node8/data/]
   [junit4]   2> 550284 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 550292 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 550362 WARN  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds 
and try again.
   [junit4]   2> 550363 WARN  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds 
and try again.
   [junit4]   2> 550365 WARN  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds 
and try again.
   [junit4]   2> 550365 WARN  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds 
and try again.
   [junit4]   2> 551043 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 552043 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 553043 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 554044 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 555044 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 555829 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node7/data
   [junit4]   2> 555836 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node2/data
   [junit4]   2> 555841 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node8/data
   [junit4]   2> 555845 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node5/data
   [junit4]   2> 555968 INFO  (qtp1425317528-7521) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node8/data/index
   [junit4]   2> 555974 INFO  (qtp1656177519-7510) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard1 r:core_node2 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node2/data/index
   [junit4]   2> 555983 INFO  (qtp1656177519-7508) [n:127.0.0.1:59051_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node7/data/index
   [junit4]   2> 556002 INFO  (qtp1425317528-7509) [n:127.0.0.1:39662_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40697/data/testSimple1/core_node5/data/index
   [junit4]   2> 556045 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 556598 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36890 is added to 
blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-586cf907-411d-4829-a745-f440c14eca47:NORMAL:127.0.0.1:55352|RBW],
 
ReplicaUC[[DISK]DS-0069e264-93af-4d9b-a62e-5034dcb64752:NORMAL:127.0.0.1:36890|RBW]]}
 size 69
   [junit4]   2> 556599 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55352 is added to 
blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-586cf907-411d-4829-a745-f440c14eca47:NORMAL:127.0.0.1:55352|RBW],
 
ReplicaUC[[DISK]DS-4f464247-9b70-43fc-ad1c-3c0e7f1e0908:NORMAL:127.0.0.1:36890|RBW]]}
 size 69
   [junit4]   2> 556599 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55352 is added to 
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2cc1f693-e95b-4615-b4ad-bbb790a598f9:NORMAL:127.0.0.1:55352|RBW],
 
ReplicaUC[[DISK]DS-0069e264-93af-4d9b-a62e-5034dcb64752:NORMAL:127.0.0.1:36890|RBW]]}
 size 69
   [junit4]   2> 556600 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55352 is added to 
blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-586cf907-411d-4829-a745-f440c14eca47:NORMAL:127.0.0.1:55352|RBW],
 
ReplicaUC[[DISK]DS-0069e264-93af-4d9b-a62e-5034dcb64752:NORMAL:127.0.0.1:36890|RBW]]}
 size 69
   [junit4]   2> 556600 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55352 is added to 
blk_1073741828_1004 size 69
   [junit4]   2> 556600 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36890 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 556600 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36890 is added to 
blk_1073741827_1003 size 69
   [junit4]   2> 556600 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36890 is added to 
blk_1073741826_1002 size 69
   [junit4]   2> 557045 DEBUG (ScheduledTrigger-2494-thread-1) 
[n:127.0.0.1:39662_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 557179 INFO  (qtp1656177519-7508) [

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

s.json
   [junit4]   2>        4       
/solr/collections/testMetricTrigger/collectionprops.json
   [junit4]   2>        4       
/solr/configs/testScheduledTrigger.AUTOCREATED/managed-schema
   [junit4]   2>        3       
/solr/collections/testScheduledTrigger/collectionprops.json
   [junit4]   2>        3       /solr/configs/testScheduledTrigger.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        76      /solr/collections/collection1/state.json
   [junit4]   2>        56      /solr/clusterstate.json
   [junit4]   2>        56      /solr/clusterprops.json
   [junit4]   2>        55      /solr/collections/testMetricTrigger/state.json
   [junit4]   2>        25      /solr/autoscaling.json
   [junit4]   2>        20      
/solr/collections/testScheduledTrigger/state.json
   [junit4]   2>        3       
/solr/overseer_elect/election/73430784934412336-127.0.0.1:49926_solr-n_0000000012
   [junit4]   2>        3       
/solr/collections/testScheduledTrigger/leader_elect/shard1/election/73430784934412359-core_node5-n_0000000000
   [junit4]   2>        3       
/solr/overseer_elect/election/73430784934412392-127.0.0.1:47686_solr-n_0000000028
   [junit4]   2>        2       
/solr/overseer_elect/election/73430784934412300-127.0.0.1:52165_solr-n_0000000002
   [junit4]   2>        2       
/solr/collections/testMetricTrigger/leader_elect/shard1/election/73430784934412300-core_node5-n_0000000000
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/73430784934412336-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/73430784934412382-127.0.0.1:40506_solr-n_0000000025
   [junit4]   2>        2       
/solr/overseer_elect/election/73430784934412322-127.0.0.1:40783_solr-n_0000000008
   [junit4]   2>        2       
/solr/overseer_elect/election/73430784934412359-127.0.0.1:48304_solr-n_0000000019
   [junit4]   2>        2       
/solr/overseer_elect/election/73430784934412352-127.0.0.1:39855_solr-n_0000000017
   [junit4]   2>        2       
/solr/overseer_elect/election/73430784934412402-127.0.0.1:47788_solr-n_0000000031
   [junit4]   2>        2       
/solr/overseer_elect/election/73430784934412408-127.0.0.1:58880_solr-n_0000000033
   [junit4]   2>        2       
/solr/overseer_elect/election/73430784934412375-127.0.0.1:39164_solr-n_0000000023
   [junit4]   2>        2       
/solr/overseer_elect/election/73430784934412312-127.0.0.1:43067_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        684     /solr/live_nodes
   [junit4]   2>        89      /solr/collections
   [junit4]   2>        25      /solr/overseer/queue-work
   [junit4]   2>        25      /solr/overseer/queue
   [junit4]   2>        25      /solr/overseer/collection-queue-work
   [junit4]   2>        22      /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2>        2       /solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2>        2       /solr/autoscaling/events/search_rate_trigger
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A49FFE281CCB1932-001
   [junit4]   2> Mar 10, 2018 5:07:23 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=PostingsFormat(name=LuceneFixedGap), id=FSTOrd50, 
x_s=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=337, 
maxMBSortInHeap=5.5278522491211755, sim=RandomSimilarity(queryNorm=false): {}, 
locale=is, timezone=BET
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=123453696,total=512753664
   [junit4]   2> NOTE: All tests run in this JVM: [TestGroupingSearch, 
HdfsChaosMonkeySafeLeaderTest, TestSystemCollAutoCreate, 
PreAnalyzedUpdateProcessorTest, TestConfigSets, PluginInfoTest, 
TestImpersonationWithHadoopAuth, TokenizerChainTest, TestRemoteStreaming, 
TestLegacyFieldCache, TestHashQParserPlugin, BitVectorTest, 
TestIBSimilarityFactory, HttpSolrCallGetCoreTest, 
TestWordDelimiterFilterFactory, HdfsRecoveryZkTest, SpellCheckCollatorTest, 
XmlUpdateRequestHandlerTest, UpdateLogTest, DirectUpdateHandlerTest, 
PropertiesRequestHandlerTest, TestComputePlanAction, 
OpenExchangeRatesOrgProviderTest, CurrencyFieldTypeTest, 
TestPHPSerializedResponseWriter, TestPseudoReturnFields, 
TestDistribDocBasedVersion, TestSegmentSorting, 
UninvertDocValuesMergePolicyTest, TestNestedDocsSort, 
FieldAnalysisRequestHandlerTest, TestLeaderInitiatedRecoveryThread, 
HighlighterMaxOffsetTest, TestQuerySenderNoQuery, SolrShardReporterTest, 
RAMDirectoryFactoryTest, BadCopyFieldTest, SSLMigrationTest, 
TestLuceneMatchVersion, DeleteStatusTest, ZkShardTermsTest, 
TestClassicSimilarityFactory, TestPhraseSuggestions, UpdateParamsTest, 
TermVectorComponentDistributedTest, AnalyticsQueryTest, EchoParamsTest, 
TestSkipOverseerOperations, AutoAddReplicasPlanActionTest, 
TestMaxTokenLenTokenizer, TestSchemaManager, CdcrRequestHandlerTest, 
TestPullReplicaErrorHandling, TestCollationField, TestLRUStatsCache, 
TestReqParamsAPI, TestTolerantUpdateProcessorRandomCloud, 
DistributedQueryElevationComponentTest, SearchHandlerTest, 
LeaderElectionContextKeyTest, TestUseDocValuesAsStored, TestComponentsName, 
TestMaxScoreQueryParser, CursorPagingTest, StatsReloadRaceTest, 
ConnectionReuseTest, TestIndexSearcher, ZkNodePropsTest, EnumFieldTest, 
TestCloudInspectUtil, SolrCLIZkUtilsTest, HdfsWriteToMultipleCollectionsTest, 
TestDirectoryFactory, AutoscalingHistoryHandlerTest, HighlighterConfigTest, 
TestCrossCoreJoin, TestMacroExpander, CdcrBootstrapTest, 
TestOnReconnectListenerSupport, SolrRequestParserTest, 
TestMinMaxOnMultiValuedField, UUIDUpdateProcessorFallbackTest, 
DistribJoinFromCollectionTest, TestReplicaProperties, TestSolrFieldCacheBean, 
DistributedFacetSimpleRefinementLongTailTest, 
TestDistributedStatsComponentCardinality, SolrMetricManagerTest, 
SimpleFacetsTest, TestExclusionRuleCollectionAccess, HLLSerializationTest, 
TestCSVLoader, HdfsThreadLeakTest, SpellCheckCollatorWithCollapseTest, 
TriLevelCompositeIdRoutingTest, TestGenericDistributedQueue, 
TestDynamicFieldCollectionResource, MBeansHandlerTest, HdfsDirectoryTest, 
ConfigSetsAPITest, TestJsonRequest, DeleteNodeTest, TestCoreBackup, 
TestCollectionsAPIViaSolrCloudCluster, SpellingQueryConverterTest, 
TestBulkSchemaConcurrent, TestConfigSetsAPIZkFailure, TestConfigOverlay, 
HdfsBasicDistributedZk2Test, LargeFieldTest, RequestHandlersTest, 
DistributedQueryComponentOptimizationTest, TestDistributedSearch, 
TestFieldCacheSortRandom, TestSchemaVersionResource, 
DistributedFacetPivotSmallTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TestDistribIDF, OverseerTaskQueueTest, DocValuesNotIndexedTest, 
MetricUtilsTest, DocumentAnalysisRequestHandlerTest, TestConfigsApi, 
TestRuleBasedAuthorizationPlugin, ZkCLITest, TestExtendedDismaxParser, 
TestSolrDeletionPolicy1, BasicDistributedZkTest, RestartWhileUpdatingTest, 
RollingRestartTest, SaslZkACLProviderTest, TestAuthenticationFramework, 
TestCloudJSONFacetJoinDomain, TestClusterProperties, 
TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, 
TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, 
TestMiniSolrCloudClusterSSL, TestRequestForwarding, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, 
TestStressInPlaceUpdates, TestTolerantUpdateProcessorCloud, 
CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, 
CustomCollectionTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, 
TestHdfsCloudBackupRestore, AutoAddReplicasIntegrationTest, 
ComputePlanActionTest, ExecutePlanActionTest, HttpTriggerListenerTest, 
MetricTriggerTest, NodeAddedTriggerTest, NodeLostTriggerTest, 
ScheduledTriggerTest, TestPolicyCloud, TriggerIntegrationTest]
   [junit4] Completed [633/782 (6!)] on J0 in 315.99s, 15 tests, 1 failure <<< 
FAILURES!

[...truncated 7906 lines...]
   [junit4] Suite: org.apache.solr.ltr.TestLTRReRankingPipeline
   [junit4]   2> 21890 INFO  
(TEST-TestLTRReRankingPipeline.testDifferentTopN-seed#[3C8ABF26EEA98575]) [    
] o.a.s.l.TestLTRReRankingPipeline rerank 1 documents 
   [junit4]   2> 21891 INFO  
(TEST-TestLTRReRankingPipeline.testDifferentTopN-seed#[3C8ABF26EEA98575]) [    
] o.a.s.l.TestLTRReRankingPipeline doc 0 in pos 0
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLTRReRankingPipeline -Dtests.method=testDifferentTopN 
-Dtests.seed=3C8ABF26EEA98575 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=hi -Dtests.timezone=Australia/Melbourne 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.11s J2 | TestLTRReRankingPipeline.testDifferentTopN <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1.0> but 
was:<0.0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3C8ABF26EEA98575:CD2BCD76DB124FE7]:0)
   [junit4]    >        at 
org.apache.solr.ltr.TestLTRReRankingPipeline.testDifferentTopN(TestLTRReRankingPipeline.java:255)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{field=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=Memory), final-score=PostingsFormat(name=Memory)}, 
docValues:{final-score=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=1619, maxMBSortInHeap=6.4488320203915706, 
sim=RandomSimilarity(queryNorm=true): {field=IB SPL-D1}, locale=hi, 
timezone=Australia/Melbourne
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=148283432,total=330825728
   [junit4]   2> NOTE: All tests run in this JVM: [TestFeatureLogging, 
TestRerankBase, TestAdapterModel, TestMultipleAdditiveTreesModel, 
TestUserTermScorerQuery, TestExternalFeatures, TestLTRQParserExplain, 
TestLTRQParserPlugin, TestLTRReRankingPipeline]
   [junit4] Completed [12/37 (1!)] on J2 in 0.20s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 42088 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to