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

7 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonShape.testBasicIntersects

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([B9E6444F46A67750:8E9BB7BA7A31D42E]:0)
        at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
        at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
        at 
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
        at 
org.apache.lucene.util.bkd.OfflinePointReader.split(OfflinePointReader.java:215)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1787)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1801)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1814)
        at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1004)
        at 
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:139)
        at 
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
        at 
org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
        at 
org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:215)
        at 
org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:141)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:470)
        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
        at 
org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:719)
        at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:492)
        at 
org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
        at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:79)
        at 
org.apache.lucene.document.TestLatLonShape.testBasicIntersects(TestLatLonShape.java:111)
        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)


FAILED:  
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes

Error Message:
unexpected shard state expected:<inactive> but was:<active>

Stack Trace:
java.lang.AssertionError: unexpected shard state expected:<inactive> but 
was:<active>
        at 
__randomizedtesting.SeedInfo.seed([CB29F49075E87627:73EAA0308933A352]: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.apache.solr.cloud.api.collections.ShardSplitTest.verifyShard(ShardSplitTest.java:380)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes(ShardSplitTest.java:372)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        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.api.collections.ShardSplitTest.test

Error Message:
Wrong doc count on shard1_0. See SOLR-5309 expected:<208> but was:<215>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_0. See SOLR-5309 
expected:<208> but was:<215>
        at 
__randomizedtesting.SeedInfo.seed([CB29F49075E87627:437DCB4ADB141BDF]: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.cloud.api.collections.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:968)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.splitByUniqueKeyTest(ShardSplitTest.java:751)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.test(ShardSplitTest.java:105)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute

Error Message:
last state: DocCollection(testExecute//clusterstate.json/23)={   
"replicationFactor":"1",   "pullReplicas":"0",   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0",   
"autoCreated":"true",   "shards":{"shard1":{       "replicas":{         
"core_node1":{           "core":"testExecute_shard1_replica_n1",           
"leader":"true",           "SEARCHER.searcher.maxDoc":0,           
"SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,         
  "node_name":"127.0.0.1:10001_solr",           "state":"active",           
"type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           
"SEARCHER.searcher.numDocs":0},         "core_node2":{           
"core":"testExecute_shard1_replica_n2",           "SEARCHER.searcher.maxDoc":0, 
          "SEARCHER.searcher.deletedDocs":0,           
"INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10002_solr",        
   "state":"active",           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},  
       "core_node4":{           "node_name":"127.0.0.1:10001_solr",           
"core":"testExecute_shard1_replica_n3",           "state":"active",           
"INDEX.sizeInBytes":10240,           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6}},       "range":"80000000-7fffffff",       
"state":"active"}}}

Stack Trace:
java.util.concurrent.TimeoutException: last state: 
DocCollection(testExecute//clusterstate.json/23)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{"shard1":{
      "replicas":{
        "core_node1":{
          "core":"testExecute_shard1_replica_n1",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10001_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node2":{
          "core":"testExecute_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10002_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node4":{
          "node_name":"127.0.0.1:10001_solr",
          "core":"testExecute_shard1_replica_n3",
          "state":"active",
          "INDEX.sizeInBytes":10240,
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
__randomizedtesting.SeedInfo.seed([CB29F49075E87627:FA99E69D671F89A0]:0)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
        at 
org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute(TestExecutePlanAction.java:154)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  
'org.apache.solr.core.BlobStoreTestRequestHandler' for path 
'overlay/requestHandler/\/test1/class' full output: {   "responseHeader":{     
"status":0,     "QTime":0},   "overlay":{     "znodeVersion":0,     
"runtimeLib":{"colltest":{         "name":"colltest",         "version":1}}}},  
from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  
'org.apache.solr.core.BlobStoreTestRequestHandler' for path 
'overlay/requestHandler/\/test1/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":0,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}}}},  from server:  null
        at 
__randomizedtesting.SeedInfo.seed([CB29F49075E87627:1364D9C78235D387]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:595)
        at 
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:79)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
last state: 
DocCollection(testSplitIntegration_collection//clusterstate.json/131)={   
"replicationFactor":"1",   "pullReplicas":"0",   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0",   
"autoCreated":"true",   "shards":{     "shard2":{       "replicas":{         
"core_node3":{           
"core":"testSplitIntegration_collection_shard2_replica_n3",           
"leader":"true",           "SEARCHER.searcher.maxDoc":0,           
"SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,         
  "node_name":"127.0.0.1:10003_solr",           "state":"active",           
"type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           
"SEARCHER.searcher.numDocs":0},         "core_node4":{           
"core":"testSplitIntegration_collection_shard2_replica_n4",           
"SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10002_solr",   
        "state":"active",           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0}}, 
      "range":"0-7fffffff",       "state":"active"},     "shard1":{       
"stateTimestamp":"1531824327877547800",       "replicas":{         
"core_node1":{           
"core":"testSplitIntegration_collection_shard1_replica_n1",           
"leader":"true",           "SEARCHER.searcher.maxDoc":25,           
"SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":22740,         
  "node_name":"127.0.0.1:10003_solr",           "state":"active",           
"type":"NRT",           "INDEX.sizeInGB":2.117827534675598E-5,           
"SEARCHER.searcher.numDocs":25},         "core_node2":{           
"core":"testSplitIntegration_collection_shard1_replica_n2",           
"SEARCHER.searcher.maxDoc":25,           "SEARCHER.searcher.deletedDocs":0,     
      "INDEX.sizeInBytes":22740,           "node_name":"127.0.0.1:10002_solr",  
         "state":"active",           "type":"NRT",           
"INDEX.sizeInGB":2.117827534675598E-5,           
"SEARCHER.searcher.numDocs":25}},       "range":"80000000-ffffffff",       
"state":"inactive"},     "shard1_1":{       "parent":"shard1",       
"stateTimestamp":"1531824327878076650",       "range":"c0000000-ffffffff",      
 "state":"active",       "replicas":{         "core_node10":{           
"leader":"true",           
"core":"testSplitIntegration_collection_shard1_1_replica1",           
"SEARCHER.searcher.maxDoc":12,           "SEARCHER.searcher.deletedDocs":0,     
      "INDEX.sizeInBytes":16240,           "node_name":"127.0.0.1:10002_solr",  
         "base_url":"http://127.0.0.1:10002/solr";,           "state":"active",  
         "type":"NRT",           "INDEX.sizeInGB":1.5124678611755371E-5,        
   "SEARCHER.searcher.numDocs":12},         "core_node9":{           
"core":"testSplitIntegration_collection_shard1_1_replica0",           
"SEARCHER.searcher.maxDoc":12,           "SEARCHER.searcher.deletedDocs":0,     
      "INDEX.sizeInBytes":16240,           "node_name":"127.0.0.1:10003_solr",  
         "base_url":"http://127.0.0.1:10003/solr";,           "state":"active",  
         "type":"NRT",           "INDEX.sizeInGB":1.5124678611755371E-5,        
   "SEARCHER.searcher.numDocs":12}}},     "shard1_0":{       "parent":"shard1", 
      "stateTimestamp":"1531824327877977550",       
"range":"80000000-bfffffff",       "state":"active",       "replicas":{         
"core_node7":{           "leader":"true",           
"core":"testSplitIntegration_collection_shard1_0_replica0",           
"SEARCHER.searcher.maxDoc":13,           "SEARCHER.searcher.deletedDocs":0,     
      "INDEX.sizeInBytes":26980,           "node_name":"127.0.0.1:10003_solr",  
         "base_url":"http://127.0.0.1:10003/solr";,           "state":"active",  
         "type":"NRT",           "INDEX.sizeInGB":2.512708306312561E-5,         
  "SEARCHER.searcher.numDocs":13},         "core_node8":{           
"core":"testSplitIntegration_collection_shard1_0_replica1",           
"SEARCHER.searcher.maxDoc":13,           "SEARCHER.searcher.deletedDocs":0,     
      "INDEX.sizeInBytes":26980,           "node_name":"127.0.0.1:10002_solr",  
         "base_url":"http://127.0.0.1:10002/solr";,           "state":"active",  
         "type":"NRT",           "INDEX.sizeInGB":2.512708306312561E-5,         
  "SEARCHER.searcher.numDocs":13}}}}}

Stack Trace:
java.util.concurrent.TimeoutException: last state: 
DocCollection(testSplitIntegration_collection//clusterstate.json/131)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{
    "shard2":{
      "replicas":{
        "core_node3":{
          "core":"testSplitIntegration_collection_shard2_replica_n3",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10003_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node4":{
          "core":"testSplitIntegration_collection_shard2_replica_n4",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10002_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"0-7fffffff",
      "state":"active"},
    "shard1":{
      "stateTimestamp":"1531824327877547800",
      "replicas":{
        "core_node1":{
          "core":"testSplitIntegration_collection_shard1_replica_n1",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":25,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":22740,
          "node_name":"127.0.0.1:10003_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":2.117827534675598E-5,
          "SEARCHER.searcher.numDocs":25},
        "core_node2":{
          "core":"testSplitIntegration_collection_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":25,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":22740,
          "node_name":"127.0.0.1:10002_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":2.117827534675598E-5,
          "SEARCHER.searcher.numDocs":25}},
      "range":"80000000-ffffffff",
      "state":"inactive"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1531824327878076650",
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node10":{
          "leader":"true",
          "core":"testSplitIntegration_collection_shard1_1_replica1",
          "SEARCHER.searcher.maxDoc":12,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":16240,
          "node_name":"127.0.0.1:10002_solr",
          "base_url":"http://127.0.0.1:10002/solr";,
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":1.5124678611755371E-5,
          "SEARCHER.searcher.numDocs":12},
        "core_node9":{
          "core":"testSplitIntegration_collection_shard1_1_replica0",
          "SEARCHER.searcher.maxDoc":12,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":16240,
          "node_name":"127.0.0.1:10003_solr",
          "base_url":"http://127.0.0.1:10003/solr";,
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":1.5124678611755371E-5,
          "SEARCHER.searcher.numDocs":12}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1531824327877977550",
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "leader":"true",
          "core":"testSplitIntegration_collection_shard1_0_replica0",
          "SEARCHER.searcher.maxDoc":13,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":26980,
          "node_name":"127.0.0.1:10003_solr",
          "base_url":"http://127.0.0.1:10003/solr";,
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":2.512708306312561E-5,
          "SEARCHER.searcher.numDocs":13},
        "core_node8":{
          "core":"testSplitIntegration_collection_shard1_0_replica1",
          "SEARCHER.searcher.maxDoc":13,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":26980,
          "node_name":"127.0.0.1:10002_solr",
          "base_url":"http://127.0.0.1:10002/solr";,
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":2.512708306312561E-5,
          "SEARCHER.searcher.numDocs":13}}}}}
        at 
__randomizedtesting.SeedInfo.seed([CB29F49075E87627:F2A74DD05A17BFD9]:0)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration(IndexSizeTriggerTest.java:313)
        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.api.collections.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
We think that split was successful but sub-shard states were not updated even 
after 2 minutes.

Stack Trace:
java.lang.AssertionError: We think that split was successful but sub-shard 
states were not updated even after 2 minutes.
        at 
__randomizedtesting.SeedInfo.seed([CB29F49075E87627:400E274134EEDDA3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:555)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 9555 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShape
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShape 
-Dtests.method=testBasicIntersects -Dtests.seed=B9E6444F46A67750 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=ar-EG -Dtests.timezone=NZ-CHAT -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   57.1s J0 | TestLatLonShape.testBasicIntersects <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B9E6444F46A67750:8E9BB7BA7A31D42E]:0)
   [junit4]    >        at 
org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
   [junit4]    >        at 
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
   [junit4]    >        at 
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
   [junit4]    >        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
   [junit4]    >        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    >        at 
org.apache.lucene.util.bkd.OfflinePointReader.split(OfflinePointReader.java:215)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1787)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1801)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1814)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1004)
   [junit4]    >        at 
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:139)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
   [junit4]    >        at 
