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

7 tests failed.
FAILED:  
org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
        at 
__randomizedtesting.SeedInfo.seed([99DB17E34295DCD:8C299D0908D6E455]:0)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
        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.LeaderTragicEventTest.test

Error Message:
Error from server at http://127.0.0.1:51885/solr: collection already exists: 
collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:51885/solr: collection already exists: 
collection1
        at 
__randomizedtesting.SeedInfo.seed([99DB17E34295DCD:81C98EA49AD53035]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
        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.TestAuthenticationFramework.testBasics

Error Message:
Error from server at 
http://127.0.0.1:37931/solr/testcollection_shard1_replica_n2: Expected mime 
type application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 
Can not find: /solr/testcollection_shard1_replica_n2/update</title> </head> 
<body><h2>HTTP ERROR 404</h2> <p>Problem accessing 
/solr/testcollection_shard1_replica_n2/update. Reason: <pre>    Can not find: 
/solr/testcollection_shard1_replica_n2/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>  
</body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:37931/solr/testcollection_shard1_replica_n2: 
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: 
/solr/testcollection_shard1_replica_n2/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: 
/solr/testcollection_shard1_replica_n2/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>

</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([99DB17E34295DCD:34451F520CC703BD]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1015)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:948)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:948)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:948)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:948)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:948)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.TestAuthenticationFramework.collectionCreateSearchDeleteTwice(TestAuthenticationFramework.java:127)
        at 
org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:75)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:37931/solr/testcollection_shard1_replica_n2: 
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: 
/solr/testcollection_shard1_replica_n2/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: 
/solr/testcollection_shard1_replica_n2/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>

</body>
</html>

        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more


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

