You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/02/16 22:02:19 UTC

[JENKINS] Lucene-Solr-Tests-7.x - Build # 410 - Still Unstable

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

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

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:41745_solr, 127.0.0.1:48475_solr] Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/18)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node5":{           "core":"testSimple1_shard1_replica_n2",           "base_url":"http://127.0.0.1:41745/solr",           "node_name":"127.0.0.1:41745_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node12":{           "core":"testSimple1_shard1_replica_n11",           "base_url":"http://127.0.0.1:41745/solr",           "node_name":"127.0.0.1:41745_solr",           "state":"active",           "type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node8":{           "core":"testSimple1_shard2_replica_n6",           "base_url":"http://127.0.0.1:41745/solr",           "node_name":"127.0.0.1:41745_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node10":{           "core":"testSimple1_shard2_replica_n9",           "base_url":"http://127.0.0.1:43612/solr",           "node_name":"127.0.0.1:43612_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:41745_solr, 127.0.0.1:48475_solr]
Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/18)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node5":{
          "core":"testSimple1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:41745/solr",
          "node_name":"127.0.0.1:41745_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node12":{
          "core":"testSimple1_shard1_replica_n11",
          "base_url":"http://127.0.0.1:41745/solr",
          "node_name":"127.0.0.1:41745_solr",
          "state":"active",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node8":{
          "core":"testSimple1_shard2_replica_n6",
          "base_url":"http://127.0.0.1:41745/solr",
          "node_name":"127.0.0.1:41745_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node10":{
          "core":"testSimple1_shard2_replica_n9",
          "base_url":"http://127.0.0.1:43612/solr",
          "node_name":"127.0.0.1:43612_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([9ECF92D91AE97F9:315FDDD3B65D4328]: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.ComputePlanActionTest.testNodeWithMultipleReplicasLost

Error Message:
The operations computed by ComputePlanAction should not be null SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should not be null SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}
	at __randomizedtesting.SeedInfo.seed([9ECF92D91AE97F9:392C18AF19DC76A5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeWithMultipleReplicasLost(ComputePlanActionTest.java:291)
	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 12476 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> 401921 INFO  (SUITE-ComputePlanActionTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_9ECF92D91AE97F9-001/init-core-data-001
   [junit4]   2> 401922 WARN  (SUITE-ComputePlanActionTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 401922 INFO  (SUITE-ComputePlanActionTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 401923 INFO  (SUITE-ComputePlanActionTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 401924 INFO  (SUITE-ComputePlanActionTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_9ECF92D91AE97F9-001/tempDir-001
   [junit4]   2> 401924 INFO  (SUITE-ComputePlanActionTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 401924 INFO  (Thread-1161) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 401924 INFO  (Thread-1161) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 401926 ERROR (Thread-1161) [    ] 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> 402024 INFO  (SUITE-ComputePlanActionTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:56387
   [junit4]   2> 402026 INFO  (zkConnectionManagerCallback-638-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402031 INFO  (jetty-launcher-635-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 402034 INFO  (jetty-launcher-635-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 402034 INFO  (jetty-launcher-635-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 402034 INFO  (jetty-launcher-635-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 402035 INFO  (jetty-launcher-635-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11c2fb59{/solr,null,AVAILABLE}
   [junit4]   2> 402036 INFO  (jetty-launcher-635-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@64222e84{SSL,[ssl, http/1.1]}{127.0.0.1:35465}
   [junit4]   2> 402036 INFO  (jetty-launcher-635-thread-1) [    ] o.e.j.s.Server Started @404674ms
   [junit4]   2> 402036 INFO  (jetty-launcher-635-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35465}
   [junit4]   2> 402038 ERROR (jetty-launcher-635-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 402038 INFO  (jetty-launcher-635-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 402038 INFO  (jetty-launcher-635-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 402038 INFO  (jetty-launcher-635-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 402038 INFO  (jetty-launcher-635-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T21:14:13.030Z
   [junit4]   2> 402044 INFO  (zkConnectionManagerCallback-640-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402044 INFO  (jetty-launcher-635-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 402054 INFO  (jetty-launcher-635-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56387/solr
   [junit4]   2> 402058 INFO  (zkConnectionManagerCallback-644-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402060 INFO  (zkConnectionManagerCallback-646-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402142 INFO  (jetty-launcher-635-thread-1) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 402143 INFO  (jetty-launcher-635-thread-1) [n:127.0.0.1:35465_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35465_solr
   [junit4]   2> 402144 INFO  (jetty-launcher-635-thread-1) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer Overseer (id=73307205718179843-127.0.0.1:35465_solr-n_0000000000) starting
   [junit4]   2> 402148 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 402149 INFO  (jetty-launcher-635-thread-1) [n:127.0.0.1:35465_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35465_solr
   [junit4]   2> 402149 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 402150 INFO  (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 402150 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 402158 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:35465_solr]
   [junit4]   2> 402158 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 402158 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 402159 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 402159 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 402159 DEBUG (ScheduledTrigger-1503-thread-1) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 402201 INFO  (jetty-launcher-635-thread-1) [n:127.0.0.1:35465_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35465.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 402208 INFO  (jetty-launcher-635-thread-1) [n:127.0.0.1:35465_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35465.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 402208 INFO  (jetty-launcher-635-thread-1) [n:127.0.0.1:35465_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35465.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 402209 INFO  (jetty-launcher-635-thread-1) [n:127.0.0.1:35465_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_9ECF92D91AE97F9-001/tempDir-001/node1/.
   [junit4]   2> 402223 INFO  (zkConnectionManagerCallback-650-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402226 INFO  (zkConnectionManagerCallback-654-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402227 INFO  (SUITE-ComputePlanActionTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 402227 INFO  (SUITE-ComputePlanActionTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56387/solr ready
   [junit4]   2> 402238 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLost
   [junit4]   2> 402238 DEBUG (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 402239 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 402240 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 402241 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 402241 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 402242 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 402276 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_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> 402278 DEBUG (qtp859049410-3827) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 402286 DEBUG (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 402286 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 402286 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 402286 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 402286 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 402286 INFO  (qtp859049410-3827) [n:127.0.0.1:35465_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 402290 INFO  (qtp859049410-3821) [n:127.0.0.1:35465_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> 402290 DEBUG (qtp859049410-3823) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 402291 INFO  (qtp859049410-3823) [n:127.0.0.1:35465_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 402291 DEBUG (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 402293 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 402293 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 402293 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 402293 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 402295 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 402296 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 402296 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 402296 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 402296 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1517153c{/solr,null,AVAILABLE}
   [junit4]   2> 402297 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@69eeeea7{SSL,[ssl, http/1.1]}{127.0.0.1:33061}
   [junit4]   2> 402297 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.Server Started @404935ms
   [junit4]   2> 402297 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33061}
   [junit4]   2> 402297 ERROR (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 402297 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 402297 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 402297 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 402297 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T21:14:13.289Z
   [junit4]   2> 402299 INFO  (zkConnectionManagerCallback-657-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402299 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 402306 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56387/solr
   [junit4]   2> 402307 INFO  (zkConnectionManagerCallback-661-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402309 INFO  (zkConnectionManagerCallback-663-thread-1-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402313 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 402314 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:33061_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 402315 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:33061_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33061_solr
   [junit4]   2> 402316 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33061_solr"} current state version: 0
   [junit4]   2> 402316 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33061_solr
   [junit4]   2> 402316 INFO  (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 402329 INFO  (zkCallback-653-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 402330 INFO  (zkCallback-653-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 402330 INFO  (zkCallback-662-thread-1-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 402420 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:33061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33061.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 402429 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:33061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33061.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 402429 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:33061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33061.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 402430 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:33061_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_9ECF92D91AE97F9-001/tempDir-001/node2/.
   [junit4]   2> 402489 INFO  (qtp466262365-3858) [n:127.0.0.1:33061_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> 402492 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_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> 402493 DEBUG (qtp466262365-3861) [n:127.0.0.1:33061_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 402493 INFO  (qtp466262365-3861) [n:127.0.0.1:33061_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 402493 DEBUG (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 402495 DEBUG (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:33061_solr, 127.0.0.1:35465_solr]
   [junit4]   2> 402495 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 402496 INFO  (qtp466262365-3863) [n:127.0.0.1:33061_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=testNodeLost&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 402497 DEBUG (ScheduledTrigger-1503-thread-1) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 402501 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 402502 DEBUG (OverseerAutoScalingTriggerThread-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 402505 INFO  (OverseerThreadFactory-1505-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testNodeLost
   [junit4]   2> 402514 INFO  (qtp466262365-3861) [n:127.0.0.1:33061_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> 402518 INFO  (qtp859049410-3827) [n:127.0.0.1:35465_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> 402526 INFO  (OverseerThreadFactory-1505-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 19067561640 sessionWrapper.createTime 19067561633051902, this.sessionWrapper.createTime 19067561633051902 
   [junit4]   2> 402530 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testNodeLost",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 402530 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testNodeLost
   [junit4]   2> 402530 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testNodeLost/state.json
   [junit4]   2> 402632 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 402632 INFO  (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402633 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 402633 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 402633 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 402633 INFO  (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402634 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 402634 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 402734 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 0
   [junit4]   2> 402841 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n2&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 402842 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 402842 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 402842 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 402846 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33061_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 402846 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33061_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 402847 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"https://127.0.0.1:33061/solr","node_name":"127.0.0.1:33061_solr","state":"down","type":"NRT"}
   [junit4]   2> 402847 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33061_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 402847 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35465_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 402847 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35465_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 402847 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"testNodeLost_shard1_replica_n1","base_url":"https://127.0.0.1:35465/solr","node_name":"127.0.0.1:35465_solr","state":"down","type":"NRT"}
   [junit4]   2> 402847 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>           "node_name":"127.0.0.1:35465_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33061_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 402947 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 1
   [junit4]   2> 402948 INFO  (zkCallback-662-thread-1-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 402948 INFO  (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 402949 INFO  (zkCallback-662-thread-2-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 402950 INFO  (zkCallback-645-thread-2-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 403498 DEBUG (ScheduledTrigger-1503-thread-2) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 403857 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 403858 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 403864 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 403864 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 403867 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 403867 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 403867 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n2' using configuration from collection testNodeLost, trusted=true
   [junit4]   2> 403867 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n1' using configuration from collection testNodeLost, trusted=true
   [junit4]   2> 403874 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33061.solr.core.testNodeLost.shard1.replica_n2' (registry 'solr.core.testNodeLost.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 403874 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35465.solr.core.testNodeLost.shard1.replica_n1' (registry 'solr.core.testNodeLost.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 403874 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 403874 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 403874 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_9ECF92D91AE97F9-001/tempDir-001/node2/testNodeLost_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_9ECF92D91AE97F9-001/tempDir-001/node2/./testNodeLost_shard1_replica_n2/data/]
   [junit4]   2> 403875 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_9ECF92D91AE97F9-001/tempDir-001/node1/testNodeLost_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_9ECF92D91AE97F9-001/tempDir-001/node1/./testNodeLost_shard1_replica_n1/data/]
   [junit4]   2> 403936 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 403936 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 403937 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 403937 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 403939 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@481b3ceb[testNodeLost_shard1_replica_n1] main]
   [junit4]   2> 403941 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 403948 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 403948 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 403948 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 403949 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 403949 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592593644195414016
   [junit4]   2> 403949 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 403949 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 403951 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@39155023[testNodeLost_shard1_replica_n2] main]
   [junit4]   2> 403952 INFO  (searcherExecutor-1515-thread-1-processing-n:127.0.0.1:35465_solr x:testNodeLost_shard1_replica_n1 s:shard1 c:testNodeLost r:core_node3) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore [testNodeLost_shard1_replica_n1] Registered new searcher Searcher@481b3ceb[testNodeLost_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 403955 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 403966 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 403967 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 403967 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592593644214288384
   [junit4]   2> 403970 INFO  (searcherExecutor-1514-thread-1-processing-n:127.0.0.1:33061_solr x:testNodeLost_shard1_replica_n2 s:shard1 c:testNodeLost r:core_node4) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore [testNodeLost_shard1_replica_n2] Registered new searcher Searcher@39155023[testNodeLost_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 403972 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 403972 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost"} current state version: 0
   [junit4]   2> 404072 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 2
   [junit4]   2> 404073 INFO  (zkCallback-645-thread-2-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 404073 INFO  (zkCallback-662-thread-2-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 404073 INFO  (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 404073 INFO  (zkCallback-662-thread-1-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 404472 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 404472 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 404472 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35465/solr/testNodeLost_shard1_replica_n1/
   [junit4]   2> 404473 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n1 url=https://127.0.0.1:35465/solr START replicas=[https://127.0.0.1:33061/solr/testNodeLost_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 404478 INFO  (qtp466262365-3858) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.S.Request [testNodeLost_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 404498 DEBUG (ScheduledTrigger-1503-thread-2) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 404773 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n1 url=https://127.0.0.1:35465/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 404773 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 404773 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 404773 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 404775 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35465/solr/testNodeLost_shard1_replica_n1/ shard1
   [junit4]   2> 404776 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 404876 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 3
   [junit4]   2> 404877 INFO  (zkCallback-662-thread-2-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 404877 INFO  (zkCallback-662-thread-1-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 404877 INFO  (zkCallback-645-thread-3-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 404877 INFO  (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 404926 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 404927 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35465_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 404928 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35465_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 404928 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"testNodeLost_shard1_replica_n1","base_url":"https://127.0.0.1:35465/solr","node_name":"127.0.0.1:35465_solr","state":"active","type":"NRT","leader":"true"}
   [junit4]   2> 404928 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeLost//collections/testNodeLost/state.json/4)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>           "node_name":"127.0.0.1:35465_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33061_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 404928 INFO  (qtp859049410-3822) [n:127.0.0.1:35465_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2085
   [junit4]   2> 404979 INFO  (qtp466262365-3864) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n2&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2137
   [junit4]   2> 404979 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33061_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 404979 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33061_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 404979 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"https://127.0.0.1:33061/solr","node_name":"127.0.0.1:33061_solr","state":"active","type":"NRT"}
   [junit4]   2> 404980 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeLost//collections/testNodeLost/state.json/4)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:35465/solr",
   [junit4]   2>           "node_name":"127.0.0.1:35465_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33061/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33061_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 404981 INFO  (qtp466262365-3863) [n:127.0.0.1:33061_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 405080 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 4
   [junit4]   2> 405081 INFO  (zkCallback-662-thread-1-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 405081 INFO  (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 405081 INFO  (zkCallback-645-thread-3-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 405081 INFO  (zkCallback-662-thread-2-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 405499 DEBUG (ScheduledTrigger-1503-thread-2) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 405981 INFO  (qtp466262365-3863) [n:127.0.0.1:33061_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=testNodeLost&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3485
   [junit4]   2> 405985 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 405986 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 405986 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 405986 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 405986 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c991238{/solr,null,AVAILABLE}
   [junit4]   2> 405987 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7210332d{SSL,[ssl, http/1.1]}{127.0.0.1:55470}
   [junit4]   2> 405987 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.Server Started @408625ms
   [junit4]   2> 405987 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55470}
   [junit4]   2> 405987 ERROR (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 405987 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 405987 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 405987 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 405987 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T21:14:16.979Z
   [junit4]   2> 405992 INFO  (zkConnectionManagerCallback-667-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 405993 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 406000 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56387/solr
   [junit4]   2> 406003 INFO  (zkConnectionManagerCallback-671-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 406006 INFO  (zkConnectionManagerCallback-673-thread-1-processing-n:127.0.0.1:55470_solr) [n:127.0.0.1:55470_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 406009 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:55470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 406010 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:55470_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 406011 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:55470_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55470_solr
   [junit4]   2> 406011 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55470_solr"} current state version: 0
   [junit4]   2> 406011 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55470_solr
   [junit4]   2> 406012 INFO  (zkCallback-662-thread-2-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 406012 INFO  (zkCallback-645-thread-3-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 406021 INFO  (zkCallback-653-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 406021 INFO  (zkCallback-653-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 406029 INFO  (zkCallback-672-thread-1-processing-n:127.0.0.1:55470_solr) [n:127.0.0.1:55470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 406072 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:55470_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55470.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 406080 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:55470_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55470.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 406080 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:55470_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55470.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611ea94f
   [junit4]   2> 406082 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [n:127.0.0.1:55470_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_9ECF92D91AE97F9-001/tempDir-001/node3/.
   [junit4]   2> 406114 INFO  (zkConnectionManagerCallback-677-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 406117 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@69eeeea7{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 406117 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1997009962
   [junit4]   2> 406118 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 406118 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@391a56e2: rootName = solr_33061, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@c9958a7
   [junit4]   2> 406124 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 406124 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@752cf2ca: rootName = solr_33061, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@358cd1eb
   [junit4]   2> 406128 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 406128 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1633dd3d: rootName = solr_33061, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2ebecf26
   [junit4]   2> 406129 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33061_solr
   [junit4]   2> 406130 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33061_solr"} current state version: 0
   [junit4]   2> 406130 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33061_solr
   [junit4]   2> 406130 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.NodeMutator Update replica state for core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"https://127.0.0.1:33061/solr","node_name":"127.0.0.1:33061_solr","state":"active","type":"NRT"} to down
   [junit4]   2> 406130 INFO  (zkCallback-653-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 406130 INFO  (zkCallback-672-thread-1-processing-n:127.0.0.1:55470_solr) [n:127.0.0.1:55470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 406130 INFO  (zkCallback-653-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 406131 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 406131 INFO  (zkCallback-645-thread-3-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 406131 INFO  (zkCallback-662-thread-2-processing-n:127.0.0.1:33061_solr) [n:127.0.0.1:33061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 406132 INFO  (coreCloseExecutor-1530-thread-1) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore [testNodeLost_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b4ef7f5
   [junit4]   2> 406132 INFO  (coreCloseExecutor-1530-thread-1) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testNodeLost.shard1.replica_n2, tag=1531901941
   [junit4]   2> 406132 INFO  (coreCloseExecutor-1530-thread-1) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5825c19f: rootName = solr_33061, domain = solr.core.testNodeLost.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.testNodeLost.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@78d03f9a
   [junit4]   2> 406139 INFO  (coreCloseExecutor-1530-thread-1) [n:127.0.0.1:33061_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testNodeLost.shard1.leader, tag=1531901941
   [junit4]   2> 406144 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1517153c{/solr,null,UNAVAILABLE}
   [junit4]   2> 406144 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 406145 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[9ECF92D91AE97F9]) [    ] o.a.s.c.a.ComputePlanActionTest Stopped_node : 127.0.0.1:33061_solr
   [junit4]   2> 406146 INFO  (zkConnectionManagerCallback-679-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 406230 DEBUG (OverseerStateUpdate-73307205718179843-127.0.0.1:35465_solr-n_0000000000) [n:127.0.0.1:35465_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 5
   [junit4]   2> 406231 INFO  (zkCallback-645-thread-3-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 406231 INFO  (zkCallback-645-thread-1-processing-n:127.0.0.1:35465_solr) [n:127.0.0.1:35465_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 406499 DEBUG (ScheduledTrigger-1503-thread-2) [n:127.0.0.1:35465_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_tr

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

gistry@7540f5e9
   [junit4]   2> 2204419 INFO  (coreCloseExecutor-8803-thread-3) [n:127.0.0.1:41745_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple2.shard1.leader, tag=1690920408
   [junit4]   2> 2204419 INFO  (coreCloseExecutor-8803-thread-5) [n:127.0.0.1:41745_solr c:testSimple1 s:shard1 r:core_node12 x:testSimple1_shard1_replica_n11] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard1.leader, tag=1668020301
   [junit4]   2> 2204420 INFO  (jetty-closer-4706-thread-2) [    ] o.a.s.c.Overseer Overseer (id=73307314591105033-127.0.0.1:41745_solr-n_0000000000) closing
   [junit4]   2> 2204421 INFO  (OverseerStateUpdate-73307314591105033-127.0.0.1:41745_solr-n_0000000000) [n:127.0.0.1:41745_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41745_solr
   [junit4]   2> 2204421 WARN  (OverseerAutoScalingTriggerThread-73307314591105033-127.0.0.1:41745_solr-n_0000000000) [n:127.0.0.1:41745_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2204423 DEBUG (jetty-closer-4706-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2204424 INFO  (jetty-closer-4706-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@70fd06c2{/solr,null,UNAVAILABLE}
   [junit4]   2> 2204425 INFO  (jetty-closer-4706-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2204426 ERROR (SUITE-AutoAddReplicasIntegrationTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2204426 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[9ECF92D91AE97F9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42077 42077
   [junit4]   2> 2204646 INFO  (Thread-5703) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42077 42077
   [junit4]   2> 2204648 WARN  (Thread-5703) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/collections/testSimple1/terms/shard2
   [junit4]   2> 	6	/solr/collections/testSimple1/terms/shard1
   [junit4]   2> 	5	/solr/collections/testSimple2/terms/shard2
   [junit4]   2> 	5	/solr/collections/testSimple2/terms/shard1
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/testSimple3/terms/shard3
   [junit4]   2> 	3	/solr/collections/testSimple3/terms/shard2
   [junit4]   2> 	3	/solr/collections/testSimple3/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	38	/solr/collections/testSimple1/state.json
   [junit4]   2> 	29	/solr/collections/testSimple2/state.json
   [junit4]   2> 	13	/solr/collections/testSimple3/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/overseer_elect/election/73307314591105033-127.0.0.1:41745_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/testSimple1/leader_elect/shard1/election/73307314591105033-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9ECF92D91AE97F9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=el, timezone=America/Resolute
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=162179448,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [FullSolrCloudDistribCmdsTest, TestSolrCloudSnapshots, DistributedQueryComponentCustomSortTest, SuggesterWFSTTest, TestExecutePlanAction, ZkCLITest, TestLegacyNumericRangeQueryBuilder, TestRandomCollapseQParserPlugin, TestCollapseQParserPlugin, JSONWriterTest, EchoParamsTest, FacetPivotSmallTest, TestOmitPositions, SparseHLLTest, DirectUpdateHandlerTest, TestReplicationHandlerBackup, ShardRoutingTest, TestConfig, SpatialRPTFieldTypeTest, TestSlowCompositeReaderWrapper, TolerantUpdateProcessorTest, TestDefaultStatsCache, TestConfigSetProperties, TestCollectionAPIs, CustomCollectionTest, CoreAdminRequestStatusTest, FullHLLTest, TestExactStatsCache, TestSimDistributedQueue, ChangedSchemaMergeTest, DocValuesMissingTest, TestNodeAddedTrigger, TestIBSimilarityFactory, SolrCoreMetricManagerTest, FieldAnalysisRequestHandlerTest, TestUtilizeNode, BadIndexSchemaTest, UtilsToolTest, TestCSVLoader, CdcrBidirectionalTest, TestNonDefinedSimilarityFactory, SolrMetricsIntegrationTest, TestGraphTermsQParserPlugin, DefaultValueUpdateProcessorTest, XmlUpdateRequestHandlerTest, TestFastOutputStream, TestSolrCoreParser, TestSchemaSimilarityResource, ChaosMonkeyNothingIsSafeTest, TestImplicitCoreProperties, TestSimpleTextCodec, DistributedTermsComponentTest, TestRandomFaceting, HdfsRecoverLeaseTest, BlockJoinFacetRandomTest, TestJsonFacets, TestStressLucene, BlobRepositoryCloudTest, SolrJmxReporterCloudTest, TestConfigReload, TestManagedSynonymGraphFilterFactory, TestJoin, OverseerModifyCollectionTest, ExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, CheckHdfsIndexTest, CursorPagingTest, TestRandomFlRTGCloud, DistributedFacetExistsSmallTest, TestWriterPerf, TestClusterStateProvider, TestSolrCloudWithDelegationTokens, SimpleFacetsTest, TestGraphMLResponseWriter, SolrPluginUtilsTest, TestHashPartitioner, TestShortCircuitedRequests, TestDocumentBuilder, ConfigureRecoveryStrategyTest, TestManagedResourceStorage, OpenExchangeRatesOrgProviderTest, TestHighFrequencyDictionaryFactory, TemplateUpdateProcessorTest, TestBackupRepositoryFactory, DistributedFacetPivotSmallAdvancedTest, TestSolrDeletionPolicy1, TestBlendedInfixSuggestions, TestPointFields, TestPrepRecovery, CreateCollectionCleanupTest, TestRequestForwarding, HttpPartitionOnCommitTest, TestCloudRecovery, TestPKIAuthenticationPlugin, TestDocTermOrds, ActionThrottleTest, HdfsChaosMonkeyNothingIsSafeTest, TestAuthenticationFramework, TestNumericTerms64, TestCustomStream, MoveReplicaTest, TestDocSet, TestCopyFieldCollectionResource, ReplicationFactorTest, TestLuceneIndexBackCompat, DeleteShardTest, CloneFieldUpdateProcessorFactoryTest, SpellingQueryConverterTest, TestCloudJSONFacetJoinDomain, TestSolrQueryParser, SolrCloudReportersTest, SystemLogListenerTest, TestRequestStatusCollectionAPI, DistributedQueryElevationComponentTest, TestNRTOpen, LeaderElectionContextKeyTest, TestCustomDocTransformer, AnalyticsMergeStrategyTest, TestSolrQueryResponse, SubstringBytesRefFilterTest, AnalysisErrorHandlingTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestLMDirichletSimilarityFactory, TestStressCloudBlindAtomicUpdates, UpdateParamsTest, TestMultiWordSynonyms, SimpleMLTQParserTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, ZkSolrClientTest, TestDistributedSearch, TestFaceting, TestRealTimeGet, TestStressReorder, SolrCoreTest, TestGroupingSearch, PeerSyncTest, HighlighterTest, TestCoreDiscovery, SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, TestTrie, PolyFieldTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, QueryEqualityTest, SortByFunctionTest, TestRemoteStreaming, DistanceFunctionTest, CacheHeaderTest, TestSurroundQueryParser, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, FastVectorHighlighterTest, RegexBoostProcessorTest, TestCollationField, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, SynonymTokenizerTest, TestLMJelinekMercerSimilarityFactory, ResourceLoaderTest, PluginInfoTest, TestSuggestSpellingConverter, TestUtils, UUIDFieldTest, CircularListTest, TestRTGBase, DistributedIntervalFacetingTest, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, AliasIntegrationTest, ConcurrentCreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MigrateRouteKeyTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerTaskQueueTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestClusterProperties, TestConfigSetsAPI, TestRebalanceLeaders, TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates, ZkShardTermsTest, AssignTest, CollectionTooManyReplicasTest, HdfsCollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest, TestCollectionsAPIViaSolrCloudCluster, AutoAddReplicasIntegrationTest]
   [junit4] Completed [604/777 (2!)] on J0 in 140.87s, 1 test, 1 failure <<< FAILURES!

[...truncated 49064 lines...]

[JENKINS] Lucene-Solr-Tests-7.x - Build # 411 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/411/

5 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:45974/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:35950/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:45974/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:35950/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([970B58BEEF65968B:3DC68B4C58B6435B]: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:306)
	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:45974/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2
	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:436)
	... 46 more


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 8 in https://127.0.0.1:43387/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 8 in https://127.0.0.1:43387/solr
	at __randomizedtesting.SeedInfo.seed([970B58BEEF65968B:56FB2112C2355C2C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:885)
	at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:599)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
shard1_0 is not consistent expected:<192> but was:<106>

Stack Trace:
java.lang.AssertionError: shard1_0 is not consistent expected:<192> but was:<106>
	at __randomizedtesting.SeedInfo.seed([970B58BEEF65968B:1F5F67644199FB73]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.checkSubShardConsistency(ShardSplitTest.java:899)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:853)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.splitByUniqueKeyTest(ShardSplitTest.java:659)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.test(ShardSplitTest.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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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([970B58BEEF65968B:2D076F31B08D40C4]: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:1585)
	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:  junit.framework.TestSuite.org.apache.solr.client.solrj.io.graph.GraphTest

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: collection1
	at __randomizedtesting.SeedInfo.seed([2F58AAC49D811C57]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:137)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.client.solrj.io.graph.GraphTest.setupCluster(GraphTest.java:63)
	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$6.evaluate(RandomizedRunner.java:874)
	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.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
	... 28 more




Build Log:
[...truncated 12616 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> 785935 INFO  (SUITE-TriggerIntegrationTest-seed#[970B58BEEF65968B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_970B58BEEF65968B-001/init-core-data-001
   [junit4]   2> 785968 WARN  (SUITE-TriggerIntegrationTest-seed#[970B58BEEF65968B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 785968 INFO  (SUITE-TriggerIntegrationTest-seed#[970B58BEEF65968B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 785970 INFO  (SUITE-TriggerIntegrationTest-seed#[970B58BEEF65968B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 785970 INFO  (SUITE-TriggerIntegrationTest-seed#[970B58BEEF65968B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_970B58BEEF65968B-001/tempDir-001
   [junit4]   2> 785970 INFO  (SUITE-TriggerIntegrationTest-seed#[970B58BEEF65968B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 785992 INFO  (Thread-420) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 785992 INFO  (Thread-420) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 786009 ERROR (Thread-420) [    ] 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> 786099 INFO  (SUITE-TriggerIntegrationTest-seed#[970B58BEEF65968B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34658
   [junit4]   2> 786155 INFO  (zkConnectionManagerCallback-3478-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 786176 INFO  (jetty-launcher-3475-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 786214 INFO  (jetty-launcher-3475-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 786285 INFO  (jetty-launcher-3475-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 786285 INFO  (jetty-launcher-3475-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 786285 INFO  (jetty-launcher-3475-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 786301 INFO  (jetty-launcher-3475-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@603d296d{/solr,null,AVAILABLE}
   [junit4]   2> 786303 INFO  (jetty-launcher-3475-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3347f55{HTTP/1.1,[http/1.1]}{127.0.0.1:37834}
   [junit4]   2> 786303 INFO  (jetty-launcher-3475-thread-1) [    ] o.e.j.s.Server Started @797384ms
   [junit4]   2> 786303 INFO  (jetty-launcher-3475-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37834}
   [junit4]   2> 786303 ERROR (jetty-launcher-3475-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 786303 INFO  (jetty-launcher-3475-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 786303 INFO  (jetty-launcher-3475-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 786303 INFO  (jetty-launcher-3475-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 786303 INFO  (jetty-launcher-3475-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T02:24:06.754Z
   [junit4]   2> 786354 INFO  (jetty-launcher-3475-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 786354 INFO  (jetty-launcher-3475-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 786355 INFO  (jetty-launcher-3475-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 786355 INFO  (jetty-launcher-3475-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@111da581{/solr,null,AVAILABLE}
   [junit4]   2> 786355 INFO  (jetty-launcher-3475-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@71d1f7f8{HTTP/1.1,[http/1.1]}{127.0.0.1:44979}
   [junit4]   2> 786355 INFO  (jetty-launcher-3475-thread-2) [    ] o.e.j.s.Server Started @797437ms
   [junit4]   2> 786355 INFO  (jetty-launcher-3475-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44979}
   [junit4]   2> 786356 ERROR (jetty-launcher-3475-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 786356 INFO  (jetty-launcher-3475-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 786356 INFO  (jetty-launcher-3475-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 786356 INFO  (jetty-launcher-3475-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 786356 INFO  (jetty-launcher-3475-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T02:24:06.807Z
   [junit4]   2> 786370 INFO  (zkConnectionManagerCallback-3480-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 786370 INFO  (zkConnectionManagerCallback-3482-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 786371 INFO  (jetty-launcher-3475-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 786375 INFO  (jetty-launcher-3475-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 786480 INFO  (jetty-launcher-3475-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34658/solr
   [junit4]   2> 786520 INFO  (zkConnectionManagerCallback-3486-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 786608 INFO  (jetty-launcher-3475-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34658/solr
   [junit4]   2> 786623 INFO  (zkConnectionManagerCallback-3490-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 786663 INFO  (zkConnectionManagerCallback-3492-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 786740 INFO  (zkConnectionManagerCallback-3495-thread-1-processing-n:127.0.0.1:37834_solr) [n:127.0.0.1:37834_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 786791 INFO  (jetty-launcher-3475-thread-1) [n:127.0.0.1:37834_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 786849 INFO  (jetty-launcher-3475-thread-1) [n:127.0.0.1:37834_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37834_solr
   [junit4]   2> 786886 INFO  (jetty-launcher-3475-thread-1) [n:127.0.0.1:37834_solr    ] o.a.s.c.Overseer Overseer (id=72134379120885766-127.0.0.1:37834_solr-n_0000000000) starting
   [junit4]   2> 786923 INFO  (jetty-launcher-3475-thread-1) [n:127.0.0.1:37834_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37834_solr
   [junit4]   2> 786925 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 786959 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 786959 INFO  (OverseerStateUpdate-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 786960 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:37834_solr]
   [junit4]   2> 786960 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 786960 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 786994 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 787024 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 787044 DEBUG (ScheduledTrigger-1306-thread-1) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 787414 INFO  (jetty-launcher-3475-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 787415 INFO  (jetty-launcher-3475-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 787432 INFO  (jetty-launcher-3475-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44979_solr
   [junit4]   2> 787433 INFO  (jetty-launcher-3475-thread-1) [n:127.0.0.1:37834_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37834.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 787469 INFO  (jetty-launcher-3475-thread-1) [n:127.0.0.1:37834_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37834.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 787470 INFO  (jetty-launcher-3475-thread-1) [n:127.0.0.1:37834_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37834.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 787473 INFO  (zkCallback-3494-thread-1-processing-n:127.0.0.1:37834_solr) [n:127.0.0.1:37834_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 787483 INFO  (jetty-launcher-3475-thread-1) [n:127.0.0.1:37834_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_970B58BEEF65968B-001/tempDir-001/node1/.
   [junit4]   2> 787519 INFO  (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 787753 INFO  (jetty-launcher-3475-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44979.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 787789 INFO  (jetty-launcher-3475-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44979.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 787790 INFO  (jetty-launcher-3475-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44979.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 787807 INFO  (jetty-launcher-3475-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_970B58BEEF65968B-001/tempDir-001/node2/.
   [junit4]   2> 788022 INFO  (zkConnectionManagerCallback-3500-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 788046 INFO  (zkConnectionManagerCallback-3504-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 788047 INFO  (SUITE-TriggerIntegrationTest-seed#[970B58BEEF65968B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 788048 INFO  (SUITE-TriggerIntegrationTest-seed#[970B58BEEF65968B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34658/solr ready
   [junit4]   2> 788120 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCooldown
   [junit4]   2> 788123 INFO  (qtp773745786-7579) [n:127.0.0.1:37834_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 788137 INFO  (qtp773745786-7579) [n:127.0.0.1:37834_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 788161 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
   [junit4]   2> 788185 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 788186 DEBUG (zkCallback-3494-thread-1-processing-n:127.0.0.1:37834_solr) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 788186 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 788186 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 788186 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3347f55{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 788187 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=597558301
   [junit4]   2> 788187 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 788201 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@44742def: rootName = solr_37834, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@719076bf
   [junit4]   2> 788213 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 788214 DEBUG (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 788219 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 788219 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f1b30ee: rootName = solr_37834, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@40d6d6a2
   [junit4]   2> 788239 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 788239 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15772333: rootName = solr_37834, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5fa2d900
   [junit4]   2> 788240 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37834_solr
   [junit4]   2> 788250 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 788250 INFO  (zkCallback-3494-thread-1-processing-n:127.0.0.1:37834_solr) [n:127.0.0.1:37834_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 788250 INFO  (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 788250 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 788250 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.Overseer Overseer (id=72134379120885766-127.0.0.1:37834_solr-n_0000000000) closing
   [junit4]   2> 788251 INFO  (OverseerStateUpdate-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37834_solr
   [junit4]   2> 788251 WARN  (OverseerAutoScalingTriggerThread-72134379120885766-127.0.0.1:37834_solr-n_0000000000) [n:127.0.0.1:37834_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 788265 INFO  (zkCallback-3503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 788266 DEBUG (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 788267 INFO  (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44979_solr
   [junit4]   2> 788267 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@603d296d{/solr,null,UNAVAILABLE}
   [junit4]   2> 788267 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 788268 INFO  (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.Overseer Overseer (id=72134379120885765-127.0.0.1:44979_solr-n_0000000001) starting
   [junit4]   2> 788281 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 788299 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 788299 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44979_solr]
   [junit4]   2> 788299 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion -1
   [junit4]   2> 788299 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 788301 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 788301 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 788301 DEBUG (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 789302 DEBUG (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 790312 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 791317 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 792326 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 793285 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 793285 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 793285 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 793286 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 793286 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38fe5940{/solr,null,AVAILABLE}
   [junit4]   2> 793286 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@19594177{HTTP/1.1,[http/1.1]}{127.0.0.1:43312}
   [junit4]   2> 793286 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.Server Started @804368ms
   [junit4]   2> 793286 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43312}
   [junit4]   2> 793287 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 793287 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 793287 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 793287 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 793288 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T02:24:13.739Z
   [junit4]   2> 793289 INFO  (zkConnectionManagerCallback-3506-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 793289 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 793310 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34658/solr
   [junit4]   2> 793332 INFO  (zkConnectionManagerCallback-3510-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 793377 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 793406 INFO  (zkConnectionManagerCallback-3512-thread-1-processing-n:127.0.0.1:43312_solr) [n:127.0.0.1:43312_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 793425 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:43312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 793448 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:43312_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 793467 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:43312_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43312_solr
   [junit4]   2> 793468 INFO  (zkCallback-3503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 793468 INFO  (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 793510 INFO  (zkCallback-3511-thread-1-processing-n:127.0.0.1:43312_solr) [n:127.0.0.1:43312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 793699 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:43312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43312.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 793737 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:43312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43312.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 793737 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:43312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43312.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 793755 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:43312_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_970B58BEEF65968B-001/tempDir-001/node3/.
   [junit4]   2> 793978 INFO  (qtp2038115069-7654) [n:127.0.0.1:43312_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> 794022 INFO  (qtp1903376971-7590) [n:127.0.0.1:44979_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> 794023 DEBUG (qtp2038115069-7651) [n:127.0.0.1:43312_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 794023 INFO  (qtp2038115069-7651) [n:127.0.0.1:43312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=82
   [junit4]   2> 794073 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 794141 INFO  (qtp2038115069-7656) [n:127.0.0.1:43312_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> 794173 INFO  (qtp1903376971-7596) [n:127.0.0.1:44979_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> 794175 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:44979_solr, 127.0.0.1:43312_solr]
   [junit4]   2> 794175 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 794173 DEBUG (qtp1903376971-7594) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 794276 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44979_solr, 127.0.0.1:43312_solr]
   [junit4]   2> 794276 INFO  (qtp1903376971-7594) [n:127.0.0.1:44979_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=167
   [junit4]   2> 794277 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 794278 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 794281 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 794282 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:44979_solr, 127.0.0.1:43312_solr]
   [junit4]   2> 794282 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 794282 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44979_solr, 127.0.0.1:43312_solr]
   [junit4]   2> 794303 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 794303 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 794303 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 794304 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d6b1fa2{/solr,null,AVAILABLE}
   [junit4]   2> 794304 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@a6c8515{HTTP/1.1,[http/1.1]}{127.0.0.1:38143}
   [junit4]   2> 794304 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.Server Started @805386ms
   [junit4]   2> 794304 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38143}
   [junit4]   2> 794305 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 794305 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 794305 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 794305 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 794305 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T02:24:14.756Z
   [junit4]   2> 794281 INFO  (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 794356 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 4
   [junit4]   2> 794356 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 794356 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 794386 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 794387 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 794431 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 794435 INFO  (zkConnectionManagerCallback-3516-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 794436 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 794472 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34658/solr
   [junit4]   2> 794475 INFO  (zkConnectionManagerCallback-3520-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 794523 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 0x10045d5eb98000d, likely client has closed socket
   [junit4]   2> 794550 INFO  (zkConnectionManagerCallback-3522-thread-1-processing-n:127.0.0.1:38143_solr) [n:127.0.0.1:38143_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 794584 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 794651 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38143_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 794654 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38143_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38143_solr
   [junit4]   2> 794703 INFO  (zkCallback-3511-thread-1-processing-n:127.0.0.1:43312_solr) [n:127.0.0.1:43312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 794715 INFO  (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 794748 INFO  (zkCallback-3503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 794759 INFO  (zkCallback-3521-thread-1-processing-n:127.0.0.1:38143_solr) [n:127.0.0.1:38143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 795023 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38143_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38143.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 795077 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38143_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38143.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 795077 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38143_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38143.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 795079 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38143_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_970B58BEEF65968B-001/tempDir-001/node4/.
   [junit4]   2> 795442 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 795443 DEBUG (ScheduledTrigger-1315-thread-4) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 795443 DEBUG (ScheduledTrigger-1315-thread-4) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 795443 DEBUG (ScheduledTrigger-1315-thread-4) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:38143_solr at time 1171656831491830
   [junit4]   2> 796444 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 796444 DEBUG (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 796444 DEBUG (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 796444 DEBUG (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:38143_solr] added at times [1171656831491830], now=1171657832400628
   [junit4]   2> 796444 DEBUG (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4299d9d3d5ef6T7liv5tp9g2xqcbuwz13qb5ebc",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1171656831491830,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1171656831491830],
   [junit4]   2>     "nodeNames":["127.0.0.1:38143_solr"]}}
   [junit4]   2> 796445 DEBUG (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_cooldown_trigger]
   [junit4]   2> 796445 INFO  (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 796446 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4299d9d3d5ef6T7liv5tp9g2xqcbuwz13qb5ebc",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1171656831491830,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1171656831491830],
   [junit4]   2>     "_enqueue_time_":1171657833332006,
   [junit4]   2>     "nodeNames":["127.0.0.1:38143_solr"]}}
   [junit4]   2> 796448 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 796448 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 5000ms
   [junit4]   2> 796448 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 2 ms for event id=4299d9d3d5ef6T7liv5tp9g2xqcbuwz13qb5ebc
   [junit4]   2> 797447 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 797448 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 797448 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 797448 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 797449 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c3e33ed{/solr,null,AVAILABLE}
   [junit4]   2> 797449 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@67bf1859{HTTP/1.1,[http/1.1]}{127.0.0.1:38069}
   [junit4]   2> 797449 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.Server Started @808531ms
   [junit4]   2> 797449 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38069}
   [junit4]   2> 797450 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 797450 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 797450 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 797450 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 797450 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T02:24:17.901Z
   [junit4]   2> 797452 INFO  (zkConnectionManagerCallback-3526-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 797452 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 797476 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34658/solr
   [junit4]   2> 797477 INFO  (zkConnectionManagerCallback-3530-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 797479 INFO  (zkConnectionManagerCallback-3532-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 797484 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38069_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 797486 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38069_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 797488 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38069_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38069_solr
   [junit4]   2> 797489 INFO  (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 797489 INFO  (zkCallback-3503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 797489 INFO  (zkCallback-3521-thread-1-processing-n:127.0.0.1:38143_solr) [n:127.0.0.1:38143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 797489 INFO  (zkCallback-3511-thread-1-processing-n:127.0.0.1:43312_solr) [n:127.0.0.1:43312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 797497 INFO  (zkCallback-3531-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 797574 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38069_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38069.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 797583 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38069_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38069.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 797583 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38069_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38069.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 797585 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:38069_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_970B58BEEF65968B-001/tempDir-001/node5/.
   [junit4]   2> 801448 DEBUG (ScheduledTrigger-1315-thread-4) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 801448 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 801448 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 801449 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:38069_solr at time 1171662837051359
   [junit4]   2> 802449 DEBUG (ScheduledTrigger-1315-thread-4) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 802449 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 802450 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 802450 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:38069_solr] added at times [1171662837051359], now=1171663838270543
   [junit4]   2> 802450 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4299f0332efdfT7liv5tp9g2xqcbuwz13qb5ebe",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1171662837051359,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1171662837051359],
   [junit4]   2>     "nodeNames":["127.0.0.1:38069_solr"]}}
   [junit4]   2> 802450 DEBUG (ScheduledTrigger-1315-thread-2) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_cooldown_trigger]
   [junit4]   2> 802451 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4299f0332efdfT7liv5tp9g2xqcbuwz13qb5ebe",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1171662837051359,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1171662837051359],
   [junit4]   2>     "_enqueue_time_":1171663838486999,
   [junit4]   2>     "nodeNames":["127.0.0.1:38069_solr"]}}
   [junit4]   2> 802451 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 802451 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 5000ms
   [junit4]   2> 802451 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 0 ms for event id=4299f0332efdfT7liv5tp9g2xqcbuwz13qb5ebe
   [junit4]   2> 804520 INFO  (qtp880080605-7706) [n:127.0.0.1:38069_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> 804573 INFO  (qtp198145829-7677) [n:127.0.0.1:38143_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> 804601 INFO  (qtp2038115069-7656) [n:127.0.0.1:43312_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> 804629 INFO  (qtp1903376971-7594) [n:127.0.0.1:44979_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=19
   [junit4]   2> 804630 DEBUG (qtp880080605-7702) [n:127.0.0.1:38069_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 804631 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 804631 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:44979_solr, 127.0.0.1:38143_solr, 127.0.0.1:43312_solr, 127.0.0.1:38069_solr]
   [junit4]   2> 804631 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 804631 DEBUG (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44979_solr, 127.0.0.1:38143_solr, 127.0.0.1:43312_solr, 127.0.0.1:38069_solr]
   [junit4]   2> 804631 INFO  (qtp880080605-7702) [n:127.0.0.1:38069_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=159
   [junit4]   2> 804637 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 804637 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerCooldownPeriodSeconds from: 5 to: 7
   [junit4]   2> 804638 DEBUG (OverseerAutoScalingTriggerThread-72134379120885765-127.0.0.1:44979_solr-n_0000000001) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 804639 INFO  (qtp880080605-7704) [n:127.0.0.1:38069_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 804682 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 804747 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 804747 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 804747 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 804747 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1fbd71f6{/solr,null,AVAILABLE}
   [junit4]   2> 804748 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b39e695{HTTP/1.1,[http/1.1]}{127.0.0.1:34438}
   [junit4]   2> 804748 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.Server Started @815829ms
   [junit4]   2> 804748 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34438}
   [junit4]   2> 804748 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 804748 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 804748 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 804748 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 804749 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T02:24:25.200Z
   [junit4]   2> 804775 INFO  (zkConnectionManagerCallback-3536-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 804775 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 804809 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34658/solr
   [junit4]   2> 804810 INFO  (zkConnectionManagerCallback-3540-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 804824 INFO  (zkConnectionManagerCallback-3542-thread-1-processing-n:127.0.0.1:34438_solr) [n:127.0.0.1:34438_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 804838 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:34438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 804839 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:34438_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 804853 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:34438_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34438_solr
   [junit4]   2> 804869 INFO  (zkCallback-3491-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 804869 INFO  (zkCallback-3521-thread-1-processing-n:127.0.0.1:38143_solr) [n:127.0.0.1:38143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 804917 INFO  (zkCallback-3541-thread-1-processing-n:127.0.0.1:34438_solr) [n:127.0.0.1:34438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 804928 INFO  (zkCallback-3511-thread-1-processing-n:127.0.0.1:43312_solr) [n:127.0.0.1:43312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 804934 INFO  (zkCallback-3531-thread-1-processing-n:127.0.0.1:38069_solr) [n:127.0.0.1:38069_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 804934 INFO  (zkCallback-3503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 805081 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:34438_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34438.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 805119 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:34438_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34438.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 805119 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:34438_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34438.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2501a069
   [junit4]   2> 805137 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [n:127.0.0.1:34438_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_970B58BEEF65968B-001/tempDir-001/node6/.
   [junit4]   2> 807452 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5
   [junit4]   2> 807452 DEBUG (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 807452 DEBUG (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 807452 DEBUG (ScheduledTrigger-1315-thread-1) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:34438_solr at time 1171668840376313
   [junit4]   2> 808453 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5
   [junit4]   2> 808453 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 808453 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 808453 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:34438_solr] added at times [1171668840376313], now=1171669841425080
   [junit4]   2> 808453 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"429a0690667f9T7liv5tp9g2xqcbuwz13qb5ebf",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1171668840376313,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1171668840376313],
   [junit4]   2>     "nodeNames":["127.0.0.1:34438_solr"]}}
   [junit4]   2> 808453 DEBUG (ScheduledTrigger-1315-thread-3) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_cooldown_trigger]
   [junit4]   2> 808458 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"429a0690667f9T7liv5tp9g2xqcbuwz13qb5ebf",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1171668840376313,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1171668840376313],
   [junit4]   2>     "_enqueue_time_":1171669841643691,
   [junit4]   2>     "nodeNames":["127.0.0.1:34438_solr"]}}
   [junit4]   2> 808468 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 808484 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 7000ms
   [junit4]   2> 808484 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 7000ms
   [junit4]   2> 808484 DEBUG (AutoscalingActionExecutor-1316-thread-1-processing-n:127.0.0.1:44979_solr) [n:127.0.0.1:44979_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 26 ms for event id=429a0690667f9T7liv5tp9g2xqcbuwz13qb5ebf
   [junit4]   2> 808507 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 808507 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 808507 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 808508 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@133d160e{/solr,null,AVAILABLE}
   [junit4]   2> 808508 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[970B58BEEF65968B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@216dfc7d{HTTP/1.1,[http/1.1]}{127.0.0.1:41709}
   [j

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

ion1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=1958625687
   [junit4]   2> 307801 INFO  (zkCallback-276-thread-1-processing-n:127.0.0.1:43393_solr) [n:127.0.0.1:43393_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: [0])
   [junit4]   2> 307801 INFO  (zkCallback-276-thread-2-processing-n:127.0.0.1:43393_solr) [n:127.0.0.1:43393_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: [0])
   [junit4]   2> 307868 INFO  (zkCallback-278-thread-1-processing-n:127.0.0.1:43624_solr) [n:127.0.0.1:43624_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: [0])
   [junit4]   2> 307868 INFO  (zkCallback-278-thread-2-processing-n:127.0.0.1:43624_solr) [n:127.0.0.1:43624_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: [0])
   [junit4]   2> 308106 INFO  (jetty-closer-261-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72134672723410949-127.0.0.1:43393_solr-n_0000000000) closing
   [junit4]   2> 308125 INFO  (OverseerStateUpdate-72134672723410949-127.0.0.1:43393_solr-n_0000000000) [n:127.0.0.1:43393_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43393_solr
   [junit4]   2> 308150 WARN  (OverseerAutoScalingTriggerThread-72134672723410949-127.0.0.1:43393_solr-n_0000000000) [n:127.0.0.1:43393_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 308369 WARN  (ScheduledTrigger-609-thread-3) [n:127.0.0.1:43393_solr    ] o.a.s.c.a.TriggerBase Exception updating trigger state '/autoscaling/triggerState/.auto_add_replicas'
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1409)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1100)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:316)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:316)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.hasData(ZkDistribStateManager.java:58)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.TriggerBase.saveState(TriggerBase.java:203)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.run(ScheduledTriggers.java:573)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [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> 308426 INFO  (jetty-closer-261-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4b8b9904{/solr,null,UNAVAILABLE}
   [junit4]   2> 308499 INFO  (jetty-closer-261-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 308653 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 0x100461a47ab0005, likely client has closed socket
   [junit4]   2> 308727 INFO  (jetty-closer-261-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@219aaf6b{/solr,null,UNAVAILABLE}
   [junit4]   2> 308775 INFO  (jetty-closer-261-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 308792 ERROR (SUITE-GraphTest-seed#[2F58AAC49D811C57]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 308812 INFO  (SUITE-GraphTest-seed#[2F58AAC49D811C57]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35284 35284
   [junit4]   2> 308905 INFO  (Thread-268) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35284 35284
   [junit4]   2> 308911 WARN  (Thread-268) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 
   [junit4]   2> 308911 INFO  (SUITE-GraphTest-seed#[2F58AAC49D811C57]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 17, 2018 3:39:03 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1437, maxMBSortInHeap=6.763181669371344, sim=RandomSimilarity(queryNorm=true): {}, locale=pl-PL, timezone=America/Tortola
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=192587064,total=490209280
   [junit4]   2> NOTE: All tests run in this JVM: [TestHash, SineEvaluatorTest, SolrParamTest, UuidEvaluatorTest, GetByIdTest, LargeVolumeJettyTest, ArcCosineEvaluatorTest, HttpSolrClientBuilderTest, SolrExceptionTest, TestJsonRecordReader, TangentEvaluatorTest, TestSuggesterResponse, JettyWebappTest, TestJavaBinCodec, HyperbolicSineEvaluatorTest, TestCoreAdmin, LessThanEqualToEvaluatorTest, SolrExampleXMLTest, RegressionEvaluatorTest, TestCloudSolrClientConnections, SolrExampleBinaryTest, StreamExpressionToExplanationTest, CloudSolrClientBuilderTest, AddEvaluatorTest, QueryResponseTest, ContentStreamTest, ModifiableSolrParamsTest, DocumentAnalysisResponseTest, TestUpdateRequestCodec, NamedListTest, FacetFieldTest, CollectionAdminRequestRequiredParamsTest, TestLBHttpSolrClient, CloudSolrClientCacheTest, ConcurrentUpdateSolrClientBuilderTest, HttpSolrClientConPoolTest, HttpSolrClientSSLAuthConPoolTest, LBHttpSolrClientBuilderTest, GraphExpressionTest, GraphTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=GraphTest -Dtests.seed=2F58AAC49D811C57 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pl-PL -Dtests.timezone=America/Tortola -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | GraphTest (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not load collection from ZK: collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2F58AAC49D811C57]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:137)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
   [junit4]    > 	at org.apache.solr.client.solrj.io.graph.GraphTest.setupCluster(GraphTest.java:63)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/state.json
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
   [junit4]    > 	... 28 more
   [junit4] Completed [102/146 (1!)] on J2 in 17.81s, 0 tests, 1 error <<< FAILURES!

[...truncated 47698 lines...]