org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:215)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:141)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:470)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:719)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:492)
   [junit4]    >        at 
org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]    >        at 
org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:79)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonShape.testBasicIntersects(TestLatLonShape.java:111)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=173, maxMBSortInHeap=5.935764453923064, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2e2bcde4),
 locale=ar-EG, timezone=NZ-CHAT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=329883400,total=344457216
   [junit4]   2> NOTE: All tests run in this JVM: [TestPayloadSpanUtil, 
TestIDVersionPostingsFormat, TestLatLonBoundingBoxQueries, 
TestDocValuesNumbersQuery, TestFloatPointNearestNeighbor, TestHalfFloatPoint, 
TestLatLonDocValuesField, TestLatLonPoint, TestLatLonPointDistanceSort, 
TestLatLonShape]
   [junit4] Completed [18/24 (1!)] on J0 in 57.17s, 2 tests, 1 error, 1 skipped 
<<< FAILURES!

[...truncated 16 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/build/sandbox/test/temp/junit4-J0-20180715_194722_5937048729078580913512.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/heapdumps/java_pid16781.hprof
 ...
   [junit4] Heap dump file created [434865251 bytes in 2.027 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 2640 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
   [junit4]   2> 74147 INFO  
(SUITE-TestExecutePlanAction-seed#[CB29F49075E87627]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_CB29F49075E87627-001/init-core-data-001
   [junit4]   2> 74148 WARN  
(SUITE-TestExecutePlanAction-seed#[CB29F49075E87627]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 74149 INFO  
(SUITE-TestExecutePlanAction-seed#[CB29F49075E87627]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 74176 INFO  
(SUITE-TestExecutePlanAction-seed#[CB29F49075E87627]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 74437 DEBUG 
(SUITE-TestExecutePlanAction-seed#[CB29F49075E87627]-worker) [    ] 
o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 
127.0.0.1:10000_solr
   [junit4]   2> 74439 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 74440 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 0
   [junit4]   2> 74441 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 74441 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 74450 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:10000_solr]
   [junit4]   2> 74470 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 74470 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 74471 DEBUG (ScheduledTrigger-146-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1
   [junit4]   2> 74485 INFO  
(SUITE-TestExecutePlanAction-seed#[CB29F49075E87627]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 74490 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIntegration
   [junit4]   2> 74490 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
1
   [junit4]   2> 74491 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 74492 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 74492 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 74492 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 74493 INFO  
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 74493 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:189)
 [java/:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 74535 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 74535 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 74535 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 74535 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool 
executor
   [junit4]   2> 74535 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 74535 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 74545 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 74545 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 2
   [junit4]   2> 74556 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion -1
   [junit4]   2> 74556 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 74599 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 74605 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 74605 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 74608 DEBUG (ScheduledTrigger-151-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74650 DEBUG (ScheduledTrigger-151-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74679 DEBUG (ScheduledTrigger-151-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74710 DEBUG (ScheduledTrigger-151-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74731 DEBUG (ScheduledTrigger-151-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74751 DEBUG (ScheduledTrigger-151-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74772 DEBUG (ScheduledTrigger-151-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74792 DEBUG (ScheduledTrigger-151-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74812 DEBUG (ScheduledTrigger-151-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74833 DEBUG (ScheduledTrigger-151-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74840 DEBUG (simCloudManagerPool-150-thread-1) [    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 74840 DEBUG (simCloudManagerPool-150-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 74848 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 74849 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger - Initial 
livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 74849 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 74849 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 74849 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 74938 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74960 DEBUG (ScheduledTrigger-151-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 74961 DEBUG (ScheduledTrigger-151-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 74964 DEBUG (simCloudManagerPool-150-thread-2) [    ] 
o.a.s.c.o.ClusterStateMutator building a new cName: testIntegration
   [junit4]   2> 74981 DEBUG (ScheduledTrigger-151-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 74981 DEBUG (ScheduledTrigger-151-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 75001 DEBUG (ScheduledTrigger-151-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 75001 DEBUG (ScheduledTrigger-151-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 75013 DEBUG (simCloudManagerPool-150-thread-2) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 75021 DEBUG (ScheduledTrigger-151-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 75022 DEBUG (ScheduledTrigger-151-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 75042 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 75042 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 75062 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 75062 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 75086 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 75086 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 75112 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 
127.0.0.1:10001_solr
   [junit4]   2> 75118 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75118 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 1
   [junit4]   2> 75119 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10000_solr
   [junit4]   2> 75119 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1
   [junit4]   2> 75119 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10000_solr
   [junit4]   2> 75121 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75122 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75122 DEBUG (simCloudManagerPool-150-thread-5) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testIntegration / 
shard1: {"core_node1":{
   [junit4]   2>     "core":"testIntegration_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testIntegration"}}
   [junit4]   2> 75123 DEBUG (simCloudManagerPool-150-thread-6) [    ] 
o.a.s.c.ActionThrottle The last leader attempt started 142ms ago.
   [junit4]   2> 75123 INFO  (simCloudManagerPool-150-thread-6) [    ] 
o.a.s.c.ActionThrottle Throttling leader attempts - waiting for 4857ms
   [junit4]   2> 75123 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75124 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75125 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75126 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75128 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75129 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75130 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75131 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75132 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75133 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75134 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75135 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75137 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75138 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75139 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 1
   [junit4]   2> 75139 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost 
nodes: [127.0.0.1:10000_solr]
   [junit4]   2> 75141 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"7176316d4310f3T1sfaeiikkb124ovarlph3b8q2",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":31936627026890995,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[31936627026890995],
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}}
   [junit4]   2> 75141 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75141 DEBUG (ScheduledTrigger-151-thread-3) [    ] 
o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, 
.scheduled_maintenance, node_lost_trigger]
   [junit4]   2> 75142 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75144 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75145 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75146 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75147 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75148 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75149 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75150 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75151 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75153 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75154 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75155 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75156 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75157 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75157 DEBUG (simCloudManagerPool-150-thread-7) [    ] 
o.a.s.c.o.ClusterStateMutator building a new cName: .system
   [junit4]   2> 75158 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75159 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75161 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75162 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75163 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75164 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75165 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75166 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75167 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75168 DEBUG (simCloudManagerPool-150-thread-7) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 75169 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75171 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75172 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75173 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75174 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75177 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75178 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75179 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75180 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75181 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75182 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75193 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75194 DEBUG (simCloudManagerPool-150-thread-7) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard1:{
   [junit4]   2>   "replicas":{"core_node1":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 75207 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75209 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75214 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75215 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75216 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75218 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75219 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75220 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75221 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75222 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75226 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75227 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75228 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75230 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75231 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75232 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75233 DEBUG (AutoscalingActionExecutor-152-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"7176316d4310f3T1sfaeiikkb124ovarlph3b8q2",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":31936627026890995,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[31936627026890995],
   [junit4]   2>     "_enqueue_time_":31936628171039495,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}}
   [junit4]   2> 75233 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75234 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75235 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75236 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75237 DEBUG (AutoscalingActionExecutor-152-thread-1) [    ] 
o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"7176316d4310f3T1sfaeiikkb124ovarlph3b8q2",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":31936627026890995,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[31936627026890995],
   [junit4]   2>     "_enqueue_time_":31936628171039495,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}} with context 
properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 75238 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75239 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75240 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75241 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75242 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75243 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75244 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75246 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75247 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75248 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75249 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75250 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75251 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75252 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75254 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75255 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75256 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75257 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75258 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75259 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75262 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75263 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75264 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75265 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75267 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75268 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75269 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75270 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75271 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75272 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75273 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75275 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75276 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75277 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75278 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75279 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75280 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75281 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75283 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75284 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75285 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75286 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75287 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75288 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75289 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75291 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75297 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75298 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75300 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75301 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75302 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75303 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75304 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75306 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75307 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75308 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, 
expected=2, found=1
   [junit4]   2> 75310 DEBUG 
(TEST-TestExecutePlanAction.testIntegration-seed#[CB29F49075E876

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

27.0.0.1:55433__gp c:collection1 s:shard1 r:core_node48 
x:collection1_shard1_replica_t47] o.a.s.c.ShardLeaderElectionContext We failed 
sync, but we have no versions - we can't sync in that case - we were active 
before, so become leader anyway
   [junit4]   2> 3277560 INFO  (zkCallback-7988-thread-1) 
[n:127.0.0.1:55433__gp c:collection1 s:shard1 r:core_node48 
x:collection1_shard1_replica_t47] o.a.s.c.SolrCore 
[collection1_shard1_replica_t47]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@46b55cf3
   [junit4]   2> 3277560 INFO  (zkCallback-7988-thread-1) 
[n:127.0.0.1:55433__gp c:collection1 s:shard1 r:core_node48 
x:collection1_shard1_replica_t47] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_t47, tag=46b55cf3
   [junit4]   2> 3277560 INFO  (zkCallback-7988-thread-1) 
[n:127.0.0.1:55433__gp c:collection1 s:shard1 r:core_node48 
x:collection1_shard1_replica_t47] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@327e893d: rootName = null, 
domain = solr.core.collection1.shard1.replica_t47, service url = null, agent id 
= null] for registry solr.core.collection1.shard1.replica_t47 / 
com.codahale.metrics.MetricRegistry@3ed1f31b
   [junit4]   2> 3277569 INFO  (zkCallback-7988-thread-1) 
[n:127.0.0.1:55433__gp c:collection1 s:shard1 r:core_node48 
x:collection1_shard1_replica_t47] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=46b55cf3
   [junit4]   2> 3277577 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[CB29F49075E87627]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@2d881f0c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3277577 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[CB29F49075E87627]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d47b255{/_gp,null,UNAVAILABLE}
   [junit4]   2> 3277577 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[CB29F49075E87627]) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3277579 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop jetty! 53543
   [junit4]   2> 3277579 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[CB29F49075E87627]) [    ] 
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> 3277581 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[CB29F49075E87627]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:47868 47868
   [junit4]   2> 3277666 INFO  (Thread-8900) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:47868 47868
   [junit4]   2> 3277667 WARN  (Thread-8900) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        14      /solr/collections/collection1/terms/shard1_1
   [junit4]   2>        12      /solr/aliases.json
   [junit4]   2>        10      /solr/collections/collection1/terms/shard1_0
   [junit4]   2>        9       /solr/collections/collection1/terms/shard1
   [junit4]   2>        9       /solr/collections/collection1/terms/shard2
   [junit4]   2>        8       /solr/collections/collection1/state.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        2       
/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/clusterprops.json
   [junit4]   2>        12      /solr/clusterstate.json
   [junit4]   2>        5       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/live_nodes
   [junit4]   2>        12      /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        5       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        5       /solr/overseer/queue-work
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_CB29F49075E87627-001
   [junit4]   2> Jul 15, 2018 8:51:28 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@10537293),
 locale=mt-MT, timezone=AGT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=200550784,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: 
[PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestCSVLoader, 
UpdateParamsTest, TestChildDocTransformer, TestCloudNestedDocsSort, 
DistributedFacetPivotLargeTest, TestQueryTypes, UnloadDistributedZkTest, 
TestBadConfig, SpellCheckCollatorTest, TestEmbeddedSolrServerConstructors, 
TestRecoveryHdfs, ConnectionReuseTest, TestPostingsSolrHighlighter, 
AliasIntegrationTest, TestConfigSets, DistanceFunctionTest, MetricsHandlerTest, 
ManagedSchemaRoundRobinCloudTest, ResponseHeaderTest, 
AutoAddReplicasIntegrationTest, TimeRoutedAliasUpdateProcessorTest, 
TestCloudConsistency, SolrMetricsIntegrationTest, TestScoreJoinQPScore, 
MigrateRouteKeyTest, ExitableDirectoryReaderTest, TestXmlQParserPlugin, 
TestCloudSchemaless, TestRawTransformer, ChaosMonkeyNothingIsSafeTest, 
ReturnFieldsTest, AnalysisAfterCoreReloadTest, CoreAdminRequestStatusTest, 
SecurityConfHandlerTest, FacetPivotSmallTest, FullHLLTest, 
DirectUpdateHandlerTest, TestQuerySenderListener, 
TestSha256AuthenticationProvider, MoveReplicaHDFSTest, 
TestCloudPseudoReturnFields, ReplicaListTransformerTest, 
TestMiniSolrCloudClusterSSL, OverriddenZkACLAndCredentialsProvidersTest, 
TestSolrXml, TestAuthorizationFramework, HttpPartitionTest, 
BlobRepositoryCloudTest, TestObjectReleaseTracker, 
TestRandomCollapseQParserPlugin, SolrCoreCheckLockOnStartupTest, 
TestCrossCoreJoin, TestShardHandlerFactory, SpatialHeatmapFacetsTest, 
TestConfigOverlay, TestSubQueryTransformerDistrib, TestGeoJSONResponseWriter, 
TestSolrCLIRunExample, TestSolrCoreProperties, TestTrieFacet, 
CollectionReloadTest, ResponseBuilderTest, TestSolrDeletionPolicy1, 
TestComplexPhraseLeadingWildcard, LoggingHandlerTest, HdfsDirectoryTest, 
TestMinMaxOnMultiValuedField, TestMultiWordSynonyms, 
AnalyticsMergeStrategyTest, RuleEngineTest, TestDFISimilarityFactory, 
CdcrBootstrapTest, SpatialFilterTest, ZkStateReaderTest, TestWriterPerf, 
HdfsWriteToMultipleCollectionsTest, TestUseDocValuesAsStored, TestReqParamsAPI, 
LeaderElectionContextKeyTest, XmlUpdateRequestHandlerTest, TestPullReplica, 
TestSolrCloudWithKerberosAlt, TestManagedSchemaThreadSafety, 
TestCSVResponseWriter, ConfigureRecoveryStrategyTest, TestSolrCoreParser, 
TestSmileRequest, TestLegacyNumericUtils, DistributedFacetPivotSmallTest, 
TestPerFieldSimilarity, BlockJoinFacetRandomTest, TestFieldCacheSort, 
TestSolrCloudWithHadoopAuthPlugin, DirectSolrSpellCheckerTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, PreAnalyzedUpdateProcessorTest, 
CursorPagingTest, TestFieldCacheWithThreads, DeleteShardTest, 
TestLeaderElectionZkExpiry, SliceStateTest, StatsReloadRaceTest, TestLazyCores, 
CursorMarkTest, MoreLikeThisHandlerTest, RequestHandlersTest, 
TestHalfAndHalfDocValues, BadCopyFieldTest, SimpleMLTQParserTest, 
TestTolerantUpdateProcessorCloud, SignatureUpdateProcessorFactoryTest, 
RequiredFieldsTest, RestoreTriggerStateTest, 
DistribDocExpirationUpdateProcessorTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestTriggerIntegration, 
PreAnalyzedFieldManagedSchemaCloudTest, PeerSyncTest, ChangedSchemaMergeTest, 
UUIDUpdateProcessorFallbackTest, DistributedSpellCheckComponentTest, 
TestPHPSerializedResponseWriter, SampleTest, TestLocalFSCloudBackupRestore, 
SolrJmxReporterCloudTest, TestFieldResource, TestDynamicLoading, 
TestComputePlanAction, ReplaceNodeTest, ConcurrentCreateRoutedAliasTest, 
CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteNodeTest, 
DistributedQueueTest, DistributedVersionInfoTest, FullSolrCloudDistribCmdsTest, 
HealthCheckHandlerTest, HttpPartitionOnCommitTest, 
LeaderFailureAfterFreshStartTest, LeaderVoteWaitTimeoutTest, 
MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, OverseerTest, RecoveryZkTest, 
RemoteQueryErrorTest, ReplaceNodeNoTargetTest, RollingRestartTest, 
SaslZkACLProviderTest, ShardRoutingCustomTest, ShardRoutingTest, 
SolrXmlInZkTest, SyncSliceTest, TestClusterProperties, 
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDistribDocBasedVersion, 
TestDistributedMap, TestExclusionRuleCollectionAccess, 
TestLeaderElectionWithEmptyReplica, TestRequestForwarding, 
TestSSLRandomization, TestSegmentSorting, TestSolrCloudWithDelegationTokens, 
TestStressInPlaceUpdates, ZkControllerTest, ZkSolrClientTest, 
ConcurrentDeleteAndCreateCollectionTest, HdfsCollectionsAPIDistributedZkTest, 
ShardSplitTest]
   [junit4] Completed [542/824 (4!)] on J0 in 432.35s, 7 tests, 3 failures <<< 
FAILURES!

[...truncated 9650 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:642:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:585:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid16781.hprof

Total time: 141 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-BadApples-Tests-master #96 to 
compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to