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

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

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:43843_solr, 
127.0.0.1:49613_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/15)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           "core":"testSimple1_shard1_replica_n1",           
"base_url":"https://127.0.0.1:43843/solr";,           
"node_name":"127.0.0.1:43843_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node12":{           
"core":"testSimple1_shard1_replica_n11",           
"base_url":"https://127.0.0.1:43843/solr";,           
"node_name":"127.0.0.1:43843_solr",           "state":"active",           
"type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node7":{           
"core":"testSimple1_shard2_replica_n4",           
"base_url":"https://127.0.0.1:43843/solr";,           
"node_name":"127.0.0.1:43843_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node10":{           
"core":"testSimple1_shard2_replica_n9",           
"base_url":"https://127.0.0.1:55185/solr";,           
"node_name":"127.0.0.1:55185_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",  
 "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:43843_solr, 127.0.0.1:49613_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/15)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple1_shard1_replica_n1",
          "base_url":"https://127.0.0.1:43843/solr";,
          "node_name":"127.0.0.1:43843_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node12":{
          "core":"testSimple1_shard1_replica_n11",
          "base_url":"https://127.0.0.1:43843/solr";,
          "node_name":"127.0.0.1:43843_solr",
          "state":"active",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple1_shard2_replica_n4",
          "base_url":"https://127.0.0.1:43843/solr";,
          "node_name":"127.0.0.1:43843_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node10":{
          "core":"testSimple1_shard2_replica_n9",
          "base_url":"https://127.0.0.1:55185/solr";,
          "node_name":"127.0.0.1:55185_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([1E69794B4D5EB14F:26DA5DB56AAD659E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown

Error Message:


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


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([1E69794B4D5EB14F:A21221E6E590C51]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:653)
        at java.util.ArrayList.get(ArrayList.java:429)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
        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.client.solrj.io.stream.StreamExpressionTest.testDistributions

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([9472C16B7424CEF:B6B86DBC69B8AC73]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDistributions(StreamExpressionTest.java:6637)
        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 12753 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_1E69794B4D5EB14F-001/init-core-data-001
   [junit4]   2> 776136 WARN  
(SUITE-TriggerIntegrationTest-seed#[1E69794B4D5EB14F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=15 numCloses=15
   [junit4]   2> 776136 INFO  
(SUITE-TriggerIntegrationTest-seed#[1E69794B4D5EB14F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 776137 INFO  
(SUITE-TriggerIntegrationTest-seed#[1E69794B4D5EB14F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 776137 INFO  
(SUITE-TriggerIntegrationTest-seed#[1E69794B4D5EB14F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 776138 INFO  
(SUITE-TriggerIntegrationTest-seed#[1E69794B4D5EB14F]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_1E69794B4D5EB14F-001/tempDir-001
   [junit4]   2> 776138 INFO  
(SUITE-TriggerIntegrationTest-seed#[1E69794B4D5EB14F]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 776138 INFO  (Thread-1215) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 776138 INFO  (Thread-1215) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 776143 ERROR (Thread-1215) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 776238 INFO  
(SUITE-TriggerIntegrationTest-seed#[1E69794B4D5EB14F]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55989
   [junit4]   2> 776242 INFO  (zkConnectionManagerCallback-1377-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776246 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 776247 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 776247 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 776247 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 776248 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45fb2f37{/solr,null,AVAILABLE}
   [junit4]   2> 776248 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 776249 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3b06a0ab{HTTP/1.1,[http/1.1]}{127.0.0.1:40568}
   [junit4]   2> 776249 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.e.j.s.Server Started @778501ms
   [junit4]   2> 776249 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40568}
   [junit4]   2> 776249 ERROR (jetty-launcher-1374-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 776249 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 776250 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 776250 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 776250 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T22:06:43.497Z
   [junit4]   2> 776250 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 776250 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 776250 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 776252 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@53f86c90{/solr,null,AVAILABLE}
   [junit4]   2> 776254 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@20936969{HTTP/1.1,[http/1.1]}{127.0.0.1:47537}
   [junit4]   2> 776254 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.e.j.s.Server Started @778505ms
   [junit4]   2> 776254 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47537}
   [junit4]   2> 776254 ERROR (jetty-launcher-1374-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 776254 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 776254 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 776254 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 776254 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T22:06:43.501Z
   [junit4]   2> 776255 INFO  (zkConnectionManagerCallback-1379-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776256 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 776270 INFO  (zkConnectionManagerCallback-1381-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776271 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1044ca77cc40001, likely client has closed socket
   [junit4]   2> 776271 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 776273 INFO  (jetty-launcher-1374-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55989/solr
   [junit4]   2> 776278 INFO  (zkConnectionManagerCallback-1385-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776284 INFO  (jetty-launcher-1374-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55989/solr
   [junit4]   2> 776285 INFO  
(zkConnectionManagerCallback-1387-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776286 INFO  (zkConnectionManagerCallback-1391-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776288 INFO  
(zkConnectionManagerCallback-1393-thread-1-processing-n:127.0.0.1:47537_solr) 
[n:127.0.0.1:47537_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776368 INFO  (jetty-launcher-1374-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 776369 INFO  (jetty-launcher-1374-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40568_solr
   [junit4]   2> 776369 INFO  (jetty-launcher-1374-thread-2) 
[n:127.0.0.1:47537_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 776370 INFO  (jetty-launcher-1374-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.Overseer Overseer 
(id=73267776181239812-127.0.0.1:40568_solr-n_0000000000) starting
   [junit4]   2> 776370 INFO  (jetty-launcher-1374-thread-2) 
[n:127.0.0.1:47537_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47537_solr
   [junit4]   2> 776383 INFO  
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 776384 INFO  
(zkCallback-1392-thread-1-processing-n:127.0.0.1:47537_solr) 
[n:127.0.0.1:47537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 776394 INFO  (jetty-launcher-1374-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40568_solr
   [junit4]   2> 776395 INFO  
(zkCallback-1392-thread-1-processing-n:127.0.0.1:47537_solr) 
[n:127.0.0.1:47537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 776401 INFO  
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 776401 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 776402 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 776403 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 776403 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 776403 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 776406 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 776406 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 776406 DEBUG (ScheduledTrigger-2439-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 2
   [junit4]   2> 776469 INFO  (jetty-launcher-1374-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40568.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 776470 INFO  (jetty-launcher-1374-thread-2) 
[n:127.0.0.1:47537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47537.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 776478 INFO  (jetty-launcher-1374-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40568.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 776478 INFO  (jetty-launcher-1374-thread-2) 
[n:127.0.0.1:47537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47537.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 776478 INFO  (jetty-launcher-1374-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40568.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 776478 INFO  (jetty-launcher-1374-thread-2) 
[n:127.0.0.1:47537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47537.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 776479 INFO  (jetty-launcher-1374-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_1E69794B4D5EB14F-001/tempDir-001/node1/.
   [junit4]   2> 776479 INFO  (jetty-launcher-1374-thread-2) 
[n:127.0.0.1:47537_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_1E69794B4D5EB14F-001/tempDir-001/node2/.
   [junit4]   2> 776518 INFO  (zkConnectionManagerCallback-1399-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776521 INFO  (zkConnectionManagerCallback-1403-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776522 INFO  
(SUITE-TriggerIntegrationTest-seed#[1E69794B4D5EB14F]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 776522 INFO  
(SUITE-TriggerIntegrationTest-seed#[1E69794B4D5EB14F]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55989/solr ready
   [junit4]   2> 776539 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting testTriggerThrottling
   [junit4]   2> 776539 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 776539 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 2
   [junit4]   2> 776539 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 2
   [junit4]   2> 776541 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 776542 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 776542 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 776550 INFO  (qtp1536342771-7064) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 776555 INFO  (qtp730429348-7077) [n:127.0.0.1:47537_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 776555 DEBUG (qtp730429348-7073) [n:127.0.0.1:47537_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 776555 INFO  (qtp730429348-7073) [n:127.0.0.1:47537_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 776555 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 3
   [junit4]   2> 776559 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 776559 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}],
 enabled=true}
   [junit4]   2> 776559 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 3
   [junit4]   2> 776560 INFO  (qtp1536342771-7065) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 776561 INFO  (qtp730429348-7079) [n:127.0.0.1:47537_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 776561 DEBUG (qtp1536342771-7068) [n:127.0.0.1:40568_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 776562 INFO  (qtp1536342771-7068) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 776562 INFO  
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest 
TestTriggerAction init
   [junit4]   2> 776562 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 4
   [junit4]   2> 776563 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 776563 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}],
 enabled=true}
   [junit4]   2> 776563 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 776563 DEBUG (ScheduledTrigger-2439-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_trigger1
   [junit4]   2> 776564 DEBUG (ScheduledTrigger-2439-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 776566 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 776566 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}],
 enabled=true}
   [junit4]   2> 776566 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 4, lastZnodeVersion 3
   [junit4]   2> 776566 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 4
   [junit4]   2> 776567 INFO  
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest 
TestTriggerAction init
   [junit4]   2> 776567 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 776572 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_trigger2
   [junit4]   2> 776572 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 776574 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 776574 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 776574 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 776574 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76d46bfc{/solr,null,AVAILABLE}
   [junit4]   2> 776575 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.e.j.s.AbstractConnector Started 
ServerConnector@1d1f4c2a{HTTP/1.1,[http/1.1]}{127.0.0.1:44649}
   [junit4]   2> 776575 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.e.j.s.Server Started @778826ms
   [junit4]   2> 776575 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44649}
   [junit4]   2> 776575 ERROR 
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 776575 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 776575 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 776575 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 776575 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T22:06:43.822Z
   [junit4]   2> 776577 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 776577 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 776577 INFO  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776577 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 776584 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55989/solr
   [junit4]   2> 776586 INFO  (zkConnectionManagerCallback-1409-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776588 INFO  
(zkConnectionManagerCallback-1411-thread-1-processing-n:127.0.0.1:44649_solr) 
[n:127.0.0.1:44649_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 776592 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:44649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 776593 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:44649_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 776595 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:44649_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44649_solr
   [junit4]   2> 776598 INFO  
(zkCallback-1392-thread-1-processing-n:127.0.0.1:47537_solr) 
[n:127.0.0.1:47537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 776598 INFO  
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 776599 INFO  (zkCallback-1402-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 776599 INFO  
(zkCallback-1410-thread-1-processing-n:127.0.0.1:44649_solr) 
[n:127.0.0.1:44649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 776666 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:44649_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44649.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 776675 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:44649_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44649.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 776675 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:44649_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44649.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 776676 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:44649_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_1E69794B4D5EB14F-001/tempDir-001/node3/.
   [junit4]   2> 777565 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_trigger1
   [junit4]   2> 777565 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 777566 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 
127.0.0.1:44649_solr at time 18465915476063864
   [junit4]   2> 777566 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_trigger1 firing registered processor for nodes: 
[127.0.0.1:44649_solr] added at times [18465915476063864], now=18465915476222929
   [junit4]   2> 777566 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown 
inactive - processing event: {
   [junit4]   2>   "id":"419aa6fc673678Tf4xb5cak0qpo0cf3pg08mx81z",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":18465915476063864,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18465915476063864],
   [junit4]   2>     "nodeNames":["127.0.0.1:44649_solr"]}}
   [junit4]   2> 777566 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: 
[node_added_trigger2, node_added_trigger1]
   [junit4]   2> 777567 INFO  (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.SystemLogListener Collection .system 
does not exist, disabling logging.
   [junit4]   2> 777571 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions 
for {
   [junit4]   2>   "id":"419aa6fc673678Tf4xb5cak0qpo0cf3pg08mx81z",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":18465915476063864,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18465915476063864],
   [junit4]   2>     "_enqueue_time_":18465915477006862,
   [junit4]   2>     "nodeNames":["127.0.0.1:44649_solr"]}}
   [junit4]   2> 777571 INFO  
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed 
from node_added_trigger1
   [junit4]   2> 777572 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_added_trigger2 after 5000ms
   [junit4]   2> 777572 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_added_trigger1 after 5000ms
   [junit4]   2> 777572 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 4 
ms for event id=419aa6fc673678Tf4xb5cak0qpo0cf3pg08mx81z
   [junit4]   2> 782573 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_trigger1
   [junit4]   2> 782574 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 782574 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_trigger2
   [junit4]   2> 782574 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 782574 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 
127.0.0.1:44649_solr at time 18465920484524152
   [junit4]   2> 782574 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_trigger2 firing registered processor for nodes: 
[127.0.0.1:44649_solr] added at times [18465920484524152], now=18465920484595025
   [junit4]   2> 782574 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown 
inactive - processing event: {
   [junit4]   2>   "id":"419aa826ee4078Tf4xb5cak0qpo0cf3pg08mx821",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":18465920484524152,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18465920484524152],
   [junit4]   2>     "nodeNames":["127.0.0.1:44649_solr"]}}
   [junit4]   2> 782574 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: 
[node_added_trigger2, node_added_trigger1]
   [junit4]   2> 782576 INFO  (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.SystemLogListener Collection .system 
does not exist, disabling logging.
   [junit4]   2> 782576 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions 
for {
   [junit4]   2>   "id":"419aa826ee4078Tf4xb5cak0qpo0cf3pg08mx821",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":18465920484524152,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18465920484524152],
   [junit4]   2>     "_enqueue_time_":18465920484969985,
   [junit4]   2>     "nodeNames":["127.0.0.1:44649_solr"]}}
   [junit4]   2> 782576 INFO  
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 
1518214004818000000 current time = 1518214009823000000
   [junit4]   2> real diff: 5005000000
   [junit4]   2>  min diff: 4998000000
   [junit4]   2> 782576 INFO  
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed 
from node_added_trigger2
   [junit4]   2> 782579 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_added_trigger2 after 5000ms
   [junit4]   2> 782579 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_added_trigger1 after 5000ms
   [junit4]   2> 782579 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 3 
ms for event id=419aa826ee4078Tf4xb5cak0qpo0cf3pg08mx821
   [junit4]   2> 782583 INFO  (qtp1536342771-7066) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 782586 INFO  (qtp1752352487-7128) [n:127.0.0.1:44649_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 782589 INFO  (qtp730429348-7075) [n:127.0.0.1:47537_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 782589 DEBUG (qtp1536342771-7063) [n:127.0.0.1:40568_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 782590 INFO  (qtp1536342771-7063) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 782603 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 5
   [junit4]   2> 782604 INFO  (qtp1536342771-7065) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 782604 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:44649_solr, 127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 782604 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}],
 enabled=true}
   [junit4]   2> 782605 INFO  (qtp1752352487-7130) [n:127.0.0.1:44649_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 782605 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:44649_solr, 127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 782605 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:44649_solr, 127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 782605 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}],
 enabled=true}
   [junit4]   2> 782605 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 5
   [junit4]   2> 782606 INFO  (qtp730429348-7079) [n:127.0.0.1:47537_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 782607 DEBUG (qtp1536342771-7068) [n:127.0.0.1:40568_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 782608 INFO  (qtp1536342771-7068) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 782608 INFO  
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest 
TestTriggerAction init
   [junit4]   2> 782608 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 6
   [junit4]   2> 782608 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:44649_solr, 127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 782608 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}],
 enabled=true}
   [junit4]   2> 782608 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:44649_solr, 127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 782609 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:44649_solr, 127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 782609 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}],
 enabled=true}
   [junit4]   2> 782609 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger1 with currently live nodes: 3
   [junit4]   2> 782609 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:44649_solr, 127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 782609 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 6, lastZnodeVersion 5
   [junit4]   2> 782609 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 6
   [junit4]   2> 782612 INFO  
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest 
TestTriggerAction init
   [junit4]   2> 782612 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 782613 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@1d1f4c2a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 782613 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1826447200
   [junit4]   2> 782613 DEBUG (ScheduledTrigger-2439-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger2 with currently live nodes: 3
   [junit4]   2> 782613 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 782613 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7376c6d7: rootName = 
solr_44649, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@21d8105a
   [junit4]   2> 782620 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 782620 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f988f0c: rootName = 
solr_44649, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@2b6ab8ed
   [junit4]   2> 782625 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 782625 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1c59d044: rootName = 
solr_44649, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@71a19c58
   [junit4]   2> 782627 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44649_solr
   [junit4]   2> 782628 INFO  (zkCallback-1402-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 782628 INFO  
(zkCallback-1392-thread-1-processing-n:127.0.0.1:47537_solr) 
[n:127.0.0.1:47537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 782629 INFO  
(zkCallback-1410-thread-1-processing-n:127.0.0.1:44649_solr) 
[n:127.0.0.1:44649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 782629 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 782630 INFO  
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 782634 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 782636 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@76d46bfc{/solr,null,UNAVAILABLE}
   [junit4]   2> 782637 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 783611 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger1 with currently live nodes: 2
   [junit4]   2> 783612 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 
127.0.0.1:44649_solr
   [junit4]   2> 783612 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing 
registered processor for lost nodes: [127.0.0.1:44649_solr]
   [junit4]   2> 783612 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown 
inactive - processing event: {
   [junit4]   2>   "id":"419aa864c67e7dTf4xb5cak0qpo0cf3pg08mx823",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":18465921522105981,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18465921522105981],
   [junit4]   2>     "nodeNames":["127.0.0.1:44649_solr"]}}
   [junit4]   2> 783612 DEBUG (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: 
[node_lost_trigger2, node_added_trigger2, node_lost_trigger1, 
node_added_trigger1]
   [junit4]   2> 783613 INFO  (ScheduledTrigger-2439-thread-4) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.SystemLogListener Collection .system 
does not exist, disabling logging.
   [junit4]   2> 783613 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions 
for {
   [junit4]   2>   "id":"419aa864c67e7dTf4xb5cak0qpo0cf3pg08mx823",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":18465921522105981,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18465921522105981],
   [junit4]   2>     "_enqueue_time_":18465921522645312,
   [junit4]   2>     "nodeNames":["127.0.0.1:44649_solr"]}}
   [junit4]   2> 783614 INFO  
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed 
from node_lost_trigger1
   [junit4]   2> 783615 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_lost_trigger2 after 5000ms
   [junit4]   2> 783616 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_added_trigger2 after 5000ms
   [junit4]   2> 783616 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_lost_trigger1 after 5000ms
   [junit4]   2> 783616 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_added_trigger1 after 5000ms
   [junit4]   2> 783616 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 2 
ms for event id=419aa864c67e7dTf4xb5cak0qpo0cf3pg08mx823
   [junit4]   2> 788617 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger2 with currently live nodes: 2
   [junit4]   2> 788617 DEBUG (ScheduledTrigger-2439-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_trigger2
   [junit4]   2> 788617 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 
127.0.0.1:44649_solr
   [junit4]   2> 788618 DEBUG (ScheduledTrigger-2439-thread-1) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 788618 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing 
registered processor for lost nodes: [127.0.0.1:44649_solr]
   [junit4]   2> 788618 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown 
inactive - processing event: {
   [junit4]   2>   "id":"419aa98f27c26eTf4xb5cak0qpo0cf3pg08mx825",
   [junit4]   2>   "source":"node_lost_trigger2",
   [junit4]   2>   "eventTime":18465926528090734,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18465926528090734],
   [junit4]   2>     "nodeNames":["127.0.0.1:44649_solr"]}}
   [junit4]   2> 788618 DEBUG (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: 
[node_lost_trigger2, node_added_trigger2, node_lost_trigger1, 
node_added_trigger1]
   [junit4]   2> 788619 INFO  (ScheduledTrigger-2439-thread-3) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.SystemLogListener Collection .system 
does not exist, disabling logging.
   [junit4]   2> 788619 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions 
for {
   [junit4]   2>   "id":"419aa98f27c26eTf4xb5cak0qpo0cf3pg08mx825",
   [junit4]   2>   "source":"node_lost_trigger2",
   [junit4]   2>   "eventTime":18465926528090734,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18465926528090734],
   [junit4]   2>     "_enqueue_time_":18465926528472765,
   [junit4]   2>     "nodeNames":["127.0.0.1:44649_solr"]}}
   [junit4]   2> 788619 INFO  
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 
1518214010861000000 current time = 1518214015866000000
   [junit4]   2> real diff: 5005000000
   [junit4]   2>  min diff: 4998000000
   [junit4]   2> 788619 INFO  
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed 
from node_lost_trigger2
   [junit4]   2> 788619 INFO  
(TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[1E69794B4D5EB14F]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testTriggerThrottling
   [junit4]   2> 788624 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_lost_trigger2 after 5000ms
   [junit4]   2> 788624 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_added_trigger2 after 5000ms
   [junit4]   2> 788624 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_lost_trigger1 after 5000ms
   [junit4]   2> 788624 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_added_trigger1 after 5000ms
   [junit4]   2> 788624 DEBUG 
(AutoscalingActionExecutor-2440-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 4 
ms for event id=419aa98f27c26eTf4xb5cak0qpo0cf3pg08mx825
   [junit4]   2> 788642 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testListeners
   [junit4]   2> 788643 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 7
   [junit4]   2> 788643 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 7
   [junit4]   2> 788643 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 7
   [junit4]   2> 788647 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 788647 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 788648 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 788653 INFO  (qtp1536342771-7066) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 788655 INFO  (qtp730429348-7075) [n:127.0.0.1:47537_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 788655 DEBUG (qtp1536342771-7063) [n:127.0.0.1:40568_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 788656 INFO  (qtp1536342771-7063) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 788656 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 8
   [junit4]   2> 788656 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 788656 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_triggerL instantiated with properties: {event=nodeAdded, waitFor=2, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction},
 {name=test1, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestDummyAction}],
 enabled=true}
   [junit4]   2> 788657 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 8
   [junit4]   2> 788658 INFO  
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.TriggerIntegrationTest 
TestTriggerAction init
   [junit4]   2> 788658 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 788658 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 788659 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_triggerL
   [junit4]   2> 788659 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 788660 INFO  (qtp1536342771-7065) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 788661 INFO  (qtp730429348-7079) [n:127.0.0.1:47537_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 788661 DEBUG (qtp1536342771-7068) [n:127.0.0.1:40568_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 788661 INFO  (qtp1536342771-7068) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 788662 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 9
   [junit4]   2> 788662 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 788662 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_triggerL instantiated with properties: {event=nodeAdded, waitFor=2, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction},
 {name=test1, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestDummyAction}],
 enabled=true}
   [junit4]   2> 788662 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 9
   [junit4]   2> 788663 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 788663 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 788664 INFO  (qtp1536342771-7066) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 788665 INFO  (qtp730429348-7075) [n:127.0.0.1:47537_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 788665 DEBUG (qtp1536342771-7063) [n:127.0.0.1:40568_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 788666 INFO  (qtp1536342771-7063) [n:127.0.0.1:40568_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 788666 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 10
   [junit4]   2> 788666 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:40568_solr, 127.0.0.1:47537_solr]
   [junit4]   2> 788666 DEBUG 
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_triggerL instantiated with properties: {event=nodeAdded, waitFor=2, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction},
 {name=test1, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestDummyAction}],
 enabled=true}
   [junit4]   2> 788666 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 10
   [junit4]   2> 788667 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 788667 DEBUG 
(OverseerAutoScalingTriggerThread-73267776181239812-127.0.0.1:40568_solr-n_0000000000)
 [n:127.0.0.1:40568_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 10, lastZnodeVersion 10
   [junit4]   2> 788667 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 788668 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 788668 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 788668 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 788669 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@56924587{/solr,null,AVAILABLE}
   [junit4]   2> 788669 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@e8db22f{HTTP/1.1,[http/1.1]}{127.0.0.1:59487}
   [junit4]   2> 788669 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.e.j.s.Server Started @790921ms
   [junit4]   2> 788669 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59487}
   [junit4]   2> 788670 ERROR 
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 788670 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 788670 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 788670 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 788670 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T22:06:55.917Z
   [junit4]   2> 788672 INFO  (zkConnectionManagerCallback-1415-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 788672 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 788680 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55989/solr
   [junit4]   2> 788681 INFO  (zkConnectionManagerCallback-1419-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 788684 INFO  
(zkConnectionManagerCallback-1421-thread-1-processing-n:127.0.0.1:59487_solr) 
[n:127.0.0.1:59487_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 788689 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:59487_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 788691 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:59487_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 788693 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:59487_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59487_solr
   [junit4]   2> 788698 INFO  
(zkCallback-1386-thread-1-processing-n:127.0.0.1:40568_solr) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 788698 INFO  
(zkCallback-1392-thread-1-processing-n:127.0.0.1:47537_solr) 
[n:127.0.0.1:47537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 788698 INFO  (zkCallback-1402-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 788698 INFO  
(zkCallback-1420-thread-1-processing-n:127.0.0.1:59487_solr) 
[n:127.0.0.1:59487_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 788770 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:59487_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59487.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 788780 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:59487_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59487.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 788780 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:59487_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59487.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee28c9a
   [junit4]   2> 788781 INFO  
(TEST-TriggerIntegrationTest.testListeners-seed#[1E69794B4D5EB14F]) 
[n:127.0.0.1:59487_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_1E69794B4D5EB14F-001/tempDir-001/node4/.
   [junit4]   2> 789661 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_triggerL
   [junit4]   2> 789661 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 789661 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 
127.0.0.1:59487_solr at time 18465927571883364
   [junit4]   2> 790663 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_triggerL
   [junit4]   2> 790663 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 791663 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_triggerL
   [junit4]   2> 791663 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 791663 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_triggerL firing registered processor for nodes: 
[127.0.0.1:59487_solr] added at times [18465927571883364], now=18465929573786943
   [junit4]   2> 791663 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown 
inactive - processing event: {
   [junit4]   2>   "id":"419aa9cd5ec564Tf4xb5cak0qpo0cf3pg08mx827",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":18465927571883364,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18465927571883364],
   [junit4]   2>     "nodeNames":["127.0.0.1:59487_solr"]}}
   [junit4]   2> 791664 DEBUG (ScheduledTrigger-2439-thread-2) 
[n:127.0.0.1:40568_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: 
[node_added_triggerL]
   [junit4]   2> 791665 INFO  (ScheduledTrigger-2439-thread-2) [n:1

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

ecutor-805-thread-1) [n:127.0.0.1:45227_solr c:collection1_collection s:shard1 
r:core_node3 x:collection1_collection_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1_collection.shard1.replica_n1, tag=281150519
   [junit4]   2> 185737 INFO  (coreCloseExecutor-805-thread-1) 
[n:127.0.0.1:45227_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5671f933: rootName 
= solr_45227, domain = solr.core.collection1_collection.shard1.replica_n1, 
service url = null, agent id = null] for registry 
solr.core.collection1_collection.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@285cccb0
   [junit4]   2> 185744 INFO  (coreCloseExecutor-805-thread-1) 
[n:127.0.0.1:45227_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.collection1_collection.shard1.leader, tag=281150519
   [junit4]   2> 185745 INFO  (jetty-closer-304-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=73267923069566982-127.0.0.1:45227_solr-n_0000000000) closing
   [junit4]   2> 185746 INFO  
(OverseerStateUpdate-73267923069566982-127.0.0.1:45227_solr-n_0000000000) 
[n:127.0.0.1:45227_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45227_solr
   [junit4]   2> 185746 WARN  
(OverseerAutoScalingTriggerThread-73267923069566982-127.0.0.1:45227_solr-n_0000000000)
 [n:127.0.0.1:45227_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 185754 INFO  (jetty-closer-304-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@58975795{/solr,null,UNAVAILABLE}
   [junit4]   2> 185755 INFO  (jetty-closer-304-thread-3) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 187236 WARN  
(zkCallback-336-thread-2-processing-n:127.0.0.1:55557_solr) 
[n:127.0.0.1:55557_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 187236 INFO  (jetty-closer-304-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5edbda4e{/solr,null,UNAVAILABLE}
   [junit4]   2> 187237 INFO  (jetty-closer-304-thread-4) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 187238 ERROR 
(SUITE-StreamExpressionTest-seed#[9472C16B7424CEF]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 187238 INFO  
(SUITE-StreamExpressionTest-seed#[9472C16B7424CEF]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:60656 60656
   [junit4]   2> 187337 INFO  (Thread-302) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:60656 60656
   [junit4]   2> 187338 WARN  (Thread-302) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        80      /solr/aliases.json
   [junit4]   2>        80      /solr/clusterprops.json
   [junit4]   2>        11      /solr/configs/conf
   [junit4]   2>        5       
/solr/collections/parallelDestinationCollection/terms/shard1
   [junit4]   2>        5       
/solr/collections/parallelDestinationCollection/terms/shard2
   [junit4]   2>        5       
/solr/collections/destinationCollection/terms/shard2
   [junit4]   2>        5       
/solr/collections/parallelDestinationCollection1/terms/shard2
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       
/solr/collections/destinationCollection/terms/shard1
   [junit4]   2>        4       
/solr/collections/parallelDestinationCollection1/terms/shard1
   [junit4]   2>        3       /solr/collections/workQueue1/terms/shard1
   [junit4]   2>        3       /solr/collections/destination1/terms/shard1
   [junit4]   2>        3       /solr/collections/destination1/terms/shard2
   [junit4]   2>        3       /solr/collections/mainCorpus1/terms/shard2
   [junit4]   2>        3       /solr/collections/mainCorpus/terms/shard2
   [junit4]   2>        3       /solr/collections/mainCorpus/terms/shard1
   [junit4]   2>        2       /solr/collections/workQueue1/terms/shard2
   [junit4]   2>        2       /solr/collections/destination/terms/shard2
   [junit4]   2>        2       /solr/collections/destination/terms/shard1
   [junit4]   2>        2       /solr/collections/mainCorpus1/terms/shard1
   [junit4]   2>        2       
/solr/collections/collection1_collection/terms/shard1
   [junit4]   2>        2       
/solr/collections/collection1_collection/terms/shard2
   [junit4]   2>        2       /solr/collections/workQueue/terms/shard2
   [junit4]   2>        2       /solr/collections/workQueue/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        80      /solr/clusterstate.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        20      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        18      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        12      
/solr/collections/collection1_collection/state.json
   [junit4]   2>        10      /solr/collections/mainCorpus1/state.json
   [junit4]   2>        10      /solr/collections/destination/state.json
   [junit4]   2>        10      /solr/collections/destination1/state.json
   [junit4]   2>        10      /solr/collections/workQueue1/state.json
   [junit4]   2>        10      /solr/collections/workQueue/state.json
   [junit4]   2>        10      /solr/collections/mainCorpus/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        80      /solr/live_nodes
   [junit4]   2>        80      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_9472C16B7424CEF-001
   [junit4]   2> Feb 09, 2018 10:45:32 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{expr_s=FST50, join2_s=PostingsFormat(name=Asserting), 
multiDefault=PostingsFormat(name=Asserting), 
subject=PostingsFormat(name=Asserting), price_f=PostingsFormat(name=Asserting), 
a1_s=PostingsFormat(name=Direct), a_f=PostingsFormat(name=Direct), 
intDefault=PostingsFormat(name=Direct), join1_i=FST50, a2_s=FST50, 
a_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 test_i=PostingsFormat(name=Asserting), 
join3_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 field_i=PostingsFormat(name=Asserting), level1_s=FST50, 
body_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 s_multi=FST50, col_s=PostingsFormat(name=Direct), 
level2_s=PostingsFormat(name=Direct), a_ss=PostingsFormat(name=Asserting), 
a_s=FST50, a_t=PostingsFormat(name=Asserting), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=FST50, timestamp=PostingsFormat(name=Asserting), 
i_multi=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 b_ls=PostingsFormat(name=Direct), test_dt=FST50, 
test_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 ident_s=PostingsFormat(name=Direct), order_i=PostingsFormat(name=Asserting), 
_version_=PostingsFormat(name=Direct), 
side_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 miles_i=PostingsFormat(name=Direct)}, 
docValues:{expr_s=DocValuesFormat(name=Asserting), 
join2_s=DocValuesFormat(name=Lucene70), 
multiDefault=DocValuesFormat(name=Lucene70), 
price_f=DocValuesFormat(name=Lucene70), a1_s=DocValuesFormat(name=Memory), 
a_f=DocValuesFormat(name=Memory), intDefault=DocValuesFormat(name=Memory), 
join1_i=DocValuesFormat(name=Asserting), a2_s=DocValuesFormat(name=Asserting), 
a_i=DocValuesFormat(name=Lucene70), test_i=DocValuesFormat(name=Lucene70), 
join3_i=DocValuesFormat(name=Lucene70), field_i=DocValuesFormat(name=Lucene70), 
level1_s=DocValuesFormat(name=Asserting), 
s_multi=DocValuesFormat(name=Asserting), col_s=DocValuesFormat(name=Memory), 
level2_s=DocValuesFormat(name=Memory), a_ss=DocValuesFormat(name=Lucene70), 
a_s=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70), 
i_multi=DocValuesFormat(name=Lucene70), b_ls=DocValuesFormat(name=Memory), 
test_dt=DocValuesFormat(name=Asserting), ident_s=DocValuesFormat(name=Memory), 
order_i=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Memory), 
side_s=DocValuesFormat(name=Lucene70), miles_i=DocValuesFormat(name=Memory)}, 
maxPointsInLeafNode=1837, maxMBSortInHeap=7.887977004701411, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@10cb181d),
 locale=hu, timezone=Asia/Thimbu
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=182799432,total=440401920
   [junit4]   2> NOTE: All tests run in this JVM: [GetByIdTest, 
TestCollectionAdminRequest, OperationsTest, TestHash, SolrExceptionTest, 
SolrParamTest, HttpSolrClientBuilderTest, TestBatchUpdate, 
TangentEvaluatorTest, TestSolrJErrorHandling, GreaterThanEqualToEvaluatorTest, 
DivideEvaluatorTest, LargeVolumeJettyTest, ModifiableSolrParamsTest, 
LBHttpSolrClientBuilderTest, TestJsonRecordReader, SolrExampleXMLTest, 
NoOpResponseParserTest, UuidEvaluatorTest, ArrayEvaluatorTest, JdbcDriverTest, 
TestCollectionStateWatchers, RegressionEvaluatorTest, 
DocumentAnalysisResponseTest, TestCoreAdmin, HttpSolrClientConPoolTest, 
HttpSolrClientSSLAuthConPoolTest, TestCloudSolrClientConnections, GraphTest, 
SelectWithEvaluatorsTest, StreamExpressionTest]
   [junit4] Completed [146/146 (1!)] on J2 in 87.88s, 153 tests, 1 failure, 9 
skipped <<< FAILURES!

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

Reply via email to