Error Message:
events: [CapturedEvent{timestamp=31927328076635458, stage=STARTED, 
actionName='null', event={   "id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",   
"source":"index_size_trigger2",   "eventTime":31927324900565058,   
"eventType":"INDEXSIZE",   "properties":{     "__start__":1,     
"aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     "belowSize":{},    
 "_enqueue_time_":31927328038400558,     "requestedOps":["Op{action=SPLITSHARD, 
hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, context={}, config={   
"trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     
"SUCCEEDED",     "FAILED"],   "afterAction":[     "compute_plan",     
"execute_plan"],   
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   "beforeAction":[     "compute_plan",     "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927329238198908, stage=BEFORE_ACTION, 
actionName='compute_plan', event={   
"id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",   
"source":"index_size_trigger2",   "eventTime":31927324900565058,   
"eventType":"INDEXSIZE",   "properties":{     "__start__":1,     
"aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     "belowSize":{},    
 "_enqueue_time_":31927328038400558,     "requestedOps":["Op{action=SPLITSHARD, 
hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, 
context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2}, 
config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     
"ABORTED",     "SUCCEEDED",     "FAILED"],   "afterAction":[     
"compute_plan",     "execute_plan"],   
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   "beforeAction":[     "compute_plan",     "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927329291997958, stage=AFTER_ACTION, 
actionName='compute_plan', event={   
"id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",   
"source":"index_size_trigger2",   "eventTime":31927324900565058,   
"eventType":"INDEXSIZE",   "properties":{     "__start__":1,     
"aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     "belowSize":{},    
 "_enqueue_time_":31927328038400558,     "requestedOps":["Op{action=SPLITSHARD, 
hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, 
context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard,
 method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1}], 
properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2, 
properties.AFTER_ACTION=[compute_plan]}, config={   
"trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     
"SUCCEEDED",     "FAILED"],   "afterAction":[     "compute_plan",     
"execute_plan"],   
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   "beforeAction":[     "compute_plan",     "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927329311763358, stage=BEFORE_ACTION, 
actionName='execute_plan', event={   
"id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",   
"source":"index_size_trigger2",   "eventTime":31927324900565058,   
"eventType":"INDEXSIZE",   "properties":{     "__start__":1,     
"aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     "belowSize":{},    
 "_enqueue_time_":31927328038400558,     "requestedOps":["Op{action=SPLITSHARD, 
hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, 
context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard,
 method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1}], 
properties.BEFORE_ACTION=[compute_plan, execute_plan], 
source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={   
"trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     
"SUCCEEDED",     "FAILED"],   "afterAction":[     "compute_plan",     
"execute_plan"],   
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   "beforeAction":[     "compute_plan",     "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927337673419258, stage=AFTER_ACTION, 
actionName='execute_plan', event={   
"id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",   
"source":"index_size_trigger2",   "eventTime":31927324900565058,   
"eventType":"INDEXSIZE",   "properties":{     "__start__":1,     
"aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     "belowSize":{},    
 "_enqueue_time_":31927328038400558,     "requestedOps":["Op{action=SPLITSHARD, 
hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, 
context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard,
 method=GET, params.action=SPLITSHARD, 
params.async=index_size_trigger2/716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t/0, 
params.waitForFinalState=true, 
params.collection=testSplitIntegration_collection, params.shard=shard1}], 
properties.BEFORE_ACTION=[compute_plan, execute_plan], 
properties.responses=[{status={state=completed,msg=found 
[index_size_trigger2/716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t/0] in completed 
tasks},success=}], source=index_size_trigger2, 
properties.AFTER_ACTION=[compute_plan, execute_plan]}, config={   
"trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     
"SUCCEEDED",     "FAILED"],   "afterAction":[     "compute_plan",     
"execute_plan"],   
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   "beforeAction":[     "compute_plan",     "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927337714014958, stage=SUCCEEDED, actionName='null', 
event={   "id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",   
"source":"index_size_trigger2",   "eventTime":31927324900565058,   
"eventType":"INDEXSIZE",   "properties":{     "__start__":1,     
"aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     "belowSize":{},    
 "_enqueue_time_":31927328038400558,     "requestedOps":["Op{action=SPLITSHARD, 
hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, context={}, config={   
"trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     
"SUCCEEDED",     "FAILED"],   "afterAction":[     "compute_plan",     
"execute_plan"],   
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   "beforeAction":[     "compute_plan",     "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927345964288158, stage=STARTED, actionName='null', 
event={   "id":"716dbfc912b7c6T6edohrm0wgkv3ra6the5zd97w",   
"source":"index_size_trigger2",   "eventTime":31927342847932358,   
"eventType":"INDEXSIZE",   "properties":{     "__start__":2,     
"aboveSize":{"testSplitIntegration_collection":[         "{\"core_node10\":{\n  
  \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":12,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":16240,\n    
\"node_name\":\"127.0.0.1:10033_solr\",\n    
\"base_url\":\"http://127.0.0.1:10033/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":12,\n    \"__bytes__\":16240,\n    
\"__docs__\":12,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":1.5124678611755371E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_1_replica1\",\n    
\"shard\":\"shard1_1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}",         
"{\"core_node7\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":13,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":26980,\n    \"node_name\":\"127.0.0.1:10034_solr\",\n    
\"base_url\":\"http://127.0.0.1:10034/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":13,\n    \"__bytes__\":26980,\n    
\"__docs__\":13,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.512708306312561E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_0_replica0\",\n    
\"shard\":\"shard1_0\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     
"belowSize":{"testSplitIntegration_collection":["{\"core_node3\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":0,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":10240,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":0,\n    \"__bytes__\":10240,\n    
\"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    
\"__docs__\":0,\n    \"violationType\":\"belowDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":9.5367431640625E-6,\n    
\"shard\":\"shard2\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     
"_enqueue_time_":31927345956290608,     "requestedOps":[       
"Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1_1\"}]}}", 
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1_0\"}]}}"]}}, context={}, config={   
"trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     
"SUCCEEDED",     "FAILED"],   "afterAction":[     "compute_plan",     
"execute_plan"],   
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   "beforeAction":[     "compute_plan",     "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927346157030808, stage=BEFORE_ACTION, 
actionName='compute_plan', event={   
"id":"716dbfc912b7c6T6edohrm0wgkv3ra6the5zd97w",   
"source":"index_size_trigger2",   "eventTime":31927342847932358,   
"eventType":"INDEXSIZE",   "properties":{     "__start__":2,     
"aboveSize":{"testSplitIntegration_collection":[         "{\"core_node10\":{\n  
  \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":12,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":16240,\n    
\"node_name\":\"127.0.0.1:10033_solr\",\n    
\"base_url\":\"http://127.0.0.1:10033/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":12,\n    \"__bytes__\":16240,\n    
\"__docs__\":12,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":1.5124678611755371E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_1_replica1\",\n    
\"shard\":\"shard1_1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}",         
"{\"core_node7\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":13,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":26980,\n    \"node_name\":\"127.0.0.1:10034_solr\",\n    
\"base_url\":\"http://127.0.0.1:10034/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":13,\n    \"__bytes__\":26980,\n    
\"__docs__\":13,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.512708306312561E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_0_replica0\",\n    
\"shard\":\"shard1_0\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     
"belowSize":{"testSplitIntegration_collection":["{\"core_node3\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":0,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":10240,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":0,\n    \"__bytes__\":10240,\n    
\"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    
\"__docs__\":0,\n    \"violationType\":\"belowDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":9.5367431640625E-6,\n    
\"shard\":\"shard2\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     
"_enqueue_time_":31927345956290608,     "requestedOps":[       
"Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1_1\"}]}}", 
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1_0\"}]}}"]}}, 
context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2}, 
config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     
"ABORTED",     "SUCCEEDED",     "FAILED"],   "afterAction":[     
"compute_plan",     "execute_plan"],   
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   "beforeAction":[     "compute_plan",     "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927346285951158, stage=AFTER_ACTION, 
actionName='compute_plan', event={   
"id":"716dbfc912b7c6T6edohrm0wgkv3ra6the5zd97w",   
"source":"index_size_trigger2",   "eventTime":31927342847932358,   
"eventType":"INDEXSIZE",   "properties":{     "__start__":2,     
"aboveSize":{"testSplitIntegration_collection":[         "{\"core_node10\":{\n  
  \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":12,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":16240,\n    
\"node_name\":\"127.0.0.1:10033_solr\",\n    
\"base_url\":\"http://127.0.0.1:10033/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":12,\n    \"__bytes__\":16240,\n    
\"__docs__\":12,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":1.5124678611755371E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_1_replica1\",\n    
\"shard\":\"shard1_1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}",         
"{\"core_node7\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":13,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":26980,\n    \"node_name\":\"127.0.0.1:10034_solr\",\n    
\"base_url\":\"http://127.0.0.1:10034/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":13,\n    \"__bytes__\":26980,\n    
\"__docs__\":13,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.512708306312561E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_0_replica0\",\n    
\"shard\":\"shard1_0\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     
"belowSize":{"testSplitIntegration_collection":["{\"core_node3\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":0,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":10240,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":0,\n    \"__bytes__\":10240,\n    
\"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    
\"__docs__\":0,\n    \"violationType\":\"belowDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":9.5367431640625E-6,\n    
\"shard\":\"shard2\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     
"_enqueue_time_":31927345956290608,     "requestedOps":[       
"Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1_1\"}]}}", 
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1_0\"}]}}"]}}, 
context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard,
 method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1_1}, 
{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, 
method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1_0}], 
properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2, 
properties.AFTER_ACTION=[compute_plan]}, config={   
"trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     
"SUCCEEDED",     "FAILED"],   "afterAction":[     "compute_plan",     
"execute_plan"],   
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   "beforeAction":[     "compute_plan",     "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927346407948358, stage=BEFORE_ACTION, 
actionName='execute_plan', event={   
"id":"716dbfc912b7c6T6edohrm0wgkv3ra6the5zd97w",   
"source":"index_size_trigger2",   "eventTime":31927342847932358,   
"eventType":"INDEXSIZE",   "properties":{     "__start__":2,     
"aboveSize":{"testSplitIntegration_collection":[         "{\"core_node10\":{\n  
  \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":12,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":16240,\n    
\"node_name\":\"127.0.0.1:10033_solr\",\n    
\"base_url\":\"http://127.0.0.1:10033/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":12,\n    \"__bytes__\":16240,\n    
\"__docs__\":12,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":1.5124678611755371E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_1_replica1\",\n    
\"shard\":\"shard1_1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}",         
"{\"core_node7\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":13,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":26980,\n    \"node_name\":\"127.0.0.1:10034_solr\",\n    
\"base_url\":\"http://127.0.0.1:10034/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":13,\n    \"__bytes__\":26980,\n    
\"__docs__\":13,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.512708306312561E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_0_replica0\",\n    
\"shard\":\"shard1_0\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     
"belowSize":{"testSplitIntegration_collection":["{\"core_node3\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":0,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":10240,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":0,\n    \"__bytes__\":10240,\n    
\"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    
\"__docs__\":0,\n    \"violationType\":\"belowDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":9.5367431640625E-6,\n    
\"shard\":\"shard2\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},     
"_enqueue_time_":31927345956290608,     "requestedOps":[       
"Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1_1\"}]}}", 
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1_0\"}]}}"]}}, 
context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard,
 method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1_1}, 
{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, 
method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1_0}], 
properties.BEFORE_ACTION=[compute_plan, execute_plan], 
source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={   
"trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     
"SUCCEEDED",     "FAILED"],   "afterAction":[     "compute_plan",     
"execute_plan"],   
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   "beforeAction":[     "compute_plan",     "execute_plan"]}, message='null'}] 
expected:<6> but was:<10>

Stack Trace:
java.lang.AssertionError: events: [CapturedEvent{timestamp=31927328076635458, 
stage=STARTED, actionName='null', event={
  "id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",
  "source":"index_size_trigger2",
  "eventTime":31927324900565058,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "belowSize":{},
    "_enqueue_time_":31927328038400558,
    "requestedOps":["Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, context={}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
  "beforeAction":[
    "compute_plan",
    "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927329238198908, stage=BEFORE_ACTION, 
actionName='compute_plan', event={
  "id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",
  "source":"index_size_trigger2",
  "eventTime":31927324900565058,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "belowSize":{},
    "_enqueue_time_":31927328038400558,
    "requestedOps":["Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, 
context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2}, 
config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
  "beforeAction":[
    "compute_plan",
    "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927329291997958, stage=AFTER_ACTION, 
actionName='compute_plan', event={
  "id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",
  "source":"index_size_trigger2",
  "eventTime":31927324900565058,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "belowSize":{},
    "_enqueue_time_":31927328038400558,
    "requestedOps":["Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, 
context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard,
 method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1}], 
properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2, 
properties.AFTER_ACTION=[compute_plan]}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
  "beforeAction":[
    "compute_plan",
    "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927329311763358, stage=BEFORE_ACTION, 
actionName='execute_plan', event={
  "id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",
  "source":"index_size_trigger2",
  "eventTime":31927324900565058,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "belowSize":{},
    "_enqueue_time_":31927328038400558,
    "requestedOps":["Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, 
context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard,
 method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1}], 
properties.BEFORE_ACTION=[compute_plan, execute_plan], 
source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
  "beforeAction":[
    "compute_plan",
    "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927337673419258, stage=AFTER_ACTION, 
actionName='execute_plan', event={
  "id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",
  "source":"index_size_trigger2",
  "eventTime":31927324900565058,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "belowSize":{},
    "_enqueue_time_":31927328038400558,
    "requestedOps":["Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, 
context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard,
 method=GET, params.action=SPLITSHARD, 
params.async=index_size_trigger2/716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t/0, 
params.waitForFinalState=true, 
params.collection=testSplitIntegration_collection, params.shard=shard1}], 
properties.BEFORE_ACTION=[compute_plan, execute_plan], 
properties.responses=[{status={state=completed,msg=found 
[index_size_trigger2/716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t/0] in completed 
tasks},success=}], source=index_size_trigger2, 
properties.AFTER_ACTION=[compute_plan, execute_plan]}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
  "beforeAction":[
    "compute_plan",
    "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927337714014958, stage=SUCCEEDED, actionName='null', 
event={
  "id":"716dbb9b53a042T6edohrm0wgkv3ra6the5zd97t",
  "source":"index_size_trigger2",
  "eventTime":31927324900565058,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection":["{\"core_node1\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":25,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":22740,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":25,\n    \"__bytes__\":22740,\n    
\"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    
\"__docs__\":25,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.117827534675598E-5,\n    
\"shard\":\"shard1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "belowSize":{},
    "_enqueue_time_":31927328038400558,
    "requestedOps":["Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1\"}]}}"]}}, context={}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
  "beforeAction":[
    "compute_plan",
    "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927345964288158, stage=STARTED, actionName='null', 
event={
  "id":"716dbfc912b7c6T6edohrm0wgkv3ra6the5zd97w",
  "source":"index_size_trigger2",
  "eventTime":31927342847932358,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":2,
    "aboveSize":{"testSplitIntegration_collection":[
        "{\"core_node10\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":12,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":16240,\n    \"node_name\":\"127.0.0.1:10033_solr\",\n    
\"base_url\":\"http://127.0.0.1:10033/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":12,\n    \"__bytes__\":16240,\n    
\"__docs__\":12,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":1.5124678611755371E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_1_replica1\",\n    
\"shard\":\"shard1_1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}",
        "{\"core_node7\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":13,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":26980,\n    \"node_name\":\"127.0.0.1:10034_solr\",\n    
\"base_url\":\"http://127.0.0.1:10034/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":13,\n    \"__bytes__\":26980,\n    
\"__docs__\":13,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.512708306312561E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_0_replica0\",\n    
\"shard\":\"shard1_0\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "belowSize":{"testSplitIntegration_collection":["{\"core_node3\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":0,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":10240,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":0,\n    \"__bytes__\":10240,\n    
\"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    
\"__docs__\":0,\n    \"violationType\":\"belowDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":9.5367431640625E-6,\n    
\"shard\":\"shard2\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "_enqueue_time_":31927345956290608,
    "requestedOps":[
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1_1\"}]}}",
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1_0\"}]}}"]}}, context={}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
  "beforeAction":[
    "compute_plan",
    "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927346157030808, stage=BEFORE_ACTION, 
actionName='compute_plan', event={
  "id":"716dbfc912b7c6T6edohrm0wgkv3ra6the5zd97w",
  "source":"index_size_trigger2",
  "eventTime":31927342847932358,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":2,
    "aboveSize":{"testSplitIntegration_collection":[
        "{\"core_node10\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":12,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":16240,\n    \"node_name\":\"127.0.0.1:10033_solr\",\n    
\"base_url\":\"http://127.0.0.1:10033/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":12,\n    \"__bytes__\":16240,\n    
\"__docs__\":12,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":1.5124678611755371E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_1_replica1\",\n    
\"shard\":\"shard1_1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}",
        "{\"core_node7\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":13,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":26980,\n    \"node_name\":\"127.0.0.1:10034_solr\",\n    
\"base_url\":\"http://127.0.0.1:10034/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":13,\n    \"__bytes__\":26980,\n    
\"__docs__\":13,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.512708306312561E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_0_replica0\",\n    
\"shard\":\"shard1_0\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "belowSize":{"testSplitIntegration_collection":["{\"core_node3\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":0,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":10240,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":0,\n    \"__bytes__\":10240,\n    
\"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    
\"__docs__\":0,\n    \"violationType\":\"belowDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":9.5367431640625E-6,\n    
\"shard\":\"shard2\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "_enqueue_time_":31927345956290608,
    "requestedOps":[
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1_1\"}]}}",
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1_0\"}]}}"]}}, 
context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2}, 
config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
  "beforeAction":[
    "compute_plan",
    "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927346285951158, stage=AFTER_ACTION, 
actionName='compute_plan', event={
  "id":"716dbfc912b7c6T6edohrm0wgkv3ra6the5zd97w",
  "source":"index_size_trigger2",
  "eventTime":31927342847932358,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":2,
    "aboveSize":{"testSplitIntegration_collection":[
        "{\"core_node10\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":12,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":16240,\n    \"node_name\":\"127.0.0.1:10033_solr\",\n    
\"base_url\":\"http://127.0.0.1:10033/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":12,\n    \"__bytes__\":16240,\n    
\"__docs__\":12,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":1.5124678611755371E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_1_replica1\",\n    
\"shard\":\"shard1_1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}",
        "{\"core_node7\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":13,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":26980,\n    \"node_name\":\"127.0.0.1:10034_solr\",\n    
\"base_url\":\"http://127.0.0.1:10034/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":13,\n    \"__bytes__\":26980,\n    
\"__docs__\":13,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.512708306312561E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_0_replica0\",\n    
\"shard\":\"shard1_0\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "belowSize":{"testSplitIntegration_collection":["{\"core_node3\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":0,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":10240,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":0,\n    \"__bytes__\":10240,\n    
\"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    
\"__docs__\":0,\n    \"violationType\":\"belowDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":9.5367431640625E-6,\n    
\"shard\":\"shard2\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "_enqueue_time_":31927345956290608,
    "requestedOps":[
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1_1\"}]}}",
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1_0\"}]}}"]}}, 
context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard,
 method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1_1}, 
{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, 
method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1_0}], 
properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2, 
properties.AFTER_ACTION=[compute_plan]}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
  "beforeAction":[
    "compute_plan",
    "execute_plan"]}, message='null'}, 
CapturedEvent{timestamp=31927346407948358, stage=BEFORE_ACTION, 
actionName='execute_plan', event={
  "id":"716dbfc912b7c6T6edohrm0wgkv3ra6the5zd97w",
  "source":"index_size_trigger2",
  "eventTime":31927342847932358,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":2,
    "aboveSize":{"testSplitIntegration_collection":[
        "{\"core_node10\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":12,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":16240,\n    \"node_name\":\"127.0.0.1:10033_solr\",\n    
\"base_url\":\"http://127.0.0.1:10033/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":12,\n    \"__bytes__\":16240,\n    
\"__docs__\":12,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":1.5124678611755371E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_1_replica1\",\n    
\"shard\":\"shard1_1\",\n    
\"collection\":\"testSplitIntegration_collection\"}}",
        "{\"core_node7\":{\n    \"leader\":\"true\",\n    
\"SEARCHER.searcher.maxDoc\":13,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    
\"INDEX.sizeInBytes\":26980,\n    \"node_name\":\"127.0.0.1:10034_solr\",\n    
\"base_url\":\"http://127.0.0.1:10034/solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":13,\n    \"__bytes__\":26980,\n    
\"__docs__\":13,\n    \"violationType\":\"aboveDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":2.512708306312561E-5,\n    
\"core\":\"testSplitIntegration_collection_shard1_0_replica0\",\n    
\"shard\":\"shard1_0\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "belowSize":{"testSplitIntegration_collection":["{\"core_node3\":{\n    
\"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":0,\n    
\"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":10240,\n    
\"node_name\":\"127.0.0.1:10034_solr\",\n    \"type\":\"NRT\",\n    
\"SEARCHER.searcher.numDocs\":0,\n    \"__bytes__\":10240,\n    
\"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    
\"__docs__\":0,\n    \"violationType\":\"belowDocs\",\n    
\"state\":\"active\",\n    \"INDEX.sizeInGB\":9.5367431640625E-6,\n    
\"shard\":\"shard2\",\n    
\"collection\":\"testSplitIntegration_collection\"}}"]},
    "_enqueue_time_":31927345956290608,
    "requestedOps":[
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1_1\"}]}}",
      "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  
\"first\":\"testSplitIntegration_collection\",\n  
\"second\":\"shard1_0\"}]}}"]}}, 
context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard,
 method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1_1}, 
{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, 
method=GET, params.action=SPLITSHARD, 
params.collection=testSplitIntegration_collection, params.shard=shard1_0}], 
properties.BEFORE_ACTION=[compute_plan, execute_plan], 
source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  
"class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
  "beforeAction":[
    "compute_plan",
    "execute_plan"]}, message='null'}] expected:<6> but was:<10>
        at 
__randomizedtesting.SeedInfo.seed([99DB17E34295DCD:3013083E1BD69433]: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.autoscaling.IndexSizeTriggerTest.testSplitIntegration(IndexSizeTriggerTest.java:317)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeLostTriggerRestoreState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
        at 
__randomizedtesting.SeedInfo.seed([99DB17E34295DCD:22626425AE51481D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeLostTriggerRestoreState(TestTriggerIntegration.java:324)
        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([99DB17E34295DCD:82BA62AF752FF649]: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)


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
        at 
__randomizedtesting.SeedInfo.seed([99DB17E34295DCD:54D5AFF7FBEFFB82]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate(TestTriggerIntegration.java:1204)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12604 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration
   [junit4]   2> 733755 INFO  
(SUITE-TestTriggerIntegration-seed#[99DB17E34295DCD]-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/J0/temp/solr.cloud.autoscaling.sim.TestTriggerIntegration_99DB17E34295DCD-001/init-core-data-001
   [junit4]   2> 733756 WARN  
(SUITE-TestTriggerIntegration-seed#[99DB17E34295DCD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=40 numCloses=40
   [junit4]   2> 733759 INFO  
(SUITE-TestTriggerIntegration-seed#[99DB17E34295DCD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 733790 INFO  
(SUITE-TestTriggerIntegration-seed#[99DB17E34295DCD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 733814 DEBUG 
(SUITE-TestTriggerIntegration-seed#[99DB17E34295DCD]-worker) [    ] 
o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 
127.0.0.1:10009_solr
   [junit4]   2> 733815 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 733815 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 0
   [junit4]   2> 733815 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 733815 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 733834 INFO  
(SUITE-TestTriggerIntegration-seed#[99DB17E34295DCD]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 733843 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:10010_solr, 127.0.0.1:10009_solr]
   [junit4]   2> 733854 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 733854 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 733890 DEBUG (ScheduledTrigger-2081-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 733896 INFO  
(TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[99DB17E34295DCD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTriggerRestoreState
   [junit4]   2> 733896 DEBUG 
(TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[99DB17E34295DCD])
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 733897 INFO  
(TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[99DB17E34295DCD])
 [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and 
clearing object cache...
   [junit4]   2> 733897 WARN  (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 733898 DEBUG 
(TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[99DB17E34295DCD])
 [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool 
executor now
   [junit4]   2> 733898 DEBUG 
(TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[99DB17E34295DCD])
 [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 733898 DEBUG 
(TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[99DB17E34295DCD])
 [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 733898 DEBUG 
(TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[99DB17E34295DCD])
 [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread 
pool executor
   [junit4]   2> 733898 WARN  (ScheduledTrigger-2081-thread-3) [    ] 
o.a.s.c.a.ScheduledTrigger ScheduledTrigger ran but was already closed
   [junit4]   2> 733898 ERROR (ScheduledTrigger-2081-thread-3) [    ] 
o.a.s.c.a.ScheduledTriggers Unexpected exception from trigger: 
.scheduled_maintenance
   [junit4]   2> java.lang.RuntimeException: Trigger has been closed
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTrigger.run(ScheduledTrigger.java:155)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerWrapper.run(ScheduledTriggers.java:588)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
 [?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
 [?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 733899 DEBUG 
(TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[99DB17E34295DCD])
 [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 733899 DEBUG 
(TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[99DB17E34295DCD])
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed 
explicitly
   [junit4]   2> 733910 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 733910 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 2
   [junit4]   2> 733912 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion -1
   [junit4]   2> 733912 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 733935 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:10010_solr, 127.0.0.1:10009_solr]
   [junit4]   2> 733942 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 733942 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 733942 DEBUG (ScheduledTrigger-2086-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 733963 DEBUG (ScheduledTrigger-2086-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 733985 DEBUG (ScheduledTrigger-2086-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 734005 DEBUG (ScheduledTrigger-2086-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 734025 DEBUG (ScheduledTrigger-2086-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 734046 DEBUG (ScheduledTrigger-2086-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 734066 DEBUG (ScheduledTrigger-2086-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Run

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

slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null1072008974
     [copy] Copying 241 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null1072008974
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null1072008974

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

-jenkins-base:

BUILD SUCCESSFUL
Total time: 148 minutes 59 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to