Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21467/
Java: 32bit/jdk1.8.0_162 -server -XX:+UseG1GC

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) 
Thread[id=15549, name=jetty-launcher-4561-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:531)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=15549, name=jetty-launcher-4561-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:531)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
        at __randomizedtesting.SeedInfo.seed([91DA42382E01CAAD]:0)


FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this 
request:[https://127.0.0.1:40913/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:44321/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this 
request:[https://127.0.0.1:40913/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:44321/solr/MoveReplicaHDFSTest_failed_coll_true]
        at 
__randomizedtesting.SeedInfo.seed([91DA42382E01CAAD:3B1791CA99D21F7D]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at 
org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:309)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
https://127.0.0.1:44321/solr/MoveReplicaHDFSTest_failed_coll_true: no servers 
hosting shard: shard1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        ... 46 more


FAILED:  
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:38315_solr, 
127.0.0.1:42819_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":{           
"dataDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node3/data/",
           "base_url":"https://127.0.0.1:42819/solr";,           
"node_name":"127.0.0.1:42819_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node3/data/tlog",
           "core":"testSimple1_shard1_replica_n1",           
"shared_storage":"true",           "state":"active",           
"leader":"true"},         "core_node5":{           
"dataDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node5/data/",
           "base_url":"https://127.0.0.1:42819/solr";,           
"node_name":"127.0.0.1:42819_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node5/data/tlog",
           "core":"testSimple1_shard1_replica_n2",           
"shared_storage":"true",           "state":"active"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           
"dataDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node7/data/",
           "base_url":"https://127.0.0.1:42819/solr";,           
"node_name":"127.0.0.1:42819_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node7/data/tlog",
           "core":"testSimple1_shard2_replica_n4",           
"shared_storage":"true",           "state":"active",           
"leader":"true"},         "core_node8":{           
"dataDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node8/data/",
           "base_url":"https://127.0.0.1:41305/solr";,           
"node_name":"127.0.0.1:41305_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node8/data/tlog",
           "core":"testSimple1_shard2_replica_n6",           
"shared_storage":"true",           "state":"down"}}}},   
"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:38315_solr, 127.0.0.1:42819_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":{
          
"dataDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node3/data/",
          "base_url":"https://127.0.0.1:42819/solr";,
          "node_name":"127.0.0.1:42819_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node3/data/tlog",
          "core":"testSimple1_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node5":{
          
"dataDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node5/data/",
          "base_url":"https://127.0.0.1:42819/solr";,
          "node_name":"127.0.0.1:42819_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node5/data/tlog",
          "core":"testSimple1_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node7/data/",
          "base_url":"https://127.0.0.1:42819/solr";,
          "node_name":"127.0.0.1:42819_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node7/data/tlog",
          "core":"testSimple1_shard2_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node8":{
          
"dataDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node8/data/",
          "base_url":"https://127.0.0.1:41305/solr";,
          "node_name":"127.0.0.1:41305_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost.localdomain:35103/data/testSimple1/core_node8/data/tlog",
          "core":"testSimple1_shard2_replica_n6",
          "shared_storage":"true",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([91DA42382E01CAAD:A96966C609F21E7C]: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.testMetricTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([91DA42382E01CAAD:2BD675B771E91CE2]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at org.junit.Assert.assertNull(Assert.java:562)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575)
        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 12672 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_91DA42382E01CAAD-001/init-core-data-001
   [junit4]   2> 458943 WARN  
(SUITE-TriggerIntegrationTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=66 numCloses=66
   [junit4]   2> 458943 INFO  
(SUITE-TriggerIntegrationTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 458944 INFO  
(SUITE-TriggerIntegrationTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 458945 INFO  
(SUITE-TriggerIntegrationTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 458945 INFO  
(SUITE-TriggerIntegrationTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_91DA42382E01CAAD-001/tempDir-001
   [junit4]   2> 458945 INFO  
(SUITE-TriggerIntegrationTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 458945 INFO  (Thread-1119) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 458946 INFO  (Thread-1119) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 458947 ERROR (Thread-1119) [    ] 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> 459046 INFO  
(SUITE-TriggerIntegrationTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40251
   [junit4]   2> 459048 INFO  (zkConnectionManagerCallback-613-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459052 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 459052 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a2a106{/solr,null,AVAILABLE}
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e9aeba{/solr,null,AVAILABLE}
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@c3a427{SSL,[ssl, 
http/1.1]}{127.0.0.1:39085}
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@166debb{SSL,[ssl, 
http/1.1]}{127.0.0.1:40089}
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.Server Started @460919ms
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.Server Started @460919ms
   [junit4]   2> 459055 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39085}
   [junit4]   2> 459056 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40089}
   [junit4]   2> 459056 ERROR (jetty-launcher-610-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 459056 ERROR (jetty-launcher-610-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 459056 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 459056 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 459056 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 459056 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 459056 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 459056 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 459056 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T03:01:18.152Z
   [junit4]   2> 459056 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T03:01:18.152Z
   [junit4]   2> 459057 INFO  (zkConnectionManagerCallback-617-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459057 INFO  (zkConnectionManagerCallback-616-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459057 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 459057 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 459065 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40251/solr
   [junit4]   2> 459065 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40251/solr
   [junit4]   2> 459066 INFO  (zkConnectionManagerCallback-623-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459066 INFO  (zkConnectionManagerCallback-625-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459067 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 
0x1005a322fd00003, likely client has closed socket
   [junit4]   2> 459068 INFO  
(zkConnectionManagerCallback-628-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459069 INFO  
(zkConnectionManagerCallback-629-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459140 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 459140 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 459140 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40089_solr
   [junit4]   2> 459141 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39085_solr
   [junit4]   2> 459141 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.Overseer Overseer 
(id=72156765634953222-127.0.0.1:40089_solr-n_0000000000) starting
   [junit4]   2> 459151 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 459151 INFO  
(zkCallback-627-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 459167 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 459167 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40089_solr
   [junit4]   2> 459167 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 459168 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:39085_solr]
   [junit4]   2> 459168 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 459168 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 459170 INFO  
(zkCallback-627-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 459170 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 459174 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 459174 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 459175 DEBUG (ScheduledTrigger-1236-thread-1) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 2
   [junit4]   2> 459231 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:39085_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39085.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 459241 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:39085_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39085.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 459241 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:39085_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39085.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 459243 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_91DA42382E01CAAD-001/tempDir-001/node1/.
   [junit4]   2> 459243 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40089.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 459251 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40089.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 459251 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40089.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 459252 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_91DA42382E01CAAD-001/tempDir-001/node2/.
   [junit4]   2> 459290 INFO  (zkConnectionManagerCallback-635-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459296 INFO  (zkConnectionManagerCallback-639-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459297 INFO  
(SUITE-TriggerIntegrationTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 459298 INFO  
(SUITE-TriggerIntegrationTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40251/solr ready
   [junit4]   2> 459308 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testEventQueue
   [junit4]   2> 459308 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 459309 DEBUG 
(zkCallback-627-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 2
   [junit4]   2> 459309 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 2
   [junit4]   2> 459310 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 459310 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 459310 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 459348 INFO  (qtp26611721-3437) [n:127.0.0.1:40089_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 459354 INFO  (qtp26611721-3437) [n:127.0.0.1:40089_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 459392 INFO  (qtp13016892-3438) [n:127.0.0.1:39085_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> 459394 INFO  (qtp26611721-3426) [n:127.0.0.1:40089_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> 459394 DEBUG (qtp26611721-3433) [n:127.0.0.1:40089_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 459395 INFO  (qtp26611721-3433) [n:127.0.0.1:40089_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=39
   [junit4]   2> 459395 DEBUG 
(zkCallback-627-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 3
   [junit4]   2> 459400 INFO  
(zkCallback-627-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.TriggerIntegrationTest 
TestEventQueueAction instantiated
   [junit4]   2> 459401 DEBUG 
(zkCallback-627-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:40089_solr, 127.0.0.1:39085_solr]
   [junit4]   2> 459401 DEBUG 
(zkCallback-627-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_triggerEQ instantiated with properties: {event=nodeAdded, waitFor=1, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestEventQueueAction}],
 enabled=true}
   [junit4]   2> 459401 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 3
   [junit4]   2> 459402 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.TriggerIntegrationTest 
TestTriggerAction init
   [junit4]   2> 459403 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 459407 DEBUG (ScheduledTrigger-1236-thread-1) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 459407 DEBUG (ScheduledTrigger-1236-thread-1) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 459414 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 459414 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 459419 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 459419 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 459419 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 459420 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1842d3f{/solr,null,AVAILABLE}
   [junit4]   2> 459420 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1d806b5{SSL,[ssl, 
http/1.1]}{127.0.0.1:42025}
   [junit4]   2> 459420 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.Server Started @461284ms
   [junit4]   2> 459420 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42025}
   [junit4]   2> 459421 ERROR 
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 459421 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 459421 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 459421 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 459421 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T03:01:18.517Z
   [junit4]   2> 459425 INFO  (zkConnectionManagerCallback-641-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459426 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 459433 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40251/solr
   [junit4]   2> 459438 INFO  (zkConnectionManagerCallback-645-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459442 INFO  
(zkConnectionManagerCallback-647-thread-1-processing-n:127.0.0.1:42025_solr) 
[n:127.0.0.1:42025_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459445 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:42025_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 459446 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:42025_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 459460 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:42025_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42025_solr
   [junit4]   2> 459461 INFO  
(zkCallback-627-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 459461 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 459466 INFO  (zkCallback-638-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 459467 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:42025_solr) 
[n:127.0.0.1:42025_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 459601 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:42025_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42025.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 459608 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:42025_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42025.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 459608 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:42025_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42025.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 459609 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:42025_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_91DA42382E01CAAD-001/tempDir-001/node3/.
   [junit4]   2> 460408 DEBUG (ScheduledTrigger-1236-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 460408 DEBUG (ScheduledTrigger-1236-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 460408 DEBUG (ScheduledTrigger-1236-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 
127.0.0.1:42025_solr at time 1513239942173827
   [junit4]   2> 461351 INFO  
(OverseerCollectionConfigSetProcessor-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 461409 DEBUG (ScheduledTrigger-1236-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 461409 DEBUG (ScheduledTrigger-1236-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 461409 DEBUG (ScheduledTrigger-1236-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_triggerEQ firing registered processor for nodes: 
[127.0.0.1:42025_solr] added at times [1513239942173827], now=1513240943169436
   [junit4]   2> 461409 DEBUG (ScheduledTrigger-1236-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown 
inactive - processing event: {
   [junit4]   2>   "id":"56048a1369483T76b2u2plk1esndphlfhmupub4",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":1513239942173827,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1513239942173827],
   [junit4]   2>     "nodeNames":["127.0.0.1:42025_solr"]}}
   [junit4]   2> 461410 DEBUG (ScheduledTrigger-1236-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: 
[node_added_triggerEQ]
   [junit4]   2> 461410 INFO  (ScheduledTrigger-1236-thread-2) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.SystemLogListener Collection .system 
does not exist, disabling logging.
   [junit4]   2> 461411 DEBUG 
(AutoscalingActionExecutor-1237-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions 
for {
   [junit4]   2>   "id":"56048a1369483T76b2u2plk1esndphlfhmupub4",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":1513239942173827,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1513239942173827],
   [junit4]   2>     "_enqueue_time_":1513240943616716,
   [junit4]   2>     "nodeNames":["127.0.0.1:42025_solr"]}}
   [junit4]   2> 461411 INFO  
(AutoscalingActionExecutor-1237-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.TriggerIntegrationTest -- event: {
   [junit4]   2>   "id":"56048a1369483T76b2u2plk1esndphlfhmupub4",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":1513239942173827,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1513239942173827],
   [junit4]   2>     "_enqueue_time_":1513240943616716,
   [junit4]   2>     "nodeNames":["127.0.0.1:42025_solr"]}}
   [junit4]   2> 461412 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@166debb{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 461412 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=29123540
   [junit4]   2> 461412 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 461412 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@58d28: rootName = 
solr_40089, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@182c0c1
   [junit4]   2> 461418 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 461418 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2cb94f: rootName = 
solr_40089, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7aff44
   [junit4]   2> 461422 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 461422 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2465b7: rootName = 
solr_40089, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@191f287
   [junit4]   2> 461423 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40089_solr
   [junit4]   2> 461423 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 461423 INFO  (zkCallback-638-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 461423 INFO  
(zkCallback-627-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 461423 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:42025_solr) 
[n:127.0.0.1:42025_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 461423 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 461423 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 461423 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.Overseer Overseer 
(id=72156765634953222-127.0.0.1:40089_solr-n_0000000000) closing
   [junit4]   2> 461423 INFO  
(OverseerStateUpdate-72156765634953222-127.0.0.1:40089_solr-n_0000000000) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40089_solr
   [junit4]   2> 461423 WARN  
(OverseerAutoScalingTriggerThread-72156765634953222-127.0.0.1:40089_solr-n_0000000000)
 [n:127.0.0.1:40089_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 461424 DEBUG 
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 461424 WARN  
(AutoscalingActionExecutor-1237-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.ScheduledTriggers Exception executing 
actions
   [junit4]   2> org.apache.lucene.store.AlreadyClosedException: 
ScheduledTrigger node_added_triggerEQ has been closed.
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.dequeue(ScheduledTriggers.java:525)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:309)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 461424 DEBUG 
(AutoscalingActionExecutor-1237-thread-1-processing-n:127.0.0.1:40089_solr) 
[n:127.0.0.1:40089_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 13 
ms for event id=56048a1369483T76b2u2plk1esndphlfhmupub4
   [junit4]   2> 461425 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39085_solr
   [junit4]   2> 461425 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@a2a106{/solr,null,UNAVAILABLE}
   [junit4]   2> 461425 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 461425 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.Overseer Overseer 
(id=72156765634953221-127.0.0.1:39085_solr-n_0000000001) starting
   [junit4]   2> 461427 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 461427 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 4
   [junit4]   2> 461427 INFO  
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.TriggerIntegrationTest 
TestEventQueueAction instantiated
   [junit4]   2> 461427 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: 
[127.0.0.1:42025_solr, 127.0.0.1:39085_solr]
   [junit4]   2> 461427 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger 
node_added_triggerEQ instantiated with properties: {event=nodeAdded, waitFor=1, 
actions=[{name=test, 
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestEventQueueAction}],
 enabled=true}
   [junit4]   2> 461428 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:42025_solr, 127.0.0.1:39085_solr]
   [junit4]   2> 461428 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 4, lastZnodeVersion -1
   [junit4]   2> 461428 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 4
   [junit4]   2> 461428 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.TriggerIntegrationTest 
TestTriggerAction init
   [junit4]   2> 461429 DEBUG (ScheduledTrigger-1251-thread-1) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 2
   [junit4]   2> 461429 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 461429 DEBUG (ScheduledTrigger-1251-thread-2) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown 
inactive - processing event: {
   [junit4]   2>   "id":"56048a1369483T76b2u2plk1esndphlfhmupub4",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":1513239942173827,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1513239942173827],
   [junit4]   2>     "_dequeue_time_":1513240962774283,
   [junit4]   2>     "_enqueue_time_":1513240943616716,
   [junit4]   2>     "nodeNames":["127.0.0.1:42025_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 461429 DEBUG (ScheduledTrigger-1251-thread-2) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: 
[.auto_add_replicas, node_added_triggerEQ]
   [junit4]   2> 461429 INFO  (ScheduledTrigger-1251-thread-2) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.SystemLogListener Collection .system 
does not exist, disabling logging.
   [junit4]   2> 461430 DEBUG 
(AutoscalingActionExecutor-1252-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions 
for {
   [junit4]   2>   "id":"56048a1369483T76b2u2plk1esndphlfhmupub4",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":1513239942173827,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1513239942173827],
   [junit4]   2>     "_dequeue_time_":1513240962774283,
   [junit4]   2>     "_enqueue_time_":1513240943616716,
   [junit4]   2>     "nodeNames":["127.0.0.1:42025_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 461430 INFO  
(AutoscalingActionExecutor-1252-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.TriggerIntegrationTest -- event: {
   [junit4]   2>   "id":"56048a1369483T76b2u2plk1esndphlfhmupub4",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":1513239942173827,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1513239942173827],
   [junit4]   2>     "_dequeue_time_":1513240962774283,
   [junit4]   2>     "_enqueue_time_":1513240943616716,
   [junit4]   2>     "nodeNames":["127.0.0.1:42025_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 461430 DEBUG (ScheduledTrigger-1251-thread-2) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 461430 DEBUG (ScheduledTrigger-1251-thread-2) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 461431 DEBUG 
(AutoscalingActionExecutor-1252-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
.auto_add_replicas after 5000ms
   [junit4]   2> 461431 DEBUG 
(AutoscalingActionExecutor-1252-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: 
node_added_triggerEQ after 5000ms
   [junit4]   2> 461431 DEBUG 
(AutoscalingActionExecutor-1252-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 
ms for event id=56048a1369483T76b2u2plk1esndphlfhmupub4
   [junit4]   2> 466425 INFO  
(TEST-TriggerIntegrationTest.testEventQueue-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testEventQueue
   [junit4]   2> 466432 DEBUG (ScheduledTrigger-1251-thread-3) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.NodeAddedTrigger Running 
NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 466432 DEBUG (ScheduledTrigger-1251-thread-1) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 2
   [junit4]   2> 466432 DEBUG (ScheduledTrigger-1251-thread-3) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 466436 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSearchRate
   [junit4]   2> 466436 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 466436 DEBUG 
(zkCallback-626-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 5
   [junit4]   2> 466436 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 5
   [junit4]   2> 466437 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 466437 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 466437 DEBUG 
(OverseerAutoScalingTriggerThread-72156765634953221-127.0.0.1:39085_solr-n_0000000001)
 [n:127.0.0.1:39085_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 466438 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 466439 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 466439 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 466439 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 466439 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@274a00{/solr,null,AVAILABLE}
   [junit4]   2> 466439 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@13d1565{SSL,[ssl, 
http/1.1]}{127.0.0.1:43291}
   [junit4]   2> 466439 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.Server Started @468303ms
   [junit4]   2> 466439 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43291}
   [junit4]   2> 466440 ERROR 
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 466440 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 466440 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 466440 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 466440 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T03:01:25.536Z
   [junit4]   2> 466441 INFO  (zkConnectionManagerCallback-651-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466441 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 466447 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40251/solr
   [junit4]   2> 466448 INFO  (zkConnectionManagerCallback-655-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466450 INFO  
(zkConnectionManagerCallback-657-thread-1-processing-n:127.0.0.1:43291_solr) 
[n:127.0.0.1:43291_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466453 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:43291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 466454 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:43291_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 466455 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:43291_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43291_solr
   [junit4]   2> 466455 INFO  (zkCallback-638-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 466455 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:42025_solr) 
[n:127.0.0.1:42025_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 466455 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 466456 INFO  
(zkCallback-656-thread-1-processing-n:127.0.0.1:43291_solr) 
[n:127.0.0.1:43291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 466510 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:43291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43291.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 466517 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:43291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43291.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 466517 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:43291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43291.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 466518 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:43291_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_91DA42382E01CAAD-001/tempDir-001/node4/.
   [junit4]   2> 466547 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 466547 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 466547 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 466547 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 466548 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7b0d83{/solr,null,AVAILABLE}
   [junit4]   2> 466548 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1eac44f{SSL,[ssl, 
http/1.1]}{127.0.0.1:33853}
   [junit4]   2> 466548 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.Server Started @468412ms
   [junit4]   2> 466548 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33853}
   [junit4]   2> 466549 ERROR 
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 466549 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 466549 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 466549 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 466549 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T03:01:25.645Z
   [junit4]   2> 466550 INFO  (zkConnectionManagerCallback-661-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466551 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 466557 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40251/solr
   [junit4]   2> 466557 INFO  (zkConnectionManagerCallback-665-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466560 INFO  
(zkConnectionManagerCallback-667-thread-1-processing-n:127.0.0.1:33853_solr) 
[n:127.0.0.1:33853_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466563 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33853_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 466563 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33853_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 466564 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33853_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33853_solr
   [junit4]   2> 466564 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:42025_solr) 
[n:127.0.0.1:42025_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 466564 INFO  
(zkCallback-656-thread-1-processing-n:127.0.0.1:43291_solr) 
[n:127.0.0.1:43291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 466564 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 466564 INFO  (zkCallback-638-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 466565 INFO  
(zkCallback-666-thread-1-processing-n:127.0.0.1:33853_solr) 
[n:127.0.0.1:33853_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 466674 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33853_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33853.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 466680 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33853_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33853.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 466681 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33853_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33853.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 466682 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33853_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_91DA42382E01CAAD-001/tempDir-001/node5/.
   [junit4]   2> 466720 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 466721 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 466721 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 466721 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 466721 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11dfaa7{/solr,null,AVAILABLE}
   [junit4]   2> 466722 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@10aa57a{SSL,[ssl, 
http/1.1]}{127.0.0.1:33605}
   [junit4]   2> 466722 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.e.j.s.Server Started @468585ms
   [junit4]   2> 466722 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33605}
   [junit4]   2> 466722 ERROR 
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 466722 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 466722 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 466722 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 466722 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T03:01:25.818Z
   [junit4]   2> 466723 INFO  (zkConnectionManagerCallback-671-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466724 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 466731 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40251/solr
   [junit4]   2> 466732 INFO  (zkConnectionManagerCallback-675-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466734 INFO  
(zkConnectionManagerCallback-677-thread-1-processing-n:127.0.0.1:33605_solr) 
[n:127.0.0.1:33605_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466737 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33605_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 466738 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33605_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 466739 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33605_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33605_solr
   [junit4]   2> 466740 INFO  
(zkCallback-656-thread-1-processing-n:127.0.0.1:43291_solr) 
[n:127.0.0.1:43291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 466740 INFO  
(zkCallback-666-thread-1-processing-n:127.0.0.1:33853_solr) 
[n:127.0.0.1:33853_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 466740 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 466740 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:42025_solr) 
[n:127.0.0.1:42025_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 466740 INFO  (zkCallback-638-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 466751 INFO  
(zkCallback-676-thread-1-processing-n:127.0.0.1:33605_solr) 
[n:127.0.0.1:33605_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 466810 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33605_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33605.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 466817 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33605_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33605.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 466817 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33605_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33605.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 466818 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[91DA42382E01CAAD]) 
[n:127.0.0.1:33605_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_91DA42382E01CAAD-001/tempDir-001/node6/.
   [junit4]   2> 466885 INFO  (qtp22228102-3584) [n:127.0.0.1:33605_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 466886 INFO  
(OverseerThreadFactory-1253-thread-1-processing-n:127.0.0.1:39085_solr) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 466990 INFO  
(OverseerStateUpdate-72156765634953221-127.0.0.1:39085_solr-n_0000000001) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43291/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 466991 INFO  
(OverseerStateUpdate-72156765634953221-127.0.0.1:39085_solr-n_0000000001) 
[n:127.0.0.1:39085_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33605/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 467195 INFO  (qtp22228102-3583) [n:127.0.0.1:33605_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 467195 INFO  (qtp22228102-3583) [n:127.0.0.1:33605_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 467218 INFO  (qtp26230912-3534) [n:127.0.0.1:43291_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 467218 INFO  (qtp26230912-3534) [n:127.0.0.1:43291_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 467322 INFO  
(zkCallback-656-thread-1-processing-n:127.0.0.1:43291_solr) 
[n:127.0.0.1:43291_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 467322 INFO  
(zkCallback-676-thread-1-processing-n:127.0.0.1:33605_solr) 
[n:127.0.0.1:33605_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 467322 INFO  
(zkCallback-656-thread-2-processing-n:127.0.0.1:43291_solr) 
[n:127.0.0.1:43291_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 467322 INFO  
(zkCallback-676-thread-2-processing-n:127.0.0.1:33605_solr) 
[n:127.0.0.1:33605_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 468206 INFO  (qtp22228102-3583) [n:127.0.0.1:33605_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 468234 INFO  (qtp22228102-3583) [n:127.0.0.1:33605_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 468236 INFO  (qtp22228102-3583) [n:127.0.0.1:33605_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 468236 INFO  (qtp22228102-3583) [n:127.0.0.1:33605_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 468236 INFO  (qtp26230912-3534) [n:127.0.0.1:43291_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 468237 INFO  (qtp22228102-3583) [n:127.0.0.1:33605_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33605.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 468237 INFO  (qtp22228102-3583) [n:127.0.0.1:33605_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 468237 INFO  (qtp22228102-3583) [n:127.0.0.1:33605_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_91DA42382E01CAAD-001/tempDir-001/node6/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_91DA42382E01CAAD-001/tempDir-001/node6/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 468241 INFO  (qtp26230912-3534) [n:127.0.0.1:43291_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 468244 INFO  (qtp26230912-3534) [n:127.0.0.1:43291_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 468244 INFO  (qtp26230912-3534) [n:127.0.0.1:43291_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 468244 INFO  (qtp26230912-3534) [n:127.0.0.1:43291_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43291.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@db0b90
   [junit4]   2> 468244 INFO  (qtp26230912-3534) 

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

68030218-core_node5-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/72156878568030217-127.0.0.1:44321_solr-n_0000000001
   [junit4]   2>        2       
/solr/collections/MoveReplicaHDFSTest_coll_true/leader_elect/shard2/election/72156878568030229-core_node8-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        33      /solr/collections
   [junit4]   2>        21      /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2261388 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 2261714 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91DA42382E01CAAD]-worker) [    ] o.m.log 
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 2261815 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91DA42382E01CAAD-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91DA42382E01CAAD-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:37839) [    ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 2261815 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91DA42382E01CAAD-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91DA42382E01CAAD-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:37839) [    ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-1467934230-88.99.242.108-1518751801793 (Datanode Uuid 
e57b7dda-7da4-4d41-aa31-c940c0a64bd3) service to 
localhost.localdomain/127.0.0.1:37839
   [junit4]   2> 2261816 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 2261826 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91DA42382E01CAAD]-worker) [    ] o.m.log 
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 2261866 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91DA42382E01CAAD-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91DA42382E01CAAD-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:37839) [    ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-1467934230-88.99.242.108-1518751801793 (Datanode Uuid 
9e27ffde-db25-4891-ab4e-0021cecb8cfd) service to 
localhost.localdomain/127.0.0.1:37839
   [junit4]   2> 2261932 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91DA42382E01CAAD]-worker) [    ] o.m.log 
Stopped 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 2262046 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91DA42382E01CAAD]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43275 43275
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91DA42382E01CAAD-001
   [junit4]   2> Feb 16, 2018 3:31:21 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 66 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=122, 
maxMBSortInHeap=5.096408837666822, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@17fc926),
 locale=und, timezone=Etc/GMT-7
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 
1.8.0_162 (32-bit)/cpus=8,threads=2,free=301752080,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionReloadTest, 
TestJmxIntegration, TestCloudPivotFacet, URLClassifyProcessorTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSchemaResource, 
TestExpandComponent, DateFieldTest, TestJsonFacetRefinement, 
DistributedSuggestComponentTest, TestComplexPhraseQParserPlugin, 
ZkFailoverTest, TestManagedSchemaThreadSafety, BasicAuthIntegrationTest, 
TestFaceting, RestartWhileUpdatingTest, DocValuesTest, 
TestRetrieveFieldsOptimizer, DeleteInactiveReplicaTest, 
HttpTriggerListenerTest, TestTolerantUpdateProcessorCloud, 
TestMiniSolrCloudClusterSSL, TestSolrCloudWithHadoopAuthPlugin, TestMacros, 
SolrCloudExampleTest, ConnectionManagerTest, TestCodecSupport, 
TestDistributedMissingSort, SolrGraphiteReporterTest, 
ClassificationUpdateProcessorTest, TestCloudDeleteByQuery, TimeZoneUtilsTest, 
TestSearcherReuse, TestInitParams, TestCoreDiscovery, TestNumericTokenStream, 
TestHdfsBackupRestoreCore, DirectSolrSpellCheckerTest, 
HdfsChaosMonkeySafeLeaderTest, RegexBytesRefFilterTest, TestConfigSets, 
TestDownShardTolerantSearch, CoreSorterTest, DocValuesMultiTest, 
SpatialFilterTest, BigEndianAscendingWordDeserializerTest, 
ReplicaListTransformerTest, FileBasedSpellCheckerTest, HdfsLockFactoryTest, 
TestOrdValues, TestMissingGroups, RequestLoggingTest, LeaderElectionTest, 
TestAnalyzedSuggestions, TestSubQueryTransformer, TestAuthorizationFramework, 
HLLUtilTest, TestBulkSchemaAPI, TestAtomicUpdateErrorCases, 
TestHalfAndHalfDocValues, BlockJoinFacetDistribTest, TestQuerySenderListener, 
TestCoreContainer, VersionInfoTest, TestUnifiedSolrHighlighter, 
TestAnalyzeInfixSuggestions, LukeRequestHandlerTest, TestStandardQParsers, 
HdfsCollectionsAPIDistributedZkTest, TestTriggerIntegration, 
TestFieldCacheReopen, TestSolrCloudWithKerberosAlt, 
LeaderElectionIntegrationTest, ExplicitHLLTest, 
TestSerializedLuceneMatchVersion, SecurityConfHandlerTest, ZkStateReaderTest, 
RecoveryZkTest, TlogReplayBufferedWhileIndexingTest, CircularListTest, 
TestLazyCores, TestBinaryResponseWriter, HttpPartitionTest, 
MoveReplicaHDFSFailoverTest, TestSolrConfigHandlerCloud, 
TestExactSharedStatsCache, SearchHandlerTest, TestConfigSetsAPIExclusivity, 
MetricsConfigTest, DeleteReplicaTest, TestDocBasedVersionConstraints, 
DateRangeFieldTest, TestRealTimeGet, TestSolrXml, CleanupOldIndexTest, 
BlockDirectoryTest, ResponseHeaderTest, LeaderFailoverAfterPartitionTest, 
TestManagedResource, TestQueryWrapperFilter, CopyFieldTest, 
TestGeoJSONResponseWriter, TestCoreAdminApis, ConvertedLegacyTest, 
TestXmlQParser, CdcrRequestHandlerTest, NoCacheHeaderTest, 
ClusterStateUpdateTest, TestDynamicFieldResource, TestInitQParser, 
TestRandomRequestDistribution, CollectionsAPISolrJTest, ForceLeaderTest, 
NumericFieldsTest, TestMultiValuedNumericRangeQuery, TestPushWriter, 
TestLMJelinekMercerSimilarityFactory, TestDFISimilarityFactory, 
IndexSchemaRuntimeFieldTest, AliasIntegrationTest, 
ManagedSchemaRoundRobinCloudTest, TestRestoreCore, 
AutoAddReplicasIntegrationTest, TestScoreJoinQPNoScore, SolrTestCaseJ4Test, 
SpellPossibilityIteratorTest, TestFieldTypeCollectionResource, TestFiltering, 
UnloadDistributedZkTest, OverseerTest, TestRandomFaceting, 
TestRandomDVFaceting, TestHashPartitioner, TestStressReorder, TestJoin, 
SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, 
QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestFunctionQuery, 
DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, SimplePostToolTest, 
AnalysisAfterCoreReloadTest, SuggesterFSTTest, TestFoldingMultitermQuery, 
SuggesterTSTTest, SuggesterTest, WordBreakSolrSpellCheckerTest, 
TestPseudoReturnFields, QueryEqualityTest, 
StatelessScriptUpdateProcessorFactoryTest, CacheHeaderTest, 
IndexBasedSpellCheckerTest, TestReversedWildcardFilterFactory, 
TestOmitPositions, RequestHandlersTest, TestValueSourceCache, 
TermVectorComponentTest, FastVectorHighlighterTest, RegexBoostProcessorTest, 
UpdateRequestProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, HighlighterConfigTest, 
TestSolrIndexConfig, ResponseLogComponentTest, SolrIndexConfigTest, 
TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, 
MultiTermTest, TestBinaryField, TestSearchPerf, MinimalSchemaTest, 
TestElisionMultitermQuery, TestConfig, OutputWriterTest, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, 
SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, 
ResourceLoaderTest, ScriptEngineTest, PluginInfoTest, TestFastLRUCache, 
DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, DOMUtilTest, ClusterStateTest, TestSolrJ, 
TestUtils, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, 
CursorPagingTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestSimpleTrackingShardHandler, TestTolerantSearch, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, 
AsyncCallRequestStatusResponseTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
ConfigSetsAPITest, DeleteStatusTest, DistributedQueueTest, 
LIRRollingUpdatesTest, MoveReplicaHDFSTest]
   [junit4] Completed [548/777 (4!)] on J2 in 89.39s, 4 tests, 1 error <<< 
FAILURES!

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

Reply via email to