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...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to